调整全局颜色,新增转让市场

This commit is contained in:
唐明明
2021-11-03 16:56:06 +08:00
parent 6cb32203bf
commit 2a6cd3a959
51 changed files with 3961 additions and 3593 deletions

View File

@@ -259,8 +259,8 @@
height: 60rpx;
line-height: 60rpx;
&.show{
color: $text-price;
border-bottom: solid 4rpx $text-price;
color: $mian-color;
border-bottom: solid 4rpx $mian-color;
}
}
}
@@ -297,7 +297,7 @@
font-weight: bold;
}
.btn {
background-color: $text-price;
background-color: $mian-color;
height: 90rpx;
line-height: 90rpx;
text-align: center;