|
@@ -63,7 +63,17 @@ header{box-shadow: 0 2px 10px #ebecef;}
|
|
.baseHeadCenter.account .accountLogin{font-size:20px;float:right;line-height:44px}
|
|
.baseHeadCenter.account .accountLogin{font-size:20px;float:right;line-height:44px}
|
|
.baseHeadCenter.account .accountLogin a{color:#E15616;margin-left:10px}
|
|
.baseHeadCenter.account .accountLogin a{color:#E15616;margin-left:10px}
|
|
.baseHeadCenter.account .accountLogin a:hover{text-decoration:underline}
|
|
.baseHeadCenter.account .accountLogin a:hover{text-decoration:underline}
|
|
-.articleTopNav{width:100%;font-size:16px;height:44px;line-height:44px;color:#4a4f58;background:#FFF;}
|
|
|
|
|
|
+/* 文章头部 */
|
|
|
|
+.articleTopNav{width:100%;background:#FFF}
|
|
|
|
+.articleTopNav ul{text-align:right}
|
|
|
|
+.articleTopNav li{display:inline-block;margin-left:80px;}
|
|
|
|
+.articleTopNav li:first-child{margin-left:0;}
|
|
|
|
+.articleTopNav li a{display:inline-block;width:100%;height:44px;line-height:44px;font-size:16px;color:#4a4f58;box-sizing:border-box}
|
|
|
|
+.articleTopNav li a:hover,.articleTopNav li.on a{color:#E15616;border-bottom:1px solid #E15616}
|
|
|
|
+.baseHeadCenter.article{height:66px;border-bottom:1px solid #E15616}
|
|
|
|
+.baseHeadCenter.article .searchBox{float:right;}
|
|
|
|
+.baseHeadCenter.article .search:before{display:none}
|
|
|
|
+.baseHeadCenter.article .keyword{width:100%}
|
|
|
|
|
|
/* 购物车 */
|
|
/* 购物车 */
|
|
.baseHeadCenter .headCart{width:184px;height:44px;float:right;position:relative;}
|
|
.baseHeadCenter .headCart{width:184px;height:44px;float:right;position:relative;}
|
|
@@ -197,6 +207,7 @@ header{box-shadow: 0 2px 10px #ebecef;}
|
|
.pageWrap span{display:inline-block;height:40px;line-height:40px;margin:0 5px;color:#93979F}
|
|
.pageWrap span{display:inline-block;height:40px;line-height:40px;margin:0 5px;color:#93979F}
|
|
.pageWrap b{color:#2D3036;font-weight:normal}
|
|
.pageWrap b{color:#2D3036;font-weight:normal}
|
|
.pageWrap input{box-sizing:border-box;width:80px;height:40px;line-height:40px;font-size:16px;border:1px solid #EBECEF;outline:none;border-radius:2px;text-align:center}
|
|
.pageWrap input{box-sizing:border-box;width:80px;height:40px;line-height:40px;font-size:16px;border:1px solid #EBECEF;outline:none;border-radius:2px;text-align:center}
|
|
|
|
+.crumbs{width:1184px;margin:0 auto;box-sizing:border-box;padding:15px 0;font-size:14px}
|
|
/* 登录弹框 */
|
|
/* 登录弹框 */
|
|
.loginAlert{padding-top:5px;}
|
|
.loginAlert{padding-top:5px;}
|
|
.loginAlert span:first-child:after{content: ',';}
|
|
.loginAlert span:first-child:after{content: ',';}
|