@@ -137,7 +137,7 @@
top: 0;
width: 100%;
background: #fff;
- box-shadow: 1px 1px 1px #ccc;
+ box-shadow: .01rem .01rem .01rem #ccc;
left: 0;
padding-left: .58rem;
margin-top: 0;
@@ -334,7 +334,7 @@
position: relative;
bottom: .32rem;
&:hover, &:active, &:focus, &:visited {
- text-decoration: underline;
+ text-decoration: underline!important;
}
@@ -13,7 +13,7 @@
<li @click="onAssociateClick(keyword)">查找“{{keyword}}”</li>
</ul>
<div class="hot-history" v-show="!associate.show">
- <div class="search-history">
+ <div class="search-history" v-if="searchHistory && searchHistory.length > 0">
<p>历史搜索</p>
<ul>
<li v-for="item in searchHistory" @click="onSearch(item.keyword)">
@@ -170,9 +170,9 @@
padding-top: .25rem;
li {
- height: 58px;
- line-height: 58px;
- padding: 0 45px;
+ height: .58rem;
+ line-height: .58rem;
+ padding: 0 .45rem;
border-bottom: .01rem solid #f1f0f0;
i {
font-size: .4rem;
@@ -182,7 +182,7 @@
span {
color: #999;
font-size: .28rem;
height: .58rem;
display: inline-block;
@@ -217,7 +217,7 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
- margin-right: 10px;
+ margin-right: .1rem;
background: #f2f6ff;
height: .56rem;
line-height: .56rem;
@@ -246,7 +246,7 @@
background: #fef1eb;
@@ -185,7 +185,7 @@
height: .6rem;
line-height: .6rem;
border-radius: 100%;
- box-shadow: 0 0 5px #aaa;
+ box-shadow: 0 0 .05rem #aaa;
right: -1.44rem;
top: .75rem;
text-align: center;
@@ -5,7 +5,7 @@
<span :class="activeType=='support'?'active':''" @click="clickType('support')">店铺自营</span>
</div>
- <div class="brand-list-content" v-if="(!productList.brands || brandList && brandList.length == 1) && productList.expose > 0">
+ <div class="brand-list-content" v-if="(!productList.brands && brandList && brandList.length > 0) && productList.expose > 0">
<div class="brand-list-top">
<span>品牌墙</span>
<span class="row-switch" @click="onclick()" v-if="brandList.length > 8">{{!isShow?'收起':'展开'}}<i :class="{'iconfont icon-arrow-down':isShow,'icon-icon-shang iconfont':!isShow}"></i></span>