wui-components-v2 1.1.69 → 1.1.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/core/index.ts +74 -74
- package/api/feishu.ts +20 -20
- package/api/index.ts +4 -4
- package/api/login.ts +51 -51
- package/api/menu.ts +45 -45
- package/api/page.ts +114 -114
- package/api/sys.ts +12 -12
- package/api/tree.ts +28 -28
- package/components/action-popup/action-popup.vue +116 -116
- package/components/add-address-list/add-address-list.vue +187 -187
- package/components/add-address-page/add-address-page.vue +77 -77
- package/components/add-address-page/config.ts +297 -297
- package/components/audio-play/audio-play.vue +220 -220
- package/components/batch-upload-file/batch-upload-file.vue +75 -75
- package/components/card-botom-buttons/card-botom-buttons.vue +279 -279
- package/components/custom-date-picker/custom-date-picker.vue +106 -106
- package/components/custom-select-picker/custom-select-picker.vue +95 -95
- package/components/demo-block/demo-block.vue +63 -63
- package/components/demo-card/demo-card.vue +44 -44
- package/components/detail-popup/detail-popup.vue +99 -99
- package/components/evaluation-page/evaluation-page.vue +196 -196
- package/components/fold-card/fold-card.vue +171 -171
- package/components/form-control/form-control.vue +661 -661
- package/components/global-loading/GlobalLoading.md +366 -366
- package/components/global-loading/global-loading.vue +55 -55
- package/components/global-message/GlobalMessage.md +570 -570
- package/components/global-message/global-message.vue +68 -68
- package/components/global-toast/GlobalToast.md +261 -261
- package/components/global-toast/global-toast.vue +56 -56
- package/components/label-value/label-value.vue +144 -144
- package/components/label-value/open-value-more.vue +56 -56
- package/components/list-top-buttons/list-top-buttons.vue +19 -19
- package/components/loading/loading.vue +5 -5
- package/components/login-form/login-form.vue +126 -126
- package/components/login-form-box/login-form-box.vue +65 -65
- package/components/mulselect-picker/mulselect-picker.vue +86 -86
- package/components/phone-login-form/phone-login-form.vue +204 -204
- package/components/privacy-popup/privacy-popup.vue +191 -191
- package/components/product-card/product-card.vue +201 -201
- package/components/scan-input/scan-input.vue +406 -406
- package/components/search/search.vue +128 -128
- package/components/select-col-picker/select-col-picker.vue +168 -168
- package/components/tab-search/tab-search.vue +73 -73
- package/components/tree-select/components/TreeNode.vue +200 -200
- package/components/tree-select/components/index.vue +471 -471
- package/components/tree-select/components/tree-select.vue +56 -56
- package/components/tree-select/index.vue +93 -93
- package/components/user-choose/user-choose.vue +169 -151
- package/components/video-play/video-play.vue +56 -56
- package/components/wui-auto-update-component/wui-auto-update-component.vue +132 -132
- package/components/wui-default/wui-default.vue +49 -49
- package/components/wui-details-page/wui-details-page.vue +147 -147
- package/components/wui-edit-page/wui-edit-page-copy.vue +757 -757
- package/components/wui-edit-page/wui-edit-page.vue +793 -793
- package/components/wui-enume-select-control/wui-enume-select-control.vue +92 -92
- package/components/wui-list/wui-list.vue +235 -235
- package/components/wui-login/wui-login.vue +43 -43
- package/components/wui-login1/wui-login.vue +41 -41
- package/components/wui-menus/wui-menus-top.vue +137 -137
- package/components/wui-menus/wui-menus-top1.vue +8 -8
- package/components/wui-menus/wui-menus.vue +247 -247
- package/components/wui-menus1/components/banner-carousel.vue +320 -320
- package/components/wui-menus1/components/navbar.vue +43 -43
- package/components/wui-menus1/components/quick-panel.vue +55 -55
- package/components/wui-menus1/components/search-bar.vue +49 -49
- package/components/wui-menus1/components/section-menus.vue +208 -208
- package/components/wui-menus1/wui-menus-top.vue +718 -718
- package/components/wui-menus1/wui-menus-top1.vue +398 -398
- package/components/wui-menus1/wui-menus.vue +564 -564
- package/components/wui-notify-info/notify-handle.vue +53 -53
- package/components/wui-notify-info/wui-notify-info.vue +280 -280
- package/components/wui-scan-binding-sensor/wui-scan-binding-sensor.vue +75 -75
- package/components/wui-search-history-babbar/components/SearchBar.vue +70 -70
- package/components/wui-search-history-babbar/wui-search-history-babbar.vue +204 -204
- package/components/wui-select-list/wui-select-list.vue +310 -310
- package/components/wui-select-popup/wui-select-popup.vue +613 -612
- package/components/wui-system-settings/wui-system-settings.vue +144 -144
- package/components/wui-tabbar/wui-tabbar.vue +106 -106
- package/components/wui-tree-page/components/tree-item.vue +238 -238
- package/components/wui-tree-page/wui-tree-page.vue +297 -297
- package/components/wui-update-component/wui-update-component.vue +221 -221
- package/components/wui-user/wui-user.vue +202 -202
- package/composables/types/theme.ts +65 -65
- package/composables/types/user.ts +5 -5
- package/composables/useColorGenerator.ts +221 -221
- package/composables/useCompanyFieldFilter.ts +91 -91
- package/composables/useEnumes.ts +43 -43
- package/composables/useEventBus.ts +37 -37
- package/composables/useGlobalLoading.ts +47 -47
- package/composables/useGlobalMessage.ts +53 -53
- package/composables/useGlobalToast.ts +63 -63
- package/composables/useLocale.ts +54 -54
- package/composables/useManualTheme.ts +179 -179
- package/composables/useMenus.ts +193 -193
- package/composables/useSectionMenus.ts +120 -120
- package/composables/useTabbar.ts +50 -50
- package/composables/useTheme.ts +74 -74
- package/composables/useUser.ts +24 -24
- package/index.d.ts +90 -90
- package/index.ts +83 -83
- package/package.json +24 -24
- package/static/iconfont/iconfont.css +63 -63
- package/store/language.ts +151 -151
- package/store/manualThemeStore.ts +143 -143
- package/store/persist.ts +41 -41
- package/store/themeStore.ts +74 -74
- package/store/userStore.ts +22 -22
- package/styles/dark-mode.css +523 -523
- package/styles/dark-mode.min.css +1 -1
- package/styles/dark-mode.scss +498 -498
- package/type.ts +154 -154
- package/utils/control-tree.ts +353 -353
- package/utils/control-type-supportor.ts +148 -148
- package/utils/eventBus.ts +36 -36
- package/utils/idata-scan.ts +99 -99
- package/utils/index.ts +979 -979
- package/utils/rsaEncrypt.ts +10 -10
package/styles/dark-mode.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root,.wot-theme-dark{--wot-dark-background:#1b1b1e;--wot-dark-background2:#161616;--wot-dark-background3:#1e1e1e;--wot-dark-background4:#262626;--wot-dark-background5:#333333;--wot-dark-color:#ffffff;--wot-dark-color2:#e8e8e8;--wot-dark-color3:#999999}.wot-theme-dark .wd-cell__title{color:#e8e8e8 !important}.wot-theme-dark .wd-cell__right{color:#666666 !important}.wot-theme-dark .wd-cell__icon{color:#666666 !important}.wot-theme-dark .wd-cell-group{background-color:#111111 !important}.wot-theme-dark .wd-cell{background-color:#161616 !important;border-bottom:1px solid rgba(255,255,255,0.04) !important}.wot-theme-dark .wd-cell:active{background-color:#1b1b1e !important}.wot-theme-dark .wd-switch__node{background-color:#3d3d3d !important}.wot-theme-dark .wd-switch__node--checked{background-color:var(--wot-color-primary, #2164f3) !important}.wot-theme-dark .wd-input{--wot-input-bg:#252530;--wot-input-inner-color:#e8e8e8;--wot-input-inner-placeholder-color:#fff}.wot-theme-dark .uni-input-input,.wot-theme-dark .wd-input__input,.wot-theme-dark .wd-input.is-compact .uni-input-input{color:var(--wot-input-inner-color, #e8e8e8) !important;caret-color:var(--wot-color-primary, #2164f3) !important;background-color:transparent !important}.wot-theme-dark .uni-input-placeholder,.wot-theme-dark .wd-input__placeholder,.wot-theme-dark .wd-input.is-compact .uni-input-placeholder{color:#fff !important}.wot-theme-dark .wd-input-number{--wot-input-number-bg:#252530;--wot-input-number-inner-color:#000000}.wot-theme-dark .wd-input-number .uni-input-input,.wot-theme-dark .wd-input-number__input{color:var(--wot-input-number-inner-color, #000) !important;caret-color:var(--wot-color-primary, #2164f3) !important;background-color:transparent !important}.wot-theme-dark .wd-input-number .uni-input-placeholder,.wot-theme-dark .wd-input-number__input::placeholder,.wot-theme-dark .wd-input-number__placeholder{color:#fff !important}.wot-theme-dark .wd-textarea{--wot-textarea-bg:#252530;--wot-textarea-inner-color:#e8e8e8;--wot-textarea-inner-placeholder-color:#fff}.wot-theme-dark .wd-textarea__inner{color:var(--wot-textarea-inner-color, #e8e8e8) !important;caret-color:var(--wot-color-primary, #2164f3) !important;background-color:transparent !important}.wot-theme-dark .wd-textarea__inner::placeholder,.wot-theme-dark .wd-textarea__placeholder{color:#fff !important}.wot-theme-dark .wd-form{background-color:transparent}.wot-theme-dark .wd-form-item{background-color:transparent !important}.wot-theme-dark .wd-form-item .wd-cell{background-color:transparent !important}.wot-theme-dark .wd-form-item__label,.wot-theme-dark .wd-form-item__title{color:var(--wot-dark-color2, #e8e8e8) !important}.wot-theme-dark .wd-form-item__body{background-color:transparent}.wot-theme-dark .wd-button--primary{--wd-button-primary-bg-color:var(--wot-color-primary, #2164f3) !important}.wot-theme-dark .wd-popup{background-color:transparent !important}.wot-theme-dark .wd-popup__container{background-color:#161616 !important}.wot-theme-dark .wd-popup__body{background-color:#1b1b1e !important}.wot-theme-dark .wd-action-sheet{background-color:#161616 !important}.wot-theme-dark .wd-action-sheet__title{color:var(--wot-dark-color, #fff) !important}.wot-theme-dark .wd-action-sheet__item{color:var(--wot-dark-color2, #e0e0e0) !important}.wot-theme-dark .wd-action-sheet__action{background-color:#1b1b1e !important}.wot-theme-dark .wd-checkbox__label{color:var(--wot-dark-color, #fff) !important}.wot-theme-dark .wd-select-picker__wrapper{background-color:#1b1b1e}.wot-theme-dark .wd-select-picker__popup{background-color:#161616 !important}.wot-theme-dark .wd-select-picker__checkbox-label,.wot-theme-dark .wd-select-picker__radio-label{color:var(--wot-dark-color2, #e8e8e8) !important}.wot-theme-dark .wd-select-picker__text-active{color:var(--wot-color-primary, #2164f3) !important}.wot-theme-dark .wd-select-picker__footer{background-color:#161616}.wot-theme-dark .wd-calendar__wrapper{background-color:#1b1b1e}.wot-theme-dark .wd-calendar__popup{background-color:#161616 !important}.wot-theme-dark .wd-calendar__header{color:var(--wot-dark-color, #fff)}.wot-theme-dark .wd-calendar__view,.wot-theme-dark .wd-month-panel{--wot-calendar-view-day-color:#e8e8e8;--wot-calendar-view-week-color:#999999;--wot-calendar-view-panel-title-color:#ccc;--wot-calendar-view-control-icon-color:#aaa;--wot-calendar-view-control-color-disabled:#444;--wot-calendar-view-color-disabled:#555555;--wot-calendar-view-time-picker-color:#e8e8e8;--wot-calendar-view-time-picker-bg:#252530;--wot-calendar-view-range-color:#e8e8e8;background-color:transparent !important}.wot-theme-dark .wd-calendar__tabs{color:var(--wot-dark-color3, #999) !important}.wot-theme-dark .wd-calendar__shortcuts{border-bottom-color:rgba(255,255,255,0.06)}.wot-theme-dark .wd-calendar__view{background-color:transparent;color:var(--wot-dark-color2, #e8e8e8)}.wot-theme-dark .wd-calendar__range-item.is-placeholder{color:var(--wot-dark-color3, #666) !important}.wot-theme-dark .wd-calendar__range-separator{color:var(--wot-dark-color3, #666) !important}.wot-theme-dark .wd-year-panel{--wot-calendar-bg:#1b1b1e;--wot-picker-view-bg:#1b1b1e;background-color:#1b1b1e}.wot-theme-dark .wd-picker-view{--wot-picker-view-bg:#1b1b1e;--wot-picker-view-mask-start-color:rgba(0,0,0,0.85);--wot-picker-view-mask-end-color:rgba(0,0,0,0.2);--wot-picker-view-roller-bg:#2a2a30;--wot-picker-view-column-item-color:#e8e8e8;background-color:#1b1b1e}.wot-theme-dark .wd-picker-view__mask{background-image:linear-gradient(180deg, rgba(0,0,0,0.85), rgba(0,0,0,0.2)),linear-gradient(0deg, rgba(0,0,0,0.85), rgba(0,0,0,0.2)) !important}.wot-theme-dark .wd-picker-view__roller{background-color:#2a2a30 !important}.wot-theme-dark .wd-picker-view__column-item{color:#e8e8e8 !important}.wot-theme-dark .wd-picker-view__column-item--active{color:var(--wot-dark-color, #fff) !important}.wot-theme-dark .wd-year-panel__text{color:var(--wot-dark-color2, #e8e8e8)}.wot-theme-dark .wd-year-panel__item.is-active .wd-year-panel__text,.wot-theme-dark .wd-year-panel__item.is-active{color:var(--wot-color-primary, #2164f3) !important}.wot-theme-dark .wd-datetime-picker__wrapper{background-color:#1b1b1e;color:var(--wot-dark-color2, #e8e8e8)}.wot-theme-dark .wd-datetime-picker__popup{background-color:#161616 !important}.wot-theme-dark::after{background-color:transparent !important}.wot-theme-dark .wd-toast{color:#fff !important}.wot-theme-dark .wd-picker__title,.wot-theme-dark .wd-picker__toolbar{color:var(--wot-dark-color2, #e0e0) !important}.wot-theme-dark .wd-dialog{color:var(--wot-dark-color2, #e0e0e0) !important}.wot-theme-dark .wd-dialog__header{color:var(--wot-dark-color, #fff) !important}.wot-theme-dark .wd-loading-text{color:var(--wot-dark-color3, #a0a0a0) !important}.wot-theme-dark .wd-tag{color:#fff !important}.wot-theme-dark .wd-collapse{background-color:transparent !important}.wot-theme-dark .wd-collapse-item__title{color:var(--wot-dark-color2, #e0e0e0) !important}.wot-theme-dark .wd-tabbar{background-color:#111111 !important;border-top:1px solid rgba(255,255,255,0.06) !important}.wot-theme-dark .wd-tabbar-item{color:#ffffff}.wot-theme-dark .wd-tabbar-item__body .is-inactive{color:#ffffff !important}.wot-theme-dark .wd-tabbar-item--active{color:var(--wot-color-primary, #2164f3) !important}.wot-theme-dark .wd-tabbar-item--active .wd-icon,.wot-theme-dark .wd-tabbar-item--active .wd-tabbar-item__icon{color:var(--wot-color-primary, #2164f3) !important}.wot-theme-dark .wd-tabbar-item--active .wd-tabbar-item__body-title{color:var(--wot-color-primary, #2164f3) !important}.wot-theme-dark .wd-navbar{background-color:#1b1b1e !important}.wot-theme-dark .wd-cell__arrow{color:#555555 !important}.wot-theme-dark .wd-cell__left-icon{color:#e0e0e0 !important}.wot-theme-dark .wd-card{background:linear-gradient(180deg, #1e1e23 0%, #19191e 100%) !important;box-shadow:0 8rpx 32rpx rgba(0,0,0,0.25),0 2rpx 8rpx rgba(0,0,0,0.15) !important;border-color:rgba(255,255,255,0.06) !important}.wot-theme-dark .wd-card__title{color:#f9fafb !important}.wot-theme-dark .wd-grid-item__text,.wot-theme-dark .wd-grid-item__content text{color:#e5e7eb !important}.wot-theme-dark .wd-grid-item__wrapper,.wot-theme-dark .wd-grid-item__content{background-color:transparent !important}.wot-theme-dark .wd-grid-item{background-color:transparent !important}.wot-theme-dark .recent-section{background-color:#1e1e23 !important;box-shadow:0 4px 16px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.05) !important;border:1px solid rgba(255,255,255,0.06) !important}.wot-theme-dark .recent-label{color:#d1d5db !important}.wot-theme-dark .wd-cell .wd-icon,.wot-theme-dark .wd-navbar .wd-icon,.wot-theme-dark .wd-button .wd-icon{color:#e0e0e0 !important}.wot-theme-dark .wd-cell .wd-icon svg,.wot-theme-dark .wd-cell .wd-icon path,.wot-theme-dark .wd-navbar .wd-icon svg,.wot-theme-dark .wd-navbar .wd-icon path,.wot-theme-dark .wd-button .wd-icon svg,.wot-theme-dark .wd-button .wd-icon path{fill:currentColor !important;color:currentColor !important}.wot-theme-dark .wd-search,.wot-theme-dark .wd-search.is-light,.wot-theme-dark .wd-search.is-plain{background:transparent !important;--wot-search-input-bg:#252530 !important;--wot-search-cover-bg:#252530 !important;--wot-search-placeholder-color:#666666 !important;--wot-search-cancel-color:var(--wot-color-primary, #2164f3) !important;--wot-search-icon-color:#888888 !important}.wot-theme-dark .wd-search .wd-search__block,.wot-theme-dark .wd-search.is-light .wd-search__block,.wot-theme-dark .wd-search.is-plain .wd-search__block{background-color:#252530 !important}.wot-theme-dark .wd-search .wd-search__cover,.wot-theme-dark .wd-search.is-light .wd-search__cover,.wot-theme-dark .wd-search.is-plain .wd-search__cover{background-color:#252530 !important}
|
|
1
|
+
:root,.wot-theme-dark{--wot-dark-background:#1b1b1e;--wot-dark-background2:#161616;--wot-dark-background3:#1e1e1e;--wot-dark-background4:#262626;--wot-dark-background5:#333333;--wot-dark-color:#ffffff;--wot-dark-color2:#e8e8e8;--wot-dark-color3:#999999}.wot-theme-dark .wd-cell__title{color:#e8e8e8 !important}.wot-theme-dark .wd-cell__right{color:#666666 !important}.wot-theme-dark .wd-cell__icon{color:#666666 !important}.wot-theme-dark .wd-cell-group{background-color:#111111 !important}.wot-theme-dark .wd-cell{background-color:#161616 !important;border-bottom:1px solid rgba(255,255,255,0.04) !important}.wot-theme-dark .wd-cell:active{background-color:#1b1b1e !important}.wot-theme-dark .wd-switch__node{background-color:#3d3d3d !important}.wot-theme-dark .wd-switch__node--checked{background-color:var(--wot-color-primary, #2164f3) !important}.wot-theme-dark .wd-input{--wot-input-bg:#252530;--wot-input-inner-color:#e8e8e8;--wot-input-inner-placeholder-color:#fff}.wot-theme-dark .uni-input-input,.wot-theme-dark .wd-input__input,.wot-theme-dark .wd-input.is-compact .uni-input-input{color:var(--wot-input-inner-color, #e8e8e8) !important;caret-color:var(--wot-color-primary, #2164f3) !important;background-color:transparent !important}.wot-theme-dark .uni-input-placeholder,.wot-theme-dark .wd-input__placeholder,.wot-theme-dark .wd-input.is-compact .uni-input-placeholder{color:#fff !important}.wot-theme-dark .wd-input-number{--wot-input-number-bg:#252530;--wot-input-number-inner-color:#000000}.wot-theme-dark .wd-input-number .uni-input-input,.wot-theme-dark .wd-input-number__input{color:var(--wot-input-number-inner-color, #000) !important;caret-color:var(--wot-color-primary, #2164f3) !important;background-color:transparent !important}.wot-theme-dark .wd-input-number .uni-input-placeholder,.wot-theme-dark .wd-input-number__input::placeholder,.wot-theme-dark .wd-input-number__placeholder{color:#fff !important}.wot-theme-dark .wd-textarea{--wot-textarea-bg:#252530;--wot-textarea-inner-color:#e8e8e8;--wot-textarea-inner-placeholder-color:#fff}.wot-theme-dark .wd-textarea__inner{color:var(--wot-textarea-inner-color, #e8e8e8) !important;caret-color:var(--wot-color-primary, #2164f3) !important;background-color:transparent !important}.wot-theme-dark .wd-textarea__inner::placeholder,.wot-theme-dark .wd-textarea__placeholder{color:#fff !important}.wot-theme-dark .wd-form{background-color:transparent}.wot-theme-dark .wd-form-item{background-color:transparent !important}.wot-theme-dark .wd-form-item .wd-cell{background-color:transparent !important}.wot-theme-dark .wd-form-item__label,.wot-theme-dark .wd-form-item__title{color:var(--wot-dark-color2, #e8e8e8) !important}.wot-theme-dark .wd-form-item__body{background-color:transparent}.wot-theme-dark .wd-button--primary{--wd-button-primary-bg-color:var(--wot-color-primary, #2164f3) !important}.wot-theme-dark .wd-popup{background-color:transparent !important}.wot-theme-dark .wd-popup__container{background-color:#161616 !important}.wot-theme-dark .wd-popup__body{background-color:#1b1b1e !important}.wot-theme-dark .wd-action-sheet{background-color:#161616 !important}.wot-theme-dark .wd-action-sheet__title{color:var(--wot-dark-color, #fff) !important}.wot-theme-dark .wd-action-sheet__item{color:var(--wot-dark-color2, #e0e0e0) !important}.wot-theme-dark .wd-action-sheet__action{background-color:#1b1b1e !important}.wot-theme-dark .wd-checkbox__label{color:var(--wot-dark-color, #fff) !important}.wot-theme-dark .wd-select-picker__wrapper{background-color:#1b1b1e}.wot-theme-dark .wd-select-picker__popup{background-color:#161616 !important}.wot-theme-dark .wd-select-picker__checkbox-label,.wot-theme-dark .wd-select-picker__radio-label{color:var(--wot-dark-color2, #e8e8e8) !important}.wot-theme-dark .wd-select-picker__text-active{color:var(--wot-color-primary, #2164f3) !important}.wot-theme-dark .wd-select-picker__footer{background-color:#161616}.wot-theme-dark .wd-calendar__wrapper{background-color:#1b1b1e}.wot-theme-dark .wd-calendar__popup{background-color:#161616 !important}.wot-theme-dark .wd-calendar__header{color:var(--wot-dark-color, #fff)}.wot-theme-dark .wd-calendar__view,.wot-theme-dark .wd-month-panel{--wot-calendar-view-day-color:#e8e8e8;--wot-calendar-view-week-color:#999999;--wot-calendar-view-panel-title-color:#ccc;--wot-calendar-view-control-icon-color:#aaa;--wot-calendar-view-control-color-disabled:#444;--wot-calendar-view-color-disabled:#555555;--wot-calendar-view-time-picker-color:#e8e8e8;--wot-calendar-view-time-picker-bg:#252530;--wot-calendar-view-range-color:#e8e8e8;background-color:transparent !important}.wot-theme-dark .wd-calendar__tabs{color:var(--wot-dark-color3, #999) !important}.wot-theme-dark .wd-calendar__shortcuts{border-bottom-color:rgba(255,255,255,0.06)}.wot-theme-dark .wd-calendar__view{background-color:transparent;color:var(--wot-dark-color2, #e8e8e8)}.wot-theme-dark .wd-calendar__range-item.is-placeholder{color:var(--wot-dark-color3, #666) !important}.wot-theme-dark .wd-calendar__range-separator{color:var(--wot-dark-color3, #666) !important}.wot-theme-dark .wd-year-panel{--wot-calendar-bg:#1b1b1e;--wot-picker-view-bg:#1b1b1e;background-color:#1b1b1e}.wot-theme-dark .wd-picker-view{--wot-picker-view-bg:#1b1b1e;--wot-picker-view-mask-start-color:rgba(0,0,0,0.85);--wot-picker-view-mask-end-color:rgba(0,0,0,0.2);--wot-picker-view-roller-bg:#2a2a30;--wot-picker-view-column-item-color:#e8e8e8;background-color:#1b1b1e}.wot-theme-dark .wd-picker-view__mask{background-image:linear-gradient(180deg, rgba(0,0,0,0.85), rgba(0,0,0,0.2)),linear-gradient(0deg, rgba(0,0,0,0.85), rgba(0,0,0,0.2)) !important}.wot-theme-dark .wd-picker-view__roller{background-color:#2a2a30 !important}.wot-theme-dark .wd-picker-view__column-item{color:#e8e8e8 !important}.wot-theme-dark .wd-picker-view__column-item--active{color:var(--wot-dark-color, #fff) !important}.wot-theme-dark .wd-year-panel__text{color:var(--wot-dark-color2, #e8e8e8)}.wot-theme-dark .wd-year-panel__item.is-active .wd-year-panel__text,.wot-theme-dark .wd-year-panel__item.is-active{color:var(--wot-color-primary, #2164f3) !important}.wot-theme-dark .wd-datetime-picker__wrapper{background-color:#1b1b1e;color:var(--wot-dark-color2, #e8e8e8)}.wot-theme-dark .wd-datetime-picker__popup{background-color:#161616 !important}.wot-theme-dark::after{background-color:transparent !important}.wot-theme-dark .wd-toast{color:#fff !important}.wot-theme-dark .wd-picker__title,.wot-theme-dark .wd-picker__toolbar{color:var(--wot-dark-color2, #e0e0) !important}.wot-theme-dark .wd-dialog{color:var(--wot-dark-color2, #e0e0e0) !important}.wot-theme-dark .wd-dialog__header{color:var(--wot-dark-color, #fff) !important}.wot-theme-dark .wd-loading-text{color:var(--wot-dark-color3, #a0a0a0) !important}.wot-theme-dark .wd-tag{color:#fff !important}.wot-theme-dark .wd-collapse{background-color:transparent !important}.wot-theme-dark .wd-collapse-item__title{color:var(--wot-dark-color2, #e0e0e0) !important}.wot-theme-dark .wd-tabbar{background-color:#111111 !important;border-top:1px solid rgba(255,255,255,0.06) !important}.wot-theme-dark .wd-tabbar-item{color:#ffffff}.wot-theme-dark .wd-tabbar-item__body .is-inactive{color:#ffffff !important}.wot-theme-dark .wd-tabbar-item--active{color:var(--wot-color-primary, #2164f3) !important}.wot-theme-dark .wd-tabbar-item--active .wd-icon,.wot-theme-dark .wd-tabbar-item--active .wd-tabbar-item__icon{color:var(--wot-color-primary, #2164f3) !important}.wot-theme-dark .wd-tabbar-item--active .wd-tabbar-item__body-title{color:var(--wot-color-primary, #2164f3) !important}.wot-theme-dark .wd-navbar{background-color:#1b1b1e !important}.wot-theme-dark .wd-cell__arrow{color:#555555 !important}.wot-theme-dark .wd-cell__left-icon{color:#e0e0e0 !important}.wot-theme-dark .wd-card{background:linear-gradient(180deg, #1e1e23 0%, #19191e 100%) !important;box-shadow:0 8rpx 32rpx rgba(0,0,0,0.25),0 2rpx 8rpx rgba(0,0,0,0.15) !important;border-color:rgba(255,255,255,0.06) !important}.wot-theme-dark .wd-card__title{color:#f9fafb !important}.wot-theme-dark .wd-grid-item__text,.wot-theme-dark .wd-grid-item__content text{color:#e5e7eb !important}.wot-theme-dark .wd-grid-item__wrapper,.wot-theme-dark .wd-grid-item__content{background-color:transparent !important}.wot-theme-dark .wd-grid-item{background-color:transparent !important}.wot-theme-dark .recent-section{background-color:#1e1e23 !important;box-shadow:0 4px 16px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.05) !important;border:1px solid rgba(255,255,255,0.06) !important}.wot-theme-dark .recent-label{color:#d1d5db !important}.wot-theme-dark .wd-cell .wd-icon,.wot-theme-dark .wd-navbar .wd-icon,.wot-theme-dark .wd-button .wd-icon{color:#e0e0e0 !important}.wot-theme-dark .wd-cell .wd-icon svg,.wot-theme-dark .wd-cell .wd-icon path,.wot-theme-dark .wd-navbar .wd-icon svg,.wot-theme-dark .wd-navbar .wd-icon path,.wot-theme-dark .wd-button .wd-icon svg,.wot-theme-dark .wd-button .wd-icon path{fill:currentColor !important;color:currentColor !important}.wot-theme-dark .wd-search,.wot-theme-dark .wd-search.is-light,.wot-theme-dark .wd-search.is-plain{background:transparent !important;--wot-search-input-bg:#252530 !important;--wot-search-cover-bg:#252530 !important;--wot-search-placeholder-color:#666666 !important;--wot-search-cancel-color:var(--wot-color-primary, #2164f3) !important;--wot-search-icon-color:#888888 !important}.wot-theme-dark .wd-search .wd-search__block,.wot-theme-dark .wd-search.is-light .wd-search__block,.wot-theme-dark .wd-search.is-plain .wd-search__block{background-color:#252530 !important}.wot-theme-dark .wd-search .wd-search__cover,.wot-theme-dark .wd-search.is-light .wd-search__cover,.wot-theme-dark .wd-search.is-plain .wd-search__cover{background-color:#252530 !important}
|