Showing
1 changed file
with
0 additions
and
14 deletions
| ... | ... | @@ -193,20 +193,6 @@ |
| 193 | 193 | .link { |
| 194 | 194 | color: #3D48A3; |
| 195 | 195 | } |
| 196 | - /* 关键修改:使用深度选择器修改checkbox样式 */ | |
| 197 | - ::v-deep .uni-data-checkbox { | |
| 198 | - /* 未选中时的颜色 */ | |
| 199 | - --checkbox-border-color: #ccc; | |
| 200 | - /* 选中后的颜色 */ | |
| 201 | - --checkbox-active-color: red; | |
| 202 | - /* 选中后的背景色 */ | |
| 203 | - --checkbox-background-color: ; | |
| 204 | - } | |
| 205 | - | |
| 206 | - /* 调整checkbox与文字的对齐方式 */ | |
| 207 | - ::v-deep .uni-data-checkbox__icon { | |
| 208 | - margin-right: 6rpx; | |
| 209 | - } | |
| 210 | 196 | } |
| 211 | 197 | |
| 212 | 198 | .login-btn { | ... | ... |