Showing
3 changed files
with
4 additions
and
4 deletions
@@ -74,7 +74,7 @@ | @@ -74,7 +74,7 @@ | ||
74 | 74 | ||
75 | {{!--搜索列表显示过少,显示猜您喜欢--}} | 75 | {{!--搜索列表显示过少,显示猜您喜欢--}} |
76 | {{#if @root.suggestion.isMaybeLike}} | 76 | {{#if @root.suggestion.isMaybeLike}} |
77 | - <div class="maybe-like-search">您可能喜欢的</div> | 77 | + <div class="maybe-like-search">你可能喜欢</div> |
78 | <div class='maybe-like'> | 78 | <div class='maybe-like'> |
79 | <div id="goods-list" class="goods-list clearfix"></div> | 79 | <div id="goods-list" class="goods-list clearfix"></div> |
80 | </div> | 80 | </div> |
@@ -122,7 +122,7 @@ | @@ -122,7 +122,7 @@ | ||
122 | 122 | ||
123 | {{!--搜索列表显示过少,显示猜您喜欢--}} | 123 | {{!--搜索列表显示过少,显示猜您喜欢--}} |
124 | {{#if @root.suggestion.isMaybeLike}} | 124 | {{#if @root.suggestion.isMaybeLike}} |
125 | - <div class="maybe-like-search">您可能喜欢的</div> | 125 | + <div class="maybe-like-search">你可能喜欢</div> |
126 | <div class='maybe-like maybe-like-word'> | 126 | <div class='maybe-like maybe-like-word'> |
127 | <div id="goods-list" class="goods-list clearfix"></div> | 127 | <div id="goods-list" class="goods-list clearfix"></div> |
128 | </div> | 128 | </div> |
@@ -390,11 +390,11 @@ | @@ -390,11 +390,11 @@ | ||
390 | line-height: 60px; | 390 | line-height: 60px; |
391 | background-color: #eee; | 391 | background-color: #eee; |
392 | text-align: center; | 392 | text-align: center; |
393 | - font-size: 16px; | 393 | + font-size: 20px; |
394 | } | 394 | } |
395 | 395 | ||
396 | .maybe-like-word { | 396 | .maybe-like-word { |
397 | - margin-top: none; | 397 | + margin-top: 0; |
398 | border-top: none; | 398 | border-top: none; |
399 | } | 399 | } |
400 | } | 400 | } |
-
Please register or login to post a comment