Showing
4 changed files
with
11 additions
and
8 deletions
@@ -323,7 +323,7 @@ class Group extends Page { | @@ -323,7 +323,7 @@ class Group extends Page { | ||
323 | slidesPerView: 3, | 323 | slidesPerView: 3, |
324 | spaceBetween: 20, | 324 | spaceBetween: 20, |
325 | slidesPerGroup: 3, | 325 | slidesPerGroup: 3, |
326 | - autoplay: speed * 1000, | 326 | + autoplay: speed, |
327 | autoplayDisableOnInteraction: false, | 327 | autoplayDisableOnInteraction: false, |
328 | pagination: '.swiper-pagination', | 328 | pagination: '.swiper-pagination', |
329 | paginationClickable: true, | 329 | paginationClickable: true, |
@@ -15,13 +15,17 @@ | @@ -15,13 +15,17 @@ | ||
15 | min-width: 100%; | 15 | min-width: 100%; |
16 | 16 | ||
17 | .guess-tab { | 17 | .guess-tab { |
18 | - min-width: 160px; | 18 | + margin-left: 20px; |
19 | + margin-right: 20px; | ||
20 | + min-width: 140px; | ||
21 | + height: 78px; | ||
19 | } | 22 | } |
20 | } | 23 | } |
21 | } | 24 | } |
22 | 25 | ||
23 | .active { | 26 | .active { |
24 | - border-bottom: 2px #222 solid; | 27 | + box-sizing: border-box; |
28 | + border-bottom: 2px solid #222; | ||
25 | } | 29 | } |
26 | 30 | ||
27 | .wapper::-webkit-scrollbar { width: 0 !important; } | 31 | .wapper::-webkit-scrollbar { width: 0 !important; } |
@@ -95,9 +95,7 @@ | @@ -95,9 +95,7 @@ | ||
95 | 95 | ||
96 | .forcefontsize10 { | 96 | .forcefontsize10 { |
97 | display: inline-block; | 97 | display: inline-block; |
98 | - font-size: 12px; | ||
99 | - -webkit-text-size-adjust: none; | ||
100 | - transform: scale(0.83, 0.83); | 98 | + font-size: 14px; |
101 | } | 99 | } |
102 | 100 | ||
103 | .new-group-prict-bg { | 101 | .new-group-prict-bg { |
@@ -116,6 +114,7 @@ | @@ -116,6 +114,7 @@ | ||
116 | 114 | ||
117 | .new-group-number-price { | 115 | .new-group-number-price { |
118 | color: #d0021b; | 116 | color: #d0021b; |
117 | + top: 20px; | ||
119 | } | 118 | } |
120 | 119 | ||
121 | .new-group-price-collage { | 120 | .new-group-price-collage { |
@@ -125,7 +124,7 @@ | @@ -125,7 +124,7 @@ | ||
125 | 124 | ||
126 | .new-group-price-market { | 125 | .new-group-price-market { |
127 | font-family: PingFang-SC-Regular, sans-serif; | 126 | font-family: PingFang-SC-Regular, sans-serif; |
128 | - font-size: 12px; | 127 | + font-size: 22px; |
129 | color: #b0b0b0; | 128 | color: #b0b0b0; |
130 | } | 129 | } |
131 | 130 |
-
Please register or login to post a comment