|
@@ -54,7 +54,7 @@
|
|
<img :src="filtersStore.getSiteLogo" />
|
|
<img :src="filtersStore.getSiteLogo" />
|
|
</nuxt-link>
|
|
</nuxt-link>
|
|
</div>
|
|
</div>
|
|
- <div class="sld_seach_wrap" style="margin-right: 90px">
|
|
|
|
|
|
+ <div class="sld_seach_wrap">
|
|
<div class="sld_seach_box ld">
|
|
<div class="sld_seach_box ld">
|
|
<div class="form">
|
|
<div class="form">
|
|
<input
|
|
<input
|
|
@@ -204,7 +204,7 @@ a:visited {
|
|
.container_header {
|
|
.container_header {
|
|
width: 100%;
|
|
width: 100%;
|
|
position: fixed;
|
|
position: fixed;
|
|
- background-color: #fff;
|
|
|
|
|
|
+ background-color: #F6F8FA;
|
|
left: 0;
|
|
left: 0;
|
|
right: 0;
|
|
right: 0;
|
|
top: 0;
|
|
top: 0;
|
|
@@ -218,21 +218,24 @@ a:visited {
|
|
}
|
|
}
|
|
|
|
|
|
.container_header_box {
|
|
.container_header_box {
|
|
- width: 1200px;
|
|
|
|
|
|
+ width: 1440px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
>div:last-child{
|
|
>div:last-child{
|
|
- width: 400px;
|
|
|
|
|
|
+ width: 210px;
|
|
}
|
|
}
|
|
.fixed_sld_cart_wrap {
|
|
.fixed_sld_cart_wrap {
|
|
- margin-right: 120px;
|
|
|
|
|
|
+ // margin-right: 120px;
|
|
|
|
|
|
a {
|
|
a {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
|
|
img {
|
|
img {
|
|
- max-width: 100%;
|
|
|
|
- max-height: 100%;
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ object-fit: cover;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -470,7 +473,8 @@ a:visited {
|
|
&.cart_icon_text_wrap {
|
|
&.cart_icon_text_wrap {
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
a {
|
|
a {
|
|
- color: #666666;
|
|
|
|
|
|
+ color: $colorMain;
|
|
|
|
+ font-weight: bold;
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
line-height: 36px;
|
|
line-height: 36px;
|
|
}
|
|
}
|