|
@@ -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;
|
|
|
}
|