wargerm 0.7.8 → 0.7.10
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 +1 -0
- package/dist/components/Calendar/example/demo2.d.ts +1 -0
- package/dist/components/Calendar/index.d.ts +1 -1
- package/dist/components/Card/example/demo1.d.ts +1 -0
- package/dist/components/Card/example/demo2.d.ts +1 -0
- package/dist/components/Card/example/demo3.d.ts +1 -0
- package/dist/components/Card/index.d.ts +1 -1
- package/dist/components/Cascader/index.d.ts +1 -1
- package/dist/components/Checkbox/index.d.ts +1 -1
- package/dist/components/DatePicker/index.d.ts +2 -2
- package/dist/components/DhPlayer/example/demo1.d.ts +1 -0
- package/dist/components/DhPlayer/example/demo2.d.ts +1 -0
- package/dist/components/DhPlayer/index.d.ts +1 -1
- package/dist/components/DragBox/index.d.ts +1 -1
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/Modal/dialog.d.ts +4 -2
- package/dist/components/Modal/index.d.ts +2 -1
- package/dist/components/ModalForm/index.d.ts +1 -1
- package/dist/components/ModalTips/dialog.d.ts +1 -1
- package/dist/components/ModalTips/index.d.ts +1 -1
- package/dist/components/NtTable/FrameBox/index.d.ts +1 -1
- package/dist/components/NtTable/index.d.ts +3 -9
- package/dist/components/NumericInput/index.d.ts +1 -1
- 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 +1 -1
- package/dist/components/RequestRenderDom/example/demo1.d.ts +1 -0
- 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 +1 -0
- package/dist/components/TabelCard/example/demo1.d.ts +1 -0
- package/dist/components/TabelCard/example/demo2.d.ts +1 -0
- package/dist/components/TabelCard/example/demo3.d.ts +1 -0
- package/dist/components/TabelCard/index.d.ts +1 -1
- package/dist/components/Table/FrameBox/index.d.ts +1 -1
- package/dist/components/Table/example/demo1.d.ts +1 -0
- package/dist/components/Table/example/demo2.d.ts +1 -0
- package/dist/components/Table/example/demo3.d.ts +1 -0
- package/dist/components/Table/example/demo4.d.ts +1 -0
- package/dist/components/Table/example/demo5.d.ts +1 -0
- package/dist/components/Table/index.d.ts +1 -1
- package/dist/components/TreeSelect/index.d.ts +1 -1
- package/dist/components/Upload/example/demo1.d.ts +1 -0
- package/dist/components/Upload/example/demo2.d.ts +1 -0
- package/dist/components/Upload/index.d.ts +1 -1
- package/dist/components/Video/example/VideoDemo/demo1.d.ts +1 -0
- package/dist/components/Video/example/VideoDemo/demo2.d.ts +1 -0
- package/dist/components/Video/example/VideoDemo/demo3.d.ts +1 -0
- package/dist/components/Video/example/VideoDemo/demo4.d.ts +1 -0
- package/dist/components/Video/example/VideoDemo/demo5.d.ts +1 -0
- package/dist/components/Video/example/VideoDemo/demo6.d.ts +1 -0
- package/dist/components/Video/example/VideoDemo/demo7.d.ts +1 -0
- package/dist/components/Video/example/VideoDemo/demo8.d.ts +1 -0
- package/dist/components/Video/example/VideoDemo/demo9.d.ts +1 -0
- package/dist/components/VideoPlayer/example/demo1.d.ts +1 -0
- package/dist/components/VideoPlayer/example/demo2.d.ts +1 -0
- 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 +1 -0
- package/dist/components/WForm/example/demo2.d.ts +1 -0
- package/dist/components/WForm/example/demo3.d.ts +1 -0
- package/dist/components/WForm/index.d.ts +2 -2
- package/dist/components/Wcharts/LineEcharts/index.d.ts +2 -1
- package/dist/components/Wcharts/WaterLevelCharts/index.d.ts +2 -1
- package/dist/components/useEventEmitter/example/demo1.d.ts +1 -0
- package/dist/components/useStateWithCall/example/demo1.d.ts +1 -0
- package/dist/components/wTracing/example/demo1.d.ts +1 -0
- package/dist/components/whox/example/demo1.d.ts +1 -0
- package/dist/components/wmox/example/demo1.d.ts +1 -0
- package/dist/hooks/whox.d.ts +3 -3
- package/dist/hooks/wmox.d.ts +2 -2
- package/dist/index.css +161 -35
- package/dist/index.esm.css +161 -35
- package/dist/index.esm.js +3266 -2076
- package/dist/index.js +3275 -2085
- package/dist/utils/event.d.ts +3 -3
- package/dist/utils/useModelPlugin/Provider.d.ts +1 -0
- package/dist/utils/useModelPlugin/composeRootApp.d.ts +1 -1
- package/dist/utils/useModelPlugin/helpers/executor.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -12004,6 +12004,12 @@
|
|
12004
12004
|
.h1 {
|
12005
12005
|
height: calc(1 / 1080 * 100vh);
|
12006
12006
|
}
|
12007
|
+
.w0 {
|
12008
|
+
width: 0px;
|
12009
|
+
}
|
12010
|
+
.h0 {
|
12011
|
+
height: calc(0 / 1080 * 100vh);
|
12012
|
+
}
|
12007
12013
|
.flex {
|
12008
12014
|
display: flex;
|
12009
12015
|
}
|
@@ -12298,10 +12304,12 @@
|
|
12298
12304
|
scroll-snap-align: start start;
|
12299
12305
|
}
|
12300
12306
|
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
|
12301
|
-
scroll-snap-type: x mandatory;
|
12307
|
+
-ms-scroll-snap-type: x mandatory;
|
12308
|
+
scroll-snap-type: x mandatory;
|
12302
12309
|
}
|
12303
12310
|
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
|
12304
|
-
scroll-snap-type: y mandatory;
|
12311
|
+
-ms-scroll-snap-type: y mandatory;
|
12312
|
+
scroll-snap-type: y mandatory;
|
12305
12313
|
}
|
12306
12314
|
:root {
|
12307
12315
|
--swiper-navigation-size: 44px;
|
@@ -12580,6 +12588,7 @@ button.swiper-pagination-bullet {
|
|
12580
12588
|
transform: translate(-50%, -50%);
|
12581
12589
|
-webkit-user-select: none;
|
12582
12590
|
-moz-user-select: none;
|
12591
|
+
-ms-user-select: none;
|
12583
12592
|
user-select: none;
|
12584
12593
|
}
|
12585
12594
|
.camera {
|
@@ -12667,19 +12676,36 @@ button.swiper-pagination-bullet {
|
|
12667
12676
|
}
|
12668
12677
|
/* Animation css */
|
12669
12678
|
[class*='animation-'] {
|
12670
|
-
animation-duration: 0.5s;
|
12671
|
-
|
12672
|
-
animation-
|
12679
|
+
-webkit-animation-duration: 0.5s;
|
12680
|
+
animation-duration: 0.5s;
|
12681
|
+
-webkit-animation-timing-function: ease-out;
|
12682
|
+
animation-timing-function: ease-out;
|
12683
|
+
-webkit-animation-fill-mode: both;
|
12684
|
+
animation-fill-mode: both;
|
12673
12685
|
}
|
12674
12686
|
.animation-fade {
|
12675
|
-
animation-name: fadeIn;
|
12676
|
-
|
12677
|
-
animation-
|
12687
|
+
-webkit-animation-name: fadeIn;
|
12688
|
+
animation-name: fadeIn;
|
12689
|
+
-webkit-animation-duration: 0.8s;
|
12690
|
+
animation-duration: 0.8s;
|
12691
|
+
-webkit-animation-timing-function: linear;
|
12692
|
+
animation-timing-function: linear;
|
12678
12693
|
}
|
12679
12694
|
.animation-fade-out {
|
12680
|
-
animation-name: fadeOut;
|
12681
|
-
|
12682
|
-
animation-
|
12695
|
+
-webkit-animation-name: fadeOut;
|
12696
|
+
animation-name: fadeOut;
|
12697
|
+
-webkit-animation-duration: 0.8s;
|
12698
|
+
animation-duration: 0.8s;
|
12699
|
+
-webkit-animation-timing-function: linear;
|
12700
|
+
animation-timing-function: linear;
|
12701
|
+
}
|
12702
|
+
@-webkit-keyframes fadeIn {
|
12703
|
+
0% {
|
12704
|
+
opacity: 0;
|
12705
|
+
}
|
12706
|
+
100% {
|
12707
|
+
opacity: 1;
|
12708
|
+
}
|
12683
12709
|
}
|
12684
12710
|
@keyframes fadeIn {
|
12685
12711
|
0% {
|
@@ -12689,6 +12715,14 @@ button.swiper-pagination-bullet {
|
|
12689
12715
|
opacity: 1;
|
12690
12716
|
}
|
12691
12717
|
}
|
12718
|
+
@-webkit-keyframes fadeOut {
|
12719
|
+
0% {
|
12720
|
+
opacity: 1;
|
12721
|
+
}
|
12722
|
+
100% {
|
12723
|
+
opacity: 0;
|
12724
|
+
}
|
12725
|
+
}
|
12692
12726
|
@keyframes fadeOut {
|
12693
12727
|
0% {
|
12694
12728
|
opacity: 1;
|
@@ -24812,6 +24846,12 @@ button.swiper-pagination-bullet {
|
|
24812
24846
|
.h1 {
|
24813
24847
|
height: calc(1 / 1080 * 100vh);
|
24814
24848
|
}
|
24849
|
+
.w0 {
|
24850
|
+
width: 0px;
|
24851
|
+
}
|
24852
|
+
.h0 {
|
24853
|
+
height: calc(0 / 1080 * 100vh);
|
24854
|
+
}
|
24815
24855
|
.flex {
|
24816
24856
|
display: flex;
|
24817
24857
|
}
|
@@ -25088,6 +25128,7 @@ button.swiper-pagination-bullet {
|
|
25088
25128
|
overflow: auto;
|
25089
25129
|
}
|
25090
25130
|
[data-prefers-color='dark'] .container .theader {
|
25131
|
+
position: -webkit-sticky;
|
25091
25132
|
position: sticky;
|
25092
25133
|
top: 0;
|
25093
25134
|
z-index: 4;
|
@@ -25226,6 +25267,7 @@ button.swiper-pagination-bullet {
|
|
25226
25267
|
}
|
25227
25268
|
[data-prefers-color='dark'] .th .fixedLeft,
|
25228
25269
|
[data-prefers-color='dark'] .th .fixedRight {
|
25270
|
+
position: -webkit-sticky !important;
|
25229
25271
|
position: sticky !important;
|
25230
25272
|
z-index: 4 !important;
|
25231
25273
|
}
|
@@ -25260,6 +25302,7 @@ button.swiper-pagination-bullet {
|
|
25260
25302
|
}
|
25261
25303
|
[data-prefers-color='dark'] .tr .fixedLeft,
|
25262
25304
|
[data-prefers-color='dark'] .tr .fixedRight {
|
25305
|
+
position: -webkit-sticky !important;
|
25263
25306
|
position: sticky !important;
|
25264
25307
|
z-index: 3 !important;
|
25265
25308
|
}
|
@@ -25766,10 +25809,12 @@ button.swiper-pagination-bullet {
|
|
25766
25809
|
scroll-snap-align: start start;
|
25767
25810
|
}
|
25768
25811
|
[data-prefers-color='dark'] .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
|
25769
|
-
scroll-snap-type: x mandatory;
|
25812
|
+
-ms-scroll-snap-type: x mandatory;
|
25813
|
+
scroll-snap-type: x mandatory;
|
25770
25814
|
}
|
25771
25815
|
[data-prefers-color='dark'] .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
|
25772
|
-
scroll-snap-type: y mandatory;
|
25816
|
+
-ms-scroll-snap-type: y mandatory;
|
25817
|
+
scroll-snap-type: y mandatory;
|
25773
25818
|
}
|
25774
25819
|
[data-prefers-color='dark'] :root {
|
25775
25820
|
--swiper-navigation-size: 44px;
|
@@ -26062,7 +26107,8 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26062
26107
|
transform: skewy(-45deg);
|
26063
26108
|
}
|
26064
26109
|
[data-prefers-color='dark'] .card-container .container-in .sliderTabs .tab {
|
26065
|
-
writing-mode:
|
26110
|
+
-ms-writing-mode: tb-lr;
|
26111
|
+
writing-mode: vertical-lr;
|
26066
26112
|
position: relative;
|
26067
26113
|
margin-bottom: 2px;
|
26068
26114
|
cursor: pointer;
|
@@ -26373,19 +26419,36 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26373
26419
|
justify-content: flex-end;
|
26374
26420
|
}
|
26375
26421
|
[data-prefers-color='dark'] [class*='animation-'] {
|
26376
|
-
animation-duration: 0.5s;
|
26377
|
-
|
26378
|
-
animation-
|
26422
|
+
-webkit-animation-duration: 0.5s;
|
26423
|
+
animation-duration: 0.5s;
|
26424
|
+
-webkit-animation-timing-function: ease-out;
|
26425
|
+
animation-timing-function: ease-out;
|
26426
|
+
-webkit-animation-fill-mode: both;
|
26427
|
+
animation-fill-mode: both;
|
26379
26428
|
}
|
26380
26429
|
[data-prefers-color='dark'] .animation-fade {
|
26381
|
-
animation-name: fadeIn;
|
26382
|
-
|
26383
|
-
animation-
|
26430
|
+
-webkit-animation-name: fadeIn;
|
26431
|
+
animation-name: fadeIn;
|
26432
|
+
-webkit-animation-duration: 0.8s;
|
26433
|
+
animation-duration: 0.8s;
|
26434
|
+
-webkit-animation-timing-function: linear;
|
26435
|
+
animation-timing-function: linear;
|
26384
26436
|
}
|
26385
26437
|
[data-prefers-color='dark'] .animation-fade-out {
|
26386
|
-
animation-name: fadeOut;
|
26387
|
-
|
26388
|
-
animation-
|
26438
|
+
-webkit-animation-name: fadeOut;
|
26439
|
+
animation-name: fadeOut;
|
26440
|
+
-webkit-animation-duration: 0.8s;
|
26441
|
+
animation-duration: 0.8s;
|
26442
|
+
-webkit-animation-timing-function: linear;
|
26443
|
+
animation-timing-function: linear;
|
26444
|
+
}
|
26445
|
+
@-webkit-keyframes fadeIn {
|
26446
|
+
0% {
|
26447
|
+
opacity: 0;
|
26448
|
+
}
|
26449
|
+
100% {
|
26450
|
+
opacity: 1;
|
26451
|
+
}
|
26389
26452
|
}
|
26390
26453
|
@keyframes fadeIn {
|
26391
26454
|
0% {
|
@@ -26395,6 +26458,14 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26395
26458
|
opacity: 1;
|
26396
26459
|
}
|
26397
26460
|
}
|
26461
|
+
@-webkit-keyframes fadeOut {
|
26462
|
+
0% {
|
26463
|
+
opacity: 1;
|
26464
|
+
}
|
26465
|
+
100% {
|
26466
|
+
opacity: 0;
|
26467
|
+
}
|
26468
|
+
}
|
26398
26469
|
@keyframes fadeOut {
|
26399
26470
|
0% {
|
26400
26471
|
opacity: 1;
|
@@ -26471,6 +26542,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26471
26542
|
transform: translate(-50%, -50%);
|
26472
26543
|
-webkit-user-select: none;
|
26473
26544
|
-moz-user-select: none;
|
26545
|
+
-ms-user-select: none;
|
26474
26546
|
user-select: none;
|
26475
26547
|
}
|
26476
26548
|
[data-prefers-color='dark'] .camera {
|
@@ -26548,6 +26620,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26548
26620
|
overflow: auto;
|
26549
26621
|
}
|
26550
26622
|
[data-prefers-color='dark'] .container .theader {
|
26623
|
+
position: -webkit-sticky;
|
26551
26624
|
position: sticky;
|
26552
26625
|
top: 0;
|
26553
26626
|
z-index: 4;
|
@@ -26707,6 +26780,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26707
26780
|
}
|
26708
26781
|
[data-prefers-color='dark'] .th .fixedLeft,
|
26709
26782
|
[data-prefers-color='dark'] .th .fixedRight {
|
26783
|
+
position: -webkit-sticky !important;
|
26710
26784
|
position: sticky !important;
|
26711
26785
|
z-index: 4 !important;
|
26712
26786
|
}
|
@@ -26741,6 +26815,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
26741
26815
|
}
|
26742
26816
|
[data-prefers-color='dark'] .tr .fixedLeft,
|
26743
26817
|
[data-prefers-color='dark'] .tr .fixedRight {
|
26818
|
+
position: -webkit-sticky !important;
|
26744
26819
|
position: sticky !important;
|
26745
26820
|
z-index: 3 !important;
|
26746
26821
|
}
|
@@ -38759,6 +38834,12 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
38759
38834
|
.h1 {
|
38760
38835
|
height: calc(1 / 1080 * 100vh);
|
38761
38836
|
}
|
38837
|
+
.w0 {
|
38838
|
+
width: 0px;
|
38839
|
+
}
|
38840
|
+
.h0 {
|
38841
|
+
height: calc(0 / 1080 * 100vh);
|
38842
|
+
}
|
38762
38843
|
.flex {
|
38763
38844
|
display: flex;
|
38764
38845
|
}
|
@@ -38973,6 +39054,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
38973
39054
|
overflow: auto;
|
38974
39055
|
}
|
38975
39056
|
[data-prefers-color='light'] .container .theader {
|
39057
|
+
position: -webkit-sticky;
|
38976
39058
|
position: sticky;
|
38977
39059
|
top: 0;
|
38978
39060
|
z-index: 4;
|
@@ -39112,6 +39194,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
39112
39194
|
}
|
39113
39195
|
[data-prefers-color='light'] .th .fixedLeft,
|
39114
39196
|
[data-prefers-color='light'] .th .fixedRight {
|
39197
|
+
position: -webkit-sticky !important;
|
39115
39198
|
position: sticky !important;
|
39116
39199
|
z-index: 4 !important;
|
39117
39200
|
}
|
@@ -39122,6 +39205,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
39122
39205
|
}
|
39123
39206
|
[data-prefers-color='light'] .tr .fixedLeft,
|
39124
39207
|
[data-prefers-color='light'] .tr .fixedRight {
|
39208
|
+
position: -webkit-sticky !important;
|
39125
39209
|
position: sticky !important;
|
39126
39210
|
z-index: 3 !important;
|
39127
39211
|
}
|
@@ -39131,6 +39215,7 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
39131
39215
|
transition: all 0.3s;
|
39132
39216
|
}
|
39133
39217
|
[data-prefers-color='light'] .fixedRight {
|
39218
|
+
position: -webkit-sticky !important;
|
39134
39219
|
position: sticky !important;
|
39135
39220
|
z-index: 3 !important;
|
39136
39221
|
}
|
@@ -39490,10 +39575,12 @@ button[data-prefers-color='dark'] .swiper-pagination-bullet {
|
|
39490
39575
|
scroll-snap-align: start start;
|
39491
39576
|
}
|
39492
39577
|
[data-prefers-color='light'] .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
|
39493
|
-
scroll-snap-type: x mandatory;
|
39578
|
+
-ms-scroll-snap-type: x mandatory;
|
39579
|
+
scroll-snap-type: x mandatory;
|
39494
39580
|
}
|
39495
39581
|
[data-prefers-color='light'] .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
|
39496
|
-
scroll-snap-type: y mandatory;
|
39582
|
+
-ms-scroll-snap-type: y mandatory;
|
39583
|
+
scroll-snap-type: y mandatory;
|
39497
39584
|
}
|
39498
39585
|
[data-prefers-color='light'] :root {
|
39499
39586
|
--swiper-navigation-size: 44px;
|
@@ -39786,7 +39873,8 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
39786
39873
|
transform: skewy(-45deg);
|
39787
39874
|
}
|
39788
39875
|
[data-prefers-color='light'] .card-container .container-in .sliderTabs .tab {
|
39789
|
-
writing-mode:
|
39876
|
+
-ms-writing-mode: tb-lr;
|
39877
|
+
writing-mode: vertical-lr;
|
39790
39878
|
position: relative;
|
39791
39879
|
margin-bottom: 2px;
|
39792
39880
|
cursor: pointer;
|
@@ -40097,19 +40185,36 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40097
40185
|
justify-content: flex-end;
|
40098
40186
|
}
|
40099
40187
|
[data-prefers-color='light'] [class*='animation-'] {
|
40100
|
-
animation-duration: 0.5s;
|
40101
|
-
|
40102
|
-
animation-
|
40188
|
+
-webkit-animation-duration: 0.5s;
|
40189
|
+
animation-duration: 0.5s;
|
40190
|
+
-webkit-animation-timing-function: ease-out;
|
40191
|
+
animation-timing-function: ease-out;
|
40192
|
+
-webkit-animation-fill-mode: both;
|
40193
|
+
animation-fill-mode: both;
|
40103
40194
|
}
|
40104
40195
|
[data-prefers-color='light'] .animation-fade {
|
40105
|
-
animation-name: fadeIn;
|
40106
|
-
|
40107
|
-
animation-
|
40196
|
+
-webkit-animation-name: fadeIn;
|
40197
|
+
animation-name: fadeIn;
|
40198
|
+
-webkit-animation-duration: 0.8s;
|
40199
|
+
animation-duration: 0.8s;
|
40200
|
+
-webkit-animation-timing-function: linear;
|
40201
|
+
animation-timing-function: linear;
|
40108
40202
|
}
|
40109
40203
|
[data-prefers-color='light'] .animation-fade-out {
|
40110
|
-
animation-name: fadeOut;
|
40111
|
-
|
40112
|
-
animation-
|
40204
|
+
-webkit-animation-name: fadeOut;
|
40205
|
+
animation-name: fadeOut;
|
40206
|
+
-webkit-animation-duration: 0.8s;
|
40207
|
+
animation-duration: 0.8s;
|
40208
|
+
-webkit-animation-timing-function: linear;
|
40209
|
+
animation-timing-function: linear;
|
40210
|
+
}
|
40211
|
+
@-webkit-keyframes fadeIn {
|
40212
|
+
0% {
|
40213
|
+
opacity: 0;
|
40214
|
+
}
|
40215
|
+
100% {
|
40216
|
+
opacity: 1;
|
40217
|
+
}
|
40113
40218
|
}
|
40114
40219
|
@keyframes fadeIn {
|
40115
40220
|
0% {
|
@@ -40119,6 +40224,14 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40119
40224
|
opacity: 1;
|
40120
40225
|
}
|
40121
40226
|
}
|
40227
|
+
@-webkit-keyframes fadeOut {
|
40228
|
+
0% {
|
40229
|
+
opacity: 1;
|
40230
|
+
}
|
40231
|
+
100% {
|
40232
|
+
opacity: 0;
|
40233
|
+
}
|
40234
|
+
}
|
40122
40235
|
@keyframes fadeOut {
|
40123
40236
|
0% {
|
40124
40237
|
opacity: 1;
|
@@ -40389,6 +40502,7 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
40389
40502
|
transform: translate(-50%, -50%);
|
40390
40503
|
-webkit-user-select: none;
|
40391
40504
|
-moz-user-select: none;
|
40505
|
+
-ms-user-select: none;
|
40392
40506
|
user-select: none;
|
40393
40507
|
}
|
40394
40508
|
[data-prefers-color='light'] .camera {
|
@@ -52467,6 +52581,12 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
52467
52581
|
.h1 {
|
52468
52582
|
height: calc(1 / 1080 * 100vh);
|
52469
52583
|
}
|
52584
|
+
.w0 {
|
52585
|
+
width: 0px;
|
52586
|
+
}
|
52587
|
+
.h0 {
|
52588
|
+
height: calc(0 / 1080 * 100vh);
|
52589
|
+
}
|
52470
52590
|
.flex {
|
52471
52591
|
display: flex;
|
52472
52592
|
}
|
@@ -65220,6 +65340,12 @@ button[data-prefers-color='light'] .swiper-pagination-bullet {
|
|
65220
65340
|
.h1 {
|
65221
65341
|
height: calc(1 / 1080 * 100vh);
|
65222
65342
|
}
|
65343
|
+
.w0 {
|
65344
|
+
width: 0px;
|
65345
|
+
}
|
65346
|
+
.h0 {
|
65347
|
+
height: calc(0 / 1080 * 100vh);
|
65348
|
+
}
|
65223
65349
|
.flex {
|
65224
65350
|
display: flex;
|
65225
65351
|
}
|