Showing
2 changed files
with
15 additions
and
16 deletions
@@ -41,20 +41,22 @@ | @@ -41,20 +41,22 @@ | ||
41 | } | 41 | } |
42 | } | 42 | } |
43 | 43 | ||
44 | -.swiper-container { | ||
45 | - width: 100%; | ||
46 | - height: 100%; | ||
47 | -} | 44 | +.ma-container { |
45 | + .swiper-container { | ||
46 | + width: 100%; | ||
47 | + height: 100%; | ||
48 | + } | ||
48 | 49 | ||
49 | -.swiper-pagination-bullet { | ||
50 | - background: #959799 !important; | ||
51 | - width: 14px !important; | ||
52 | - height: 14px !important; | ||
53 | - margin: 0 9px !important; | ||
54 | -} | 50 | + .swiper-pagination-bullet { |
51 | + background: #959799 !important; | ||
52 | + width: 14px !important; | ||
53 | + height: 14px !important; | ||
54 | + margin: 0 9px !important; | ||
55 | + } | ||
55 | 56 | ||
56 | -.swiper-pagination-bullet-active { | ||
57 | - background: #fff !important; | 57 | + .swiper-pagination-bullet-active { |
58 | + background: #fff !important; | ||
59 | + } | ||
58 | } | 60 | } |
59 | 61 | ||
60 | .ma-container { | 62 | .ma-container { |
@@ -225,16 +225,13 @@ $basicBtnC: #eb0313; | @@ -225,16 +225,13 @@ $basicBtnC: #eb0313; | ||
225 | 225 | ||
226 | .banner-swiper { | 226 | .banner-swiper { |
227 | overflow: hidden; | 227 | overflow: hidden; |
228 | - | ||
229 | - /* margin: 30px 96px; */ | 228 | + margin: 30px 96px; |
230 | min-width: 448px; | 229 | min-width: 448px; |
231 | min-height: 600px; | 230 | min-height: 600px; |
232 | - max-height: none; | ||
233 | 231 | ||
234 | ul { | 232 | ul { |
235 | position: relative; | 233 | position: relative; |
236 | height: auto; | 234 | height: auto; |
237 | - max-height: none; | ||
238 | 235 | ||
239 | li { | 236 | li { |
240 | float: left; | 237 | float: left; |
-
Please register or login to post a comment