调整部分页面颜色

This commit is contained in:
唐明明
2021-11-04 17:11:14 +08:00
parent 5f7c8c36ca
commit 24a3f809a6
6 changed files with 25 additions and 40 deletions

View File

@@ -371,12 +371,12 @@
.value {
font-size: $title-size-m;
color: $text-price;
color: $mian-color;
}
}
.button {
background: $text-price;
background: $mian-color;
border-radius: 0;
height: 90rpx;
line-height: 90rpx;
@@ -523,9 +523,8 @@
display: inline-block;
text-align: center;
color: #fff;
&-cancel {
background-color: $text-price;
background-color: $mian-color;
}
}
}