|
|
@@ -751,9 +751,9 @@ export default {
|
|
|
transition: all 0.3s ease;
|
|
|
|
|
|
&.active {
|
|
|
- background: #e3f2fd;
|
|
|
- color: #3385ff;
|
|
|
- border: 1upx solid #3385ff;
|
|
|
+ background: #3385ff;
|
|
|
+ color: #e3f2fd;
|
|
|
+ border: 1upx solid #3d89fc;
|
|
|
}
|
|
|
|
|
|
&:active:not(.active) {
|
|
|
@@ -789,7 +789,7 @@ export default {
|
|
|
|
|
|
.tip-text {
|
|
|
display: block;
|
|
|
- font-size: 28upx;
|
|
|
+ font-size: 32upx;
|
|
|
line-height: 1.5;
|
|
|
font-weight: 600;
|
|
|
|