Showing
1 changed file
with
7 additions
and
5 deletions
1 | +/* 精选抢先看 */ | ||
1 | .handpick { | 2 | .handpick { |
2 | .swiper-wrapper { | 3 | .swiper-wrapper { |
3 | align-items: center; | 4 | align-items: center; |
4 | } | 5 | } |
5 | 6 | ||
6 | .swiper-container { | 7 | .swiper-container { |
7 | - height: 194px; | 8 | + height: 220px; |
8 | } | 9 | } |
9 | 10 | ||
10 | .swiper-slide { | 11 | .swiper-slide { |
11 | - width: 335px; | ||
12 | - height: 176px; | 12 | + width: 300px; |
13 | + height: 173px; | ||
13 | background-color: #444; | 14 | background-color: #444; |
14 | - border-radius: 8px; | 15 | + border-radius: 6px; |
15 | overflow: hidden; | 16 | overflow: hidden; |
16 | } | 17 | } |
17 | 18 | ||
18 | .swiper-slide-active { | 19 | .swiper-slide-active { |
19 | - height: 194px; | 20 | + height: 220px; |
21 | + width: 378px; | ||
20 | } | 22 | } |
21 | } | 23 | } |
-
Please register or login to post a comment