| | |
| | | @tailwind utilities; |
| | | |
| | | @import './variable.scss'; |
| | | @import '../theme/index.scss'; |
| | | @import './vant-theme.scss'; |
| | | |
| | | /* overwite default */ |
| | | :root { |
| | |
| | | -webkit-text-size-adjust: 100%; |
| | | --van-sidebar-selected-border-height: 44px !important; |
| | | --van-sidebar-selected-border-width: 2px !important; |
| | | --van-nav-bar-background: $mainBgColor !important; |
| | | --van-nav-bar-title-text-color: #fff !important; |
| | | --van-uploader-upload-background: #232C46 !important; |
| | | --van-index-anchor-text-color: #fff !important; |
| | | } |
| | | |
| | | /* Vant 组件主题变量已移至 vant-theme.scss */ |
| | | |
| | | body { |
| | | width: 100vw; |
| | | height: 100vh; |
| | | // color: $mainTextColor; |
| | | color: $log-c; |
| | | // background-color: $mainBgColor; |
| | | background-color: $mainbgWhiteColor; |
| | | @include themify() { |
| | | background-color: themed("main_background"); |
| | | color: themed("text_color"); |
| | | } |
| | | padding-bottom: constant(safe-area-inset-bottom); |
| | | padding-bottom: env(safe-area-inset-bottom); |
| | | } |
| | |
| | | } |
| | | |
| | | input::-webkit-input-placeholder { |
| | | color: #c0c4cc; |
| | | @include themify() { |
| | | color: themed("text_color1"); |
| | | } |
| | | opacity: 0.6; |
| | | } |
| | | |
| | | ul, |