|
@@ -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
|
|
|
-}
|
|
|
-*/
|