فهرست منبع

中屏导航与广告显示

chao 4 سال پیش
والد
کامیت
00e66712fd
1فایلهای تغییر یافته به همراه4 افزوده شده و 15 حذف شده
  1. 4 15
      src/main/resources/static/css/index/index.pc.css

+ 4 - 15
src/main/resources/static/css/index/index.pc.css

@@ -83,19 +83,8 @@ li{list-style:none;}
 #sideNav .item>a:before{content:'';position:absolute;width:70px;left:9px;top:0;border-top:1px solid #FEF6F3}
 #sideNav .item>a:first-child:before{display:none}
 #sideNav .item>a.on{background:#FEF6F3;color:#E15616}
-
-/*
-.btnBox{
-    background:#E15616;
-    height: 55px;
-    line-height: 55px;
-    position: absolute;
-    width: 100%;
-    bottom: 0
+/* 中屏导航与广告显示 */
+@media screen and (max-width:1420px){
+    #sideNav,#scrollTop{right:10px;margin-right:0}
+    #advertising{left:10px;margin-left:0}
 }
-.btnBox a{
-    color: #fff;
-    font-size: 12px;
-    text-align: center
-}
-*/