liyongli 1 year ago
parent
commit
9fbcf02992
1 changed files with 2 additions and 4 deletions
  1. 2 4
      src/view/IntangibleCulturalHeritageCeremony/index.vue

+ 2 - 4
src/view/IntangibleCulturalHeritageCeremony/index.vue

@@ -173,8 +173,7 @@ const down = item => {
 .IntangibleCulturalHeritageCeremony {
   width: 100vw;
   height: 100vh;
-  background-color: #0362de;
-  color: #fff;
+  background-color: #faf8f7;
   overflow-y: auto;
 }
 .body {
@@ -186,12 +185,11 @@ const down = item => {
   text-indent: 2em;
 }
 .body .van-cell-group__title {
-  color: #fff;
 }
 
 .body .card{
     padding: 1em;
-    background-color: #ffffff23;
+    background-color: #b0aea930;
     border-radius: 10px;
     margin: 1.5em 0;
 }