|
|
@@ -8,7 +8,7 @@
|
|
|
<li @click="setSearchType(searchType == 'product' ? 'store' : 'product', $event)">{{searchType == 'product' ? '店铺' : '产品'}}</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
- <input type="text" id="search-box" v-model="keyword" placeholder="请输入您要查找的型号或品牌" @keyup.13="onSearch()">
|
|
|
+ <input type="text" id="search-box" v-model="keyword" :placeholder="searchType == 'product' ? '请输入您要查找的型号或品牌' : '请输入您要查找的店铺'" @keyup.13="onSearch()">
|
|
|
<span @click="onSearch()">搜索</span>
|
|
|
<a @click="cancelSearch">取消</a>
|
|
|
</div>
|
|
|
@@ -207,8 +207,8 @@
|
|
|
color: #366df3;
|
|
|
font-size: .28rem;
|
|
|
margin-left: .02rem;
|
|
|
- border-top-right-radius: .05rem;
|
|
|
- border-bottom-right-radius: .05rem;
|
|
|
+ border-top-right-radius: .14rem;
|
|
|
+ border-bottom-right-radius: .14rem;
|
|
|
background: #fff;
|
|
|
float: left;
|
|
|
margin-top: .12rem;
|
|
|
@@ -223,7 +223,7 @@
|
|
|
left: .5rem;
|
|
|
font-size: .28rem;
|
|
|
width: .8rem;
|
|
|
- text-align: center;
|
|
|
+ padding-left: .05rem;
|
|
|
background: url('/images/mobile/@2x/search/select-arrow.png') no-repeat;
|
|
|
background-size: .14rem .12rem;
|
|
|
background-position: .63rem .36rem;
|
|
|
@@ -242,7 +242,7 @@
|
|
|
height: .59rem;
|
|
|
border-radius: .02rem;
|
|
|
background: rgba(0, 0, 0, .6);
|
|
|
- font-size: .23rem;
|
|
|
+ font-size: .28rem;
|
|
|
color: rgba(255, 255, 255, .89);
|
|
|
text-align: center;
|
|
|
line-height: .59rem;
|