wargerm 0.6.24 → 0.6.25
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/dist/components/AutoScroll/index.d.ts +1 -1
- package/dist/components/Calendar/example/demo1.d.ts +2 -2
- package/dist/components/Calendar/example/demo2.d.ts +2 -2
- package/dist/components/Calendar/index.d.ts +1 -1
- package/dist/components/Card/example/demo1.d.ts +2 -2
- package/dist/components/Card/example/demo2.d.ts +2 -2
- package/dist/components/Card/example/demo3.d.ts +2 -2
- package/dist/components/Card/index.d.ts +1 -1
- package/dist/components/Cascader/index.d.ts +3 -3
- package/dist/components/Checkbox/index.d.ts +1 -1
- package/dist/components/DatePicker/index.d.ts +2 -2
- package/dist/components/DragBox/index.d.ts +2 -2
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/Modal/dialog.d.ts +2 -2
- package/dist/components/Modal/index.d.ts +6 -5
- package/dist/components/ModalForm/index.d.ts +1 -1
- package/dist/components/ModalTips/dialog.d.ts +2 -2
- package/dist/components/ModalTips/index.d.ts +5 -5
- package/dist/components/NtTable/FrameBox/index.d.ts +3 -3
- package/dist/components/NtTable/index.d.ts +3 -9
- package/dist/components/NumericInput/index.d.ts +2 -2
- package/dist/components/Radio/index.d.ts +1 -1
- package/dist/components/ReactECharts/RAF.d.ts +2 -2
- package/dist/components/ReactECharts/index.d.ts +2 -2
- package/dist/components/RequestRenderDom/example/demo1.d.ts +2 -2
- package/dist/components/RequestRenderDom/index.d.ts +1 -1
- package/dist/components/Select/index.d.ts +1 -1
- package/dist/components/TabelCard/example/InputGroup.d.ts +2 -2
- package/dist/components/TabelCard/example/demo1.d.ts +2 -2
- package/dist/components/TabelCard/example/demo2.d.ts +2 -2
- package/dist/components/TabelCard/example/demo3.d.ts +2 -2
- package/dist/components/TabelCard/index.d.ts +1 -1
- package/dist/components/Table/FrameBox/index.d.ts +3 -3
- package/dist/components/Table/example/demo1.d.ts +2 -2
- package/dist/components/Table/example/demo2.d.ts +2 -2
- package/dist/components/Table/example/demo3.d.ts +2 -2
- package/dist/components/Table/example/demo4.d.ts +2 -2
- package/dist/components/Table/example/demo5.d.ts +2 -2
- package/dist/components/Table/index.d.ts +3 -3
- package/dist/components/TreeSelect/index.d.ts +1 -1
- package/dist/components/Upload/example/demo1.d.ts +2 -2
- package/dist/components/Upload/example/demo2.d.ts +2 -2
- package/dist/components/Upload/index.d.ts +1 -1
- package/dist/components/Video/example/VideoDemo/demo1.d.ts +2 -2
- package/dist/components/Video/example/VideoDemo/demo2.d.ts +2 -2
- package/dist/components/Video/example/VideoDemo/demo3.d.ts +2 -2
- package/dist/components/Video/example/VideoDemo/demo4.d.ts +2 -2
- package/dist/components/Video/example/VideoDemo/demo5.d.ts +2 -2
- package/dist/components/Video/example/VideoDemo/demo6.d.ts +2 -2
- package/dist/components/Video/example/VideoDemo/demo7.d.ts +2 -2
- package/dist/components/Video/example/VideoDemo/demo8.d.ts +2 -2
- package/dist/components/Video/example/VideoDemo/demo9.d.ts +2 -2
- package/dist/components/Video/index.d.ts +2 -2
- package/dist/components/VideoPlayer/example/demo1.d.ts +2 -2
- package/dist/components/VideoPlayer/example/demo2.d.ts +2 -2
- package/dist/components/VideoPlayer/index.d.ts +1 -1
- package/dist/components/VideoPlayer/xgplayer.d.ts +1 -1
- package/dist/components/WDatePicker/index.d.ts +1 -1
- package/dist/components/WForm/example/demo1.d.ts +2 -2
- package/dist/components/WForm/example/demo2.d.ts +2 -2
- package/dist/components/WForm/example/demo3.d.ts +2 -2
- package/dist/components/WForm/index.d.ts +3 -3
- package/dist/components/Wcharts/LineEcharts/index.d.ts +3 -3
- package/dist/components/Wcharts/WaterLevelCharts/index.d.ts +3 -3
- package/dist/components/useEventEmitter/example/demo1.d.ts +2 -2
- package/dist/components/useStateWithCall/example/demo1.d.ts +2 -2
- package/dist/components/wTracing/example/demo1.d.ts +2 -2
- package/dist/components/whox/example/demo1.d.ts +2 -2
- package/dist/components/wmox/example/demo1.d.ts +2 -2
- package/dist/hooks/useCallbackRef.d.ts +6 -0
- package/dist/hooks/useForceUpdate.d.ts +3 -0
- package/dist/hooks/whox.d.ts +3 -3
- package/dist/hooks/wmox.d.ts +2 -2
- package/dist/index.css +125 -168
- package/dist/index.esm.css +125 -168
- package/dist/index.esm.js +27945 -2723
- package/dist/index.js +27954 -2733
- package/dist/utils/event.d.ts +3 -3
- package/dist/utils/useModelPlugin/Provider.d.ts +4 -0
- package/dist/utils/useModelPlugin/composeRootApp.d.ts +2 -0
- package/dist/utils/useModelPlugin/helpers/dispatcher.d.ts +5 -0
- package/dist/utils/useModelPlugin/helpers/executor.d.ts +7 -0
- package/dist/utils/useModelPlugin/helpers/storeContext.d.ts +3 -0
- package/dist/utils/useModelPlugin/index.d.ts +5 -0
- package/dist/utils/useModelPlugin/useModel.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -12297,12 +12297,10 @@
|
|
12297
12297
|
scroll-snap-align: start start;
|
12298
12298
|
}
|
12299
12299
|
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
|
12300
|
-
|
12301
|
-
scroll-snap-type: x mandatory;
|
12300
|
+
scroll-snap-type: x mandatory;
|
12302
12301
|
}
|
12303
12302
|
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
|
12304
|
-
|
12305
|
-
scroll-snap-type: y mandatory;
|
12303
|
+
scroll-snap-type: y mandatory;
|
12306
12304
|
}
|
12307
12305
|
:root {
|
12308
12306
|
--swiper-navigation-size: 44px;
|
@@ -12581,7 +12579,6 @@ button.swiper-pagination-bullet {
|
|
12581
12579
|
transform: translate(-50%, -50%);
|
12582
12580
|
-webkit-user-select: none;
|
12583
12581
|
-moz-user-select: none;
|
12584
|
-
-ms-user-select: none;
|
12585
12582
|
user-select: none;
|
12586
12583
|
}
|
12587
12584
|
.camera {
|
@@ -12655,36 +12652,19 @@ button.swiper-pagination-bullet {
|
|
12655
12652
|
}
|
12656
12653
|
/* Animation css */
|
12657
12654
|
[class*='animation-'] {
|
12658
|
-
|
12659
|
-
|
12660
|
-
|
12661
|
-
animation-timing-function: ease-out;
|
12662
|
-
-webkit-animation-fill-mode: both;
|
12663
|
-
animation-fill-mode: both;
|
12655
|
+
animation-duration: 0.5s;
|
12656
|
+
animation-timing-function: ease-out;
|
12657
|
+
animation-fill-mode: both;
|
12664
12658
|
}
|
12665
12659
|
.animation-fade {
|
12666
|
-
|
12667
|
-
|
12668
|
-
-
|
12669
|
-
animation-duration: 0.8s;
|
12670
|
-
-webkit-animation-timing-function: linear;
|
12671
|
-
animation-timing-function: linear;
|
12660
|
+
animation-name: fadeIn;
|
12661
|
+
animation-duration: 0.8s;
|
12662
|
+
animation-timing-function: linear;
|
12672
12663
|
}
|
12673
12664
|
.animation-fade-out {
|
12674
|
-
|
12675
|
-
|
12676
|
-
-
|
12677
|
-
animation-duration: 0.8s;
|
12678
|
-
-webkit-animation-timing-function: linear;
|
12679
|
-
animation-timing-function: linear;
|
12680
|
-
}
|
12681
|
-
@-webkit-keyframes fadeIn {
|
12682
|
-
0% {
|
12683
|
-
opacity: 0;
|
12684
|
-
}
|
12685
|
-
100% {
|
12686
|
-
opacity: 1;
|
12687
|
-
}
|
12665
|
+
animation-name: fadeOut;
|
12666
|
+
animation-duration: 0.8s;
|
12667
|
+
animation-timing-function: linear;
|
12688
12668
|
}
|
12689
12669
|
@keyframes fadeIn {
|
12690
12670
|
0% {
|
@@ -12694,14 +12674,6 @@ button.swiper-pagination-bullet {
|
|
12694
12674
|
opacity: 1;
|
12695
12675
|
}
|
12696
12676
|
}
|
12697
|
-
@-webkit-keyframes fadeOut {
|
12698
|
-
0% {
|
12699
|
-
opacity: 1;
|
12700
|
-
}
|
12701
|
-
100% {
|
12702
|
-
opacity: 0;
|
12703
|
-
}
|
12704
|
-
}
|
12705
12677
|
@keyframes fadeOut {
|
12706
12678
|
0% {
|
12707
12679
|
opacity: 1;
|
@@ -12949,7 +12921,6 @@ button.swiper-pagination-bullet {
|
|
12949
12921
|
overflow: auto;
|
12950
12922
|
}
|
12951
12923
|
[data-prefers-color='dark'] .container .theader {
|
12952
|
-
position: -webkit-sticky;
|
12953
12924
|
position: sticky;
|
12954
12925
|
top: 0;
|
12955
12926
|
z-index: 4;
|
@@ -13088,7 +13059,6 @@ button.swiper-pagination-bullet {
|
|
13088
13059
|
}
|
13089
13060
|
[data-prefers-color='dark'] .th .fixedLeft,
|
13090
13061
|
[data-prefers-color='dark'] .th .fixedRight {
|
13091
|
-
position: -webkit-sticky !important;
|
13092
13062
|
position: sticky !important;
|
13093
13063
|
z-index: 4 !important;
|
13094
13064
|
}
|
@@ -13123,7 +13093,6 @@ button.swiper-pagination-bullet {
|
|
13123
13093
|
}
|
13124
13094
|
[data-prefers-color='dark'] .tr .fixedLeft,
|
13125
13095
|
[data-prefers-color='dark'] .tr .fixedRight {
|
13126
|
-
position: -webkit-sticky !important;
|
13127
13096
|
position: sticky !important;
|
13128
13097
|
z-index: 3 !important;
|
13129
13098
|
}
|
@@ -13630,12 +13599,10 @@ button.swiper-pagination-bullet {
|
|
13630
13599
|
scroll-snap-align: start start;
|
13631
13600
|
}
|
13632
13601
|
[data-prefers-color='dark'] .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
|
13633
|
-
|
13634
|
-
scroll-snap-type: x mandatory;
|
13602
|
+
scroll-snap-type: x mandatory;
|
13635
13603
|
}
|
13636
13604
|
[data-prefers-color='dark'] .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
|
13637
|
-
|
13638
|
-
scroll-snap-type: y mandatory;
|
13605
|
+
scroll-snap-type: y mandatory;
|
13639
13606
|
}
|
13640
13607
|
[data-prefers-color='dark'] :root {
|
13641
13608
|
--swiper-navigation-size: 44px;
|
@@ -13928,8 +13895,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
13928
13895
|
transform: skewy(-45deg);
|
13929
13896
|
}
|
13930
13897
|
[data-prefers-color='dark'] .card-container .container-in .sliderTabs .tab {
|
13931
|
-
|
13932
|
-
writing-mode: vertical-lr;
|
13898
|
+
writing-mode: vertical-lr;
|
13933
13899
|
position: relative;
|
13934
13900
|
margin-bottom: 2px;
|
13935
13901
|
cursor: pointer;
|
@@ -14240,36 +14206,19 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
14240
14206
|
justify-content: flex-end;
|
14241
14207
|
}
|
14242
14208
|
[data-prefers-color='dark'] [class*='animation-'] {
|
14243
|
-
|
14244
|
-
|
14245
|
-
|
14246
|
-
animation-timing-function: ease-out;
|
14247
|
-
-webkit-animation-fill-mode: both;
|
14248
|
-
animation-fill-mode: both;
|
14209
|
+
animation-duration: 0.5s;
|
14210
|
+
animation-timing-function: ease-out;
|
14211
|
+
animation-fill-mode: both;
|
14249
14212
|
}
|
14250
14213
|
[data-prefers-color='dark'] .animation-fade {
|
14251
|
-
|
14252
|
-
|
14253
|
-
-
|
14254
|
-
animation-duration: 0.8s;
|
14255
|
-
-webkit-animation-timing-function: linear;
|
14256
|
-
animation-timing-function: linear;
|
14214
|
+
animation-name: fadeIn;
|
14215
|
+
animation-duration: 0.8s;
|
14216
|
+
animation-timing-function: linear;
|
14257
14217
|
}
|
14258
14218
|
[data-prefers-color='dark'] .animation-fade-out {
|
14259
|
-
|
14260
|
-
|
14261
|
-
-
|
14262
|
-
animation-duration: 0.8s;
|
14263
|
-
-webkit-animation-timing-function: linear;
|
14264
|
-
animation-timing-function: linear;
|
14265
|
-
}
|
14266
|
-
@-webkit-keyframes fadeIn {
|
14267
|
-
0% {
|
14268
|
-
opacity: 0;
|
14269
|
-
}
|
14270
|
-
100% {
|
14271
|
-
opacity: 1;
|
14272
|
-
}
|
14219
|
+
animation-name: fadeOut;
|
14220
|
+
animation-duration: 0.8s;
|
14221
|
+
animation-timing-function: linear;
|
14273
14222
|
}
|
14274
14223
|
@keyframes fadeIn {
|
14275
14224
|
0% {
|
@@ -14279,14 +14228,6 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
14279
14228
|
opacity: 1;
|
14280
14229
|
}
|
14281
14230
|
}
|
14282
|
-
@-webkit-keyframes fadeOut {
|
14283
|
-
0% {
|
14284
|
-
opacity: 1;
|
14285
|
-
}
|
14286
|
-
100% {
|
14287
|
-
opacity: 0;
|
14288
|
-
}
|
14289
|
-
}
|
14290
14231
|
@keyframes fadeOut {
|
14291
14232
|
0% {
|
14292
14233
|
opacity: 1;
|
@@ -14363,7 +14304,6 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
14363
14304
|
transform: translate(-50%, -50%);
|
14364
14305
|
-webkit-user-select: none;
|
14365
14306
|
-moz-user-select: none;
|
14366
|
-
-ms-user-select: none;
|
14367
14307
|
user-select: none;
|
14368
14308
|
}
|
14369
14309
|
[data-prefers-color='dark'] .camera {
|
@@ -14441,13 +14381,12 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
14441
14381
|
overflow: auto;
|
14442
14382
|
}
|
14443
14383
|
[data-prefers-color='dark'] .container .theader {
|
14444
|
-
position: -webkit-sticky;
|
14445
14384
|
position: sticky;
|
14446
14385
|
top: 0;
|
14447
14386
|
z-index: 4;
|
14448
14387
|
}
|
14449
14388
|
[data-prefers-color='dark'] .container .theader .th {
|
14450
|
-
padding-left:
|
14389
|
+
padding-left: 0px;
|
14451
14390
|
display: flex;
|
14452
14391
|
position: relative;
|
14453
14392
|
border-radius: 4px;
|
@@ -14485,7 +14424,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
14485
14424
|
margin-top: 19px;
|
14486
14425
|
}
|
14487
14426
|
[data-prefers-color='dark'] .container .tbodyContainer .tbody .tr {
|
14488
|
-
padding-left:
|
14427
|
+
padding-left: 0px;
|
14489
14428
|
width: 100%;
|
14490
14429
|
min-height: 32px;
|
14491
14430
|
display: flex;
|
@@ -14601,13 +14540,12 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
14601
14540
|
}
|
14602
14541
|
[data-prefers-color='dark'] .th .fixedLeft,
|
14603
14542
|
[data-prefers-color='dark'] .th .fixedRight {
|
14604
|
-
position: -webkit-sticky !important;
|
14605
14543
|
position: sticky !important;
|
14606
14544
|
z-index: 4 !important;
|
14607
14545
|
}
|
14608
14546
|
[data-prefers-color='dark'] .th .fixedLeft.td,
|
14609
14547
|
[data-prefers-color='dark'] .th .fixedRight.td {
|
14610
|
-
background
|
14548
|
+
background: #408cab;
|
14611
14549
|
transition: all 0.3s;
|
14612
14550
|
}
|
14613
14551
|
[data-prefers-color='dark'] .th .fixedRight:first-child:after {
|
@@ -14636,13 +14574,12 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
14636
14574
|
}
|
14637
14575
|
[data-prefers-color='dark'] .tr .fixedLeft,
|
14638
14576
|
[data-prefers-color='dark'] .tr .fixedRight {
|
14639
|
-
position: -webkit-sticky !important;
|
14640
14577
|
position: sticky !important;
|
14641
14578
|
z-index: 3 !important;
|
14642
14579
|
}
|
14643
14580
|
[data-prefers-color='dark'] .tr .fixedLeft.td,
|
14644
14581
|
[data-prefers-color='dark'] .tr .fixedRight.td {
|
14645
|
-
background: #
|
14582
|
+
background: #10618b;
|
14646
14583
|
transition: all 0.3s;
|
14647
14584
|
}
|
14648
14585
|
[data-prefers-color='dark'] .th .fixedRight:nth-of-type(1) {
|
@@ -26868,7 +26805,6 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26868
26805
|
overflow: auto;
|
26869
26806
|
}
|
26870
26807
|
[data-prefers-color='light'] .container .theader {
|
26871
|
-
position: -webkit-sticky;
|
26872
26808
|
position: sticky;
|
26873
26809
|
top: 0;
|
26874
26810
|
z-index: 4;
|
@@ -27008,7 +26944,6 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
27008
26944
|
}
|
27009
26945
|
[data-prefers-color='light'] .th .fixedLeft,
|
27010
26946
|
[data-prefers-color='light'] .th .fixedRight {
|
27011
|
-
position: -webkit-sticky !important;
|
27012
26947
|
position: sticky !important;
|
27013
26948
|
z-index: 4 !important;
|
27014
26949
|
}
|
@@ -27019,7 +26954,6 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
27019
26954
|
}
|
27020
26955
|
[data-prefers-color='light'] .tr .fixedLeft,
|
27021
26956
|
[data-prefers-color='light'] .tr .fixedRight {
|
27022
|
-
position: -webkit-sticky !important;
|
27023
26957
|
position: sticky !important;
|
27024
26958
|
z-index: 3 !important;
|
27025
26959
|
}
|
@@ -27029,7 +26963,6 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
27029
26963
|
transition: all 0.3s;
|
27030
26964
|
}
|
27031
26965
|
[data-prefers-color='light'] .fixedRight {
|
27032
|
-
position: -webkit-sticky !important;
|
27033
26966
|
position: sticky !important;
|
27034
26967
|
z-index: 3 !important;
|
27035
26968
|
}
|
@@ -27389,12 +27322,10 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
27389
27322
|
scroll-snap-align: start start;
|
27390
27323
|
}
|
27391
27324
|
[data-prefers-color='light'] .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
|
27392
|
-
|
27393
|
-
scroll-snap-type: x mandatory;
|
27325
|
+
scroll-snap-type: x mandatory;
|
27394
27326
|
}
|
27395
27327
|
[data-prefers-color='light'] .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
|
27396
|
-
|
27397
|
-
scroll-snap-type: y mandatory;
|
27328
|
+
scroll-snap-type: y mandatory;
|
27398
27329
|
}
|
27399
27330
|
[data-prefers-color='light'] :root {
|
27400
27331
|
--swiper-navigation-size: 44px;
|
@@ -27687,8 +27618,7 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
27687
27618
|
transform: skewy(-45deg);
|
27688
27619
|
}
|
27689
27620
|
[data-prefers-color='light'] .card-container .container-in .sliderTabs .tab {
|
27690
|
-
|
27691
|
-
writing-mode: vertical-lr;
|
27621
|
+
writing-mode: vertical-lr;
|
27692
27622
|
position: relative;
|
27693
27623
|
margin-bottom: 2px;
|
27694
27624
|
cursor: pointer;
|
@@ -27999,36 +27929,19 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
27999
27929
|
justify-content: flex-end;
|
28000
27930
|
}
|
28001
27931
|
[data-prefers-color='light'] [class*='animation-'] {
|
28002
|
-
|
28003
|
-
|
28004
|
-
|
28005
|
-
animation-timing-function: ease-out;
|
28006
|
-
-webkit-animation-fill-mode: both;
|
28007
|
-
animation-fill-mode: both;
|
27932
|
+
animation-duration: 0.5s;
|
27933
|
+
animation-timing-function: ease-out;
|
27934
|
+
animation-fill-mode: both;
|
28008
27935
|
}
|
28009
27936
|
[data-prefers-color='light'] .animation-fade {
|
28010
|
-
|
28011
|
-
|
28012
|
-
-
|
28013
|
-
animation-duration: 0.8s;
|
28014
|
-
-webkit-animation-timing-function: linear;
|
28015
|
-
animation-timing-function: linear;
|
27937
|
+
animation-name: fadeIn;
|
27938
|
+
animation-duration: 0.8s;
|
27939
|
+
animation-timing-function: linear;
|
28016
27940
|
}
|
28017
27941
|
[data-prefers-color='light'] .animation-fade-out {
|
28018
|
-
|
28019
|
-
|
28020
|
-
-
|
28021
|
-
animation-duration: 0.8s;
|
28022
|
-
-webkit-animation-timing-function: linear;
|
28023
|
-
animation-timing-function: linear;
|
28024
|
-
}
|
28025
|
-
@-webkit-keyframes fadeIn {
|
28026
|
-
0% {
|
28027
|
-
opacity: 0;
|
28028
|
-
}
|
28029
|
-
100% {
|
28030
|
-
opacity: 1;
|
28031
|
-
}
|
27942
|
+
animation-name: fadeOut;
|
27943
|
+
animation-duration: 0.8s;
|
27944
|
+
animation-timing-function: linear;
|
28032
27945
|
}
|
28033
27946
|
@keyframes fadeIn {
|
28034
27947
|
0% {
|
@@ -28038,14 +27951,6 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
28038
27951
|
opacity: 1;
|
28039
27952
|
}
|
28040
27953
|
}
|
28041
|
-
@-webkit-keyframes fadeOut {
|
28042
|
-
0% {
|
28043
|
-
opacity: 1;
|
28044
|
-
}
|
28045
|
-
100% {
|
28046
|
-
opacity: 0;
|
28047
|
-
}
|
28048
|
-
}
|
28049
27954
|
@keyframes fadeOut {
|
28050
27955
|
0% {
|
28051
27956
|
opacity: 1;
|
@@ -28316,7 +28221,6 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
28316
28221
|
transform: translate(-50%, -50%);
|
28317
28222
|
-webkit-user-select: none;
|
28318
28223
|
-moz-user-select: none;
|
28319
|
-
-ms-user-select: none;
|
28320
28224
|
user-select: none;
|
28321
28225
|
}
|
28322
28226
|
[data-prefers-color='light'] .camera {
|
@@ -53364,14 +53268,24 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
53364
53268
|
color: #ffffff;
|
53365
53269
|
}
|
53366
53270
|
[data-prefers-color='sd'] .ant-radio-wrapper {
|
53367
|
-
color: #
|
53271
|
+
color: #666666;
|
53272
|
+
}
|
53273
|
+
[data-prefers-color='sd'] .ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
|
53274
|
+
background-color: #4080ff;
|
53275
|
+
}
|
53276
|
+
[data-prefers-color='sd'] .ant-radio-wrapper .ant-radio-checked .ant-radio-inner::after {
|
53277
|
+
background-color: #fff;
|
53278
|
+
}
|
53279
|
+
[data-prefers-color='sd'] .ant-radio .ant-radio-inner {
|
53280
|
+
background-color: #fff;
|
53281
|
+
border: 1px solid #3babd6;
|
53368
53282
|
}
|
53369
53283
|
[data-prefers-color='sd'] .ant-radio-checked + span {
|
53370
|
-
color: #
|
53284
|
+
color: #017ecb;
|
53371
53285
|
font-weight: 400;
|
53372
53286
|
}
|
53373
53287
|
[data-prefers-color='sd'] .ant-radio-disabled + span {
|
53374
|
-
color: #
|
53288
|
+
color: #ababab;
|
53375
53289
|
font-weight: 400;
|
53376
53290
|
}
|
53377
53291
|
[data-prefers-color='sd'] .ant-radio-button-wrapper:first-child {
|
@@ -53381,9 +53295,9 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
53381
53295
|
display: none;
|
53382
53296
|
}
|
53383
53297
|
[data-prefers-color='sd'] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
53384
|
-
color: #
|
53298
|
+
color: #017ecb;
|
53385
53299
|
border: none;
|
53386
|
-
border: 1px solid #
|
53300
|
+
border: 1px solid #3babd6;
|
53387
53301
|
}
|
53388
53302
|
[data-prefers-color='sd'] .ant-radio-button-wrapper:not(:first-child)::before {
|
53389
53303
|
display: none;
|
@@ -53402,13 +53316,13 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
53402
53316
|
border-left: none;
|
53403
53317
|
}
|
53404
53318
|
[data-prefers-color='sd'] .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
53405
|
-
color: #
|
53406
|
-
background:
|
53319
|
+
color: #017ecb;
|
53320
|
+
background: rgba(1, 126, 203, 0.14);
|
53407
53321
|
border: none;
|
53408
53322
|
}
|
53409
53323
|
[data-prefers-color='sd'] .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
53410
|
-
color: #
|
53411
|
-
background:
|
53324
|
+
color: #017ecb;
|
53325
|
+
background: rgba(1, 126, 203, 0.14);
|
53412
53326
|
border: none;
|
53413
53327
|
}
|
53414
53328
|
[data-prefers-color='sd'] .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus {
|
@@ -53421,14 +53335,16 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
53421
53335
|
height: 100%;
|
53422
53336
|
line-height: 18px;
|
53423
53337
|
padding: 12px;
|
53424
|
-
border: 1px solid #39b1e2;
|
53338
|
+
border-right: 1px solid #39b1e2;
|
53339
|
+
border-left: 1px solid #39b1e2;
|
53340
|
+
border-bottom: 1px solid #39b1e2;
|
53425
53341
|
}
|
53426
53342
|
[data-prefers-color='sd'] #sideNav .ant-radio-group-solid .ant-radio-button-wrapper:first-child {
|
53343
|
+
border-top: 1px solid #39b1e2;
|
53427
53344
|
border-left: 1px solid #39b1e2;
|
53428
53345
|
}
|
53429
53346
|
[data-prefers-color='sd'] #sideNav .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
53430
|
-
color: #
|
53431
|
-
border: none;
|
53347
|
+
color: #017ecb;
|
53432
53348
|
}
|
53433
53349
|
[data-prefers-color='sd'] #sideNav .ant-radio-group-solid .ant-radio-button-wrapper {
|
53434
53350
|
color: #a8adb2;
|
@@ -53441,12 +53357,11 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
53441
53357
|
}
|
53442
53358
|
[data-prefers-color='sd'] #sideNav .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
53443
53359
|
color: #fff;
|
53444
|
-
background: linear-gradient(#
|
53360
|
+
background: linear-gradient(#01a9f2 0%, #024b9e 100%);
|
53445
53361
|
}
|
53446
53362
|
[data-prefers-color='sd'] #sideNav .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
53447
53363
|
color: #fff;
|
53448
|
-
background: linear-gradient(#
|
53449
|
-
border-radius: 4px;
|
53364
|
+
background: linear-gradient(#01a9f2 0%, #024b9e 100%);
|
53450
53365
|
}
|
53451
53366
|
[data-prefers-color='sd'] #sideNav .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus {
|
53452
53367
|
box-shadow: none;
|
@@ -53454,6 +53369,10 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
53454
53369
|
[data-prefers-color='sd'] #sideNav .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
53455
53370
|
box-shadow: none;
|
53456
53371
|
}
|
53372
|
+
[data-prefers-color='sd'] .ant-radio-group-outline .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
53373
|
+
border-color: #3babd6;
|
53374
|
+
color: #017ecb;
|
53375
|
+
}
|
53457
53376
|
[data-prefers-color='sd'] #withinDateNav .ant-radio-group-solid .ant-radio-button-wrapper {
|
53458
53377
|
background: linear-gradient(to right, rgba(128, 172, 255, 0.3) 0%, rgba(64, 128, 255, 0.3) 100%);
|
53459
53378
|
border-radius: 13px;
|
@@ -53493,7 +53412,7 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
53493
53412
|
border-left: none;
|
53494
53413
|
}
|
53495
53414
|
[data-prefers-color='sd'] #outsideNav .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
53496
|
-
color: #
|
53415
|
+
color: #037ecb;
|
53497
53416
|
border: none;
|
53498
53417
|
}
|
53499
53418
|
[data-prefers-color='sd'] #outsideNav .ant-radio-group-solid .ant-radio-button-wrapper {
|
@@ -53521,6 +53440,43 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
53521
53440
|
[data-prefers-color='sd'] #outsideNav .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
53522
53441
|
box-shadow: none;
|
53523
53442
|
}
|
53443
|
+
[data-prefers-color='sd'] #normalNav .ant-radio-group-solid .ant-radio-button-wrapper {
|
53444
|
+
height: 100%;
|
53445
|
+
line-height: 18px;
|
53446
|
+
padding: 12px;
|
53447
|
+
border-right: 1px solid #39b1e2;
|
53448
|
+
border-top: 1px solid #39b1e2;
|
53449
|
+
border-bottom: 1px solid #39b1e2;
|
53450
|
+
}
|
53451
|
+
[data-prefers-color='sd'] #normalNav .ant-radio-group-solid .ant-radio-button-wrapper:first-child {
|
53452
|
+
border-left: 1px solid #39b1e2;
|
53453
|
+
}
|
53454
|
+
[data-prefers-color='sd'] #normalNav .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
53455
|
+
color: #017ecb;
|
53456
|
+
}
|
53457
|
+
[data-prefers-color='sd'] #normalNav .ant-radio-group-solid .ant-radio-button-wrapper {
|
53458
|
+
color: #a8adb2;
|
53459
|
+
}
|
53460
|
+
[data-prefers-color='sd'] #normalNav .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
53461
|
+
box-shadow: none;
|
53462
|
+
}
|
53463
|
+
[data-prefers-color='sd'] #normalNav .ant-radio-group-solid .ant-radio-button-wrapper:focus-within {
|
53464
|
+
box-shadow: none;
|
53465
|
+
}
|
53466
|
+
[data-prefers-color='sd'] #normalNav .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
53467
|
+
color: #fff;
|
53468
|
+
background: linear-gradient(#01a9f2 0%, #024b9e 100%);
|
53469
|
+
}
|
53470
|
+
[data-prefers-color='sd'] #normalNav .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
53471
|
+
color: #fff;
|
53472
|
+
background: linear-gradient(#01a9f2 0%, #024b9e 100%);
|
53473
|
+
}
|
53474
|
+
[data-prefers-color='sd'] #normalNav .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus {
|
53475
|
+
box-shadow: none;
|
53476
|
+
}
|
53477
|
+
[data-prefers-color='sd'] #normalNav .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
53478
|
+
box-shadow: none;
|
53479
|
+
}
|
53524
53480
|
[data-prefers-color='sd'] .ant-switch {
|
53525
53481
|
background: #b8e6e8;
|
53526
53482
|
border-radius: 9px;
|
@@ -53626,7 +53582,7 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
53626
53582
|
color: #4281a1;
|
53627
53583
|
}
|
53628
53584
|
[data-prefers-color='sd'] .ant-table {
|
53629
|
-
color: #
|
53585
|
+
color: #76797f !important;
|
53630
53586
|
background: transparent !important;
|
53631
53587
|
}
|
53632
53588
|
[data-prefers-color='sd'] .ant-table-tbody > tr.ant-table-row:hover {
|
@@ -53634,35 +53590,36 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
53634
53590
|
}
|
53635
53591
|
[data-prefers-color='sd'] .ant-table-tbody > tr.ant-table-row:hover > td,
|
53636
53592
|
[data-prefers-color='sd'] .ant-table-tbody > tr > td.ant-table-cell-row-hover {
|
53637
|
-
background:
|
53593
|
+
background: rgba(1, 126, 203, 0.2);
|
53638
53594
|
color: #ffffff;
|
53639
53595
|
}
|
53640
|
-
[data-prefers-color='sd'] .ant-table-
|
53641
|
-
|
53596
|
+
[data-prefers-color='sd'] .ant-table-thead > tr > th::before {
|
53597
|
+
display: none;
|
53642
53598
|
}
|
53643
|
-
[data-prefers-color='sd'] .ant-table-
|
53644
|
-
border-
|
53599
|
+
[data-prefers-color='sd'] .ant-table-thead > tr > th:first-child {
|
53600
|
+
border-left: 1px solid #b2d4dd;
|
53645
53601
|
}
|
53646
53602
|
[data-prefers-color='sd'] .ant-table-thead > tr > th {
|
53647
|
-
background:
|
53648
|
-
color: #
|
53603
|
+
background: rgba(1, 126, 203, 0.2) !important;
|
53604
|
+
color: #76797f;
|
53649
53605
|
font-size: 14px;
|
53650
53606
|
font-family: PingFang SC Regular, PingFang SC Regular-Regular;
|
53651
53607
|
font-weight: bold;
|
53652
53608
|
letter-spacing: 0.7px;
|
53653
|
-
|
53654
|
-
|
53655
|
-
border-
|
53656
|
-
}
|
53657
|
-
[data-prefers-color='sd'] .ant-table-thead > tr > th:last-child {
|
53658
|
-
border-radius: 0px 4px 4px 0px;
|
53609
|
+
border-right: 1px solid #b2d4dd !important;
|
53610
|
+
border-bottom: 1px solid #b2d4dd !important;
|
53611
|
+
border-top: 1px solid #b2d4dd !important;
|
53659
53612
|
}
|
53660
53613
|
[data-prefers-color='sd'] .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td {
|
53661
|
-
border-right: 1px solid #
|
53662
|
-
border-bottom: 1px solid #
|
53614
|
+
border-right: 1px solid #b2d4dd !important;
|
53615
|
+
border-bottom: 1px solid #b2d4dd !important;
|
53616
|
+
}
|
53617
|
+
[data-prefers-color='sd'] .ant-table-tbody > tr > td:first-child {
|
53618
|
+
border-left: 1px solid #b2d4dd !important;
|
53663
53619
|
}
|
53664
53620
|
[data-prefers-color='sd'] .ant-table-tbody > tr > td {
|
53665
|
-
border-bottom:
|
53621
|
+
border-bottom: 1px solid #b2d4dd !important;
|
53622
|
+
border-right: 1px solid #b2d4dd !important;
|
53666
53623
|
}
|
53667
53624
|
[data-prefers-color='sd'] .ant-pagination {
|
53668
53625
|
font-size: 14px;
|