|
@@ -11,8 +11,10 @@ iframe{width:320px !important;height: 280px !important}
|
|
|
#globalHead.fiexd .baseHeadTop{ display: none; }
|
|
|
#globalHead.fiexd .baseTopNav{ display: none; }
|
|
|
#globalHead.fiexd .hotKey{ display: none; }
|
|
|
-#globalHead.fiexd .search{ margin-top: 15px; }
|
|
|
-#globalHead.fiexd .wechat_qrcode{ margin-top:5px; }
|
|
|
+#globalHead.fiexd .search{ margin-top: 0; }
|
|
|
+#globalHead.fiexd .wechat_qrcode{ margin-top:5px;display: none; }
|
|
|
+#globalHead.fiexd .baseHeadCenter .wrap{ padding: 10px 0;height: auto; }
|
|
|
+#globalHead.fiexd .baseHeadCenter .logo{ width: 140px;height: 44px;margin-right: 162px; }
|
|
|
.impowerBox{width:320px !important;}
|
|
|
.impowerBox .qrcode {width: 200px !important;}
|
|
|
.impowerBox .title {display: none;}
|
|
@@ -123,15 +125,14 @@ iframe{width:320px !important;height: 280px !important}
|
|
|
.baseHeadCenter .wrap{height: 100px;box-sizing: border-box;padding: 10px 0;}
|
|
|
.baseHeadCenter .logo{float:left;width:228px;height:76px;margin-right:75px;}
|
|
|
.baseHeadCenter .searchBox{width:668px;float:left}
|
|
|
-.baseHeadCenter .search{width:100%;height:44px;line-height:44px;border:1px solid #FF5B00;position:relative;border-radius: 22px;}
|
|
|
+.baseHeadCenter .search{width:100%;height:44px;line-height:44px;border:2px solid #FF5B00;position:relative;border-radius: 10px;}
|
|
|
.baseHeadCenter .search:before{content:'';position:absolute;left:90px;top:12px;height:20px;border-right:2px solid #e1e1e1}
|
|
|
.baseHeadCenter .search .jqSelect{width:80px;height:44px;line-height:44px;border:none;text-align: center;}
|
|
|
.baseHeadCenter .search .jqSelect:before{right:4px}
|
|
|
.baseHeadCenter .search .jqSelect ul{z-index:999;}
|
|
|
.baseHeadCenter .keyword{width:86%;height:44px;line-height:44px;text-indent:15px;position:absolute;right:0;top:0;border:none;outline:none;border-radius: 22px;}
|
|
|
.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 .searchBtn{position: absolute;right: 3px;top: 3px;font-size: 14px;padding: 0 22px;height: 38px;line-height: 38px;text-align: center;background: #ff5b00;border-radius: 8px;color: #FFFFFF;font-weight: bold;}
|
|
|
.baseHeadCenter .hotKey{color:#50607A;font-size:12px;line-height:36px;box-sizing: border-box;padding-left: 24px;}
|
|
|
.baseHeadCenter .hotKey .word{padding:0 8px;font-style:normal;cursor:pointer;}
|
|
|
.baseHeadCenter .hotKey .word:hover{color:#FF5B00}
|