1
jhzh
2026-05-22 ef52095f5e9f0a9fe2da779bb1573947d77d75b6
src/assets/init.scss
@@ -38,7 +38,7 @@
  }
  input::-webkit-input-placeholder {
    color: #C0C4CC;
    color: #999999;
  }
  .doTouch {
@@ -56,8 +56,8 @@
  $border-grey: #E5E7ED;
  $blue: #1194F7;
  $light-blue: #1199FA;
  $red: #F43368;
  $green: #06CDA5;
  $red: #f4374b;
  $green: #06c16a;
  $purple: #9A4DFD;
  $night: #131a2e;
  // overwrite vant
@@ -75,7 +75,7 @@
  }
  :root {
    --theme-color: #1194F7;
    --theme-color: #1a1a1a;
  }
  /***************** global use framework *****************/
@@ -305,16 +305,22 @@
  }
  .bg-black {
    background: #131a2e;
    @include themify() {
      background: themed("main_background");
    }
  }
  .bg-night {
    background: #131a2e;
    color: #fff;
    @include themify() {
      background: themed("tab_background");
      color: themed("text_color");
    }
  }
  .bg-night1 {
    background: #000;
    @include themify() {
      background: themed("tab_background");
    }
  }
  .bg-grey {