|
@@ -1710,9 +1710,11 @@ export default {
|
|
|
font-size: 22upx;
|
|
font-size: 22upx;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
line-height: 28upx;
|
|
line-height: 28upx;
|
|
|
- color: #fff;
|
|
|
|
|
- background-color: rgb(201, 52, 52);
|
|
|
|
|
|
|
+ color: rgb(201, 52, 52);
|
|
|
|
|
+ background-color: transparent;
|
|
|
|
|
+ border: 2upx solid rgb(201, 52, 52);
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.policy-popup-content {
|
|
.policy-popup-content {
|