@@ -425,24 +425,25 @@ export default {
}
.tab-icon {
- font-size: 36upx;
+ font-size: 40upx;
margin-bottom: 8upx;
display: block;
.tab-text {
- font-size: 26upx;
+ font-size: 30upx;
color: #666;
- font-weight: 500;
+ font-weight: 600;
&.active {
- background-color: #e6f7ef;
+ background-color: #bde8d1;
transform: translateY(-2upx);
color: #09C567;
- font-weight: 600;
+ font-weight: 700;
+ font-size: 32upx;
&:before {