Browse Source

标签颜色更改

zhaoxiaohai 3 years ago
parent
commit
e9929be236
1 changed files with 3 additions and 4 deletions
  1. 3 4
      packageA/tags/modules/Yl-tags/index.scss

+ 3 - 4
packageA/tags/modules/Yl-tags/index.scss

@@ -16,14 +16,13 @@
 
     .datatag,
     .systemtag {
-        background: #FFEFD9;
-        color: #FA8C16;
+        background: #FAAB16;
+        color: #FFFFFF;
         margin-right: 10rpx;
     }
 
     .systemtag {
-        color: #3874F6;
-        background: #E7EEFF;
+        background: #FA8C16;
     }
 
     .add {