liyongli 1 ano atrás
pai
commit
1257833f53

+ 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>