|
@@ -54,9 +54,9 @@ body{min-width:1184px;}
|
|
|
.baseHeadCenter .keyword:focus{outline:none;border:none}
|
|
|
.baseHeadCenter .searchBtn{position:absolute;right: 0;top: 0;font-size:0;padding: 7px 12px;height: 30px;line-height: 30px;}
|
|
|
.baseHeadCenter .searchBtn:before{width: 30px;height: 30px;background-position: 4px 4px;}
|
|
|
-.baseHeadCenter .hotword{color:#93979F;font-size:12px;line-height:24px}
|
|
|
-.baseHeadCenter .hotword a{color:#93979F;padding:0 5px}
|
|
|
-.baseHeadCenter .hotword a:hover{color:#E15616}
|
|
|
+.baseHeadCenter .hotKey{color:#FFB496;font-size:12px;line-height:24px}
|
|
|
+.baseHeadCenter .hotKey .word{padding:0 5px;font-style:normal;cursor:pointer;}
|
|
|
+.baseHeadCenter .hotKey .word:hover{color:#E15616}
|
|
|
/* 购物车 */
|
|
|
.baseHeadCenter .headCart{width:184px;height:44px;float:right;position:relative;}
|
|
|
.baseHeadCenter .headCart .addBtn{display:inline-block;width:100%;height:44px;line-height:44px;box-sizing:border-box;border:1px solid #FFE6DC;position:relative;color:#333;font-size:14px;text-align:center;white-space:nowrap}
|
|
@@ -188,19 +188,24 @@ body{min-width:1184px;}
|
|
|
.pageWrap span{display:inline-block;height:40px;line-height:40px;margin:0 5px;color:#93979F}
|
|
|
.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}
|
|
|
-/*登录弹框*/
|
|
|
-.loginAlert{display:none;position:fixed;top:0;left:0;width:100%;height:100%;margin:0 auto;background-color:rgba(74,79,88,.7);z-index:999}
|
|
|
-.loginAlert .box{box-sizing:border-box;width:338px;height:234px;position:relative;top:50%;margin:-117px auto 0 auto;font-size:14px;background:#FFF;border-radius:2px;color:#4A4F58;line-height:42px;text-align:left}
|
|
|
+/* 常规弹框 */
|
|
|
+.baseAlert{display:none;position:fixed;top:0;left:0;width:100%;height:100%;margin:0 auto;background-color:rgba(74,79,88,.7);z-index:999}
|
|
|
+.baseAlert .box{position:relative;width:338px;top:50%;margin:-100px auto 0 auto;padding-bottom:16px;box-sizing:border-box;font-size:14px;background:#FFF;border-radius:2px;color:#4A4F58;text-align:left}
|
|
|
+.baseAlert .hd{border-bottom:1px solid #E2E7EF;height:42px;line-height:42px;box-sizing:border-box;padding:0 16px;color:#627386}
|
|
|
+.baseAlert .hd .close{float:right;text-align:center;font-style:normal;cursor:pointer}
|
|
|
+.baseAlert .hd .close:before{content:'\2715'}
|
|
|
+.baseAlert .bd{padding:16px;line-height:24px;font-size:14px;color:#22272E}
|
|
|
+.baseAlert .btn{text-align:center}
|
|
|
+.baseAlert .btn em{display:inline-block;width:68px;height:32px;line-height:32px;margin:0 8px;text-align:center;font-style:normal;border-radius:2px;box-sizing:border-box;cursor:pointer}
|
|
|
+.baseAlert .btn em.confirm{color:#FFF;background:#E15621}
|
|
|
+.baseAlert .btn em.cancel{color:#22272E;background:#FFF;border:1px solid #B8BFCA}
|
|
|
+/* 登录弹框 */
|
|
|
+.loginAlert .box{width:338px;height:234px;top:50%;margin:-117px auto 0 auto}
|
|
|
.loginAlert .box:after{content:'';display:block;width:125px;height:125px;background:url(/img/base/to_login.png) no-repeat left top;background-size:100% 100%;margin-left:16px}
|
|
|
-.loginAlert .hd{border-bottom:1px solid #E2E7EF;height:42px;box-sizing:border-box;padding:0 16px;color:#627386}
|
|
|
-.loginAlert .hd .close{float:right;text-align:center;font-style:normal;cursor:pointer}
|
|
|
-.loginAlert .hd .close:before{content:'\2715'}
|
|
|
-.loginAlert .bd{padding:0 16px;color:#22272E}
|
|
|
.loginAlert .bd span:first-child:after{content:','}
|
|
|
-.loginAlert .bd .btn{position:absolute;bottom:16px;width:68px;height:32px;line-height:32px;text-align:center;border-radius:2px;box-sizing:border-box;cursor:pointer}
|
|
|
-.loginAlert .bd a.btn{right:16px;color:#FFF;background:#E15621}
|
|
|
-.loginAlert .bd em.btn{font-style:normal;right:100px;color:#22272E;background:#FFF;border:1px solid #B8BFCA}
|
|
|
-
|
|
|
+.loginAlert .btn em{position:absolute;bottom:16px}
|
|
|
+.baseAlert .btn em.confirm{right:16px;}
|
|
|
+.baseAlert .btn em.cancel{right:100px;}
|
|
|
/* 咨询,回到顶部 */
|
|
|
#scrollTop{display:none;position:fixed;right:50%;margin-right:-700px;width:88px;z-index:9999;bottom:120px;}
|
|
|
#scrollTop .item{width:100%;background-color:#fff;box-sizing:border-box;text-align:center;box-shadow:0 2px 4px rgb(254,246,243);border-radius:2px;margin-bottom:10px;font-size:12px;position:relative}
|