Commit 5208eb25be164104387b59d814e8e1b6b86bb334
1 parent
bd8de6df
1
Showing
1 changed file
with
5 additions
and
5 deletions
packageD/pages/user/member/bring/bring.wxss
... | ... | @@ -172,12 +172,12 @@ margin-top:28rpx; |
172 | 172 | /* 选中样式 1*/ |
173 | 173 | .ys{ |
174 | 174 | |
175 | -width:21rpx; | |
176 | -height:21rpx; | |
177 | -margin-left:3rpx; | |
178 | -margin-top: 3rpx; | |
175 | +width:18rpx; | |
176 | +height:18rpx; | |
177 | +margin-left:4rpx; | |
178 | +margin-top: 4rpx; | |
179 | 179 | background-color:#C4182E; |
180 | -border-radius:25rpx; /* 图形的半径 */ | |
180 | +border-radius:50rpx; /* 图形的半径 */ | |
181 | 181 | display: none; |
182 | 182 | } |
183 | 183 | .ys.tab_item_active{ | ... | ... |