|
|
@@ -42,7 +42,7 @@
|
|
|
</div>
|
|
|
<div class="kind-search">
|
|
|
<input type="text" v-model="keyword" placeholder="请输入型号">
|
|
|
- <i @click="goodsSearch()"><img src="/images/mobile/@2x/productDetail/search@2x.png" alt=""></i>
|
|
|
+ <i @click="goodsSearch()" class="icon-sousuo iconfont"></i>
|
|
|
</div>
|
|
|
</div>
|
|
|
<ul class="product-list">
|
|
|
@@ -200,7 +200,7 @@
|
|
|
.brand-detail {
|
|
|
margin: 0 auto;
|
|
|
margin-top: .88rem;
|
|
|
- margin-bottom: .98rem;
|
|
|
+ margin-bottom: 1.2rem;
|
|
|
text-align: center;
|
|
|
.brand-logo {
|
|
|
height: 2.21rem;
|
|
|
@@ -208,9 +208,9 @@
|
|
|
display: inline-block;
|
|
|
border: .01rem solid #e75610;
|
|
|
margin: .38rem auto;
|
|
|
+ line-height: 2.21rem;
|
|
|
img {
|
|
|
- max-height: 2.17rem;
|
|
|
- margin-top: .01rem;
|
|
|
+ max-height: 2.13rem;
|
|
|
}
|
|
|
}
|
|
|
.brand-switch-item {
|
|
|
@@ -263,15 +263,8 @@
|
|
|
z-index: -5;
|
|
|
}
|
|
|
&:first-child.active:before {
|
|
|
- content: '';
|
|
|
background: #e75610;
|
|
|
border: .01rem solid #e75610;
|
|
|
- width: .64rem;
|
|
|
- height: .68rem;
|
|
|
- border-radius: 100%;
|
|
|
- position: absolute;
|
|
|
- left: -.33rem;
|
|
|
- top: -.01rem;
|
|
|
}
|
|
|
&:last-child:before {
|
|
|
content: '';
|
|
|
@@ -286,16 +279,8 @@
|
|
|
top: -.01rem;
|
|
|
}
|
|
|
&:last-child.active:before {
|
|
|
- content: '';
|
|
|
background: #e75610;
|
|
|
- width: .64rem;
|
|
|
- height: .68rem;
|
|
|
- border-radius: 100%;
|
|
|
- position: absolute;
|
|
|
border: .01rem solid #e75610;
|
|
|
- left: 1.04rem;
|
|
|
- z-index: -5;
|
|
|
- top: -.01rem;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -361,6 +346,9 @@
|
|
|
color: #333;
|
|
|
img {
|
|
|
margin-left: .54rem;
|
|
|
+ width: .39rem;
|
|
|
+ height: .26rem;
|
|
|
+ margin-right: .27rem;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -382,7 +370,8 @@
|
|
|
display: inline-block;
|
|
|
background: url('/images/mobile/@2x/productDetail/kind-narrow-down@2x.png')no-repeat;
|
|
|
padding-right: .15rem;
|
|
|
- background-position: 1.35rem .2rem;
|
|
|
+ background-position: 1.35rem .25rem;
|
|
|
+ background-size: .14rem .1rem;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
}
|
|
|
@@ -390,7 +379,7 @@
|
|
|
display: inline-block;
|
|
|
margin-right: .19rem;
|
|
|
input[type = "text"] {
|
|
|
- width: 3.63rem;
|
|
|
+ width: 3.61rem;
|
|
|
height: .6rem;
|
|
|
padding-left: .21rem;
|
|
|
font-size: .24rem;
|
|
|
@@ -398,10 +387,15 @@
|
|
|
}
|
|
|
i {
|
|
|
background: rgb(65,142,247);
|
|
|
- padding: .125rem .21rem;
|
|
|
float: right;
|
|
|
position: relative;
|
|
|
left: -.01rem;
|
|
|
+ width: .61rem;
|
|
|
+ height: .6rem;
|
|
|
+ line-height: .6rem;
|
|
|
+ font-size: .32rem;
|
|
|
+ color: #fff;
|
|
|
+ display: inline-block;
|
|
|
}
|
|
|
}
|
|
|
ul {
|