Showing
3 changed files
with
8 additions
and
2 deletions
@@ -77,6 +77,14 @@ | @@ -77,6 +77,14 @@ | ||
77 | 77 | ||
78 | .hot-brands { | 78 | .hot-brands { |
79 | padding-top: 178rem / $pxConvertRem; | 79 | padding-top: 178rem / $pxConvertRem; |
80 | + | ||
81 | + .floor-header { | ||
82 | + padding: 0; | ||
83 | + } | ||
84 | + | ||
85 | + .brands-swiper { | ||
86 | + border-top: 0; | ||
87 | + } | ||
80 | } | 88 | } |
81 | 89 | ||
82 | .hot-brand { | 90 | .hot-brand { |
1 | <div class="hot-brands"> | 1 | <div class="hot-brands"> |
2 | - {{^ brandPage}} | ||
3 | {{> home/floor_header}} | 2 | {{> home/floor_header}} |
4 | - {{/ brandPage}} | ||
5 | <div class="brands-swiper"> | 3 | <div class="brands-swiper"> |
6 | <ul class="brands-list swiper-wrapper clearfix"> | 4 | <ul class="brands-list swiper-wrapper clearfix"> |
7 | {{# list}} | 5 | {{# list}} |
-
Please register or login to post a comment