feat: change theme for mobile site is ready

This commit is contained in:
RockYang
2024-04-30 18:57:15 +08:00
parent 8b40ac5b5c
commit 0d733c0be0
17 changed files with 203 additions and 81 deletions

View File

@@ -8,7 +8,7 @@
.rate {
display: flex;
justify-content center
background-color #f5f5f5
background-color var(--van-background-3)
padding 5px 10px
margin 5px 0
border-radius 5px
@@ -24,14 +24,14 @@
.text {
text-align center
color #555555
color var(--van-text-color)
}
}
.model {
display: flex;
justify-content center
background-color #f5f5f5
background-color var(--van-background-3)
padding 6px
margin 5px 0
border-radius 5px
@@ -48,12 +48,12 @@
.text {
text-align center
color #555555
color var(--van-text-color)
}
}
.active {
background-color #e5e5e5
background-color var(--van-text-color-3)
}
}
}