Merge branch 'master' of https://gitee.com/lvYeJu/lane-crawford-3
This commit is contained in:
@@ -28,6 +28,13 @@ button.sandblasted-blurred::after {
|
||||
button.sandblasted-blurred:active {
|
||||
opacity: 0.7;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root,
|
||||
body {
|
||||
background: white !important;
|
||||
color: black !important;
|
||||
}
|
||||
}
|
||||
html:root {
|
||||
--van-overlay-background: rgba(0, 0, 0, 0.4);
|
||||
--van-dialog-width: 45rem;
|
||||
@@ -52,3 +59,9 @@ html:root {
|
||||
line-height: 5rem;
|
||||
padding: 0 2rem;
|
||||
}
|
||||
.van-toast__text {
|
||||
font-size: 4rem;
|
||||
height: 5rem;
|
||||
line-height: 5rem;
|
||||
padding: 0 2rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user