diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 54421fd..4acb90f 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -1,6 +1,8 @@ button.sandblasted-blurred { - box-sizing: content-box; - border: 0.4rem solid #fff; + width: 35rem; + height: 8.3rem; + box-sizing: border-box; + border: 0.25rem solid #fff; font-family: satoshiMedium; font-weight: 500; font-size: 4rem; diff --git a/src/assets/css/style.less b/src/assets/css/style.less index 92be47b..14b4809 100644 --- a/src/assets/css/style.less +++ b/src/assets/css/style.less @@ -1,6 +1,8 @@ button.sandblasted-blurred { - box-sizing: content-box; - border: 0.4rem solid #fff; + width: 35rem; + height: 8.3rem; + box-sizing: border-box; + border: 0.25rem solid #fff; font-family: satoshiMedium; font-weight: 500; font-size: 4rem; @@ -41,7 +43,9 @@ button.sandblasted-blurred { //只使用浅色模式 @media (prefers-color-scheme: dark) { - :root, body { + + :root, + body { background: white !important; color: black !important; } @@ -71,10 +75,11 @@ html:root { --van-toast-default-width: 88rem; } -.van-toast{ +.van-toast { min-height: fit-content; max-width: none; } + .van-toast__text { font-size: 4rem; height: 5rem; @@ -84,21 +89,23 @@ html:root { } button.general, -.general_button{ +.general_button { border-radius: .7rem; border: 3px solid #000; background-color: #000; text-align: center; color: #fff; font-family: satoshiMedium; - &.smail{ + + &.smail { font-size: 3.6rem; width: 24.6rem; line-height: 6.7rem; } - &.big{ + + &.big { font-size: 3.8rem; line-height: 7.4rem; width: 3.4rem; } -} +} \ No newline at end of file diff --git a/src/views/Workshop/customize.vue b/src/views/Workshop/customize.vue index 2dd3429..c24f619 100644 --- a/src/views/Workshop/customize.vue +++ b/src/views/Workshop/customize.vue @@ -1,5 +1,6 @@