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

View File

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