Merge branch 'release/1.0' of http://git.yoho.cn/fe/yoho-blk into release/1.0
Showing
4 changed files
with
14 additions
and
12 deletions
@@ -106,7 +106,7 @@ | @@ -106,7 +106,7 @@ | ||
106 | {{# brands}} | 106 | {{# brands}} |
107 | <div class="brand"> | 107 | <div class="brand"> |
108 | <a class="thumb" href="{{url}}" target="_blank"> | 108 | <a class="thumb" href="{{url}}" target="_blank"> |
109 | - <img src="{{thumb}}"> | 109 | + <img src="{{image thumb 100 100 2}}"> |
110 | </a> | 110 | </a> |
111 | <p class="brand-name">{{name}}</p> | 111 | <p class="brand-name">{{name}}</p> |
112 | </div> | 112 | </div> |
@@ -193,7 +193,6 @@ a { | @@ -193,7 +193,6 @@ a { | ||
193 | font-size: 24px; | 193 | font-size: 24px; |
194 | font-family: "iconfont" !important; | 194 | font-family: "iconfont" !important; |
195 | -webkit-font-smoothing: antialiased; | 195 | -webkit-font-smoothing: antialiased; |
196 | - -webkit-text-stroke-width: 0.4px; | ||
197 | -moz-osx-font-smoothing: grayscale; | 196 | -moz-osx-font-smoothing: grayscale; |
198 | } | 197 | } |
199 | 198 |
@@ -91,7 +91,7 @@ | @@ -91,7 +91,7 @@ | ||
91 | } | 91 | } |
92 | } | 92 | } |
93 | 93 | ||
94 | - .mini-bag-box-wrap{ | 94 | + .mini-bag-box-wrap { |
95 | display: none; | 95 | display: none; |
96 | } | 96 | } |
97 | 97 | ||
@@ -298,14 +298,14 @@ | @@ -298,14 +298,14 @@ | ||
298 | } | 298 | } |
299 | 299 | ||
300 | .sub-nav { | 300 | .sub-nav { |
301 | - height: 50px; | 301 | + height: 44px; |
302 | background: #1b1b1b; | 302 | background: #1b1b1b; |
303 | 303 | ||
304 | .sub-nav-list { | 304 | .sub-nav-list { |
305 | max-width: 94%; | 305 | max-width: 94%; |
306 | display: inline-block; | 306 | display: inline-block; |
307 | - line-height: 55px; | ||
308 | - height: 44px; | 307 | + line-height: 50px; |
308 | + font-size: 14px; | ||
309 | 309 | ||
310 | li { | 310 | li { |
311 | float: left; | 311 | float: left; |
@@ -417,6 +417,7 @@ | @@ -417,6 +417,7 @@ | ||
417 | left: 0; | 417 | left: 0; |
418 | display: none; | 418 | display: none; |
419 | z-index: 10; | 419 | z-index: 10; |
420 | + top: 180px; | ||
420 | 421 | ||
421 | dl { | 422 | dl { |
422 | float: left; | 423 | float: left; |
@@ -310,7 +310,7 @@ | @@ -310,7 +310,7 @@ | ||
310 | 310 | ||
311 | .goods { | 311 | .goods { |
312 | margin: 10px 0 16px; | 312 | margin: 10px 0 16px; |
313 | - padding: 10px 13px; | 313 | + padding: 10px; |
314 | float: left; | 314 | float: left; |
315 | text-align: center; | 315 | text-align: center; |
316 | border: 2px solid #fff; | 316 | border: 2px solid #fff; |
@@ -318,7 +318,6 @@ | @@ -318,7 +318,6 @@ | ||
318 | width: 289px; | 318 | width: 289px; |
319 | 319 | ||
320 | .goods-brand { | 320 | .goods-brand { |
321 | - font-weight: 700; | ||
322 | padding: 10px 10px 4px; | 321 | padding: 10px 10px 4px; |
323 | overflow: hidden; | 322 | overflow: hidden; |
324 | text-overflow: ellipsis; | 323 | text-overflow: ellipsis; |
@@ -380,7 +379,6 @@ | @@ -380,7 +379,6 @@ | ||
380 | background: #fff; | 379 | background: #fff; |
381 | z-index: 2; | 380 | z-index: 2; |
382 | top: 10px; | 381 | top: 10px; |
383 | - padding-right: 10px; | ||
384 | min-width: 383px; | 382 | min-width: 383px; |
385 | display: none; | 383 | display: none; |
386 | 384 | ||
@@ -390,7 +388,7 @@ | @@ -390,7 +388,7 @@ | ||
390 | } | 388 | } |
391 | 389 | ||
392 | .goods-img-list { | 390 | .goods-img-list { |
393 | - margin: 2px 0 2px 10px; | 391 | + margin: 0 10px 2px 4px; |
394 | float: left; | 392 | float: left; |
395 | 393 | ||
396 | .goods-img-col { | 394 | .goods-img-col { |
@@ -401,12 +399,16 @@ | @@ -401,12 +399,16 @@ | ||
401 | } | 399 | } |
402 | 400 | ||
403 | .goods-img-col:last-child { | 401 | .goods-img-col:last-child { |
404 | - margin-right: 0; | 402 | + margin-right: 10px; |
405 | } | 403 | } |
406 | 404 | ||
407 | img { | 405 | img { |
408 | - margin-top: 11px; | 406 | + margin-top: 10px; |
409 | cursor: pointer; | 407 | cursor: pointer; |
408 | + | ||
409 | + &:nth-child(4n) { | ||
410 | + margin-top: 11px; | ||
411 | + } | ||
410 | } | 412 | } |
411 | } | 413 | } |
412 | } | 414 | } |
-
Please register or login to post a comment