| | |
| | | -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; |
| | | // --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; |
| | | } |
| | | |
| | | body { |
| | | width: 100vw; |
| | | height: 100vh; |
| | | // color: $mainTextColor; |
| | | color: $log-c; |
| | | // background-color: $mainBgColor; |
| | | background-color: $mainbgWhiteColor; |
| | | padding-bottom: constant(safe-area-inset-bottom); |
| | | padding-bottom: env(safe-area-inset-bottom); |
| | | } |