liyongli 1 year ago
parent
commit
1257833f53
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/view/IntangibleCulturalHeritageCeremony/index.vue

+ 6 - 0
src/view/IntangibleCulturalHeritageCeremony/index.vue

@@ -159,6 +159,9 @@ const down = item => {
 .IntangibleCulturalHeritageCeremony {
   width: 100vw;
   height: 100vh;
+  background-color: #0362de;
+  color: #fff;
+  overflow-y: auto;
 }
 .body {
   padding: 1em;
@@ -168,4 +171,7 @@ const down = item => {
 .body p {
   text-indent: 2em;
 }
+.body .van-cell-group__title {
+    color: #fff;
+}
 </style>