update adout tag color

This commit is contained in:
cmxdd 2020-08-10 09:56:01 +08:00
parent 71a25fd11d
commit 0b5fa511bf
2 changed files with 4 additions and 4 deletions

View File

@ -312,7 +312,7 @@ export default {
margin: 0 auto; margin: 0 auto;
.form-view { .form-view {
background: rgba(255, 120, 15, 1); background: #CDC7C8;
border-radius: 6rpx; border-radius: 6rpx;
margin-right: 20rpx; margin-right: 20rpx;
font-size: 24rpx; font-size: 24rpx;
@ -322,7 +322,7 @@ export default {
color: #fff; color: #fff;
} }
.active { .active {
background: red; background: #FF780F;
} }
.scroll { .scroll {
width: 100%; width: 100%;

View File

@ -437,7 +437,7 @@ export default {
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
} }
.form-view { .form-view {
background: rgba(255, 120, 15, 1); background: #CDC7C8;
border-radius: 6rpx; border-radius: 6rpx;
margin-right: 20rpx; margin-right: 20rpx;
font-size: 24rpx; font-size: 24rpx;
@ -447,7 +447,7 @@ export default {
color: #fff; color: #fff;
} }
.active { .active {
background: red; background: #FF780F;
} }
.titles { .titles {
font-size: 30rpx; font-size: 30rpx;