|
@@ -23,7 +23,7 @@
|
|
|
/>
|
|
|
<input type="submit" :value="L['搜索']" class="button" @click="search" />
|
|
|
</div>
|
|
|
- <div class="hot_search_wrap">
|
|
|
+ <!-- <div class="hot_search_wrap">
|
|
|
<div>
|
|
|
<template v-for="(item, index) in hotList.data" :key="index">
|
|
|
<a
|
|
@@ -34,7 +34,7 @@
|
|
|
>
|
|
|
</template>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
<div class="search_association" id="searchA" v-show="SAList.length && SAShow">
|
|
|
<div
|
|
@@ -233,14 +233,16 @@ a:visited {
|
|
|
height: 80px;
|
|
|
position: relative;
|
|
|
z-index: 12;
|
|
|
- width: 1210px;
|
|
|
+ width: 100%;
|
|
|
margin: 0 auto 0px;
|
|
|
padding-left: 0px;
|
|
|
padding-right: 0px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
+ justify-content: space-around;
|
|
|
border-bottom: 1px solid #dbdbdb;
|
|
|
margin-bottom: 10px;
|
|
|
+ background: #F6F8FA;
|
|
|
.container_header {
|
|
|
width: 100%;
|
|
|
position: fixed;
|
|
@@ -314,20 +316,20 @@ a:visited {
|
|
|
.sld_home_top_search_left {
|
|
|
height: 100%;
|
|
|
position: relative;
|
|
|
- flex:0 0 250px;
|
|
|
+ flex:0 0 200px;
|
|
|
|
|
|
.sld_logo_wrap {
|
|
|
height: 100%;
|
|
|
|
|
|
img {
|
|
|
- max-width: 144px;
|
|
|
- max-height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ // height: 100%;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.sld_seach_wrap {
|
|
|
- flex: auto;
|
|
|
+ width: 536px;
|
|
|
padding-top: 4px;
|
|
|
position: relative;
|
|
|
|
|
@@ -366,34 +368,34 @@ a:visited {
|
|
|
}
|
|
|
|
|
|
input::placeholder {
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 14px;
|
|
|
/*font-family: Microsoft YaHei;*/
|
|
|
font-weight: 400;
|
|
|
- color: rgb(153, 153, 153);
|
|
|
+ color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
|
::-webkit-input-placeholder {
|
|
|
margin-left: 20px;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 14px;
|
|
|
/*font-family: Microsoft YaHei;*/
|
|
|
font-weight: 400;
|
|
|
- color: rgb(153, 153, 153);
|
|
|
+ color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
|
/* 使用webkit内核的浏览器 */
|
|
|
:-moz-placeholder {
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 14px;
|
|
|
/*font-family: Microsoft YaHei;*/
|
|
|
font-weight: 400;
|
|
|
- color: rgb(153, 153, 153);
|
|
|
+ color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
|
/* Firefox版本19+ */
|
|
|
:-ms-input-placeholder {
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 14px;
|
|
|
/*font-family: Microsoft YaHei;*/
|
|
|
font-weight: 400;
|
|
|
- color: rgb(153, 153, 153);
|
|
|
+ color: rgba(40,46,48,0.6);
|
|
|
}
|
|
|
|
|
|
/* IE浏览器 */
|
|
@@ -488,7 +490,7 @@ a:visited {
|
|
|
position: relative;
|
|
|
z-index: 99;
|
|
|
height: 40px;
|
|
|
- flex: 0 0 240px;
|
|
|
+ flex: 0 0 210px;
|
|
|
text-align: center;
|
|
|
|
|
|
dl {
|
|
@@ -521,15 +523,22 @@ a:visited {
|
|
|
img {
|
|
|
margin: -2px 11px 0 0px;
|
|
|
vertical-align: middle;
|
|
|
- width: 16px;
|
|
|
+ width: 20px;
|
|
|
}
|
|
|
|
|
|
&.cart_icon_text_wrap {
|
|
|
+ background-color: #fff;
|
|
|
a {
|
|
|
color: #666666;
|
|
|
font-size: 15px;
|
|
|
line-height: 36px;
|
|
|
}
|
|
|
+
|
|
|
+ span {
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 16px;
|
|
|
+ color: $colorMain;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|