Authored by 郝肖肖

搜索 你可能喜欢文字修改

... ... @@ -74,7 +74,7 @@
{{!--搜索列表显示过少,显示猜您喜欢--}}
{{#if @root.suggestion.isMaybeLike}}
<div class="maybe-like-search">您可能喜欢的</div>
<div class="maybe-like-search">你可能喜欢</div>
<div class='maybe-like'>
<div id="goods-list" class="goods-list clearfix"></div>
</div>
... ...
... ... @@ -122,7 +122,7 @@
{{!--搜索列表显示过少,显示猜您喜欢--}}
{{#if @root.suggestion.isMaybeLike}}
<div class="maybe-like-search">您可能喜欢的</div>
<div class="maybe-like-search">你可能喜欢</div>
<div class='maybe-like maybe-like-word'>
<div id="goods-list" class="goods-list clearfix"></div>
</div>
... ...
... ... @@ -390,11 +390,11 @@
line-height: 60px;
background-color: #eee;
text-align: center;
font-size: 16px;
font-size: 20px;
}
.maybe-like-word {
margin-top: none;
margin-top: 0;
border-top: none;
}
}
... ...