Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop
Showing
4 changed files
with
8 additions
and
7 deletions
@@ -81,7 +81,6 @@ | @@ -81,7 +81,6 @@ | ||
81 | list-style: none; | 81 | list-style: none; |
82 | border: none; | 82 | border: none; |
83 | margin-left: 18px; | 83 | margin-left: 18px; |
84 | - margin-top: 30px; | ||
85 | margin-bottom: 0; | 84 | margin-bottom: 0; |
86 | padding: 0; | 85 | padding: 0; |
87 | max-width: 600px; | 86 | max-width: 600px; |
@@ -92,11 +91,13 @@ | @@ -92,11 +91,13 @@ | ||
92 | } | 91 | } |
93 | 92 | ||
94 | section { | 93 | section { |
94 | + margin-top: 30px; | ||
95 | 95 | ||
96 | h4 { | 96 | h4 { |
97 | - margin: 0; | 97 | + float: left; |
98 | + margin-top: 20px; | ||
98 | font-size: 25px; | 99 | font-size: 25px; |
99 | - line-height: 80px; | 100 | + line-height: 88px; |
100 | display: inline-block; | 101 | display: inline-block; |
101 | } | 102 | } |
102 | 103 |
@@ -218,6 +218,7 @@ | @@ -218,6 +218,7 @@ | ||
218 | .filter-cate-label { | 218 | .filter-cate-label { |
219 | font-size: 36px; | 219 | font-size: 36px; |
220 | font-weight: bold; | 220 | font-weight: bold; |
221 | + font-family: "BrownStd-Bold", "PingFang SC", Helvetica, Roboto, "Heiti SC", "\9ED1\4F53", Arial; | ||
221 | } | 222 | } |
222 | 223 | ||
223 | .filter-cate-val { | 224 | .filter-cate-val { |
@@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
15 | <span class="title line-clamp-2">{{item.title}}</span> | 15 | <span class="title line-clamp-2">{{item.title}}</span> |
16 | <div class="fav-price"> | 16 | <div class="fav-price"> |
17 | <span class="new-price" v-if="item.discountPrice">{{item.discountPrice}}</span> | 17 | <span class="new-price" v-if="item.discountPrice">{{item.discountPrice}}</span> |
18 | - <!--<span class="{{ item.discountPrice ? 'price-underline' : ''}}">{{item.price}}</span>--> | 18 | + <span class="{{ item.discountPrice ? 'price-underline' : ''}}">{{item.price}}</span> |
19 | </div> | 19 | </div> |
20 | <br/> | 20 | <br/> |
21 | <div class="save-price"> | 21 | <div class="save-price"> |
@@ -266,7 +266,6 @@ | @@ -266,7 +266,6 @@ | ||
266 | i.price { | 266 | i.price { |
267 | color: #b0b0b0; | 267 | color: #b0b0b0; |
268 | font-size: 32px; | 268 | font-size: 32px; |
269 | - font-weight: lighter; | ||
270 | font-style: normal; | 269 | font-style: normal; |
271 | 270 | ||
272 | &.strike-through { | 271 | &.strike-through { |
@@ -288,7 +287,7 @@ | @@ -288,7 +287,7 @@ | ||
288 | .control-button { | 287 | .control-button { |
289 | min-width: 100px; | 288 | min-width: 100px; |
290 | border: none; | 289 | border: none; |
291 | - border-top: 1px solid #ccc; | 290 | + border-top: 1px solid #eee; |
292 | width: 187.5px; | 291 | width: 187.5px; |
293 | float: left; | 292 | float: left; |
294 | display: block; | 293 | display: block; |
@@ -299,7 +298,7 @@ | @@ -299,7 +298,7 @@ | ||
299 | } | 298 | } |
300 | 299 | ||
301 | .control-button:first-child { | 300 | .control-button:first-child { |
302 | - border-right: 1px solid #ccc; | 301 | + border-right: 1px solid #eee; |
303 | } | 302 | } |
304 | 303 | ||
305 | .button-solid { | 304 | .button-solid { |
-
Please register or login to post a comment