|
|
@@ -252,3 +252,64 @@ p{
|
|
|
border:2px solid rgba(0, 0, 0, .4);
|
|
|
}
|
|
|
/* 轮播图 end */
|
|
|
+/* 广告栏 start */
|
|
|
+.ad-content{
|
|
|
+ margin-top: 8px;
|
|
|
+}
|
|
|
+.ad-content .ad-nav{
|
|
|
+ width: 234px;
|
|
|
+ height: 170px;
|
|
|
+ background-color: #5f5750;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+.ad-content .ad-list{
|
|
|
+ float: left;
|
|
|
+ width: calc(1226px - 234px);
|
|
|
+}
|
|
|
+.ad-content .ad-nav img{
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
+}
|
|
|
+.ad-content .nav-item{
|
|
|
+ font-size: 12px;
|
|
|
+ color: #fff;
|
|
|
+ float: left;
|
|
|
+ width: 70px;
|
|
|
+ height: 64px;
|
|
|
+ padding:0 3px;
|
|
|
+ text-align: center;
|
|
|
+ padding-top: 18px;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.ad-content .nav-item::before{
|
|
|
+ content: "";
|
|
|
+ display: block;
|
|
|
+ width: 64px;
|
|
|
+ height: 1px;
|
|
|
+ background-color: #665e57;
|
|
|
+ position: absolute;
|
|
|
+ top:0px;
|
|
|
+ left: 6px;
|
|
|
+}
|
|
|
+.ad-content .nav-item::after{
|
|
|
+ content: "";
|
|
|
+ display: block;
|
|
|
+ width: 1px;
|
|
|
+ height: 70px;
|
|
|
+ background-color: #665e57;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 6px;
|
|
|
+}
|
|
|
+.ad-content .nav-item div{
|
|
|
+ opacity: 0.7;
|
|
|
+}
|
|
|
+.ad-content .ad-item{
|
|
|
+ float: right;
|
|
|
+ margin-left: 14px;
|
|
|
+}
|
|
|
+.ad-content .ad-item img{
|
|
|
+ width: 316px;
|
|
|
+}
|
|
|
+
|
|
|
+/* 广告栏 end */
|