|
@@ -370,7 +370,7 @@ export default {
|
|
|
color: $font-color-light;
|
|
|
}
|
|
|
.icon-checked {
|
|
|
- color: $base-color;
|
|
|
+ color: #52C696;
|
|
|
}
|
|
|
}
|
|
|
.clear-btn {
|
|
@@ -384,7 +384,7 @@ export default {
|
|
|
padding-left: 38rpx;
|
|
|
font-size: $font-base;
|
|
|
color: #fff;
|
|
|
- background: $font-color-disabled;
|
|
|
+ background: #52C696;
|
|
|
border-radius: 0 50px 50px 0;
|
|
|
opacity: 0;
|
|
|
transition: 0.2s;
|
|
@@ -418,12 +418,12 @@ export default {
|
|
|
height: 76rpx;
|
|
|
line-height: 76rpx;
|
|
|
font-size: $font-base + 2rpx;
|
|
|
- background: $base-color;
|
|
|
+ background: #52C696;
|
|
|
}
|
|
|
}
|
|
|
/* 复选框选中状态 */
|
|
|
.action-section .checkbox.checked,
|
|
|
.cart-item .checkbox.checked {
|
|
|
- color: $base-color;
|
|
|
+ color: #52C696;
|
|
|
}
|
|
|
</style>
|