Showing
2 changed files
with
7 additions
and
1 deletions
@@ -16,4 +16,4 @@ $('.swiper-container').each(function() { | @@ -16,4 +16,4 @@ $('.swiper-container').each(function() { | ||
16 | pagination: $(this).closest('.banner-top').find('.pagination-inner').get(0) | 16 | pagination: $(this).closest('.banner-top').find('.pagination-inner').get(0) |
17 | }); | 17 | }); |
18 | } | 18 | } |
19 | -}); | 19 | +}); |
@@ -262,6 +262,12 @@ $border: #e0e0e0; | @@ -262,6 +262,12 @@ $border: #e0e0e0; | ||
262 | width: 100%; | 262 | width: 100%; |
263 | border-bottom: 1px solid $titlebg; | 263 | border-bottom: 1px solid $titlebg; |
264 | 264 | ||
265 | + a { | ||
266 | + display: inline-block; | ||
267 | + height: 100%; | ||
268 | + width: 100%; | ||
269 | + } | ||
270 | + | ||
265 | .pre-pic { | 271 | .pre-pic { |
266 | position: absolute; | 272 | position: absolute; |
267 | top: 20px; | 273 | top: 20px; |
-
Please register or login to post a comment