Merge branch 'feature/homeIndex' into 'develop'
首页 潮品 swiper 圆点 【首页】潮品.话题的轮播小圆点与设计图不一致,浅色小圆点几乎看不见 http://jira.yoho.cn:8888/browse/YW-1376 See merge request !10
Showing
1 changed file
with
3 additions
and
2 deletions
@@ -23,8 +23,9 @@ | @@ -23,8 +23,9 @@ | ||
23 | width: 16rem / $pxConvertRem; | 23 | width: 16rem / $pxConvertRem; |
24 | height: 16rem / $pxConvertRem; | 24 | height: 16rem / $pxConvertRem; |
25 | margin: 0 (8rem / $pxConvertRem); | 25 | margin: 0 (8rem / $pxConvertRem); |
26 | - background: #efefef; | 26 | + background: #f0f0f0; |
27 | border-radius: 50%; | 27 | border-radius: 50%; |
28 | + opacity: 1; | ||
28 | } | 29 | } |
29 | 30 | ||
30 | span.swiper-pagination-bullet-active { | 31 | span.swiper-pagination-bullet-active { |
@@ -85,4 +86,4 @@ | @@ -85,4 +86,4 @@ | ||
85 | } | 86 | } |
86 | } | 87 | } |
87 | } | 88 | } |
88 | -} | ||
89 | +} |
-
Please register or login to post a comment