mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-16 14:13:43 +08:00
feat: change theme for mobile site is ready
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user