调整部分页面颜色

This commit is contained in:
唐明明
2021-09-30 13:19:04 +08:00
2 changed files with 10 additions and 10 deletions

View File

@@ -337,14 +337,14 @@
@extend .nowrap;
&.show{
color: white;
background-color: $mian-color-deep;
background-color: $mian-color;
}
}
}
.btns{
padding-top: $padding * 2;
button{
background: $mian-color-deep;
background: $mian-color;
border-radius: 0;
height: 90rpx;
line-height: 90rpx;