|
|
@@ -139,7 +139,64 @@
|
|
|
--status-danger-border: var(--color-pink-300);
|
|
|
--status-expired-border: var(--color-slate-400);
|
|
|
--status-cancelled-border: var(--color-slate-300);
|
|
|
- --bs-secondary:#ef4223;
|
|
|
+ --bs-secondary: #ef4223;
|
|
|
+
|
|
|
+
|
|
|
+ // 新的
|
|
|
+ color-scheme: dark;
|
|
|
+ --bs-body-color: #8c96a9;
|
|
|
+ --bs-body-color-rgb: 140, 150, 169;
|
|
|
+ --bs-body-bg: #282b44;
|
|
|
+ --bs-body: #282b44;
|
|
|
+ --bs-body-bg-rgb: 40, 43, 68;
|
|
|
+ --bs-emphasis-color: #ffffff;
|
|
|
+ --bs-emphasis-color-rgb: 255, 255, 255;
|
|
|
+ --bs-secondary-color: rgba(140, 150, 169, 0.75);
|
|
|
+ --bs-secondary-color-rgb: 140, 150, 169;
|
|
|
+ --bs-secondary-bg: #26283e;
|
|
|
+ --bs-secondary-bg-rgb: 38, 40, 62;
|
|
|
+ --bs-tertiary-color: rgba(140, 150, 169, 0.5);
|
|
|
+ --bs-tertiary-color-rgb: 140, 150, 169;
|
|
|
+ --bs-tertiary-bg: #26283e;
|
|
|
+ --bs-tertiary-bg-rgb: 38, 40, 62;
|
|
|
+ --bs-secondary-text-emphasis: #83a6ff;
|
|
|
+ --bs-secondary-text-emphasis: #ffb370;
|
|
|
+ --bs-success-text-emphasis: #7ad0b2;
|
|
|
+ --bs-info-text-emphasis: #67d2fc;
|
|
|
+ --bs-warning-text-emphasis: #fed679;
|
|
|
+ --bs-danger-text-emphasis: #ff8c77;
|
|
|
+ --bs-light-text-emphasis: #888bb2;
|
|
|
+ --bs-dark-text-emphasis: #999999;
|
|
|
+ --bs-secondary-bg-subtle: #0a1533;
|
|
|
+ --bs-secondary-bg-subtle: #331a03;
|
|
|
+ --bs-success-bg-subtle: #072319;
|
|
|
+ --bs-info-bg-subtle: #002432;
|
|
|
+ --bs-warning-bg-subtle: #332506;
|
|
|
+ --bs-danger-bg-subtle: #330d06;
|
|
|
+ --bs-light-bg-subtle: #1a1c31;
|
|
|
+ --bs-dark-bg-subtle: #10101d;
|
|
|
+ --bs-secondary-border-subtle: #1d4099;
|
|
|
+ --bs-secondary-border-subtle: #994d0a;
|
|
|
+ --bs-success-border-subtle: #146a4c;
|
|
|
+ --bs-info-border-subtle: #016c96;
|
|
|
+ --bs-warning-border-subtle: #987013;
|
|
|
+ --bs-danger-border-subtle: #992611;
|
|
|
+ --bs-light-border-subtle: #484c83;
|
|
|
+ --bs-dark-border-subtle: #494949;
|
|
|
+ --bs-heading-color: #fff;
|
|
|
+ --bs-link-color: #83a6ff;
|
|
|
+ --bs-link-hover-color: #9cb8ff;
|
|
|
+ --bs-link-color-rgb: 131, 166, 255;
|
|
|
+ --bs-link-hover-color-rgb: 156, 184, 255;
|
|
|
+ --bs-code-color: #e685b5;
|
|
|
+ --bs-highlight-color: #8c96a9;
|
|
|
+ --bs-highlight-bg: #664d03;
|
|
|
+ --bs-border-color: #3a3b4d;
|
|
|
+ --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
|
+ --bs-form-valid-color: #75b798;
|
|
|
+ --bs-form-valid-border-color: #75b798;
|
|
|
+ --bs-form-invalid-color: #ea868f;
|
|
|
+ --bs-form-invalid-border-color: #ea868f;
|
|
|
}
|
|
|
|
|
|
.dark {
|
|
|
@@ -255,12 +312,195 @@
|
|
|
--text-sm-plus: .9375rem;
|
|
|
--text-sm-plus--line-height: 1.375rem;
|
|
|
--animate-shimmer: shimmer 2s linear infinite;
|
|
|
- --bs-secondary:#ef4223;
|
|
|
+ --bs-secondary: #ef4223;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.light {
|
|
|
+ --bs-blue: #0d6efd;
|
|
|
+ --bs-indigo: #6610f2;
|
|
|
+ --bs-purple: #6f42c1;
|
|
|
+ --bs-pink: #d63384;
|
|
|
+ --bs-red: #dc3545;
|
|
|
+ --bs-orange: #fd7e14;
|
|
|
+ --bs-yellow: #ffc107;
|
|
|
+ --bs-green: #198754;
|
|
|
+ --bs-teal: #20c997;
|
|
|
+ --bs-cyan: #0dcaf0;
|
|
|
+ --bs-black: #000;
|
|
|
+ --bs-white: #ffffff;
|
|
|
+ --bs-gray: #6c757d;
|
|
|
+ --bs-gray-dark: #343a40;
|
|
|
+ --bs-gray-100: #f8f9fa;
|
|
|
+ --bs-gray-200: #e9ecef;
|
|
|
+ --bs-gray-300: #dee2e6;
|
|
|
+ --bs-gray-400: #ced4da;
|
|
|
+ --bs-gray-500: #adb5bd;
|
|
|
+ --bs-gray-600: #6c757d;
|
|
|
+ --bs-gray-700: #495057;
|
|
|
+ --bs-gray-800: #343a40;
|
|
|
+ --bs-gray-900: #212529;
|
|
|
+ --bs-secondary: #ef4223;
|
|
|
+
|
|
|
+ --bs-success: #22B07E;
|
|
|
+ --bs-info: #02B4FA;
|
|
|
+ --bs-warning: #FDBB1F;
|
|
|
+ --bs-danger: #FF401C;
|
|
|
+ --bs-light: #ECF2FD;
|
|
|
+ --bs-dark: #0C243C;
|
|
|
+ --bs-white: #ffffff;
|
|
|
+ --bs-gray: #97A1C0;
|
|
|
+ --bs-secondary-rgb: 49, 106, 255;
|
|
|
+ --bs-secondary-rgb: 255, 129, 16;
|
|
|
+ --bs-success-rgb: 34, 176, 126;
|
|
|
+ --bs-info-rgb: 2, 180, 250;
|
|
|
+ --bs-warning-rgb: 253, 187, 31;
|
|
|
+ --bs-danger-rgb: 255, 64, 28;
|
|
|
+ --bs-light-rgb: 236, 242, 253;
|
|
|
+ --bs-dark-rgb: 12, 36, 60;
|
|
|
+ --bs-white-rgb: 255, 255, 255;
|
|
|
+ --bs-gray-rgb: 151, 161, 192;
|
|
|
+ --bs-secondary-text-emphasis: #142a66;
|
|
|
+ --bs-secondary-text-emphasis: #663406;
|
|
|
+ --bs-success-text-emphasis: #0e4632;
|
|
|
+ --bs-info-text-emphasis: #014864;
|
|
|
+ --bs-warning-text-emphasis: #654b0c;
|
|
|
+ --bs-danger-text-emphasis: #661a0b;
|
|
|
+ --bs-light-text-emphasis: #495057;
|
|
|
+ --bs-dark-text-emphasis: #495057;
|
|
|
+ --bs-secondary-bg-subtle: #eaf0ff;
|
|
|
+ --bs-secondary-bg-subtle: #fff2e7;
|
|
|
+ --bs-success-bg-subtle: #e9f7f2;
|
|
|
+ --bs-info-bg-subtle: #e6f8ff;
|
|
|
+ --bs-warning-bg-subtle: #fff8e9;
|
|
|
+ --bs-danger-bg-subtle: #ffece8;
|
|
|
+ --bs-light-bg-subtle: #fcfcfd;
|
|
|
+ --bs-dark-bg-subtle: #ced4da;
|
|
|
+ --bs-secondary-border-subtle: #ccdaff;
|
|
|
+ --bs-secondary-border-subtle: #ffe0c3;
|
|
|
+ --bs-success-border-subtle: #c8ebdf;
|
|
|
+ --bs-info-border-subtle: #c0ecfe;
|
|
|
+ --bs-warning-border-subtle: #ffeec7;
|
|
|
+ --bs-danger-border-subtle: #ffcfc6;
|
|
|
+ --bs-light-border-subtle: #e9ecef;
|
|
|
+ --bs-dark-border-subtle: #adb5bd;
|
|
|
+ --bs-white-rgb: 255, 255, 255;
|
|
|
+ --bs-black-rgb: 0, 0, 0;
|
|
|
+ --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
|
+ --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
|
+ --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
|
|
+ --bs-body-font-size: 0.875rem;
|
|
|
+ --bs-body-font-weight: 500;
|
|
|
+ --bs-body-line-height: 1.6;
|
|
|
+ --bs-body-color: #858585;
|
|
|
+ --bs-body-color-rgb: 151, 161, 192;
|
|
|
+ --bs-body-bg: #fff;
|
|
|
+ --bs-body: #fdfdfd;
|
|
|
+ --bs-body-bg-rgb: 255, 255, 255;
|
|
|
+ --bs-emphasis-color: #000;
|
|
|
+ --bs-emphasis-color-rgb: 0, 0, 0;
|
|
|
+ --bs-secondary-color: rgba(151, 161, 192, 0.75);
|
|
|
+ --bs-secondary-color-rgb: 151, 161, 192;
|
|
|
+ --bs-secondary-bg: #f9f9f9;
|
|
|
+ --bs-secondary-bg-rgb: 249, 249, 249;
|
|
|
+ --bs-tertiary-color: rgba(151, 161, 192, 0.5);
|
|
|
+ --bs-tertiary-color-rgb: 151, 161, 192;
|
|
|
+ --bs-tertiary-bg: #f8f9fa;
|
|
|
+ --bs-tertiary-bg-rgb: 248, 249, 250;
|
|
|
+ --bs-heading-color: #0C243C;
|
|
|
+ --bs-link-color: #316AFF;
|
|
|
+ --bs-link-color-rgb: 49, 106, 255;
|
|
|
+ --bs-link-decoration: none;
|
|
|
+ --bs-link-hover-color: #2755cc;
|
|
|
+ --bs-link-hover-color-rgb: 39, 85, 204;
|
|
|
+ --bs-code-color: #d63384;
|
|
|
+ --bs-highlight-color: #97A1C0;
|
|
|
+ --bs-highlight-bg: #fff3cd;
|
|
|
+ --bs-border-width: 1px;
|
|
|
+ --bs-border-style: solid;
|
|
|
+ --bs-border-color: #e4e4e4;
|
|
|
+ --bs-border-color-translucent: rgba(0, 0, 0, 0.1);
|
|
|
+ --bs-border-radius: 0.375rem;
|
|
|
+ --bs-border-radius-sm: 0.25rem;
|
|
|
+ --bs-border-radius-lg: 0.625rem;
|
|
|
+ --bs-border-radius-xl: 1rem;
|
|
|
+ --bs-border-radius-xxl: 2rem;
|
|
|
+ --bs-border-radius-2xl: var(--bs-border-radius-xxl);
|
|
|
+ --bs-border-radius-pill: 50rem;
|
|
|
+ --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
|
+ --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
|
|
+ --bs-box-shadow-lg: 0 0.26rem 1.126rem 0 rgba(45, 42, 60, 0.15);
|
|
|
+ --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
|
|
|
+ --bs-focus-ring-width: 0.1rem;
|
|
|
+ --bs-focus-ring-opacity: 0.25;
|
|
|
+ --bs-focus-ring-color: rgba(49, 106, 255, 0.25);
|
|
|
+ --bs-form-valid-color: #22B07E;
|
|
|
+ --bs-form-valid-border-color: #22B07E;
|
|
|
+ --bs-form-invalid-color: #FF401C;
|
|
|
+ --bs-form-invalid-border-color: #FF401C;
|
|
|
+}
|
|
|
+
|
|
|
+.dark {
|
|
|
+ color-scheme: dark;
|
|
|
+ --bs-body-color: #8c96a9;
|
|
|
+ --bs-body-color-rgb: 140, 150, 169;
|
|
|
+ --bs-body-bg: #282b44;
|
|
|
+ --bs-body: #282b44;
|
|
|
+ --bs-body-bg-rgb: 40, 43, 68;
|
|
|
+ --bs-emphasis-color: #ffffff;
|
|
|
+ --bs-emphasis-color-rgb: 255, 255, 255;
|
|
|
+ --bs-secondary-color: rgba(140, 150, 169, 0.75);
|
|
|
+ --bs-secondary-color-rgb: 140, 150, 169;
|
|
|
+ --bs-secondary-bg: #26283e;
|
|
|
+ --bs-secondary-bg-rgb: 38, 40, 62;
|
|
|
+ --bs-tertiary-color: rgba(140, 150, 169, 0.5);
|
|
|
+ --bs-tertiary-color-rgb: 140, 150, 169;
|
|
|
+ --bs-tertiary-bg: #26283e;
|
|
|
+ --bs-tertiary-bg-rgb: 38, 40, 62;
|
|
|
+ --bs-secondary-text-emphasis: #83a6ff;
|
|
|
+ --bs-secondary-text-emphasis: #ffb370;
|
|
|
+ --bs-success-text-emphasis: #7ad0b2;
|
|
|
+ --bs-info-text-emphasis: #67d2fc;
|
|
|
+ --bs-warning-text-emphasis: #fed679;
|
|
|
+ --bs-danger-text-emphasis: #ff8c77;
|
|
|
+ --bs-light-text-emphasis: #888bb2;
|
|
|
+ --bs-dark-text-emphasis: #999999;
|
|
|
+ --bs-secondary-bg-subtle: #0a1533;
|
|
|
+ --bs-secondary-bg-subtle: #331a03;
|
|
|
+ --bs-success-bg-subtle: #072319;
|
|
|
+ --bs-info-bg-subtle: #002432;
|
|
|
+ --bs-warning-bg-subtle: #332506;
|
|
|
+ --bs-danger-bg-subtle: #330d06;
|
|
|
+ --bs-light-bg-subtle: #1a1c31;
|
|
|
+ --bs-dark-bg-subtle: #10101d;
|
|
|
+ --bs-secondary-border-subtle: #1d4099;
|
|
|
+ --bs-secondary-border-subtle: #994d0a;
|
|
|
+ --bs-success-border-subtle: #146a4c;
|
|
|
+ --bs-info-border-subtle: #016c96;
|
|
|
+ --bs-warning-border-subtle: #987013;
|
|
|
+ --bs-danger-border-subtle: #992611;
|
|
|
+ --bs-light-border-subtle: #484c83;
|
|
|
+ --bs-dark-border-subtle: #494949;
|
|
|
+ --bs-heading-color: #fff;
|
|
|
+ --bs-link-color: #83a6ff;
|
|
|
+ --bs-link-hover-color: #9cb8ff;
|
|
|
+ --bs-link-color-rgb: 131, 166, 255;
|
|
|
+ --bs-link-hover-color-rgb: 156, 184, 255;
|
|
|
+ --bs-code-color: #e685b5;
|
|
|
+ --bs-highlight-color: #8c96a9;
|
|
|
+ --bs-highlight-bg: #664d03;
|
|
|
+ --bs-border-color: #3a3b4d;
|
|
|
+ --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
|
|
+ --bs-form-valid-color: #75b798;
|
|
|
+ --bs-form-valid-border-color: #75b798;
|
|
|
+ --bs-form-invalid-color: #ea868f;
|
|
|
+ --bs-form-invalid-border-color: #ea868f;
|
|
|
}
|
|
|
|
|
|
.uni-select__input-box {
|
|
|
height: px2rpx(35);
|
|
|
}
|
|
|
+
|
|
|
.cwg-cursor {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
@@ -273,15 +513,25 @@ body {
|
|
|
color: #000;
|
|
|
}
|
|
|
|
|
|
+.bg-body {
|
|
|
+ --bs-bg-opacity: 1;
|
|
|
+ background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
|
|
|
+}
|
|
|
+
|
|
|
.uni-top-window {
|
|
|
overflow: visible;
|
|
|
}
|
|
|
|
|
|
+uni-left-window,
|
|
|
+uni-top-window {
|
|
|
+ --bs-bg-opacity: 1;
|
|
|
+ background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
|
|
|
+}
|
|
|
+
|
|
|
uni-left-window {
|
|
|
position: fixed;
|
|
|
top: px2rpx(56);
|
|
|
left: 0;
|
|
|
- background-color: #fff;
|
|
|
z-index: 101;
|
|
|
|
|
|
transition: width 281ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
@@ -1554,6 +1804,6 @@ uni-content.collapsed {
|
|
|
}
|
|
|
|
|
|
::selection {
|
|
|
- background-color: var(--bs-secondary);
|
|
|
- color: #fff;
|
|
|
+ background-color: var(--bs-secondary);
|
|
|
+ color: #fff;
|
|
|
}
|