调整全局颜色,调整部分pagesJson,调整样式

This commit is contained in:
唐明明
2021-11-03 20:13:03 +08:00
parent 72a3d53a17
commit c7cacd2c9c
15 changed files with 245 additions and 150 deletions

View File

@@ -266,13 +266,12 @@
display: flex;
justify-content: center;
margin-top: $margin * 2;
.balance-flex-item {
background-color: white;
width: 300rpx;
height: 75rpx;
line-height: 75rpx;
color: $text-price;
color: $mian-color;
margin: 0 $margin;
border-radius: $radius-m;
font-size: 28rpx;
@@ -302,10 +301,8 @@
.tabs-item {
position: relative;
padding: 0 $padding;
&.show {
color: $text-price;
color: $mian-color;
&::before {
position: absolute;
bottom: 0;
@@ -313,7 +310,7 @@
right: $padding;
height: 4rpx;
content: " ";
background-color: $text-price;
background-color: $mian-color;
}
}
}