|
|
@@ -414,7 +414,7 @@ button::after{ border: none; } |
|
|
|
} |
|
|
|
.fenxiang { |
|
|
|
position:absolute; |
|
|
|
right:28rpx; |
|
|
|
right:0; |
|
|
|
top:-55rpx; |
|
|
|
width:108rpx; |
|
|
|
z-index:10; |
|
|
@@ -986,4 +986,23 @@ height: 90rpx; |
|
|
|
height: 12rpx; |
|
|
|
background: #E1E1E1; |
|
|
|
border-radius: 50%; |
|
|
|
} |
|
|
|
.swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal{ |
|
|
|
margin-bottom: 2rpx; |
|
|
|
} |
|
|
|
.swiper-box .wx-swiper-dot{ |
|
|
|
width:40rpx; |
|
|
|
display: inline-flex; |
|
|
|
height: 6rpx; |
|
|
|
margin-left: 10rpx; |
|
|
|
border-radius:6rpx; |
|
|
|
justify-content:space-between; |
|
|
|
} |
|
|
|
.swiper-box .wx-swiper-dot::before{ |
|
|
|
content: ''; |
|
|
|
flex-grow: 1; |
|
|
|
background: #ccc8c8; |
|
|
|
} |
|
|
|
.swiper-box .wx-swiper-dot-active::before{ |
|
|
|
background:#f6792b; |
|
|
|
} |