update adout tag color
This commit is contained in:
parent
71a25fd11d
commit
0b5fa511bf
@ -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%;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user