lxf
2025-07-02 7a52988eb65d0e50cc56e9da8e0088dfc5f9e416
src/assets/css/index.scss
@@ -2,7 +2,9 @@
@tailwind components;
@tailwind utilities;
@import './variable.scss';
// @import './variable.scss';
@import './variable-light.scss';
// @import './index-b3fb30cd.css';
/* overwite default */
:root {
@@ -23,9 +25,9 @@
  --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 {
@@ -82,4 +84,5 @@
  width: 90px !important;
  height: 90px !important;
  opacity: 0.6;
}
}