| | |
| | | @tailwind components; |
| | | @tailwind utilities; |
| | | |
| | | @import './variable.scss'; |
| | | // @import './variable.scss'; |
| | | @import './variable-light.scss'; |
| | | // @import './index-b3fb30cd.css'; |
| | | |
| | | /* overwite default */ |
| | | :root { |
| | |
| | | --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-title-text-color: #333 !important; |
| | | --van-uploader-upload-background: #fff !important; |
| | | --van-index-anchor-text-color: #333 !important; |
| | | } |
| | | |
| | | body { |
| | |
| | | width: 90px !important; |
| | | height: 90px !important; |
| | | opacity: 0.6; |
| | | } |
| | | } |
| | | |