@cloudtower/eagle 0.30.6 → 0.30.7
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/cjs/antd.js +4 -4
- package/dist/cjs/core/Skeleton/Content.js +30 -0
- package/dist/cjs/core/Skeleton/index.js +13 -0
- package/dist/cjs/index.js +56 -52
- package/dist/cjs/stats1.html +1 -1
- package/dist/cjs/styles/token/animation.js +12 -1
- package/dist/components.css +2672 -2642
- package/dist/esm/antd.js +1 -1
- package/dist/esm/core/Skeleton/Content.js +23 -0
- package/dist/esm/core/Skeleton/index.js +7 -0
- package/dist/esm/index.js +3 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/esm/styles/token/animation.js +12 -1
- package/dist/src/antd.d.ts +1 -1
- package/dist/src/core/Skeleton/Content.d.ts +8 -0
- package/dist/src/core/Skeleton/index.d.ts +8 -0
- package/dist/src/core/index.d.ts +1 -0
- package/dist/src/styles/token/animation.d.ts +2 -0
- package/dist/stories/docs/core/skeleton.stories.d.ts +13 -0
- package/dist/style.css +2162 -2133
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29578,6 +29578,35 @@ html body {
|
|
|
29578
29578
|
padding: 8px 12px;
|
|
29579
29579
|
}
|
|
29580
29580
|
|
|
29581
|
+
.E_m74vjol {
|
|
29582
|
+
display: flex;
|
|
29583
|
+
justify-content: space-between;
|
|
29584
|
+
width: 100%;
|
|
29585
|
+
}
|
|
29586
|
+
.E_m74vjol .action {
|
|
29587
|
+
margin-left: 16px;
|
|
29588
|
+
}
|
|
29589
|
+
|
|
29590
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29591
|
+
width: 100%;
|
|
29592
|
+
}
|
|
29593
|
+
|
|
29594
|
+
.E_berrcjl {
|
|
29595
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29596
|
+
margin-bottom: 4px;
|
|
29597
|
+
}
|
|
29598
|
+
.E_berrcjl .breadcrumb-link {
|
|
29599
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29600
|
+
cursor: pointer;
|
|
29601
|
+
transition: color 160ms ease;
|
|
29602
|
+
}
|
|
29603
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29604
|
+
color: #0080ff;
|
|
29605
|
+
}
|
|
29606
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29607
|
+
color: #005ed1;
|
|
29608
|
+
}
|
|
29609
|
+
|
|
29581
29610
|
.E_b1nip9bk {
|
|
29582
29611
|
padding: 4px 11px;
|
|
29583
29612
|
}
|
|
@@ -29607,137 +29636,6 @@ html body {
|
|
|
29607
29636
|
border-radius: unset;
|
|
29608
29637
|
}
|
|
29609
29638
|
|
|
29610
|
-
.E_m74vjol {
|
|
29611
|
-
display: flex;
|
|
29612
|
-
justify-content: space-between;
|
|
29613
|
-
width: 100%;
|
|
29614
|
-
}
|
|
29615
|
-
.E_m74vjol .action {
|
|
29616
|
-
margin-left: 16px;
|
|
29617
|
-
}
|
|
29618
|
-
|
|
29619
|
-
.E_a1o35uvh .ant-alert-message {
|
|
29620
|
-
width: 100%;
|
|
29621
|
-
}
|
|
29622
|
-
|
|
29623
|
-
.E_d1bw7c5z {
|
|
29624
|
-
position: relative;
|
|
29625
|
-
max-width: 388px;
|
|
29626
|
-
min-width: 285px;
|
|
29627
|
-
}
|
|
29628
|
-
.E_d1bw7c5z .center {
|
|
29629
|
-
position: absolute;
|
|
29630
|
-
font-size: 12px;
|
|
29631
|
-
width: 80px;
|
|
29632
|
-
height: 100px;
|
|
29633
|
-
top: 0;
|
|
29634
|
-
left: 35px;
|
|
29635
|
-
display: flex;
|
|
29636
|
-
flex-direction: column;
|
|
29637
|
-
justify-content: center;
|
|
29638
|
-
align-items: center;
|
|
29639
|
-
color: #00122e;
|
|
29640
|
-
}
|
|
29641
|
-
.E_d1bw7c5z .center .number {
|
|
29642
|
-
font-size: 24px;
|
|
29643
|
-
font-weight: 700;
|
|
29644
|
-
}
|
|
29645
|
-
.E_d1bw7c5z .center .text {
|
|
29646
|
-
padding: 0 5px;
|
|
29647
|
-
font-size: 12px;
|
|
29648
|
-
width: inherit;
|
|
29649
|
-
text-align: center;
|
|
29650
|
-
}
|
|
29651
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
29652
|
-
display: flex;
|
|
29653
|
-
}
|
|
29654
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29655
|
-
position: relative !important;
|
|
29656
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29657
|
-
left: 0 !important;
|
|
29658
|
-
bottom: 0 !important;
|
|
29659
|
-
display: flex;
|
|
29660
|
-
align-items: center;
|
|
29661
|
-
}
|
|
29662
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29663
|
-
width: 100%;
|
|
29664
|
-
}
|
|
29665
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29666
|
-
width: 100%;
|
|
29667
|
-
margin-right: 0 !important;
|
|
29668
|
-
line-height: 18px;
|
|
29669
|
-
}
|
|
29670
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29671
|
-
border-radius: 2px;
|
|
29672
|
-
}
|
|
29673
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29674
|
-
min-width: 75px;
|
|
29675
|
-
max-width: 198px;
|
|
29676
|
-
width: calc(100% - 20px);
|
|
29677
|
-
margin-left: 2px;
|
|
29678
|
-
color: #00122e !important;
|
|
29679
|
-
display: inline-flex;
|
|
29680
|
-
justify-content: space-between;
|
|
29681
|
-
}
|
|
29682
|
-
.E_d1bw7c5z .tooltip-text {
|
|
29683
|
-
maxwidth: calc(100% - 12px);
|
|
29684
|
-
cursor: pointer;
|
|
29685
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29686
|
-
overflow: hidden;
|
|
29687
|
-
text-overflow: ellipsis;
|
|
29688
|
-
white-space: nowrap;
|
|
29689
|
-
}
|
|
29690
|
-
.E_d1bw7c5z .value {
|
|
29691
|
-
color: rgba(44, 56, 82, 0.75);
|
|
29692
|
-
}
|
|
29693
|
-
|
|
29694
|
-
.E_t10pqbtc {
|
|
29695
|
-
width: 140px;
|
|
29696
|
-
}
|
|
29697
|
-
.E_t10pqbtc .item {
|
|
29698
|
-
margin: 6px auto;
|
|
29699
|
-
display: flex;
|
|
29700
|
-
justify-content: space-between;
|
|
29701
|
-
}
|
|
29702
|
-
.E_t10pqbtc .item .name {
|
|
29703
|
-
width: 102px;
|
|
29704
|
-
}
|
|
29705
|
-
|
|
29706
|
-
.E_c1uzzomf {
|
|
29707
|
-
margin-bottom: 16px;
|
|
29708
|
-
}
|
|
29709
|
-
.E_c1uzzomf .card-title {
|
|
29710
|
-
font-size: 16px;
|
|
29711
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29712
|
-
font-weight: 700;
|
|
29713
|
-
line-height: 32px;
|
|
29714
|
-
}
|
|
29715
|
-
.E_c1uzzomf .card-body {
|
|
29716
|
-
padding: 24px;
|
|
29717
|
-
border-radius: 8px;
|
|
29718
|
-
background: #fff;
|
|
29719
|
-
}
|
|
29720
|
-
.E_c1uzzomf .empty {
|
|
29721
|
-
font-weight: 700;
|
|
29722
|
-
font-size: 14px;
|
|
29723
|
-
line-height: 22px;
|
|
29724
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29725
|
-
text-align: center;
|
|
29726
|
-
}
|
|
29727
|
-
|
|
29728
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29729
|
-
padding: 4px 8px 0 8px;
|
|
29730
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29731
|
-
font-size: 12px;
|
|
29732
|
-
}
|
|
29733
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29734
|
-
padding-bottom: 6px;
|
|
29735
|
-
}
|
|
29736
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29737
|
-
padding-top: 4px;
|
|
29738
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29739
|
-
}
|
|
29740
|
-
|
|
29741
29639
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29742
29640
|
justify-content: center;
|
|
29743
29641
|
}
|
|
@@ -29992,20 +29890,26 @@ button.E_n7k2c6r {
|
|
|
29992
29890
|
padding: 0;
|
|
29993
29891
|
}
|
|
29994
29892
|
|
|
29995
|
-
.
|
|
29996
|
-
|
|
29997
|
-
margin-bottom: 4px;
|
|
29893
|
+
.E_c1uzzomf {
|
|
29894
|
+
margin-bottom: 16px;
|
|
29998
29895
|
}
|
|
29999
|
-
.
|
|
30000
|
-
|
|
30001
|
-
|
|
30002
|
-
|
|
29896
|
+
.E_c1uzzomf .card-title {
|
|
29897
|
+
font-size: 16px;
|
|
29898
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29899
|
+
font-weight: 700;
|
|
29900
|
+
line-height: 32px;
|
|
30003
29901
|
}
|
|
30004
|
-
.
|
|
30005
|
-
|
|
29902
|
+
.E_c1uzzomf .card-body {
|
|
29903
|
+
padding: 24px;
|
|
29904
|
+
border-radius: 8px;
|
|
29905
|
+
background: #fff;
|
|
30006
29906
|
}
|
|
30007
|
-
.
|
|
30008
|
-
|
|
29907
|
+
.E_c1uzzomf .empty {
|
|
29908
|
+
font-weight: 700;
|
|
29909
|
+
font-size: 14px;
|
|
29910
|
+
line-height: 22px;
|
|
29911
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29912
|
+
text-align: center;
|
|
30009
29913
|
}
|
|
30010
29914
|
|
|
30011
29915
|
.E_c1yyuluq {
|
|
@@ -30015,75 +29919,108 @@ button.E_n7k2c6r {
|
|
|
30015
29919
|
padding: 20px 24px 24px 24px;
|
|
30016
29920
|
}
|
|
30017
29921
|
|
|
30018
|
-
.
|
|
30019
|
-
|
|
30020
|
-
|
|
30021
|
-
|
|
30022
|
-
.E_ivqqkzv {
|
|
30023
|
-
height: 24px;
|
|
30024
|
-
width: 56px !important;
|
|
30025
|
-
margin-right: 4px;
|
|
30026
|
-
}
|
|
30027
|
-
|
|
30028
|
-
.E_c1wk4q29 {
|
|
30029
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29922
|
+
.E_d1bw7c5z {
|
|
29923
|
+
position: relative;
|
|
29924
|
+
max-width: 388px;
|
|
29925
|
+
min-width: 285px;
|
|
30030
29926
|
}
|
|
30031
|
-
|
|
30032
|
-
|
|
29927
|
+
.E_d1bw7c5z .center {
|
|
29928
|
+
position: absolute;
|
|
29929
|
+
font-size: 12px;
|
|
29930
|
+
width: 80px;
|
|
29931
|
+
height: 100px;
|
|
29932
|
+
top: 0;
|
|
29933
|
+
left: 35px;
|
|
30033
29934
|
display: flex;
|
|
30034
|
-
|
|
29935
|
+
flex-direction: column;
|
|
29936
|
+
justify-content: center;
|
|
30035
29937
|
align-items: center;
|
|
30036
|
-
|
|
30037
|
-
|
|
29938
|
+
color: #00122e;
|
|
29939
|
+
}
|
|
29940
|
+
.E_d1bw7c5z .center .number {
|
|
29941
|
+
font-size: 24px;
|
|
29942
|
+
font-weight: 700;
|
|
29943
|
+
}
|
|
29944
|
+
.E_d1bw7c5z .center .text {
|
|
29945
|
+
padding: 0 5px;
|
|
30038
29946
|
font-size: 12px;
|
|
30039
|
-
|
|
29947
|
+
width: inherit;
|
|
29948
|
+
text-align: center;
|
|
30040
29949
|
}
|
|
30041
|
-
.
|
|
30042
|
-
|
|
29950
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
29951
|
+
display: flex;
|
|
30043
29952
|
}
|
|
30044
|
-
.
|
|
29953
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29954
|
+
position: relative !important;
|
|
29955
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29956
|
+
left: 0 !important;
|
|
29957
|
+
bottom: 0 !important;
|
|
30045
29958
|
display: flex;
|
|
30046
29959
|
align-items: center;
|
|
30047
|
-
border-radius: 6px;
|
|
30048
|
-
cursor: pointer;
|
|
30049
|
-
transition: all 0.3s ease;
|
|
30050
29960
|
}
|
|
30051
|
-
.
|
|
30052
|
-
|
|
30053
|
-
color: #0080ff;
|
|
29961
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29962
|
+
width: 100%;
|
|
30054
29963
|
}
|
|
30055
|
-
.
|
|
30056
|
-
|
|
29964
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29965
|
+
width: 100%;
|
|
29966
|
+
margin-right: 0 !important;
|
|
29967
|
+
line-height: 18px;
|
|
30057
29968
|
}
|
|
30058
|
-
.
|
|
30059
|
-
|
|
30060
|
-
align-items: center;
|
|
30061
|
-
color: #0080ff;
|
|
30062
|
-
font-weight: bold;
|
|
29969
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29970
|
+
border-radius: 2px;
|
|
30063
29971
|
}
|
|
30064
|
-
.
|
|
30065
|
-
|
|
29972
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29973
|
+
min-width: 75px;
|
|
29974
|
+
max-width: 198px;
|
|
29975
|
+
width: calc(100% - 20px);
|
|
29976
|
+
margin-left: 2px;
|
|
29977
|
+
color: #00122e !important;
|
|
29978
|
+
display: inline-flex;
|
|
29979
|
+
justify-content: space-between;
|
|
30066
29980
|
}
|
|
30067
|
-
.
|
|
30068
|
-
|
|
30069
|
-
|
|
29981
|
+
.E_d1bw7c5z .tooltip-text {
|
|
29982
|
+
maxwidth: calc(100% - 12px);
|
|
29983
|
+
cursor: pointer;
|
|
29984
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29985
|
+
overflow: hidden;
|
|
29986
|
+
text-overflow: ellipsis;
|
|
29987
|
+
white-space: nowrap;
|
|
30070
29988
|
}
|
|
30071
|
-
.
|
|
30072
|
-
|
|
30073
|
-
color: #0080ff;
|
|
29989
|
+
.E_d1bw7c5z .value {
|
|
29990
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30074
29991
|
}
|
|
30075
|
-
|
|
30076
|
-
|
|
29992
|
+
|
|
29993
|
+
.E_t10pqbtc {
|
|
29994
|
+
width: 140px;
|
|
29995
|
+
}
|
|
29996
|
+
.E_t10pqbtc .item {
|
|
29997
|
+
margin: 6px auto;
|
|
29998
|
+
display: flex;
|
|
29999
|
+
justify-content: space-between;
|
|
30000
|
+
}
|
|
30001
|
+
.E_t10pqbtc .item .name {
|
|
30002
|
+
width: 102px;
|
|
30077
30003
|
}
|
|
30078
30004
|
|
|
30079
|
-
.
|
|
30080
|
-
|
|
30081
|
-
overflow-y: auto;
|
|
30005
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30006
|
+
line-height: 18px;
|
|
30082
30007
|
}
|
|
30083
|
-
|
|
30084
|
-
|
|
30008
|
+
|
|
30009
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30010
|
+
padding: 4px 8px 0 8px;
|
|
30011
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30085
30012
|
font-size: 12px;
|
|
30086
|
-
|
|
30013
|
+
}
|
|
30014
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30015
|
+
padding-bottom: 6px;
|
|
30016
|
+
}
|
|
30017
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30018
|
+
padding-top: 4px;
|
|
30019
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30020
|
+
}
|
|
30021
|
+
|
|
30022
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30023
|
+
display: flex;
|
|
30087
30024
|
}
|
|
30088
30025
|
|
|
30089
30026
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -30108,7 +30045,60 @@ button.E_n7k2c6r {
|
|
|
30108
30045
|
cursor: default;
|
|
30109
30046
|
}
|
|
30110
30047
|
|
|
30111
|
-
.
|
|
30048
|
+
.E_phljevk {
|
|
30049
|
+
display: flex;
|
|
30050
|
+
justify-content: space-between;
|
|
30051
|
+
align-items: center;
|
|
30052
|
+
padding: 10px 0;
|
|
30053
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30054
|
+
font-size: 12px;
|
|
30055
|
+
line-height: 24px;
|
|
30056
|
+
}
|
|
30057
|
+
.E_phljevk .pagination-left {
|
|
30058
|
+
padding: 2px 8px;
|
|
30059
|
+
}
|
|
30060
|
+
.E_phljevk .dropdown-trigger {
|
|
30061
|
+
display: flex;
|
|
30062
|
+
align-items: center;
|
|
30063
|
+
border-radius: 6px;
|
|
30064
|
+
cursor: pointer;
|
|
30065
|
+
transition: all 0.3s ease;
|
|
30066
|
+
}
|
|
30067
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30068
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30069
|
+
color: #0080ff;
|
|
30070
|
+
}
|
|
30071
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30072
|
+
margin-left: 4px;
|
|
30073
|
+
}
|
|
30074
|
+
.E_phljevk .pagination-right {
|
|
30075
|
+
display: flex;
|
|
30076
|
+
align-items: center;
|
|
30077
|
+
color: #0080ff;
|
|
30078
|
+
font-weight: bold;
|
|
30079
|
+
}
|
|
30080
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30081
|
+
margin-left: 4px;
|
|
30082
|
+
}
|
|
30083
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30084
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30085
|
+
padding: 0 8px;
|
|
30086
|
+
}
|
|
30087
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30088
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30089
|
+
color: #0080ff;
|
|
30090
|
+
}
|
|
30091
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30092
|
+
transform: rotate(180deg);
|
|
30093
|
+
}
|
|
30094
|
+
|
|
30095
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30096
|
+
max-height: calc(100vh - 128px);
|
|
30097
|
+
overflow-y: auto;
|
|
30098
|
+
}
|
|
30099
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30100
|
+
padding: 4px 20px;
|
|
30101
|
+
font-size: 12px;
|
|
30112
30102
|
line-height: 18px;
|
|
30113
30103
|
}
|
|
30114
30104
|
|
|
@@ -30315,63 +30305,14 @@ button.E_n7k2c6r {
|
|
|
30315
30305
|
transform: rotate(180deg);
|
|
30316
30306
|
}
|
|
30317
30307
|
|
|
30318
|
-
.
|
|
30319
|
-
min-width: 40px;
|
|
30308
|
+
.E_ivqqkzv {
|
|
30320
30309
|
height: 24px;
|
|
30321
|
-
|
|
30322
|
-
|
|
30323
|
-
}
|
|
30324
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30325
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30326
|
-
}
|
|
30327
|
-
.E_s1dizucg.ant-switch-small {
|
|
30328
|
-
min-width: 26px;
|
|
30329
|
-
height: 16px;
|
|
30330
|
-
}
|
|
30331
|
-
.E_s1dizucg.ant-switch-large {
|
|
30332
|
-
min-width: 52px;
|
|
30333
|
-
height: 32px;
|
|
30334
|
-
}
|
|
30335
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30336
|
-
height: 20px;
|
|
30337
|
-
width: 20px;
|
|
30338
|
-
}
|
|
30339
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30340
|
-
border-radius: 10px;
|
|
30341
|
-
transition-delay: 120ms;
|
|
30342
|
-
}
|
|
30343
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30344
|
-
height: 14px;
|
|
30345
|
-
width: 14px;
|
|
30346
|
-
top: 1px;
|
|
30347
|
-
left: 1px;
|
|
30348
|
-
}
|
|
30349
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30350
|
-
height: 28px;
|
|
30351
|
-
width: 28px;
|
|
30352
|
-
}
|
|
30353
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30354
|
-
border-radius: 14px;
|
|
30355
|
-
}
|
|
30356
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30357
|
-
background-color: #00ba5d;
|
|
30358
|
-
}
|
|
30359
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30360
|
-
left: calc(100% - 20px - 2px);
|
|
30361
|
-
}
|
|
30362
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30363
|
-
left: calc(100% - 14px - 1px);
|
|
30364
|
-
}
|
|
30365
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30366
|
-
left: calc(100% - 28px - 2px);
|
|
30367
|
-
}
|
|
30368
|
-
|
|
30369
|
-
.E_c1up6e3y {
|
|
30370
|
-
margin-left: 5px;
|
|
30310
|
+
width: 56px !important;
|
|
30311
|
+
margin-right: 4px;
|
|
30371
30312
|
}
|
|
30372
30313
|
|
|
30373
|
-
.
|
|
30374
|
-
|
|
30314
|
+
.E_c1wk4q29 {
|
|
30315
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30375
30316
|
}
|
|
30376
30317
|
|
|
30377
30318
|
.E_s1sck0th {
|
|
@@ -30456,6 +30397,61 @@ button.E_n7k2c6r {
|
|
|
30456
30397
|
background-color: #7E41FF;
|
|
30457
30398
|
}
|
|
30458
30399
|
|
|
30400
|
+
.E_s1dizucg.ant-switch {
|
|
30401
|
+
min-width: 40px;
|
|
30402
|
+
height: 24px;
|
|
30403
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30404
|
+
overflow: hidden;
|
|
30405
|
+
}
|
|
30406
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30407
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30408
|
+
}
|
|
30409
|
+
.E_s1dizucg.ant-switch-small {
|
|
30410
|
+
min-width: 26px;
|
|
30411
|
+
height: 16px;
|
|
30412
|
+
}
|
|
30413
|
+
.E_s1dizucg.ant-switch-large {
|
|
30414
|
+
min-width: 52px;
|
|
30415
|
+
height: 32px;
|
|
30416
|
+
}
|
|
30417
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30418
|
+
height: 20px;
|
|
30419
|
+
width: 20px;
|
|
30420
|
+
}
|
|
30421
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30422
|
+
border-radius: 10px;
|
|
30423
|
+
transition-delay: 120ms;
|
|
30424
|
+
}
|
|
30425
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30426
|
+
height: 14px;
|
|
30427
|
+
width: 14px;
|
|
30428
|
+
top: 1px;
|
|
30429
|
+
left: 1px;
|
|
30430
|
+
}
|
|
30431
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30432
|
+
height: 28px;
|
|
30433
|
+
width: 28px;
|
|
30434
|
+
}
|
|
30435
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30436
|
+
border-radius: 14px;
|
|
30437
|
+
}
|
|
30438
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30439
|
+
background-color: #00ba5d;
|
|
30440
|
+
}
|
|
30441
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30442
|
+
left: calc(100% - 20px - 2px);
|
|
30443
|
+
}
|
|
30444
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30445
|
+
left: calc(100% - 14px - 1px);
|
|
30446
|
+
}
|
|
30447
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30448
|
+
left: calc(100% - 28px - 2px);
|
|
30449
|
+
}
|
|
30450
|
+
|
|
30451
|
+
.E_c1up6e3y {
|
|
30452
|
+
margin-left: 5px;
|
|
30453
|
+
}
|
|
30454
|
+
|
|
30459
30455
|
.E_c1bus5hc {
|
|
30460
30456
|
--color: white;
|
|
30461
30457
|
height: 14px;
|
|
@@ -30496,97 +30492,101 @@ button.E_n7k2c6r {
|
|
|
30496
30492
|
transform: rotate(0deg);
|
|
30497
30493
|
}
|
|
30498
30494
|
|
|
30499
|
-
.
|
|
30500
|
-
|
|
30501
|
-
height: 246px;
|
|
30502
|
-
border-radius: 4px;
|
|
30495
|
+
.E_iq1gosr {
|
|
30496
|
+
display: inline-block;
|
|
30503
30497
|
}
|
|
30504
|
-
|
|
30505
|
-
.
|
|
30506
|
-
|
|
30507
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
30508
|
-
border-top: none;
|
|
30498
|
+
|
|
30499
|
+
.E_tju3gfj .date {
|
|
30500
|
+
margin-right: 4px;
|
|
30509
30501
|
}
|
|
30510
|
-
|
|
30511
|
-
.
|
|
30512
|
-
|
|
30502
|
+
|
|
30503
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30504
|
+
display: none;
|
|
30513
30505
|
}
|
|
30514
|
-
.
|
|
30515
|
-
|
|
30516
|
-
|
|
30517
|
-
height: 180px;
|
|
30518
|
-
border-spacing: 0;
|
|
30506
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30507
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30508
|
+
border-radius: 4px;
|
|
30519
30509
|
}
|
|
30520
|
-
|
|
30521
|
-
.
|
|
30522
|
-
|
|
30510
|
+
|
|
30511
|
+
.E_s1dni7lo {
|
|
30512
|
+
width: 430px !important;
|
|
30523
30513
|
}
|
|
30524
|
-
|
|
30525
|
-
.
|
|
30526
|
-
|
|
30514
|
+
|
|
30515
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30516
|
+
padding: 8px 16px;
|
|
30517
|
+
line-height: 18px;
|
|
30518
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30519
|
+
height: 34px;
|
|
30520
|
+
min-height: 34px;
|
|
30521
|
+
box-sizing: border-box;
|
|
30522
|
+
margin-top: 8px;
|
|
30527
30523
|
}
|
|
30528
|
-
|
|
30529
|
-
.
|
|
30530
|
-
|
|
30524
|
+
|
|
30525
|
+
.E_o1ugr09p {
|
|
30526
|
+
display: flex;
|
|
30527
|
+
flex-direction: column;
|
|
30528
|
+
margin: 1px 8px;
|
|
30529
|
+
padding: 8px;
|
|
30530
|
+
border-radius: 4px;
|
|
30531
30531
|
}
|
|
30532
|
-
.
|
|
30533
|
-
|
|
30534
|
-
opacity: 0.4;
|
|
30532
|
+
.E_o1ugr09p .selected-icon {
|
|
30533
|
+
display: none;
|
|
30535
30534
|
}
|
|
30536
|
-
.
|
|
30537
|
-
|
|
30538
|
-
opacity: 1;
|
|
30535
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30536
|
+
padding-left: 8px;
|
|
30539
30537
|
}
|
|
30540
|
-
.
|
|
30541
|
-
color:
|
|
30538
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30539
|
+
background-color: white;
|
|
30542
30540
|
}
|
|
30543
|
-
.
|
|
30544
|
-
|
|
30541
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30542
|
+
color: #0080ff;
|
|
30545
30543
|
}
|
|
30546
|
-
|
|
30547
|
-
|
|
30548
|
-
|
|
30549
|
-
|
|
30550
|
-
|
|
30551
|
-
|
|
30544
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30545
|
+
display: block;
|
|
30546
|
+
}
|
|
30547
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30548
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30549
|
+
}
|
|
30550
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30551
|
+
color: #0080ff;
|
|
30552
|
+
}
|
|
30553
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30554
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30555
|
+
color: #0080ff;
|
|
30552
30556
|
}
|
|
30553
30557
|
|
|
30554
|
-
.
|
|
30555
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30558
|
+
.E_o1ifxsq4 {
|
|
30556
30559
|
display: flex;
|
|
30557
30560
|
justify-content: space-between;
|
|
30558
|
-
|
|
30559
|
-
|
|
30560
|
-
}
|
|
30561
|
-
.E_c167wnad .anticon {
|
|
30562
|
-
cursor: pointer;
|
|
30561
|
+
height: 20px;
|
|
30562
|
+
line-height: 20px;
|
|
30563
30563
|
}
|
|
30564
|
-
.
|
|
30565
|
-
color: #
|
|
30564
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30565
|
+
color: #2d3a56;
|
|
30566
|
+
overflow: hidden;
|
|
30567
|
+
text-overflow: ellipsis;
|
|
30566
30568
|
}
|
|
30567
30569
|
|
|
30568
|
-
.
|
|
30569
|
-
text-align: center;
|
|
30570
|
-
}
|
|
30571
|
-
.E_cxhf7dh .dots {
|
|
30570
|
+
.E_o1zue7 {
|
|
30572
30571
|
display: flex;
|
|
30573
|
-
justify-content:
|
|
30574
|
-
|
|
30575
|
-
|
|
30576
|
-
|
|
30577
|
-
|
|
30578
|
-
height: 2px;
|
|
30579
|
-
border-radius: 1px;
|
|
30580
|
-
background: #0096ff;
|
|
30572
|
+
justify-content: space-between;
|
|
30573
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30574
|
+
height: 18px;
|
|
30575
|
+
line-height: 18px;
|
|
30576
|
+
margin-top: 2px;
|
|
30581
30577
|
}
|
|
30582
|
-
|
|
30583
|
-
|
|
30578
|
+
|
|
30579
|
+
.E_tyfmlxg {
|
|
30580
|
+
border: none;
|
|
30581
|
+
margin-right: 0;
|
|
30582
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30584
30583
|
}
|
|
30585
|
-
|
|
30586
|
-
|
|
30587
|
-
|
|
30588
|
-
|
|
30589
|
-
|
|
30584
|
+
|
|
30585
|
+
.E_o18uybox {
|
|
30586
|
+
pointer-events: none;
|
|
30587
|
+
height: 32px;
|
|
30588
|
+
width: 100%;
|
|
30589
|
+
opacity: 0;
|
|
30590
30590
|
}
|
|
30591
30591
|
|
|
30592
30592
|
.E_s1ebs0ra {
|
|
@@ -30650,300 +30650,193 @@ button.E_n7k2c6r {
|
|
|
30650
30650
|
background: #fff;
|
|
30651
30651
|
}
|
|
30652
30652
|
|
|
30653
|
-
.
|
|
30654
|
-
|
|
30655
|
-
|
|
30656
|
-
|
|
30657
|
-
.E_c18bcrac {
|
|
30658
|
-
display: inline-block;
|
|
30659
|
-
width: 100%;
|
|
30660
|
-
}
|
|
30661
|
-
.E_c18bcrac .recharts-wrapper {
|
|
30662
|
-
margin-left: 4px;
|
|
30663
|
-
}
|
|
30664
|
-
|
|
30665
|
-
.E_cro7kg2 {
|
|
30666
|
-
padding: 4px;
|
|
30653
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
30654
|
+
background: #edf0f7;
|
|
30655
|
+
padding: 32px 8px;
|
|
30656
|
+
overflow: auto;
|
|
30667
30657
|
}
|
|
30668
|
-
|
|
30669
|
-
.E_c14wcxf0 {
|
|
30658
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
30670
30659
|
display: flex;
|
|
30660
|
+
flex-direction: column;
|
|
30671
30661
|
justify-content: space-between;
|
|
30672
|
-
align-items: center;
|
|
30673
|
-
font-size: 13px;
|
|
30674
|
-
line-height: 24px;
|
|
30675
|
-
color: #cccccc;
|
|
30676
|
-
white-space: nowrap;
|
|
30677
|
-
}
|
|
30678
|
-
.E_c14wcxf0 label {
|
|
30679
|
-
margin-right: 32px;
|
|
30680
30662
|
}
|
|
30681
|
-
|
|
30682
|
-
|
|
30683
|
-
font-weight: bold;
|
|
30684
|
-
color: white;
|
|
30685
|
-
}
|
|
30686
|
-
|
|
30687
|
-
.E_s11212zy {
|
|
30688
|
-
width: 8px;
|
|
30689
|
-
height: 8px;
|
|
30690
|
-
border-radius: 2px;
|
|
30691
|
-
display: inline-block;
|
|
30692
|
-
background: var(--s11212zy-0);
|
|
30693
|
-
border: 1px solid #fff;
|
|
30694
|
-
box-sizing: content-box;
|
|
30695
|
-
margin-right: 6px;
|
|
30663
|
+
.E_s1at6qmn footer {
|
|
30664
|
+
display: flex;
|
|
30696
30665
|
}
|
|
30697
|
-
|
|
30698
|
-
|
|
30699
|
-
font-weight: bold;
|
|
30700
|
-
color: white;
|
|
30701
|
-
margin-right: 4px;
|
|
30666
|
+
.E_s1at6qmn .ant-menu {
|
|
30667
|
+
background: #edf0f7;
|
|
30702
30668
|
}
|
|
30703
|
-
|
|
30704
|
-
|
|
30705
|
-
|
|
30669
|
+
.E_s1at6qmn .ant-menu a {
|
|
30670
|
+
color: #00122e;
|
|
30671
|
+
width: 180px;
|
|
30672
|
+
overflow: hidden;
|
|
30673
|
+
text-overflow: ellipsis;
|
|
30706
30674
|
}
|
|
30707
|
-
.
|
|
30708
|
-
|
|
30709
|
-
border-radius: 4px;
|
|
30675
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
30676
|
+
margin-bottom: 24px;
|
|
30710
30677
|
}
|
|
30711
|
-
|
|
30712
|
-
|
|
30713
|
-
width: 430px !important;
|
|
30678
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
30679
|
+
margin: 0;
|
|
30714
30680
|
}
|
|
30715
|
-
|
|
30716
|
-
|
|
30717
|
-
padding: 8px
|
|
30681
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
30682
|
+
font-size: 12px;
|
|
30683
|
+
padding: 0 8px 4px;
|
|
30718
30684
|
line-height: 18px;
|
|
30719
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30720
|
-
height: 34px;
|
|
30721
|
-
min-height: 34px;
|
|
30722
|
-
box-sizing: border-box;
|
|
30723
|
-
margin-top: 8px;
|
|
30724
|
-
}
|
|
30725
|
-
|
|
30726
|
-
.E_o1ugr09p {
|
|
30727
|
-
display: flex;
|
|
30728
|
-
flex-direction: column;
|
|
30729
|
-
margin: 1px 8px;
|
|
30730
|
-
padding: 8px;
|
|
30731
|
-
border-radius: 4px;
|
|
30732
30685
|
}
|
|
30733
|
-
.
|
|
30734
|
-
|
|
30686
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
30687
|
+
padding: 0;
|
|
30735
30688
|
}
|
|
30736
|
-
.
|
|
30737
|
-
padding-
|
|
30689
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
30690
|
+
padding-bottom: 24px;
|
|
30738
30691
|
}
|
|
30739
|
-
.
|
|
30740
|
-
|
|
30692
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
30693
|
+
margin-bottom: 24px;
|
|
30694
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30741
30695
|
}
|
|
30742
|
-
.
|
|
30743
|
-
|
|
30696
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
30697
|
+
transition: none;
|
|
30698
|
+
display: flex;
|
|
30699
|
+
align-items: center;
|
|
30700
|
+
height: 32px;
|
|
30701
|
+
line-height: 22px;
|
|
30702
|
+
padding: 0 8px;
|
|
30744
30703
|
}
|
|
30745
|
-
.
|
|
30746
|
-
|
|
30704
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
30705
|
+
margin-right: 12px;
|
|
30747
30706
|
}
|
|
30748
|
-
.
|
|
30749
|
-
|
|
30707
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
30708
|
+
margin: 0;
|
|
30709
|
+
margin-bottom: 2px;
|
|
30750
30710
|
}
|
|
30751
|
-
.
|
|
30752
|
-
|
|
30711
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
30712
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
30713
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
30714
|
+
border-radius: 6px;
|
|
30715
|
+
color: #fff;
|
|
30753
30716
|
}
|
|
30754
|
-
.
|
|
30755
|
-
|
|
30756
|
-
|
|
30717
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
30718
|
+
color: #fff;
|
|
30719
|
+
}
|
|
30720
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
30721
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
30722
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
30723
|
+
border-radius: 6px;
|
|
30757
30724
|
}
|
|
30758
30725
|
|
|
30759
|
-
.
|
|
30760
|
-
|
|
30761
|
-
|
|
30762
|
-
height: 20px;
|
|
30763
|
-
line-height: 20px;
|
|
30726
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
30727
|
+
white-space: nowrap;
|
|
30728
|
+
transition: all 0s;
|
|
30764
30729
|
}
|
|
30765
|
-
.
|
|
30766
|
-
|
|
30730
|
+
.E_s1wu0lms.shrink {
|
|
30731
|
+
transition: all 0s;
|
|
30767
30732
|
overflow: hidden;
|
|
30768
|
-
text-overflow: ellipsis;
|
|
30769
|
-
}
|
|
30770
|
-
|
|
30771
|
-
.E_o1zue7 {
|
|
30772
|
-
display: flex;
|
|
30773
|
-
justify-content: space-between;
|
|
30774
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30775
|
-
height: 18px;
|
|
30776
|
-
line-height: 18px;
|
|
30777
|
-
margin-top: 2px;
|
|
30778
30733
|
}
|
|
30779
|
-
|
|
30780
|
-
|
|
30781
|
-
border: none;
|
|
30782
|
-
margin-right: 0;
|
|
30783
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30734
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
30735
|
+
visibility: hidden;
|
|
30784
30736
|
}
|
|
30785
|
-
|
|
30786
|
-
|
|
30787
|
-
|
|
30788
|
-
height: 32px;
|
|
30789
|
-
width: 100%;
|
|
30790
|
-
opacity: 0;
|
|
30737
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
30738
|
+
width: 36px;
|
|
30739
|
+
padding: 0 6px;
|
|
30791
30740
|
}
|
|
30792
30741
|
|
|
30793
|
-
.
|
|
30794
|
-
width: 648px;
|
|
30795
|
-
}
|
|
30796
|
-
.E_c1up1pdz.active {
|
|
30797
|
-
border-color: #0080ff;
|
|
30798
|
-
}
|
|
30799
|
-
.E_c1up1pdz.active > header {
|
|
30800
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30801
|
-
}
|
|
30802
|
-
.E_c1up1pdz .expand {
|
|
30803
|
-
padding: 12px;
|
|
30804
|
-
}
|
|
30805
|
-
.E_c1up1pdz .field-item {
|
|
30742
|
+
.E_n1ugzfva {
|
|
30806
30743
|
display: flex;
|
|
30807
|
-
|
|
30808
|
-
|
|
30809
|
-
}
|
|
30810
|
-
.E_c1up1pdz .field-item:last-child {
|
|
30811
|
-
border-bottom: none;
|
|
30812
|
-
padding-bottom: 0;
|
|
30813
|
-
}
|
|
30814
|
-
.E_c1up1pdz .field-item label {
|
|
30815
|
-
line-height: 32px;
|
|
30816
|
-
width: 100px;
|
|
30817
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30818
|
-
}
|
|
30819
|
-
.E_c1up1pdz .help {
|
|
30820
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30821
|
-
margin-top: 5px;
|
|
30822
|
-
}
|
|
30823
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
30824
|
-
.E_c1up1pdz .ant-picker {
|
|
30825
|
-
width: 128px;
|
|
30744
|
+
place-items: center;
|
|
30745
|
+
width: 100% !important;
|
|
30826
30746
|
}
|
|
30827
|
-
|
|
30828
|
-
.
|
|
30829
|
-
|
|
30830
|
-
align-items: center;
|
|
30831
|
-
justify-content: space-between;
|
|
30832
|
-
word-break: keep-all;
|
|
30747
|
+
.E_n1ugzfva[disabled] {
|
|
30748
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
30749
|
+
opacity: 1 !important;
|
|
30833
30750
|
}
|
|
30834
|
-
.
|
|
30835
|
-
|
|
30751
|
+
.E_n1ugzfva.ant-btn {
|
|
30752
|
+
width: 100%;
|
|
30753
|
+
color: #00122e;
|
|
30836
30754
|
}
|
|
30837
|
-
.
|
|
30838
|
-
|
|
30755
|
+
.E_n1ugzfva .icon-wrapper {
|
|
30756
|
+
margin-right: 12px;
|
|
30839
30757
|
}
|
|
30840
|
-
.
|
|
30758
|
+
.E_n1ugzfva .link-title {
|
|
30841
30759
|
flex: 1;
|
|
30842
|
-
display: flex;
|
|
30843
30760
|
overflow: hidden;
|
|
30844
|
-
align-items: center;
|
|
30845
|
-
justify-content: flex-start;
|
|
30846
30761
|
white-space: nowrap;
|
|
30847
|
-
}
|
|
30848
|
-
.E_c156wh19 div.left .title {
|
|
30849
|
-
max-width: 100%;
|
|
30850
|
-
overflow: hidden;
|
|
30851
30762
|
text-overflow: ellipsis;
|
|
30763
|
+
text-align: left;
|
|
30852
30764
|
}
|
|
30853
|
-
|
|
30854
|
-
|
|
30855
|
-
align-items: center;
|
|
30856
|
-
}
|
|
30857
|
-
.E_c156wh19 .reverse {
|
|
30765
|
+
|
|
30766
|
+
.E_n12mqh7z {
|
|
30858
30767
|
display: flex;
|
|
30859
|
-
flex-direction: row-reverse;
|
|
30860
30768
|
align-items: center;
|
|
30769
|
+
font-size: 12px;
|
|
30770
|
+
line-height: 18px;
|
|
30861
30771
|
}
|
|
30862
|
-
.
|
|
30863
|
-
margin-
|
|
30864
|
-
}
|
|
30865
|
-
.E_c156wh19 .close {
|
|
30866
|
-
padding-left: 14px;
|
|
30867
|
-
margin-left: 14px;
|
|
30868
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30869
|
-
cursor: pointer;
|
|
30772
|
+
.E_n12mqh7z:not(:last-child) {
|
|
30773
|
+
margin-bottom: 4px;
|
|
30870
30774
|
}
|
|
30871
30775
|
|
|
30872
|
-
.
|
|
30873
|
-
|
|
30874
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30875
|
-
}
|
|
30876
|
-
.E_m126spxy .ant-btn-link {
|
|
30877
|
-
padding: 1px 10px;
|
|
30878
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30879
|
-
border-radius: 4px;
|
|
30880
|
-
}
|
|
30881
|
-
.E_m126spxy .ant-btn-link.active {
|
|
30882
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30883
|
-
color: #0096ff;
|
|
30776
|
+
.E_tf5bynu {
|
|
30777
|
+
margin: 0 3px;
|
|
30884
30778
|
}
|
|
30885
30779
|
|
|
30886
|
-
.
|
|
30887
|
-
|
|
30888
|
-
|
|
30780
|
+
.E_tcckoz1 {
|
|
30781
|
+
max-height: 400px;
|
|
30782
|
+
overflow: auto;
|
|
30889
30783
|
}
|
|
30890
|
-
|
|
30891
|
-
.
|
|
30892
|
-
|
|
30893
|
-
margin: 0 9px;
|
|
30894
|
-
text-align: center;
|
|
30784
|
+
|
|
30785
|
+
.E_gmyahx3 {
|
|
30786
|
+
cursor: pointer;
|
|
30895
30787
|
}
|
|
30896
|
-
.
|
|
30897
|
-
|
|
30898
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30899
|
-
margin: 5px 0 5px 8px;
|
|
30788
|
+
.E_gmyahx3 .link-text {
|
|
30789
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30900
30790
|
}
|
|
30901
|
-
.
|
|
30902
|
-
|
|
30903
|
-
background: #f5f7fa;
|
|
30904
|
-
box-sizing: border-box;
|
|
30905
|
-
border-radius: 16px;
|
|
30906
|
-
margin-right: 8px;
|
|
30791
|
+
.E_gmyahx3:hover .link-text {
|
|
30792
|
+
color: #0080ff;
|
|
30907
30793
|
}
|
|
30908
|
-
|
|
30909
|
-
.
|
|
30910
|
-
|
|
30911
|
-
|
|
30794
|
+
|
|
30795
|
+
.E_c18bcrac {
|
|
30796
|
+
display: inline-block;
|
|
30797
|
+
width: 100%;
|
|
30912
30798
|
}
|
|
30913
|
-
.
|
|
30914
|
-
|
|
30915
|
-
border-color: #0096ff;
|
|
30916
|
-
color: #fff;
|
|
30799
|
+
.E_c18bcrac .recharts-wrapper {
|
|
30800
|
+
margin-left: 4px;
|
|
30917
30801
|
}
|
|
30918
|
-
|
|
30919
|
-
|
|
30920
|
-
|
|
30802
|
+
|
|
30803
|
+
.E_cro7kg2 {
|
|
30804
|
+
padding: 4px;
|
|
30921
30805
|
}
|
|
30922
|
-
|
|
30923
|
-
|
|
30924
|
-
|
|
30925
|
-
|
|
30806
|
+
|
|
30807
|
+
.E_c14wcxf0 {
|
|
30808
|
+
display: flex;
|
|
30809
|
+
justify-content: space-between;
|
|
30810
|
+
align-items: center;
|
|
30811
|
+
font-size: 13px;
|
|
30812
|
+
line-height: 24px;
|
|
30813
|
+
color: #cccccc;
|
|
30814
|
+
white-space: nowrap;
|
|
30926
30815
|
}
|
|
30927
|
-
.
|
|
30928
|
-
|
|
30929
|
-
border-color: #0096ff;
|
|
30930
|
-
color: #fff;
|
|
30816
|
+
.E_c14wcxf0 label {
|
|
30817
|
+
margin-right: 32px;
|
|
30931
30818
|
}
|
|
30932
30819
|
|
|
30933
|
-
.
|
|
30934
|
-
|
|
30935
|
-
|
|
30820
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
30821
|
+
font-weight: bold;
|
|
30822
|
+
color: white;
|
|
30936
30823
|
}
|
|
30937
30824
|
|
|
30938
|
-
.
|
|
30939
|
-
|
|
30825
|
+
.E_s11212zy {
|
|
30826
|
+
width: 8px;
|
|
30827
|
+
height: 8px;
|
|
30828
|
+
border-radius: 2px;
|
|
30829
|
+
display: inline-block;
|
|
30830
|
+
background: var(--s11212zy-0);
|
|
30831
|
+
border: 1px solid #fff;
|
|
30832
|
+
box-sizing: content-box;
|
|
30833
|
+
margin-right: 6px;
|
|
30940
30834
|
}
|
|
30941
30835
|
|
|
30942
|
-
.
|
|
30943
|
-
|
|
30944
|
-
|
|
30945
|
-
-
|
|
30946
|
-
word-break: break-all;
|
|
30836
|
+
.E_p1lyky6c > :first-child {
|
|
30837
|
+
font-weight: bold;
|
|
30838
|
+
color: white;
|
|
30839
|
+
margin-right: 4px;
|
|
30947
30840
|
}
|
|
30948
30841
|
|
|
30949
30842
|
.E_s1iv0tp1 .enabled-switch {
|
|
@@ -30954,21 +30847,140 @@ button.E_n7k2c6r {
|
|
|
30954
30847
|
margin-right: 8px;
|
|
30955
30848
|
}
|
|
30956
30849
|
|
|
30957
|
-
|
|
30958
|
-
|
|
30850
|
+
.E_clm1wy1 {
|
|
30851
|
+
width: 192px;
|
|
30852
|
+
height: 246px;
|
|
30853
|
+
border-radius: 4px;
|
|
30959
30854
|
}
|
|
30960
|
-
|
|
30961
|
-
.
|
|
30962
|
-
height: 8px;
|
|
30963
|
-
box-sizing: border-box;
|
|
30964
|
-
border-radius: 2px;
|
|
30965
|
-
background: #f5f7fa;
|
|
30966
|
-
display: flex;
|
|
30855
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
30856
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
30967
30857
|
width: 100%;
|
|
30968
|
-
|
|
30858
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
30859
|
+
border-top: none;
|
|
30969
30860
|
}
|
|
30970
|
-
.
|
|
30971
|
-
|
|
30861
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
30862
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
30863
|
+
padding: 0 16px;
|
|
30864
|
+
}
|
|
30865
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
30866
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
30867
|
+
width: 100%;
|
|
30868
|
+
height: 180px;
|
|
30869
|
+
border-spacing: 0;
|
|
30870
|
+
}
|
|
30871
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
30872
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
30873
|
+
margin-bottom: 8px;
|
|
30874
|
+
}
|
|
30875
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
30876
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
30877
|
+
width: 22px;
|
|
30878
|
+
}
|
|
30879
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
30880
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
30881
|
+
padding: 0;
|
|
30882
|
+
}
|
|
30883
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
30884
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30885
|
+
opacity: 0.4;
|
|
30886
|
+
}
|
|
30887
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
30888
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30889
|
+
opacity: 1;
|
|
30890
|
+
}
|
|
30891
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
30892
|
+
color: #3e4652;
|
|
30893
|
+
}
|
|
30894
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
30895
|
+
pointer-events: none;
|
|
30896
|
+
}
|
|
30897
|
+
|
|
30898
|
+
.E_t1tsm00v {
|
|
30899
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30900
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30901
|
+
backdrop-filter: blur(10px);
|
|
30902
|
+
padding: 7px 10px;
|
|
30903
|
+
}
|
|
30904
|
+
|
|
30905
|
+
.E_c167wnad {
|
|
30906
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30907
|
+
display: flex;
|
|
30908
|
+
justify-content: space-between;
|
|
30909
|
+
align-items: center;
|
|
30910
|
+
padding: 8px 16px;
|
|
30911
|
+
}
|
|
30912
|
+
.E_c167wnad .anticon {
|
|
30913
|
+
cursor: pointer;
|
|
30914
|
+
}
|
|
30915
|
+
.E_c167wnad .anticon:hover {
|
|
30916
|
+
color: #0096ff;
|
|
30917
|
+
}
|
|
30918
|
+
|
|
30919
|
+
.E_cxhf7dh {
|
|
30920
|
+
text-align: center;
|
|
30921
|
+
}
|
|
30922
|
+
.E_cxhf7dh .dots {
|
|
30923
|
+
display: flex;
|
|
30924
|
+
justify-content: center;
|
|
30925
|
+
}
|
|
30926
|
+
.E_cxhf7dh .dot {
|
|
30927
|
+
display: inline-block;
|
|
30928
|
+
width: 2px;
|
|
30929
|
+
height: 2px;
|
|
30930
|
+
border-radius: 1px;
|
|
30931
|
+
background: #0096ff;
|
|
30932
|
+
}
|
|
30933
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
30934
|
+
margin-right: 2px;
|
|
30935
|
+
}
|
|
30936
|
+
.E_cxhf7dh .bar {
|
|
30937
|
+
width: 9px;
|
|
30938
|
+
height: 2px;
|
|
30939
|
+
background: #0096ff;
|
|
30940
|
+
border-radius: 2px;
|
|
30941
|
+
}
|
|
30942
|
+
|
|
30943
|
+
.E_wg1tsps {
|
|
30944
|
+
display: flex;
|
|
30945
|
+
align-items: center;
|
|
30946
|
+
justify-content: flex-end;
|
|
30947
|
+
}
|
|
30948
|
+
|
|
30949
|
+
.E_b1ctd5xy {
|
|
30950
|
+
display: flex;
|
|
30951
|
+
align-items: center;
|
|
30952
|
+
width: calc(100% - 40px);
|
|
30953
|
+
}
|
|
30954
|
+
.E_b1ctd5xy .chart {
|
|
30955
|
+
display: inline-block;
|
|
30956
|
+
width: 100%;
|
|
30957
|
+
}
|
|
30958
|
+
|
|
30959
|
+
.E_u1p8acpn {
|
|
30960
|
+
min-width: 40px;
|
|
30961
|
+
}
|
|
30962
|
+
.E_u1p8acpn .unit {
|
|
30963
|
+
color: #00122e !important;
|
|
30964
|
+
}
|
|
30965
|
+
|
|
30966
|
+
span.E_tqjc4ui {
|
|
30967
|
+
margin: 0 2px;
|
|
30968
|
+
}
|
|
30969
|
+
|
|
30970
|
+
.E_ou7iq30 {
|
|
30971
|
+
overflow: hidden;
|
|
30972
|
+
text-overflow: ellipsis;
|
|
30973
|
+
}
|
|
30974
|
+
|
|
30975
|
+
.E_s1tui002 {
|
|
30976
|
+
white-space: nowrap;
|
|
30977
|
+
}
|
|
30978
|
+
|
|
30979
|
+
.E_mxrc2zg {
|
|
30980
|
+
display: -webkit-box;
|
|
30981
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30982
|
+
-webkit-box-orient: vertical;
|
|
30983
|
+
word-break: break-all;
|
|
30972
30984
|
}
|
|
30973
30985
|
|
|
30974
30986
|
.E_t1sqg15u {
|
|
@@ -31061,58 +31073,6 @@ span.E_tqjc4ui {
|
|
|
31061
31073
|
padding-right: 12px;
|
|
31062
31074
|
}
|
|
31063
31075
|
|
|
31064
|
-
.E_n12mqh7z {
|
|
31065
|
-
display: flex;
|
|
31066
|
-
align-items: center;
|
|
31067
|
-
font-size: 12px;
|
|
31068
|
-
line-height: 18px;
|
|
31069
|
-
}
|
|
31070
|
-
.E_n12mqh7z:not(:last-child) {
|
|
31071
|
-
margin-bottom: 4px;
|
|
31072
|
-
}
|
|
31073
|
-
|
|
31074
|
-
.E_tf5bynu {
|
|
31075
|
-
margin: 0 3px;
|
|
31076
|
-
}
|
|
31077
|
-
|
|
31078
|
-
.E_tcckoz1 {
|
|
31079
|
-
max-height: 400px;
|
|
31080
|
-
overflow: auto;
|
|
31081
|
-
}
|
|
31082
|
-
|
|
31083
|
-
.E_gmyahx3 {
|
|
31084
|
-
cursor: pointer;
|
|
31085
|
-
}
|
|
31086
|
-
.E_gmyahx3 .link-text {
|
|
31087
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31088
|
-
}
|
|
31089
|
-
.E_gmyahx3:hover .link-text {
|
|
31090
|
-
color: #0080ff;
|
|
31091
|
-
}
|
|
31092
|
-
|
|
31093
|
-
.E_wg1tsps {
|
|
31094
|
-
display: flex;
|
|
31095
|
-
align-items: center;
|
|
31096
|
-
justify-content: flex-end;
|
|
31097
|
-
}
|
|
31098
|
-
|
|
31099
|
-
.E_b1ctd5xy {
|
|
31100
|
-
display: flex;
|
|
31101
|
-
align-items: center;
|
|
31102
|
-
width: calc(100% - 40px);
|
|
31103
|
-
}
|
|
31104
|
-
.E_b1ctd5xy .chart {
|
|
31105
|
-
display: inline-block;
|
|
31106
|
-
width: 100%;
|
|
31107
|
-
}
|
|
31108
|
-
|
|
31109
|
-
.E_u1p8acpn {
|
|
31110
|
-
min-width: 40px;
|
|
31111
|
-
}
|
|
31112
|
-
.E_u1p8acpn .unit {
|
|
31113
|
-
color: #00122e !important;
|
|
31114
|
-
}
|
|
31115
|
-
|
|
31116
31076
|
.E_t160l1cm {
|
|
31117
31077
|
display: flex;
|
|
31118
31078
|
flex-direction: column;
|
|
@@ -31316,117 +31276,157 @@ span.E_tqjc4ui {
|
|
|
31316
31276
|
background: transparent;
|
|
31317
31277
|
}
|
|
31318
31278
|
|
|
31319
|
-
.
|
|
31320
|
-
|
|
31321
|
-
|
|
31322
|
-
|
|
31323
|
-
|
|
31324
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
31279
|
+
.E_skwah65 {
|
|
31280
|
+
height: 8px;
|
|
31281
|
+
box-sizing: border-box;
|
|
31282
|
+
border-radius: 2px;
|
|
31283
|
+
background: #f5f7fa;
|
|
31325
31284
|
display: flex;
|
|
31326
|
-
|
|
31327
|
-
|
|
31285
|
+
width: 100%;
|
|
31286
|
+
overflow: hidden;
|
|
31328
31287
|
}
|
|
31329
|
-
.
|
|
31330
|
-
|
|
31288
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31289
|
+
margin-left: 1px;
|
|
31331
31290
|
}
|
|
31332
|
-
|
|
31333
|
-
|
|
31291
|
+
|
|
31292
|
+
.E_c1up1pdz {
|
|
31293
|
+
width: 648px;
|
|
31334
31294
|
}
|
|
31335
|
-
.
|
|
31336
|
-
color: #
|
|
31337
|
-
width: 180px;
|
|
31338
|
-
overflow: hidden;
|
|
31339
|
-
text-overflow: ellipsis;
|
|
31295
|
+
.E_c1up1pdz.active {
|
|
31296
|
+
border-color: #0080ff;
|
|
31340
31297
|
}
|
|
31341
|
-
.
|
|
31342
|
-
|
|
31298
|
+
.E_c1up1pdz.active > header {
|
|
31299
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31343
31300
|
}
|
|
31344
|
-
.
|
|
31345
|
-
|
|
31301
|
+
.E_c1up1pdz .expand {
|
|
31302
|
+
padding: 12px;
|
|
31346
31303
|
}
|
|
31347
|
-
.
|
|
31348
|
-
|
|
31349
|
-
padding: 0
|
|
31350
|
-
|
|
31304
|
+
.E_c1up1pdz .field-item {
|
|
31305
|
+
display: flex;
|
|
31306
|
+
padding: 10px 0;
|
|
31307
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31351
31308
|
}
|
|
31352
|
-
.
|
|
31353
|
-
|
|
31309
|
+
.E_c1up1pdz .field-item:last-child {
|
|
31310
|
+
border-bottom: none;
|
|
31311
|
+
padding-bottom: 0;
|
|
31354
31312
|
}
|
|
31355
|
-
.
|
|
31356
|
-
|
|
31313
|
+
.E_c1up1pdz .field-item label {
|
|
31314
|
+
line-height: 32px;
|
|
31315
|
+
width: 100px;
|
|
31316
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31357
31317
|
}
|
|
31358
|
-
.
|
|
31359
|
-
|
|
31360
|
-
|
|
31318
|
+
.E_c1up1pdz .help {
|
|
31319
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31320
|
+
margin-top: 5px;
|
|
31361
31321
|
}
|
|
31362
|
-
.
|
|
31363
|
-
|
|
31322
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
31323
|
+
.E_c1up1pdz .ant-picker {
|
|
31324
|
+
width: 128px;
|
|
31325
|
+
}
|
|
31326
|
+
|
|
31327
|
+
.E_c156wh19 {
|
|
31364
31328
|
display: flex;
|
|
31365
31329
|
align-items: center;
|
|
31366
|
-
|
|
31367
|
-
|
|
31368
|
-
padding: 0 8px;
|
|
31330
|
+
justify-content: space-between;
|
|
31331
|
+
word-break: keep-all;
|
|
31369
31332
|
}
|
|
31370
|
-
.
|
|
31371
|
-
margin
|
|
31333
|
+
.E_c156wh19 .title {
|
|
31334
|
+
margin: 0 16px 0 8px;
|
|
31372
31335
|
}
|
|
31373
|
-
.
|
|
31374
|
-
|
|
31375
|
-
margin-bottom: 2px;
|
|
31336
|
+
.E_c156wh19 .retain {
|
|
31337
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31376
31338
|
}
|
|
31377
|
-
.
|
|
31378
|
-
|
|
31379
|
-
|
|
31380
|
-
|
|
31381
|
-
|
|
31339
|
+
.E_c156wh19 div.left {
|
|
31340
|
+
flex: 1;
|
|
31341
|
+
display: flex;
|
|
31342
|
+
overflow: hidden;
|
|
31343
|
+
align-items: center;
|
|
31344
|
+
justify-content: flex-start;
|
|
31345
|
+
white-space: nowrap;
|
|
31382
31346
|
}
|
|
31383
|
-
.
|
|
31384
|
-
|
|
31347
|
+
.E_c156wh19 div.left .title {
|
|
31348
|
+
max-width: 100%;
|
|
31349
|
+
overflow: hidden;
|
|
31350
|
+
text-overflow: ellipsis;
|
|
31385
31351
|
}
|
|
31386
|
-
.
|
|
31387
|
-
|
|
31388
|
-
|
|
31389
|
-
border-radius: 6px;
|
|
31352
|
+
.E_c156wh19 div.right {
|
|
31353
|
+
display: flex;
|
|
31354
|
+
align-items: center;
|
|
31390
31355
|
}
|
|
31391
|
-
|
|
31392
|
-
|
|
31393
|
-
|
|
31394
|
-
|
|
31356
|
+
.E_c156wh19 .reverse {
|
|
31357
|
+
display: flex;
|
|
31358
|
+
flex-direction: row-reverse;
|
|
31359
|
+
align-items: center;
|
|
31395
31360
|
}
|
|
31396
|
-
.
|
|
31397
|
-
|
|
31398
|
-
overflow: hidden;
|
|
31361
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
31362
|
+
margin-left: 8px;
|
|
31399
31363
|
}
|
|
31400
|
-
.
|
|
31401
|
-
|
|
31364
|
+
.E_c156wh19 .close {
|
|
31365
|
+
padding-left: 14px;
|
|
31366
|
+
margin-left: 14px;
|
|
31367
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31368
|
+
cursor: pointer;
|
|
31402
31369
|
}
|
|
31403
|
-
|
|
31404
|
-
|
|
31405
|
-
padding:
|
|
31370
|
+
|
|
31371
|
+
.E_m126spxy {
|
|
31372
|
+
padding-bottom: 4px;
|
|
31373
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31374
|
+
}
|
|
31375
|
+
.E_m126spxy .ant-btn-link {
|
|
31376
|
+
padding: 1px 10px;
|
|
31377
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31378
|
+
border-radius: 4px;
|
|
31379
|
+
}
|
|
31380
|
+
.E_m126spxy .ant-btn-link.active {
|
|
31381
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31382
|
+
color: #0096ff;
|
|
31406
31383
|
}
|
|
31407
31384
|
|
|
31408
|
-
.
|
|
31409
|
-
|
|
31410
|
-
|
|
31411
|
-
width: 100% !important;
|
|
31385
|
+
.E_wpbf4pq {
|
|
31386
|
+
padding: 10px 0;
|
|
31387
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31412
31388
|
}
|
|
31413
|
-
.
|
|
31414
|
-
|
|
31415
|
-
|
|
31389
|
+
.E_wpbf4pq .ant-input,
|
|
31390
|
+
.E_wpbf4pq .ant-picker {
|
|
31391
|
+
width: 80px;
|
|
31392
|
+
margin: 0 9px;
|
|
31393
|
+
text-align: center;
|
|
31416
31394
|
}
|
|
31417
|
-
.
|
|
31418
|
-
|
|
31419
|
-
|
|
31395
|
+
.E_wpbf4pq .options {
|
|
31396
|
+
padding: 12px 0 12px 16px;
|
|
31397
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31398
|
+
margin: 5px 0 5px 8px;
|
|
31420
31399
|
}
|
|
31421
|
-
.
|
|
31422
|
-
|
|
31400
|
+
.E_wpbf4pq .week-day-option,
|
|
31401
|
+
.E_wpbf4pq .month-day-option {
|
|
31402
|
+
background: #f5f7fa;
|
|
31403
|
+
box-sizing: border-box;
|
|
31404
|
+
border-radius: 16px;
|
|
31405
|
+
margin-right: 8px;
|
|
31423
31406
|
}
|
|
31424
|
-
.
|
|
31425
|
-
|
|
31426
|
-
|
|
31427
|
-
|
|
31428
|
-
|
|
31429
|
-
|
|
31407
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
31408
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
31409
|
+
color: inherit;
|
|
31410
|
+
border-color: #d9d9d9;
|
|
31411
|
+
}
|
|
31412
|
+
.E_wpbf4pq .week-day-option.active {
|
|
31413
|
+
background-color: #0096ff;
|
|
31414
|
+
border-color: #0096ff;
|
|
31415
|
+
color: #fff;
|
|
31416
|
+
}
|
|
31417
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
31418
|
+
width: 110px;
|
|
31419
|
+
margin-top: 4px;
|
|
31420
|
+
}
|
|
31421
|
+
.E_wpbf4pq .month-day-option {
|
|
31422
|
+
width: 32px;
|
|
31423
|
+
padding: 0;
|
|
31424
|
+
margin-bottom: 8px;
|
|
31425
|
+
}
|
|
31426
|
+
.E_wpbf4pq .month-day-option.active {
|
|
31427
|
+
background-color: #0096ff;
|
|
31428
|
+
border-color: #0096ff;
|
|
31429
|
+
color: #fff;
|
|
31430
31430
|
}
|
|
31431
31431
|
|
|
31432
31432
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -31460,29 +31460,38 @@ span.E_tqjc4ui {
|
|
|
31460
31460
|
font-size: inherit;
|
|
31461
31461
|
}
|
|
31462
31462
|
|
|
31463
|
-
.
|
|
31464
|
-
|
|
31463
|
+
.E_f7pxqmh {
|
|
31464
|
+
width: 100%;
|
|
31465
|
+
margin-bottom: 0 !important;
|
|
31466
|
+
flex-flow: nowrap !important;
|
|
31467
|
+
line-break: auto;
|
|
31465
31468
|
}
|
|
31466
|
-
.
|
|
31467
|
-
|
|
31469
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31470
|
+
text-align: left !important;
|
|
31471
|
+
padding-bottom: 0 !important;
|
|
31468
31472
|
}
|
|
31469
|
-
|
|
31470
|
-
|
|
31471
|
-
|
|
31472
|
-
|
|
31473
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31474
|
+
min-height: 32px;
|
|
31475
|
+
height: auto;
|
|
31476
|
+
font-size: 13px;
|
|
31477
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31478
|
+
white-space: normal;
|
|
31473
31479
|
}
|
|
31474
|
-
.
|
|
31475
|
-
|
|
31476
|
-
align-items: center;
|
|
31477
|
-
justify-content: center;
|
|
31480
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31481
|
+
border-color: #ff4d4f !important;
|
|
31478
31482
|
}
|
|
31479
|
-
.
|
|
31480
|
-
|
|
31481
|
-
margin-left: 4px;
|
|
31483
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31484
|
+
border-color: #ff4d4f !important;
|
|
31482
31485
|
}
|
|
31483
|
-
.
|
|
31484
|
-
|
|
31485
|
-
|
|
31486
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31487
|
+
margin-top: 4px;
|
|
31488
|
+
font-size: 12px;
|
|
31489
|
+
min-height: 0px;
|
|
31490
|
+
}
|
|
31491
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31492
|
+
font-size: 12px;
|
|
31493
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31494
|
+
min-height: 0px;
|
|
31486
31495
|
}
|
|
31487
31496
|
|
|
31488
31497
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -31545,6 +31554,28 @@ span.E_tqjc4ui {
|
|
|
31545
31554
|
padding: 2px 8px;
|
|
31546
31555
|
}
|
|
31547
31556
|
|
|
31557
|
+
.E_fzh9mnb {
|
|
31558
|
+
width: 100%;
|
|
31559
|
+
height: 100%;
|
|
31560
|
+
min-height: 124px;
|
|
31561
|
+
display: flex;
|
|
31562
|
+
flex-direction: column;
|
|
31563
|
+
justify-content: center;
|
|
31564
|
+
align-items: center;
|
|
31565
|
+
}
|
|
31566
|
+
.E_fzh9mnb .error-text {
|
|
31567
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31568
|
+
margin-bottom: 16px;
|
|
31569
|
+
font-size: 18px;
|
|
31570
|
+
}
|
|
31571
|
+
|
|
31572
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31573
|
+
margin-left: 8px;
|
|
31574
|
+
}
|
|
31575
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31576
|
+
padding: 2px 7px 2px 12px;
|
|
31577
|
+
}
|
|
31578
|
+
|
|
31548
31579
|
.E_i1inqkme {
|
|
31549
31580
|
height: 18px;
|
|
31550
31581
|
line-height: 18px;
|
|
@@ -31558,38 +31589,22 @@ span.E_tqjc4ui {
|
|
|
31558
31589
|
margin-right: 4px;
|
|
31559
31590
|
}
|
|
31560
31591
|
|
|
31561
|
-
.
|
|
31562
|
-
|
|
31563
|
-
|
|
31564
|
-
flex-flow: nowrap !important;
|
|
31565
|
-
line-break: auto;
|
|
31566
|
-
}
|
|
31567
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
31568
|
-
text-align: left !important;
|
|
31569
|
-
padding-bottom: 0 !important;
|
|
31570
|
-
}
|
|
31571
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31572
|
-
min-height: 32px;
|
|
31573
|
-
height: auto;
|
|
31574
|
-
font-size: 13px;
|
|
31575
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31576
|
-
white-space: normal;
|
|
31577
|
-
}
|
|
31578
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31579
|
-
border-color: #ff4d4f !important;
|
|
31592
|
+
.E_iouxfgt {
|
|
31593
|
+
display: inline-flex;
|
|
31594
|
+
align-items: center;
|
|
31580
31595
|
}
|
|
31581
|
-
.
|
|
31582
|
-
|
|
31596
|
+
.E_iouxfgt .icon-inner {
|
|
31597
|
+
display: inline-flex;
|
|
31598
|
+
align-items: center;
|
|
31599
|
+
justify-content: center;
|
|
31583
31600
|
}
|
|
31584
|
-
.
|
|
31585
|
-
|
|
31586
|
-
|
|
31587
|
-
min-height: 0px;
|
|
31601
|
+
.E_iouxfgt .icon-inner + span,
|
|
31602
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31603
|
+
margin-left: 4px;
|
|
31588
31604
|
}
|
|
31589
|
-
.
|
|
31590
|
-
|
|
31591
|
-
|
|
31592
|
-
min-height: 0px;
|
|
31605
|
+
.E_iouxfgt.is-rotate img,
|
|
31606
|
+
.E_iouxfgt.is-rotate svg {
|
|
31607
|
+
animation: rotate 680ms linear infinite;
|
|
31593
31608
|
}
|
|
31594
31609
|
|
|
31595
31610
|
.E_owd0kml {
|
|
@@ -31601,1217 +31616,1221 @@ span.E_tqjc4ui {
|
|
|
31601
31616
|
position: absolute;
|
|
31602
31617
|
}
|
|
31603
31618
|
|
|
31604
|
-
.
|
|
31605
|
-
|
|
31606
|
-
|
|
31607
|
-
min-height: 124px;
|
|
31608
|
-
display: flex;
|
|
31609
|
-
flex-direction: column;
|
|
31619
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31620
|
+
display: inline-flex;
|
|
31621
|
+
align-items: center;
|
|
31610
31622
|
justify-content: center;
|
|
31623
|
+
color: #fff;
|
|
31624
|
+
font-weight: bold;
|
|
31625
|
+
font-size: 12px;
|
|
31626
|
+
width: 24px;
|
|
31627
|
+
height: 24px;
|
|
31628
|
+
border-radius: 50%;
|
|
31629
|
+
background: var(--a1b5xrg3-0);
|
|
31630
|
+
}
|
|
31631
|
+
.E_a1b5xrg3.btn-item {
|
|
31632
|
+
transition: all 160ms ease;
|
|
31633
|
+
cursor: pointer;
|
|
31634
|
+
width: 56px;
|
|
31635
|
+
height: 40px;
|
|
31636
|
+
display: inline-flex;
|
|
31611
31637
|
align-items: center;
|
|
31638
|
+
justify-content: center;
|
|
31639
|
+
border-radius: 6px;
|
|
31612
31640
|
}
|
|
31613
|
-
.
|
|
31614
|
-
|
|
31615
|
-
margin-bottom: 16px;
|
|
31616
|
-
font-size: 18px;
|
|
31641
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31642
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31617
31643
|
}
|
|
31618
|
-
|
|
31619
|
-
|
|
31620
|
-
|
|
31621
|
-
flex-direction: column;
|
|
31644
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31645
|
+
transform: translateY(2px);
|
|
31646
|
+
transition: all 320ms ease;
|
|
31622
31647
|
}
|
|
31623
31648
|
|
|
31624
|
-
.
|
|
31625
|
-
|
|
31626
|
-
|
|
31627
|
-
|
|
31628
|
-
|
|
31649
|
+
.E_dsnbhzf {
|
|
31650
|
+
font-family: Inter;
|
|
31651
|
+
font-style: normal;
|
|
31652
|
+
font-weight: bold;
|
|
31653
|
+
font-size: 32px;
|
|
31654
|
+
line-height: 40px;
|
|
31629
31655
|
}
|
|
31630
31656
|
|
|
31631
|
-
.
|
|
31632
|
-
|
|
31633
|
-
|
|
31634
|
-
|
|
31635
|
-
|
|
31636
|
-
|
|
31637
|
-
.E_wt5zbg6 .left,
|
|
31638
|
-
.E_wt5zbg6 .right {
|
|
31639
|
-
flex-grow: 0;
|
|
31640
|
-
flex-shrink: 0;
|
|
31641
|
-
flex-basis: 21%;
|
|
31642
|
-
}
|
|
31643
|
-
.E_wt5zbg6 .left {
|
|
31644
|
-
display: flex;
|
|
31645
|
-
justify-content: flex-end;
|
|
31646
|
-
padding-right: 44px;
|
|
31647
|
-
}
|
|
31648
|
-
.E_wt5zbg6 .right {
|
|
31649
|
-
padding-left: 44px;
|
|
31650
|
-
}
|
|
31651
|
-
.E_wt5zbg6 .middle {
|
|
31652
|
-
margin-bottom: 40px;
|
|
31653
|
-
flex-grow: 0;
|
|
31654
|
-
flex-shrink: 0;
|
|
31655
|
-
flex-basis: 58%;
|
|
31656
|
-
}
|
|
31657
|
-
.E_wt5zbg6 .middle .form-base-field {
|
|
31658
|
-
width: 100%;
|
|
31659
|
-
}
|
|
31660
|
-
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31661
|
-
width: auto;
|
|
31657
|
+
.E_d1mvo22k {
|
|
31658
|
+
font-family: Inter;
|
|
31659
|
+
font-style: normal;
|
|
31660
|
+
font-weight: bold;
|
|
31661
|
+
font-size: 24px;
|
|
31662
|
+
line-height: 32px;
|
|
31662
31663
|
}
|
|
31663
31664
|
|
|
31664
|
-
.
|
|
31665
|
-
|
|
31666
|
-
|
|
31667
|
-
|
|
31668
|
-
|
|
31669
|
-
|
|
31670
|
-
margin-left: 0;
|
|
31671
|
-
}
|
|
31672
|
-
.E_h18jprzg .ant-modal-body {
|
|
31673
|
-
margin: 0 auto;
|
|
31674
|
-
padding: 0;
|
|
31675
|
-
width: 100%;
|
|
31676
|
-
max-width: 648px;
|
|
31677
|
-
overflow: hidden;
|
|
31678
|
-
}
|
|
31679
|
-
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31680
|
-
margin-bottom: 40px;
|
|
31681
|
-
}
|
|
31682
|
-
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
31683
|
-
height: calc(100vh - 225px);
|
|
31684
|
-
overflow-y: auto;
|
|
31685
|
-
}
|
|
31686
|
-
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
31687
|
-
margin: 0 auto;
|
|
31688
|
-
max-width: 648px;
|
|
31665
|
+
.E_d1b444tr {
|
|
31666
|
+
font-family: Inter;
|
|
31667
|
+
font-style: normal;
|
|
31668
|
+
font-weight: normal;
|
|
31669
|
+
font-size: 32px;
|
|
31670
|
+
line-height: 40px;
|
|
31689
31671
|
}
|
|
31690
31672
|
|
|
31691
|
-
.
|
|
31692
|
-
|
|
31693
|
-
|
|
31694
|
-
|
|
31695
|
-
|
|
31696
|
-
|
|
31697
|
-
margin-left: 0;
|
|
31673
|
+
.E_dvs0kue {
|
|
31674
|
+
font-family: Inter;
|
|
31675
|
+
font-style: normal;
|
|
31676
|
+
font-weight: bold;
|
|
31677
|
+
font-size: 20px;
|
|
31678
|
+
line-height: 24px;
|
|
31698
31679
|
}
|
|
31699
|
-
|
|
31700
|
-
|
|
31701
|
-
|
|
31702
|
-
|
|
31703
|
-
|
|
31704
|
-
|
|
31680
|
+
|
|
31681
|
+
.E_d1hcbfcq {
|
|
31682
|
+
font-family: Inter;
|
|
31683
|
+
font-style: normal;
|
|
31684
|
+
font-weight: normal;
|
|
31685
|
+
font-size: 20px;
|
|
31686
|
+
line-height: 24px;
|
|
31705
31687
|
}
|
|
31706
|
-
|
|
31707
|
-
|
|
31688
|
+
|
|
31689
|
+
.E_d1cz922v {
|
|
31690
|
+
font-family: Inter;
|
|
31691
|
+
font-style: normal;
|
|
31692
|
+
font-weight: bold;
|
|
31693
|
+
font-size: 18px;
|
|
31694
|
+
line-height: 22px;
|
|
31708
31695
|
}
|
|
31709
|
-
|
|
31710
|
-
|
|
31711
|
-
|
|
31696
|
+
|
|
31697
|
+
.E_d3nzbrm {
|
|
31698
|
+
font-family: Inter;
|
|
31699
|
+
font-style: normal;
|
|
31700
|
+
font-weight: normal;
|
|
31701
|
+
font-size: 18px;
|
|
31702
|
+
line-height: 22px;
|
|
31712
31703
|
}
|
|
31713
|
-
|
|
31714
|
-
|
|
31715
|
-
|
|
31704
|
+
|
|
31705
|
+
.E_h1g0p5ob {
|
|
31706
|
+
font-family: Inter;
|
|
31707
|
+
font-style: normal;
|
|
31708
|
+
font-weight: bold;
|
|
31709
|
+
font-size: 16px;
|
|
31710
|
+
line-height: 22px;
|
|
31716
31711
|
}
|
|
31717
31712
|
|
|
31718
|
-
.
|
|
31719
|
-
|
|
31713
|
+
.E_hydo2ej {
|
|
31714
|
+
font-family: Inter;
|
|
31715
|
+
font-style: normal;
|
|
31716
|
+
font-weight: normal;
|
|
31717
|
+
font-size: 16px;
|
|
31718
|
+
line-height: 22px;
|
|
31720
31719
|
}
|
|
31721
|
-
|
|
31722
|
-
|
|
31720
|
+
|
|
31721
|
+
.E_h1hbuq0r {
|
|
31722
|
+
font-family: Inter;
|
|
31723
|
+
font-style: normal;
|
|
31724
|
+
font-weight: bold;
|
|
31725
|
+
font-size: 14px;
|
|
31723
31726
|
line-height: 20px;
|
|
31724
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31725
31727
|
}
|
|
31726
|
-
|
|
31728
|
+
|
|
31729
|
+
.E_h13bondg {
|
|
31730
|
+
font-family: Inter;
|
|
31731
|
+
font-style: normal;
|
|
31732
|
+
font-weight: normal;
|
|
31727
31733
|
font-size: 14px;
|
|
31728
31734
|
line-height: 20px;
|
|
31729
|
-
color: #2d3a56;
|
|
31730
|
-
margin-bottom: 12px;
|
|
31731
|
-
}
|
|
31732
|
-
.E_f1lrhghm.connect-cluster .title {
|
|
31733
|
-
padding-bottom: 26px;
|
|
31734
31735
|
}
|
|
31735
31736
|
|
|
31736
|
-
.
|
|
31737
|
-
|
|
31738
|
-
|
|
31739
|
-
|
|
31737
|
+
.E_h1mhvdlx {
|
|
31738
|
+
font-family: Inter;
|
|
31739
|
+
font-style: normal;
|
|
31740
|
+
font-weight: bold;
|
|
31741
|
+
font-size: 12px;
|
|
31742
|
+
line-height: 18px;
|
|
31740
31743
|
}
|
|
31741
31744
|
|
|
31742
|
-
.
|
|
31743
|
-
|
|
31744
|
-
|
|
31745
|
-
|
|
31746
|
-
|
|
31747
|
-
|
|
31748
|
-
width: 216px;
|
|
31749
|
-
}
|
|
31750
|
-
.E_f1l1g2k0 > label + * {
|
|
31751
|
-
width: 100%;
|
|
31752
|
-
}
|
|
31753
|
-
.E_f1l1g2k0 .ant-select {
|
|
31754
|
-
width: 100%;
|
|
31745
|
+
.E_h1inmfq6 {
|
|
31746
|
+
font-family: Inter;
|
|
31747
|
+
font-style: normal;
|
|
31748
|
+
font-weight: normal;
|
|
31749
|
+
font-size: 12px;
|
|
31750
|
+
line-height: 18px;
|
|
31755
31751
|
}
|
|
31756
31752
|
|
|
31757
|
-
.
|
|
31758
|
-
|
|
31759
|
-
|
|
31753
|
+
.E_h1kfc0la {
|
|
31754
|
+
font-family: Inter;
|
|
31755
|
+
font-style: normal;
|
|
31756
|
+
font-weight: bold;
|
|
31757
|
+
text-transform: uppercase;
|
|
31758
|
+
font-feature-settings: "cpsp" on;
|
|
31759
|
+
font-size: 12px;
|
|
31760
|
+
line-height: 18px;
|
|
31760
31761
|
}
|
|
31761
31762
|
|
|
31762
|
-
.
|
|
31763
|
-
|
|
31764
|
-
|
|
31765
|
-
|
|
31766
|
-
|
|
31763
|
+
.E_h10xnyuu {
|
|
31764
|
+
font-family: Inter;
|
|
31765
|
+
font-style: normal;
|
|
31766
|
+
font-weight: normal;
|
|
31767
|
+
text-transform: uppercase;
|
|
31768
|
+
font-feature-settings: "cpsp" on;
|
|
31769
|
+
font-size: 12px;
|
|
31770
|
+
line-height: 18px;
|
|
31767
31771
|
}
|
|
31768
31772
|
|
|
31769
|
-
.
|
|
31770
|
-
|
|
31771
|
-
|
|
31772
|
-
|
|
31773
|
-
|
|
31773
|
+
.E_lrcmi0v {
|
|
31774
|
+
font-family: Inter;
|
|
31775
|
+
font-style: normal;
|
|
31776
|
+
font-weight: normal;
|
|
31777
|
+
font-size: 16px;
|
|
31778
|
+
line-height: 24px;
|
|
31774
31779
|
}
|
|
31775
31780
|
|
|
31776
|
-
.
|
|
31777
|
-
|
|
31778
|
-
|
|
31779
|
-
|
|
31780
|
-
|
|
31781
|
-
|
|
31782
|
-
border-radius: 50%;
|
|
31783
|
-
margin: 0 4px;
|
|
31781
|
+
.E_lzt43lp {
|
|
31782
|
+
font-family: Inter;
|
|
31783
|
+
font-style: normal;
|
|
31784
|
+
font-weight: bold;
|
|
31785
|
+
font-size: 16px;
|
|
31786
|
+
line-height: 24px;
|
|
31784
31787
|
}
|
|
31785
31788
|
|
|
31786
|
-
.
|
|
31787
|
-
|
|
31788
|
-
|
|
31789
|
-
|
|
31790
|
-
|
|
31791
|
-
|
|
31792
|
-
padding: 35px 0 24px;
|
|
31793
|
-
border: none;
|
|
31794
|
-
}
|
|
31795
|
-
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31796
|
-
font-size: 30px;
|
|
31789
|
+
.E_l5yc9nt {
|
|
31790
|
+
font-family: Inter;
|
|
31791
|
+
font-style: normal;
|
|
31792
|
+
font-weight: normal;
|
|
31793
|
+
font-size: 16px;
|
|
31794
|
+
line-height: 24px;
|
|
31797
31795
|
}
|
|
31798
|
-
|
|
31799
|
-
|
|
31796
|
+
|
|
31797
|
+
.E_l1fbkbzo {
|
|
31798
|
+
font-family: Inter;
|
|
31799
|
+
font-style: normal;
|
|
31800
|
+
font-weight: bold;
|
|
31801
|
+
font-size: 16px;
|
|
31802
|
+
line-height: 24px;
|
|
31800
31803
|
}
|
|
31801
|
-
|
|
31802
|
-
|
|
31804
|
+
|
|
31805
|
+
.E_lahvcax {
|
|
31806
|
+
font-family: Inter;
|
|
31807
|
+
font-style: normal;
|
|
31808
|
+
font-weight: normal;
|
|
31809
|
+
text-transform: uppercase;
|
|
31810
|
+
font-feature-settings: "cpsp" on;
|
|
31811
|
+
font-size: 16px;
|
|
31812
|
+
line-height: 24px;
|
|
31803
31813
|
}
|
|
31804
31814
|
|
|
31805
|
-
.
|
|
31806
|
-
font-
|
|
31807
|
-
|
|
31815
|
+
.E_l11q3pxd {
|
|
31816
|
+
font-family: Inter;
|
|
31817
|
+
font-style: normal;
|
|
31808
31818
|
font-weight: bold;
|
|
31809
|
-
|
|
31810
|
-
|
|
31811
|
-
|
|
31812
|
-
|
|
31813
|
-
background: var(--t1wwio3v-0);
|
|
31819
|
+
text-transform: uppercase;
|
|
31820
|
+
font-feature-settings: "cpsp" on;
|
|
31821
|
+
font-size: 16px;
|
|
31822
|
+
line-height: 24px;
|
|
31814
31823
|
}
|
|
31815
|
-
|
|
31816
|
-
|
|
31824
|
+
|
|
31825
|
+
.E_lfuc2qu {
|
|
31826
|
+
font-family: Inter;
|
|
31827
|
+
font-style: normal;
|
|
31828
|
+
font-weight: normal;
|
|
31829
|
+
font-size: 14px;
|
|
31830
|
+
line-height: 22px;
|
|
31817
31831
|
}
|
|
31818
31832
|
|
|
31819
|
-
.
|
|
31820
|
-
|
|
31821
|
-
|
|
31822
|
-
|
|
31823
|
-
|
|
31824
|
-
|
|
31833
|
+
.E_l1jmp8r0 {
|
|
31834
|
+
font-family: Inter;
|
|
31835
|
+
font-style: normal;
|
|
31836
|
+
font-weight: 500;
|
|
31837
|
+
font-size: 14px;
|
|
31838
|
+
line-height: 22px;
|
|
31825
31839
|
}
|
|
31826
31840
|
|
|
31827
|
-
.
|
|
31828
|
-
font-
|
|
31841
|
+
.E_lcnm221 {
|
|
31842
|
+
font-family: Inter;
|
|
31843
|
+
font-style: normal;
|
|
31829
31844
|
font-weight: bold;
|
|
31830
|
-
|
|
31831
|
-
|
|
31832
|
-
margin-left: 2px;
|
|
31833
|
-
margin-right: 2px;
|
|
31834
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31835
|
-
border-radius: 4px;
|
|
31845
|
+
font-size: 14px;
|
|
31846
|
+
line-height: 22px;
|
|
31836
31847
|
}
|
|
31837
31848
|
|
|
31838
|
-
.
|
|
31839
|
-
|
|
31840
|
-
|
|
31841
|
-
|
|
31842
|
-
|
|
31843
|
-
|
|
31844
|
-
.E_f4mi9eq.form-item-compact {
|
|
31845
|
-
width: 412px;
|
|
31849
|
+
.E_lu1z2n5 {
|
|
31850
|
+
font-family: Inter;
|
|
31851
|
+
font-style: normal;
|
|
31852
|
+
font-weight: normal;
|
|
31853
|
+
font-size: 14px;
|
|
31854
|
+
line-height: 22px;
|
|
31846
31855
|
}
|
|
31847
|
-
|
|
31848
|
-
|
|
31856
|
+
|
|
31857
|
+
.E_l1r59djn {
|
|
31858
|
+
font-family: Inter;
|
|
31859
|
+
font-style: normal;
|
|
31860
|
+
font-weight: bold;
|
|
31861
|
+
font-size: 14px;
|
|
31862
|
+
line-height: 22px;
|
|
31849
31863
|
}
|
|
31850
|
-
|
|
31851
|
-
|
|
31864
|
+
|
|
31865
|
+
.E_ljm2911 {
|
|
31866
|
+
font-family: Inter;
|
|
31867
|
+
font-style: normal;
|
|
31868
|
+
font-weight: normal;
|
|
31869
|
+
text-transform: uppercase;
|
|
31870
|
+
font-feature-settings: "cpsp" on;
|
|
31871
|
+
font-size: 14px;
|
|
31872
|
+
line-height: 22px;
|
|
31852
31873
|
}
|
|
31853
|
-
|
|
31854
|
-
|
|
31855
|
-
|
|
31874
|
+
|
|
31875
|
+
.E_l124mzmr {
|
|
31876
|
+
font-family: Inter;
|
|
31877
|
+
font-style: normal;
|
|
31878
|
+
font-weight: bold;
|
|
31879
|
+
text-transform: uppercase;
|
|
31880
|
+
font-feature-settings: "cpsp" on;
|
|
31881
|
+
font-size: 14px;
|
|
31882
|
+
line-height: 22px;
|
|
31856
31883
|
}
|
|
31857
|
-
|
|
31858
|
-
|
|
31859
|
-
|
|
31860
|
-
|
|
31861
|
-
|
|
31884
|
+
|
|
31885
|
+
.E_lb3chel {
|
|
31886
|
+
font-family: Inter;
|
|
31887
|
+
font-style: normal;
|
|
31888
|
+
font-weight: normal;
|
|
31862
31889
|
font-size: 13px;
|
|
31863
|
-
line-height:
|
|
31864
|
-
color: #8e9aa9;
|
|
31890
|
+
line-height: 20px;
|
|
31865
31891
|
}
|
|
31866
|
-
|
|
31867
|
-
|
|
31892
|
+
|
|
31893
|
+
.E_lv9jstu {
|
|
31894
|
+
font-family: Inter;
|
|
31895
|
+
font-style: normal;
|
|
31896
|
+
font-weight: 600;
|
|
31868
31897
|
font-size: 13px;
|
|
31869
|
-
|
|
31898
|
+
line-height: 20px;
|
|
31870
31899
|
}
|
|
31871
|
-
|
|
31872
|
-
|
|
31900
|
+
|
|
31901
|
+
.E_lwqlh3x {
|
|
31902
|
+
font-family: Inter;
|
|
31903
|
+
font-style: normal;
|
|
31904
|
+
font-weight: bold;
|
|
31905
|
+
font-size: 13px;
|
|
31906
|
+
line-height: 20px;
|
|
31873
31907
|
}
|
|
31874
|
-
|
|
31875
|
-
.
|
|
31876
|
-
|
|
31908
|
+
|
|
31909
|
+
.E_lalum9y {
|
|
31910
|
+
font-family: Inter;
|
|
31911
|
+
font-style: normal;
|
|
31912
|
+
font-weight: normal;
|
|
31913
|
+
font-size: 13px;
|
|
31914
|
+
line-height: 20px;
|
|
31877
31915
|
}
|
|
31878
|
-
|
|
31879
|
-
|
|
31916
|
+
|
|
31917
|
+
.E_l1t6dj5o {
|
|
31918
|
+
font-family: Inter;
|
|
31919
|
+
font-style: normal;
|
|
31920
|
+
font-weight: 600;
|
|
31921
|
+
font-size: 13px;
|
|
31922
|
+
line-height: 20px;
|
|
31880
31923
|
}
|
|
31881
|
-
|
|
31882
|
-
|
|
31924
|
+
|
|
31925
|
+
.E_l12f6ic {
|
|
31926
|
+
font-family: Inter;
|
|
31927
|
+
font-style: normal;
|
|
31928
|
+
font-weight: bold;
|
|
31929
|
+
font-size: 13px;
|
|
31930
|
+
line-height: 20px;
|
|
31883
31931
|
}
|
|
31884
|
-
|
|
31885
|
-
|
|
31932
|
+
|
|
31933
|
+
.E_l7gmukq {
|
|
31934
|
+
font-family: Inter;
|
|
31935
|
+
font-style: normal;
|
|
31936
|
+
font-weight: normal;
|
|
31937
|
+
text-transform: uppercase;
|
|
31938
|
+
font-feature-settings: "cpsp" on;
|
|
31939
|
+
font-size: 13px;
|
|
31940
|
+
line-height: 20px;
|
|
31886
31941
|
}
|
|
31887
|
-
|
|
31888
|
-
|
|
31889
|
-
|
|
31890
|
-
|
|
31942
|
+
|
|
31943
|
+
.E_lkwl0yp {
|
|
31944
|
+
font-family: Inter;
|
|
31945
|
+
font-style: normal;
|
|
31946
|
+
font-weight: bold;
|
|
31947
|
+
text-transform: uppercase;
|
|
31948
|
+
font-feature-settings: "cpsp" on;
|
|
31949
|
+
font-size: 13px;
|
|
31950
|
+
line-height: 20px;
|
|
31891
31951
|
}
|
|
31892
|
-
|
|
31893
|
-
|
|
31894
|
-
|
|
31895
|
-
|
|
31952
|
+
|
|
31953
|
+
.E_l10knv48 {
|
|
31954
|
+
font-family: Inter;
|
|
31955
|
+
font-style: normal;
|
|
31956
|
+
font-weight: normal;
|
|
31957
|
+
font-size: 12px;
|
|
31958
|
+
line-height: 18px;
|
|
31896
31959
|
}
|
|
31897
|
-
|
|
31898
|
-
.
|
|
31899
|
-
|
|
31900
|
-
|
|
31960
|
+
|
|
31961
|
+
.E_l6526ld {
|
|
31962
|
+
font-family: Inter;
|
|
31963
|
+
font-style: normal;
|
|
31964
|
+
font-weight: 500;
|
|
31965
|
+
font-size: 12px;
|
|
31966
|
+
line-height: 18px;
|
|
31901
31967
|
}
|
|
31902
31968
|
|
|
31903
|
-
.
|
|
31904
|
-
|
|
31969
|
+
.E_l1j81vli {
|
|
31970
|
+
font-family: Inter;
|
|
31971
|
+
font-style: normal;
|
|
31905
31972
|
font-weight: bold;
|
|
31906
|
-
|
|
31907
|
-
|
|
31908
|
-
margin-bottom: 16px;
|
|
31973
|
+
font-size: 12px;
|
|
31974
|
+
line-height: 18px;
|
|
31909
31975
|
}
|
|
31910
|
-
|
|
31911
|
-
|
|
31976
|
+
|
|
31977
|
+
.E_l1x7n1mk {
|
|
31978
|
+
font-family: Inter;
|
|
31979
|
+
font-style: normal;
|
|
31980
|
+
font-weight: normal;
|
|
31981
|
+
font-size: 12px;
|
|
31982
|
+
line-height: 18px;
|
|
31912
31983
|
}
|
|
31913
31984
|
|
|
31914
|
-
.
|
|
31915
|
-
|
|
31916
|
-
|
|
31917
|
-
|
|
31918
|
-
|
|
31919
|
-
|
|
31920
|
-
cursor: pointer;
|
|
31921
|
-
transition: all 200ms ease-out 40ms;
|
|
31985
|
+
.E_l9fqufz {
|
|
31986
|
+
font-family: Inter;
|
|
31987
|
+
font-style: normal;
|
|
31988
|
+
font-weight: 500;
|
|
31989
|
+
font-size: 12px;
|
|
31990
|
+
line-height: 18px;
|
|
31922
31991
|
}
|
|
31923
|
-
|
|
31924
|
-
|
|
31925
|
-
|
|
31926
|
-
|
|
31927
|
-
|
|
31928
|
-
|
|
31929
|
-
|
|
31930
|
-
right: 2px;
|
|
31931
|
-
transform: rotate(-45deg);
|
|
31992
|
+
|
|
31993
|
+
.E_l1iwnybd {
|
|
31994
|
+
font-family: Inter;
|
|
31995
|
+
font-style: normal;
|
|
31996
|
+
font-weight: bold;
|
|
31997
|
+
font-size: 12px;
|
|
31998
|
+
line-height: 18px;
|
|
31932
31999
|
}
|
|
31933
|
-
|
|
31934
|
-
|
|
31935
|
-
|
|
32000
|
+
|
|
32001
|
+
.E_lprtm1e {
|
|
32002
|
+
font-family: Inter;
|
|
32003
|
+
font-style: normal;
|
|
32004
|
+
font-weight: normal;
|
|
32005
|
+
text-transform: uppercase;
|
|
32006
|
+
font-feature-settings: "cpsp" on;
|
|
32007
|
+
font-size: 12px;
|
|
32008
|
+
line-height: 18px;
|
|
31936
32009
|
}
|
|
31937
32010
|
|
|
31938
|
-
.
|
|
31939
|
-
|
|
31940
|
-
|
|
31941
|
-
|
|
32011
|
+
.E_l1lln87h {
|
|
32012
|
+
font-family: Inter;
|
|
32013
|
+
font-style: normal;
|
|
32014
|
+
font-weight: bold;
|
|
32015
|
+
text-transform: uppercase;
|
|
32016
|
+
font-feature-settings: "cpsp" on;
|
|
32017
|
+
font-size: 12px;
|
|
32018
|
+
line-height: 18px;
|
|
31942
32019
|
}
|
|
31943
|
-
|
|
31944
|
-
.
|
|
31945
|
-
|
|
32020
|
+
|
|
32021
|
+
.E_f2pb48l {
|
|
32022
|
+
font-family: Inter;
|
|
32023
|
+
font-style: normal;
|
|
32024
|
+
font-weight: normal;
|
|
32025
|
+
font-size: 13px;
|
|
32026
|
+
line-height: 20px;
|
|
31946
32027
|
}
|
|
31947
|
-
|
|
31948
|
-
.
|
|
31949
|
-
|
|
32028
|
+
|
|
32029
|
+
.E_fi9emkw {
|
|
32030
|
+
font-family: Inter;
|
|
32031
|
+
font-style: normal;
|
|
32032
|
+
font-weight: normal;
|
|
32033
|
+
font-size: 13px;
|
|
32034
|
+
line-height: 20px;
|
|
31950
32035
|
}
|
|
31951
32036
|
|
|
31952
|
-
.
|
|
31953
|
-
|
|
31954
|
-
|
|
31955
|
-
|
|
31956
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31957
|
-
border-radius: 6px;
|
|
31958
|
-
color: #e07f00;
|
|
32037
|
+
.E_f1nrg7da {
|
|
32038
|
+
font-family: Inter;
|
|
32039
|
+
font-style: normal;
|
|
32040
|
+
font-weight: normal;
|
|
31959
32041
|
font-size: 12px;
|
|
31960
32042
|
line-height: 18px;
|
|
31961
32043
|
}
|
|
31962
|
-
.E_n1k9qi4r .icon-wrapper {
|
|
31963
|
-
margin-right: 10px;
|
|
31964
|
-
height: 18px;
|
|
31965
|
-
}
|
|
31966
32044
|
|
|
31967
|
-
.
|
|
31968
|
-
|
|
31969
|
-
|
|
31970
|
-
|
|
31971
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31972
|
-
border-radius: 6px;
|
|
31973
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32045
|
+
.E_f17k1i3n {
|
|
32046
|
+
font-family: Inter;
|
|
32047
|
+
font-style: normal;
|
|
32048
|
+
font-weight: normal;
|
|
31974
32049
|
font-size: 12px;
|
|
31975
32050
|
line-height: 18px;
|
|
31976
32051
|
}
|
|
31977
|
-
|
|
31978
|
-
|
|
31979
|
-
|
|
32052
|
+
|
|
32053
|
+
.E_t1tvuj2e {
|
|
32054
|
+
font-family: Inter;
|
|
32055
|
+
font-style: normal;
|
|
32056
|
+
font-weight: normal;
|
|
32057
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32058
|
+
font-size: 13px;
|
|
32059
|
+
line-height: 20px;
|
|
31980
32060
|
}
|
|
31981
32061
|
|
|
31982
|
-
.
|
|
31983
|
-
|
|
31984
|
-
|
|
31985
|
-
|
|
31986
|
-
|
|
31987
|
-
|
|
31988
|
-
|
|
32062
|
+
.E_t17uajlu {
|
|
32063
|
+
font-family: Inter;
|
|
32064
|
+
font-style: normal;
|
|
32065
|
+
font-weight: normal;
|
|
32066
|
+
font-feature-settings: "zero" on;
|
|
32067
|
+
font-size: 13px;
|
|
32068
|
+
line-height: 20px;
|
|
32069
|
+
}
|
|
32070
|
+
|
|
32071
|
+
.E_t114zbyz {
|
|
32072
|
+
font-family: Inter;
|
|
32073
|
+
font-style: normal;
|
|
32074
|
+
font-weight: normal;
|
|
32075
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31989
32076
|
font-size: 12px;
|
|
31990
32077
|
line-height: 18px;
|
|
31991
32078
|
}
|
|
31992
|
-
|
|
31993
|
-
|
|
31994
|
-
|
|
32079
|
+
|
|
32080
|
+
.E_t1il0kvi {
|
|
32081
|
+
font-family: Inter;
|
|
32082
|
+
font-style: normal;
|
|
32083
|
+
font-weight: 500;
|
|
32084
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32085
|
+
font-size: 12px;
|
|
32086
|
+
line-height: 18px;
|
|
31995
32087
|
}
|
|
31996
32088
|
|
|
31997
|
-
.
|
|
31998
|
-
|
|
31999
|
-
|
|
32089
|
+
.E_t10dv8p1 {
|
|
32090
|
+
font-family: Inter;
|
|
32091
|
+
font-style: normal;
|
|
32092
|
+
font-weight: normal;
|
|
32093
|
+
font-feature-settings: "zero" on;
|
|
32000
32094
|
font-size: 12px;
|
|
32001
32095
|
line-height: 18px;
|
|
32002
32096
|
}
|
|
32003
32097
|
|
|
32004
|
-
.
|
|
32005
|
-
|
|
32098
|
+
.E_tc2oqpq {
|
|
32099
|
+
font-family: Inter;
|
|
32100
|
+
font-style: normal;
|
|
32101
|
+
font-weight: 500;
|
|
32102
|
+
font-feature-settings: "zero" on;
|
|
32006
32103
|
font-size: 12px;
|
|
32007
|
-
|
|
32104
|
+
line-height: 18px;
|
|
32008
32105
|
}
|
|
32009
32106
|
|
|
32010
|
-
.
|
|
32011
|
-
|
|
32012
|
-
|
|
32013
|
-
|
|
32107
|
+
.E_tzvddmc {
|
|
32108
|
+
font-family: Inter;
|
|
32109
|
+
font-style: normal;
|
|
32110
|
+
font-weight: bold;
|
|
32111
|
+
font-feature-settings: "zero" on;
|
|
32112
|
+
font-size: 16px;
|
|
32113
|
+
line-height: 24px;
|
|
32014
32114
|
}
|
|
32015
|
-
|
|
32016
|
-
|
|
32115
|
+
|
|
32116
|
+
.E_u18llj45 {
|
|
32117
|
+
font-family: Inter;
|
|
32118
|
+
font-style: normal;
|
|
32119
|
+
font-weight: normal;
|
|
32120
|
+
font-size: 10px;
|
|
32121
|
+
line-height: 12px;
|
|
32017
32122
|
}
|
|
32018
32123
|
|
|
32019
|
-
.
|
|
32020
|
-
|
|
32124
|
+
.E_m196gn1d {
|
|
32125
|
+
min-width: 1280px;
|
|
32021
32126
|
}
|
|
32022
32127
|
|
|
32023
|
-
.
|
|
32024
|
-
|
|
32025
|
-
|
|
32026
|
-
color: #2d3a56;
|
|
32027
|
-
border-radius: 6px;
|
|
32028
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32029
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32128
|
+
.E_cnujxq2 {
|
|
32129
|
+
display: flex;
|
|
32130
|
+
flex-direction: column;
|
|
32030
32131
|
}
|
|
32031
|
-
|
|
32032
|
-
|
|
32033
|
-
|
|
32132
|
+
|
|
32133
|
+
.E_m7s48ia {
|
|
32134
|
+
max-width: 1120px;
|
|
32135
|
+
width: 100%;
|
|
32136
|
+
margin: 0 auto;
|
|
32137
|
+
height: 100%;
|
|
32034
32138
|
}
|
|
32035
|
-
|
|
32036
|
-
|
|
32037
|
-
|
|
32139
|
+
|
|
32140
|
+
.E_wt5zbg6 {
|
|
32141
|
+
max-width: 1120px;
|
|
32142
|
+
width: 100%;
|
|
32143
|
+
margin: 0 auto;
|
|
32144
|
+
display: flex;
|
|
32038
32145
|
}
|
|
32039
|
-
.
|
|
32040
|
-
|
|
32041
|
-
|
|
32042
|
-
|
|
32146
|
+
.E_wt5zbg6 .left,
|
|
32147
|
+
.E_wt5zbg6 .right {
|
|
32148
|
+
flex-grow: 0;
|
|
32149
|
+
flex-shrink: 0;
|
|
32150
|
+
flex-basis: 21%;
|
|
32043
32151
|
}
|
|
32044
|
-
.
|
|
32045
|
-
|
|
32046
|
-
|
|
32047
|
-
|
|
32152
|
+
.E_wt5zbg6 .left {
|
|
32153
|
+
display: flex;
|
|
32154
|
+
justify-content: flex-end;
|
|
32155
|
+
padding-right: 44px;
|
|
32048
32156
|
}
|
|
32049
|
-
.
|
|
32050
|
-
|
|
32051
|
-
color: #e75a3a;
|
|
32157
|
+
.E_wt5zbg6 .right {
|
|
32158
|
+
padding-left: 44px;
|
|
32052
32159
|
}
|
|
32053
|
-
.
|
|
32054
|
-
|
|
32055
|
-
|
|
32160
|
+
.E_wt5zbg6 .middle {
|
|
32161
|
+
margin-bottom: 40px;
|
|
32162
|
+
flex-grow: 0;
|
|
32163
|
+
flex-shrink: 0;
|
|
32164
|
+
flex-basis: 58%;
|
|
32056
32165
|
}
|
|
32057
|
-
.
|
|
32058
|
-
|
|
32059
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32166
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
32167
|
+
width: 100%;
|
|
32060
32168
|
}
|
|
32061
|
-
.
|
|
32062
|
-
|
|
32063
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32064
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32169
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
32170
|
+
width: auto;
|
|
32065
32171
|
}
|
|
32066
|
-
|
|
32067
|
-
|
|
32068
|
-
|
|
32069
|
-
|
|
32070
|
-
|
|
32071
|
-
color: #2d3a56;
|
|
32072
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32073
|
-
}
|
|
32074
|
-
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
32075
|
-
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
32076
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32172
|
+
|
|
32173
|
+
.E_h18jprzg .ant-modal-header {
|
|
32174
|
+
margin: 0 auto;
|
|
32175
|
+
width: 100%;
|
|
32176
|
+
max-width: 648px;
|
|
32077
32177
|
}
|
|
32078
|
-
.
|
|
32079
|
-
|
|
32080
|
-
line-height: 22px;
|
|
32178
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
32179
|
+
margin-left: 0;
|
|
32081
32180
|
}
|
|
32082
|
-
.
|
|
32083
|
-
|
|
32084
|
-
|
|
32181
|
+
.E_h18jprzg .ant-modal-body {
|
|
32182
|
+
margin: 0 auto;
|
|
32183
|
+
padding: 0;
|
|
32184
|
+
width: 100%;
|
|
32185
|
+
max-width: 648px;
|
|
32186
|
+
overflow: hidden;
|
|
32085
32187
|
}
|
|
32086
|
-
.
|
|
32087
|
-
|
|
32088
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32188
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
32189
|
+
margin-bottom: 40px;
|
|
32089
32190
|
}
|
|
32090
|
-
.
|
|
32091
|
-
|
|
32092
|
-
|
|
32191
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
32192
|
+
height: calc(100vh - 225px);
|
|
32193
|
+
overflow-y: auto;
|
|
32093
32194
|
}
|
|
32094
|
-
.
|
|
32095
|
-
|
|
32195
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
32196
|
+
margin: 0 auto;
|
|
32197
|
+
max-width: 648px;
|
|
32096
32198
|
}
|
|
32097
|
-
|
|
32098
|
-
|
|
32199
|
+
|
|
32200
|
+
.E_h16z9xgz .ant-modal-header {
|
|
32201
|
+
margin: 0 auto;
|
|
32202
|
+
width: 100%;
|
|
32203
|
+
max-width: 1024px;
|
|
32099
32204
|
}
|
|
32100
|
-
.
|
|
32101
|
-
|
|
32102
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32205
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
32206
|
+
margin-left: 0;
|
|
32103
32207
|
}
|
|
32104
|
-
.
|
|
32105
|
-
|
|
32106
|
-
|
|
32208
|
+
.E_h16z9xgz .ant-modal-body {
|
|
32209
|
+
margin: 0 auto;
|
|
32210
|
+
padding: 0;
|
|
32211
|
+
width: 100%;
|
|
32212
|
+
max-width: 1024px;
|
|
32213
|
+
overflow: hidden;
|
|
32107
32214
|
}
|
|
32108
|
-
.
|
|
32109
|
-
|
|
32110
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32111
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32215
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
32216
|
+
margin-bottom: 40px;
|
|
32112
32217
|
}
|
|
32113
|
-
|
|
32114
|
-
|
|
32115
|
-
|
|
32218
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
32219
|
+
height: calc(100vh - 225px);
|
|
32220
|
+
overflow-y: auto;
|
|
32116
32221
|
}
|
|
32117
|
-
|
|
32118
|
-
|
|
32119
|
-
|
|
32222
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
32223
|
+
margin: 0 auto;
|
|
32224
|
+
max-width: 1024px;
|
|
32120
32225
|
}
|
|
32121
|
-
|
|
32122
|
-
|
|
32226
|
+
|
|
32227
|
+
.E_f1lrhghm {
|
|
32228
|
+
flex: 1;
|
|
32123
32229
|
}
|
|
32124
|
-
|
|
32125
|
-
|
|
32126
|
-
height:
|
|
32230
|
+
.E_f1lrhghm label {
|
|
32231
|
+
font-size: 13px;
|
|
32232
|
+
line-height: 20px;
|
|
32233
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32127
32234
|
}
|
|
32128
|
-
|
|
32129
|
-
|
|
32235
|
+
.E_f1lrhghm .title {
|
|
32236
|
+
font-size: 14px;
|
|
32237
|
+
line-height: 20px;
|
|
32238
|
+
color: #2d3a56;
|
|
32239
|
+
margin-bottom: 12px;
|
|
32130
32240
|
}
|
|
32131
|
-
|
|
32132
|
-
|
|
32133
|
-
height: 24px;
|
|
32241
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
32242
|
+
padding-bottom: 26px;
|
|
32134
32243
|
}
|
|
32135
|
-
|
|
32136
|
-
|
|
32244
|
+
|
|
32245
|
+
.E_f18ot8em {
|
|
32246
|
+
padding: 25px 0 15px 0;
|
|
32247
|
+
border-bottom: 1px solid #e1e5eb;
|
|
32248
|
+
margin-bottom: 16px;
|
|
32137
32249
|
}
|
|
32138
32250
|
|
|
32139
|
-
.
|
|
32140
|
-
|
|
32141
|
-
|
|
32251
|
+
.E_f1l1g2k0 {
|
|
32252
|
+
display: flex;
|
|
32253
|
+
align-items: center;
|
|
32254
|
+
margin-bottom: 8px;
|
|
32142
32255
|
}
|
|
32143
|
-
.
|
|
32144
|
-
|
|
32145
|
-
padding: 6px;
|
|
32146
|
-
height: 32px;
|
|
32147
|
-
cursor: pointer;
|
|
32148
|
-
transition: border 150ms;
|
|
32256
|
+
.E_f1l1g2k0 > label {
|
|
32257
|
+
width: 216px;
|
|
32149
32258
|
}
|
|
32150
|
-
.
|
|
32151
|
-
|
|
32152
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
32259
|
+
.E_f1l1g2k0 > label + * {
|
|
32260
|
+
width: 100%;
|
|
32153
32261
|
}
|
|
32154
|
-
.
|
|
32155
|
-
|
|
32262
|
+
.E_f1l1g2k0 .ant-select {
|
|
32263
|
+
width: 100%;
|
|
32156
32264
|
}
|
|
32157
|
-
|
|
32158
|
-
|
|
32265
|
+
|
|
32266
|
+
.E_e1k89cwg {
|
|
32267
|
+
color: #e75a3a;
|
|
32268
|
+
margin-right: 10px;
|
|
32159
32269
|
}
|
|
32160
|
-
|
|
32270
|
+
|
|
32271
|
+
.E_d1oui1gf {
|
|
32272
|
+
width: 100%;
|
|
32273
|
+
height: 1px;
|
|
32274
|
+
background: rgba(213, 219, 227, 0.6);
|
|
32275
|
+
margin: 24px 0;
|
|
32276
|
+
}
|
|
32277
|
+
|
|
32278
|
+
.E_l15itdbb {
|
|
32161
32279
|
display: flex;
|
|
32280
|
+
justify-content: center;
|
|
32281
|
+
align-items: center;
|
|
32282
|
+
height: 100%;
|
|
32162
32283
|
}
|
|
32163
|
-
|
|
32164
|
-
|
|
32165
|
-
|
|
32166
|
-
|
|
32167
|
-
|
|
32284
|
+
|
|
32285
|
+
.E_d1y3z4w {
|
|
32286
|
+
display: inline-block;
|
|
32287
|
+
width: 4px;
|
|
32288
|
+
height: 4px;
|
|
32289
|
+
background: #8e9aa9;
|
|
32290
|
+
opacity: 0.4;
|
|
32291
|
+
border-radius: 50%;
|
|
32292
|
+
margin: 0 4px;
|
|
32168
32293
|
}
|
|
32169
|
-
|
|
32170
|
-
|
|
32171
|
-
|
|
32172
|
-
|
|
32294
|
+
|
|
32295
|
+
.E_m177r7a3 .ant-modal-header,
|
|
32296
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
32297
|
+
width: 648px;
|
|
32298
|
+
margin: 0 auto;
|
|
32173
32299
|
}
|
|
32174
|
-
.
|
|
32175
|
-
|
|
32300
|
+
.E_m177r7a3 .ant-modal-header {
|
|
32301
|
+
padding: 35px 0 24px;
|
|
32302
|
+
border: none;
|
|
32176
32303
|
}
|
|
32177
|
-
.
|
|
32178
|
-
|
|
32179
|
-
overflow: hidden;
|
|
32304
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
32305
|
+
font-size: 30px;
|
|
32180
32306
|
}
|
|
32181
|
-
.
|
|
32182
|
-
|
|
32183
|
-
top: 50%;
|
|
32184
|
-
transform: translateY(-50%);
|
|
32185
|
-
left: -16px;
|
|
32186
|
-
transition: left 150ms ease;
|
|
32187
|
-
opacity: 0;
|
|
32307
|
+
.E_m177r7a3 .ant-modal-body {
|
|
32308
|
+
padding: 4px 0 2px;
|
|
32188
32309
|
}
|
|
32189
|
-
.
|
|
32190
|
-
|
|
32191
|
-
opacity: 1;
|
|
32310
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
32311
|
+
border: none;
|
|
32192
32312
|
}
|
|
32193
|
-
|
|
32194
|
-
|
|
32195
|
-
|
|
32313
|
+
|
|
32314
|
+
.E_t1wwio3v {
|
|
32315
|
+
font-size: 12px;
|
|
32316
|
+
line-height: 18px;
|
|
32317
|
+
font-weight: bold;
|
|
32318
|
+
color: #fff;
|
|
32319
|
+
padding: 0 4px;
|
|
32320
|
+
border-radius: 4px;
|
|
32321
|
+
display: inline-block;
|
|
32322
|
+
background: var(--t1wwio3v-0);
|
|
32196
32323
|
}
|
|
32197
|
-
.
|
|
32198
|
-
margin-left:
|
|
32324
|
+
.E_t1wwio3v:not(:first-child) {
|
|
32325
|
+
margin-left: 4px;
|
|
32199
32326
|
}
|
|
32200
32327
|
|
|
32201
|
-
|
|
32202
|
-
|
|
32203
|
-
|
|
32328
|
+
.E_f17jvtfk {
|
|
32329
|
+
width: 100%;
|
|
32330
|
+
height: 100%;
|
|
32331
|
+
display: flex;
|
|
32332
|
+
align-items: center;
|
|
32333
|
+
justify-content: center;
|
|
32204
32334
|
}
|
|
32205
32335
|
|
|
32206
|
-
.
|
|
32207
|
-
|
|
32208
|
-
|
|
32336
|
+
.E_nzppkea {
|
|
32337
|
+
font-size: 90%;
|
|
32338
|
+
font-weight: bold;
|
|
32339
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32340
|
+
padding: 1px 4px 1px;
|
|
32341
|
+
margin-left: 2px;
|
|
32342
|
+
margin-right: 2px;
|
|
32343
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32344
|
+
border-radius: 4px;
|
|
32209
32345
|
}
|
|
32210
32346
|
|
|
32211
|
-
|
|
32212
|
-
|
|
32213
|
-
border-bottom-left-radius: 0;
|
|
32347
|
+
.E_f4mi9eq.form-item-general {
|
|
32348
|
+
width: 640px;
|
|
32214
32349
|
}
|
|
32215
|
-
|
|
32216
|
-
|
|
32217
|
-
border-top-left-radius: 0;
|
|
32218
|
-
border-bottom-left-radius: 0;
|
|
32350
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
32351
|
+
margin-top: 16px;
|
|
32219
32352
|
}
|
|
32220
|
-
|
|
32221
|
-
|
|
32222
|
-
border-top-right-radius: 0;
|
|
32223
|
-
border-bottom-right-radius: 0;
|
|
32353
|
+
.E_f4mi9eq.form-item-compact {
|
|
32354
|
+
width: 412px;
|
|
32224
32355
|
}
|
|
32225
|
-
|
|
32226
|
-
|
|
32227
|
-
border-top-left-radius: 0;
|
|
32228
|
-
border-bottom-left-radius: 0;
|
|
32356
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
32357
|
+
margin-top: 8px;
|
|
32229
32358
|
}
|
|
32230
|
-
|
|
32231
|
-
|
|
32232
|
-
display: flex;
|
|
32233
|
-
flex-direction: column;
|
|
32359
|
+
.E_f4mi9eq .form-item {
|
|
32360
|
+
width: auto;
|
|
32234
32361
|
}
|
|
32235
|
-
.
|
|
32236
|
-
|
|
32362
|
+
.E_f4mi9eq .form-item-main {
|
|
32363
|
+
position: relative;
|
|
32364
|
+
display: flex;
|
|
32237
32365
|
}
|
|
32238
|
-
.
|
|
32366
|
+
.E_f4mi9eq .form-item-extra {
|
|
32367
|
+
margin-top: 4px;
|
|
32239
32368
|
width: 100%;
|
|
32369
|
+
padding: 14px;
|
|
32370
|
+
background: #f2f4f6;
|
|
32371
|
+
font-size: 13px;
|
|
32372
|
+
line-height: 1.8;
|
|
32373
|
+
color: #8e9aa9;
|
|
32240
32374
|
}
|
|
32241
|
-
.
|
|
32242
|
-
|
|
32375
|
+
.E_f4mi9eq .form-item-label {
|
|
32376
|
+
padding-right: 12px;
|
|
32377
|
+
font-size: 13px;
|
|
32378
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32243
32379
|
}
|
|
32244
|
-
.
|
|
32245
|
-
|
|
32380
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
32381
|
+
text-align: right;
|
|
32246
32382
|
}
|
|
32247
|
-
|
|
32248
|
-
.
|
|
32249
|
-
|
|
32250
|
-
font-weight: 500;
|
|
32251
|
-
color: #3e4652;
|
|
32252
|
-
line-height: 18px;
|
|
32383
|
+
.E_f4mi9eq .form-item-label,
|
|
32384
|
+
.E_f4mi9eq .form-item-control {
|
|
32385
|
+
line-height: 32px;
|
|
32253
32386
|
}
|
|
32254
|
-
.
|
|
32255
|
-
|
|
32387
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
32388
|
+
line-height: 18px;
|
|
32256
32389
|
}
|
|
32257
|
-
.
|
|
32258
|
-
|
|
32390
|
+
.E_f4mi9eq .form-item-children {
|
|
32391
|
+
width: 100%;
|
|
32259
32392
|
}
|
|
32260
|
-
|
|
32261
|
-
|
|
32262
|
-
font-size: 12px;
|
|
32263
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32264
|
-
margin-top: 12px;
|
|
32393
|
+
.E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
32394
|
+
width: 100%;
|
|
32265
32395
|
}
|
|
32266
|
-
|
|
32267
|
-
|
|
32268
|
-
|
|
32269
|
-
|
|
32270
|
-
margin-top: 0;
|
|
32271
|
-
white-space: initial;
|
|
32396
|
+
.E_f4mi9eq .form-item-error {
|
|
32397
|
+
color: #e75a3a;
|
|
32398
|
+
height: 0;
|
|
32399
|
+
overflow: hidden;
|
|
32272
32400
|
}
|
|
32273
|
-
|
|
32274
|
-
|
|
32275
|
-
|
|
32401
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
32402
|
+
margin-top: 4px;
|
|
32403
|
+
height: auto;
|
|
32404
|
+
overflow: auto;
|
|
32276
32405
|
}
|
|
32277
|
-
.
|
|
32278
|
-
|
|
32279
|
-
|
|
32280
|
-
|
|
32281
|
-
color: #3e4652;
|
|
32406
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
32407
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
32408
|
+
border: 1px solid #e75a3a;
|
|
32409
|
+
color: #e75a3a;
|
|
32282
32410
|
}
|
|
32283
32411
|
|
|
32284
|
-
.
|
|
32412
|
+
.E_fh0ewl8 {
|
|
32413
|
+
color: #2d3a56;
|
|
32414
|
+
font-weight: bold;
|
|
32415
|
+
padding-bottom: 6px;
|
|
32416
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32417
|
+
margin-bottom: 16px;
|
|
32418
|
+
}
|
|
32419
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
32285
32420
|
margin-top: 16px;
|
|
32286
|
-
padding: 8px;
|
|
32287
|
-
border-radius: 6px;
|
|
32288
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32289
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32290
|
-
font-size: 12px;
|
|
32291
32421
|
}
|
|
32292
|
-
|
|
32293
|
-
|
|
32422
|
+
|
|
32423
|
+
.E_e1qrlvot {
|
|
32424
|
+
width: 8px;
|
|
32425
|
+
height: 24px;
|
|
32294
32426
|
display: flex;
|
|
32427
|
+
justify-content: center;
|
|
32295
32428
|
align-items: center;
|
|
32296
|
-
|
|
32429
|
+
cursor: pointer;
|
|
32430
|
+
transition: all 200ms ease-out 40ms;
|
|
32297
32431
|
}
|
|
32298
|
-
.
|
|
32299
|
-
|
|
32300
|
-
|
|
32301
|
-
|
|
32432
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
32433
|
+
content: "";
|
|
32434
|
+
width: 1px;
|
|
32435
|
+
height: 6px;
|
|
32436
|
+
border-radius: 1px;
|
|
32437
|
+
background: #ccd4e3;
|
|
32438
|
+
position: relative;
|
|
32439
|
+
right: 2px;
|
|
32440
|
+
transform: rotate(-45deg);
|
|
32302
32441
|
}
|
|
32303
|
-
|
|
32304
|
-
|
|
32305
|
-
|
|
32442
|
+
.E_e1qrlvot:after {
|
|
32443
|
+
transform: rotate(45deg);
|
|
32444
|
+
left: 1px;
|
|
32306
32445
|
}
|
|
32307
32446
|
|
|
32308
|
-
.
|
|
32309
|
-
|
|
32310
|
-
|
|
32311
|
-
justify-content: center;
|
|
32312
|
-
color: #fff;
|
|
32313
|
-
font-weight: bold;
|
|
32314
|
-
font-size: 12px;
|
|
32315
|
-
width: 24px;
|
|
32316
|
-
height: 24px;
|
|
32317
|
-
border-radius: 50%;
|
|
32318
|
-
background: var(--a1b5xrg3-0);
|
|
32319
|
-
}
|
|
32320
|
-
.E_a1b5xrg3.btn-item {
|
|
32321
|
-
transition: all 160ms ease;
|
|
32322
|
-
cursor: pointer;
|
|
32323
|
-
width: 56px;
|
|
32324
|
-
height: 40px;
|
|
32325
|
-
display: inline-flex;
|
|
32326
|
-
align-items: center;
|
|
32327
|
-
justify-content: center;
|
|
32447
|
+
.E_w9ic984.ant-alert-warning {
|
|
32448
|
+
border: 0;
|
|
32449
|
+
background: rgba(255, 187, 0, 0.1);
|
|
32328
32450
|
border-radius: 6px;
|
|
32329
32451
|
}
|
|
32330
|
-
.
|
|
32331
|
-
|
|
32452
|
+
.E_w9ic984.ant-alert,
|
|
32453
|
+
.E_w9ic984 .ant-alert-message {
|
|
32454
|
+
color: #e07f00;
|
|
32332
32455
|
}
|
|
32333
|
-
.
|
|
32334
|
-
|
|
32335
|
-
|
|
32456
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
32457
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
32458
|
+
border-bottom-color: #e07f00;
|
|
32336
32459
|
}
|
|
32337
32460
|
|
|
32338
|
-
.
|
|
32339
|
-
|
|
32461
|
+
.E_n1k9qi4r {
|
|
32462
|
+
display: flex;
|
|
32463
|
+
flex-direction: row;
|
|
32464
|
+
padding: 7px 12px;
|
|
32465
|
+
background: rgba(255, 187, 0, 0.1);
|
|
32466
|
+
border-radius: 6px;
|
|
32467
|
+
color: #e07f00;
|
|
32468
|
+
font-size: 12px;
|
|
32469
|
+
line-height: 18px;
|
|
32470
|
+
}
|
|
32471
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
32472
|
+
margin-right: 10px;
|
|
32473
|
+
height: 18px;
|
|
32340
32474
|
}
|
|
32341
32475
|
|
|
32342
|
-
.
|
|
32343
|
-
|
|
32344
|
-
|
|
32345
|
-
|
|
32346
|
-
|
|
32347
|
-
|
|
32476
|
+
.E_n16fsg9x {
|
|
32477
|
+
display: flex;
|
|
32478
|
+
flex-direction: row;
|
|
32479
|
+
padding: 7px 12px;
|
|
32480
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32481
|
+
border-radius: 6px;
|
|
32482
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32483
|
+
font-size: 12px;
|
|
32484
|
+
line-height: 18px;
|
|
32485
|
+
}
|
|
32486
|
+
.E_n16fsg9x .icon-wrapper {
|
|
32487
|
+
margin-right: 10px;
|
|
32488
|
+
height: 18px;
|
|
32348
32489
|
}
|
|
32349
32490
|
|
|
32350
|
-
.
|
|
32351
|
-
|
|
32352
|
-
|
|
32353
|
-
|
|
32354
|
-
|
|
32355
|
-
|
|
32491
|
+
.E_i173wxzw {
|
|
32492
|
+
display: flex;
|
|
32493
|
+
flex-direction: row;
|
|
32494
|
+
padding: 7px 12px;
|
|
32495
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32496
|
+
border-radius: 6px;
|
|
32497
|
+
color: #005ed1;
|
|
32498
|
+
font-size: 12px;
|
|
32499
|
+
line-height: 18px;
|
|
32500
|
+
}
|
|
32501
|
+
.E_i173wxzw .icon-wrapper {
|
|
32502
|
+
margin-right: 10px;
|
|
32503
|
+
height: 18px;
|
|
32356
32504
|
}
|
|
32357
32505
|
|
|
32358
|
-
.
|
|
32359
|
-
|
|
32360
|
-
|
|
32361
|
-
font-
|
|
32362
|
-
|
|
32363
|
-
line-height: 40px;
|
|
32506
|
+
.E_dld369h {
|
|
32507
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32508
|
+
margin-top: 5px;
|
|
32509
|
+
font-size: 12px;
|
|
32510
|
+
line-height: 18px;
|
|
32364
32511
|
}
|
|
32365
32512
|
|
|
32366
|
-
.
|
|
32367
|
-
|
|
32368
|
-
font-
|
|
32369
|
-
|
|
32370
|
-
font-size: 20px;
|
|
32371
|
-
line-height: 24px;
|
|
32513
|
+
.E_s1epv22q {
|
|
32514
|
+
color: #f0483e;
|
|
32515
|
+
font-size: 12px;
|
|
32516
|
+
white-space: pre-wrap;
|
|
32372
32517
|
}
|
|
32373
32518
|
|
|
32374
|
-
.
|
|
32375
|
-
|
|
32376
|
-
|
|
32377
|
-
|
|
32378
|
-
|
|
32379
|
-
|
|
32519
|
+
.E_okus5hk {
|
|
32520
|
+
display: flex;
|
|
32521
|
+
align-items: center;
|
|
32522
|
+
justify-content: flex-end;
|
|
32523
|
+
}
|
|
32524
|
+
.E_okus5hk .icon-wrapper {
|
|
32525
|
+
margin-right: 16px;
|
|
32380
32526
|
}
|
|
32381
32527
|
|
|
32382
|
-
.
|
|
32383
|
-
|
|
32384
|
-
font-style: normal;
|
|
32385
|
-
font-weight: bold;
|
|
32386
|
-
font-size: 18px;
|
|
32387
|
-
line-height: 22px;
|
|
32528
|
+
.E_t1auuzri {
|
|
32529
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32388
32530
|
}
|
|
32389
32531
|
|
|
32390
|
-
.
|
|
32391
|
-
|
|
32392
|
-
|
|
32393
|
-
|
|
32394
|
-
|
|
32395
|
-
|
|
32532
|
+
.E_i74cfyt.ant-input {
|
|
32533
|
+
padding: 5px 12px;
|
|
32534
|
+
line-height: 20px;
|
|
32535
|
+
color: #2d3a56;
|
|
32536
|
+
border-radius: 6px;
|
|
32537
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32538
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32396
32539
|
}
|
|
32397
|
-
|
|
32398
|
-
|
|
32399
|
-
font-family: Inter;
|
|
32400
|
-
font-style: normal;
|
|
32401
|
-
font-weight: bold;
|
|
32402
|
-
font-size: 16px;
|
|
32540
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
32541
|
+
padding: 8px 16px;
|
|
32403
32542
|
line-height: 22px;
|
|
32404
32543
|
}
|
|
32405
|
-
|
|
32406
|
-
|
|
32407
|
-
|
|
32408
|
-
font-style: normal;
|
|
32409
|
-
font-weight: normal;
|
|
32410
|
-
font-size: 16px;
|
|
32411
|
-
line-height: 22px;
|
|
32544
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
32545
|
+
padding: 2px 8px;
|
|
32546
|
+
line-height: 18px;
|
|
32412
32547
|
}
|
|
32413
|
-
|
|
32414
|
-
.
|
|
32415
|
-
|
|
32416
|
-
|
|
32417
|
-
font-weight: bold;
|
|
32418
|
-
font-size: 14px;
|
|
32419
|
-
line-height: 20px;
|
|
32548
|
+
.E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
32549
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32550
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32551
|
+
z-index: 1;
|
|
32420
32552
|
}
|
|
32421
|
-
|
|
32422
|
-
|
|
32423
|
-
|
|
32424
|
-
|
|
32425
|
-
font-weight: normal;
|
|
32426
|
-
font-size: 14px;
|
|
32427
|
-
line-height: 20px;
|
|
32553
|
+
.E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
32554
|
+
border-color: #0096ff;
|
|
32555
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32556
|
+
z-index: 1;
|
|
32428
32557
|
}
|
|
32429
|
-
|
|
32430
|
-
|
|
32431
|
-
|
|
32432
|
-
font-style: normal;
|
|
32433
|
-
font-weight: bold;
|
|
32434
|
-
font-size: 12px;
|
|
32435
|
-
line-height: 18px;
|
|
32558
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
32559
|
+
border-color: #e75a3a;
|
|
32560
|
+
color: #e75a3a;
|
|
32436
32561
|
}
|
|
32437
|
-
|
|
32438
|
-
|
|
32439
|
-
|
|
32440
|
-
font-style: normal;
|
|
32441
|
-
font-weight: normal;
|
|
32442
|
-
font-size: 12px;
|
|
32443
|
-
line-height: 18px;
|
|
32562
|
+
.E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
32563
|
+
border-color: #e75a3a;
|
|
32564
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32444
32565
|
}
|
|
32445
|
-
|
|
32446
|
-
|
|
32447
|
-
|
|
32448
|
-
font-style: normal;
|
|
32449
|
-
font-weight: bold;
|
|
32450
|
-
text-transform: uppercase;
|
|
32451
|
-
font-feature-settings: "cpsp" on;
|
|
32452
|
-
font-size: 12px;
|
|
32453
|
-
line-height: 18px;
|
|
32566
|
+
.E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
32567
|
+
border-color: #e75a3a;
|
|
32568
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32454
32569
|
}
|
|
32455
|
-
|
|
32456
|
-
.
|
|
32457
|
-
|
|
32458
|
-
|
|
32459
|
-
|
|
32460
|
-
|
|
32461
|
-
|
|
32462
|
-
|
|
32570
|
+
.E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
|
|
32571
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32572
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32573
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32574
|
+
}
|
|
32575
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
32576
|
+
padding: 5px 12px;
|
|
32577
|
+
border-radius: 6px;
|
|
32578
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32579
|
+
line-height: 20px;
|
|
32580
|
+
color: #2d3a56;
|
|
32581
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32582
|
+
}
|
|
32583
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
32584
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
32585
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32586
|
+
}
|
|
32587
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
32588
|
+
padding: 8px 16px;
|
|
32589
|
+
line-height: 22px;
|
|
32590
|
+
}
|
|
32591
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
32592
|
+
padding: 2px 8px;
|
|
32463
32593
|
line-height: 18px;
|
|
32464
32594
|
}
|
|
32465
|
-
|
|
32466
|
-
.
|
|
32467
|
-
|
|
32468
|
-
font-style: normal;
|
|
32469
|
-
font-weight: normal;
|
|
32470
|
-
font-size: 16px;
|
|
32471
|
-
line-height: 24px;
|
|
32595
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
32596
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32597
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32472
32598
|
}
|
|
32473
|
-
|
|
32474
|
-
|
|
32475
|
-
|
|
32476
|
-
font-style: normal;
|
|
32477
|
-
font-weight: bold;
|
|
32478
|
-
font-size: 16px;
|
|
32479
|
-
line-height: 24px;
|
|
32599
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
32600
|
+
border-color: #0096ff;
|
|
32601
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32480
32602
|
}
|
|
32481
|
-
|
|
32482
|
-
|
|
32483
|
-
font-family: Inter;
|
|
32484
|
-
font-style: normal;
|
|
32485
|
-
font-weight: normal;
|
|
32486
|
-
font-size: 16px;
|
|
32487
|
-
line-height: 24px;
|
|
32603
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
32604
|
+
border-color: #e75a3a;
|
|
32488
32605
|
}
|
|
32489
|
-
|
|
32490
|
-
|
|
32491
|
-
font-family: Inter;
|
|
32492
|
-
font-style: normal;
|
|
32493
|
-
font-weight: bold;
|
|
32494
|
-
font-size: 16px;
|
|
32495
|
-
line-height: 24px;
|
|
32606
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
32607
|
+
color: #e75a3a;
|
|
32496
32608
|
}
|
|
32497
|
-
|
|
32498
|
-
|
|
32499
|
-
|
|
32500
|
-
font-style: normal;
|
|
32501
|
-
font-weight: normal;
|
|
32502
|
-
text-transform: uppercase;
|
|
32503
|
-
font-feature-settings: "cpsp" on;
|
|
32504
|
-
font-size: 16px;
|
|
32505
|
-
line-height: 24px;
|
|
32609
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
32610
|
+
border-color: #e75a3a;
|
|
32611
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32506
32612
|
}
|
|
32507
|
-
|
|
32508
|
-
|
|
32509
|
-
|
|
32510
|
-
font-style: normal;
|
|
32511
|
-
font-weight: bold;
|
|
32512
|
-
text-transform: uppercase;
|
|
32513
|
-
font-feature-settings: "cpsp" on;
|
|
32514
|
-
font-size: 16px;
|
|
32515
|
-
line-height: 24px;
|
|
32613
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
32614
|
+
border-color: #e75a3a;
|
|
32615
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32516
32616
|
}
|
|
32517
|
-
|
|
32518
|
-
.
|
|
32519
|
-
|
|
32520
|
-
|
|
32521
|
-
font-weight: normal;
|
|
32522
|
-
font-size: 14px;
|
|
32523
|
-
line-height: 22px;
|
|
32617
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
32618
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32619
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32620
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32524
32621
|
}
|
|
32525
|
-
|
|
32526
|
-
|
|
32527
|
-
|
|
32528
|
-
font-style: normal;
|
|
32529
|
-
font-weight: 500;
|
|
32530
|
-
font-size: 14px;
|
|
32531
|
-
line-height: 22px;
|
|
32622
|
+
textarea.E_i74cfyt.ant-input {
|
|
32623
|
+
transition-property: height;
|
|
32624
|
+
transition-delay: 50ms;
|
|
32532
32625
|
}
|
|
32533
|
-
|
|
32534
|
-
|
|
32535
|
-
|
|
32536
|
-
font-style: normal;
|
|
32537
|
-
font-weight: bold;
|
|
32538
|
-
font-size: 14px;
|
|
32539
|
-
line-height: 22px;
|
|
32626
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
32627
|
+
min-height: 40px;
|
|
32628
|
+
height: 40px;
|
|
32540
32629
|
}
|
|
32541
|
-
|
|
32542
|
-
|
|
32543
|
-
font-family: Inter;
|
|
32544
|
-
font-style: normal;
|
|
32545
|
-
font-weight: normal;
|
|
32546
|
-
font-size: 14px;
|
|
32547
|
-
line-height: 22px;
|
|
32630
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
32631
|
+
height: 80px;
|
|
32548
32632
|
}
|
|
32549
|
-
|
|
32550
|
-
|
|
32551
|
-
|
|
32552
|
-
font-style: normal;
|
|
32553
|
-
font-weight: bold;
|
|
32554
|
-
font-size: 14px;
|
|
32555
|
-
line-height: 22px;
|
|
32633
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
32634
|
+
min-height: 32px;
|
|
32635
|
+
height: 32px;
|
|
32556
32636
|
}
|
|
32557
|
-
|
|
32558
|
-
|
|
32559
|
-
font-family: Inter;
|
|
32560
|
-
font-style: normal;
|
|
32561
|
-
font-weight: normal;
|
|
32562
|
-
text-transform: uppercase;
|
|
32563
|
-
font-feature-settings: "cpsp" on;
|
|
32564
|
-
font-size: 14px;
|
|
32565
|
-
line-height: 22px;
|
|
32637
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
32638
|
+
height: 64px;
|
|
32566
32639
|
}
|
|
32567
|
-
|
|
32568
|
-
|
|
32569
|
-
|
|
32570
|
-
font-style: normal;
|
|
32571
|
-
font-weight: bold;
|
|
32572
|
-
text-transform: uppercase;
|
|
32573
|
-
font-feature-settings: "cpsp" on;
|
|
32574
|
-
font-size: 14px;
|
|
32575
|
-
line-height: 22px;
|
|
32640
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
32641
|
+
min-height: 24px;
|
|
32642
|
+
height: 24px;
|
|
32576
32643
|
}
|
|
32577
|
-
|
|
32578
|
-
|
|
32579
|
-
font-family: Inter;
|
|
32580
|
-
font-style: normal;
|
|
32581
|
-
font-weight: normal;
|
|
32582
|
-
font-size: 13px;
|
|
32583
|
-
line-height: 20px;
|
|
32644
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
32645
|
+
height: 40px;
|
|
32584
32646
|
}
|
|
32585
32647
|
|
|
32586
|
-
.
|
|
32587
|
-
|
|
32588
|
-
|
|
32589
|
-
font-weight: 600;
|
|
32590
|
-
font-size: 13px;
|
|
32591
|
-
line-height: 20px;
|
|
32648
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
32649
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32650
|
+
border-radius: 4px;
|
|
32592
32651
|
}
|
|
32593
|
-
|
|
32594
|
-
|
|
32595
|
-
|
|
32596
|
-
|
|
32597
|
-
|
|
32598
|
-
|
|
32599
|
-
line-height: 20px;
|
|
32652
|
+
.E_k1ci6977.input-tags {
|
|
32653
|
+
position: relative;
|
|
32654
|
+
padding: 6px;
|
|
32655
|
+
height: 32px;
|
|
32656
|
+
cursor: pointer;
|
|
32657
|
+
transition: border 150ms;
|
|
32600
32658
|
}
|
|
32601
|
-
|
|
32602
|
-
|
|
32603
|
-
|
|
32604
|
-
font-style: normal;
|
|
32605
|
-
font-weight: normal;
|
|
32606
|
-
font-size: 13px;
|
|
32607
|
-
line-height: 20px;
|
|
32659
|
+
.E_k1ci6977.input-tags:hover {
|
|
32660
|
+
border-color: #0080ff;
|
|
32661
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
32608
32662
|
}
|
|
32609
|
-
|
|
32610
|
-
|
|
32611
|
-
font-family: Inter;
|
|
32612
|
-
font-style: normal;
|
|
32613
|
-
font-weight: 600;
|
|
32614
|
-
font-size: 13px;
|
|
32615
|
-
line-height: 20px;
|
|
32663
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
32664
|
+
padding-right: 30px;
|
|
32616
32665
|
}
|
|
32617
|
-
|
|
32618
|
-
|
|
32619
|
-
font-family: Inter;
|
|
32620
|
-
font-style: normal;
|
|
32621
|
-
font-weight: bold;
|
|
32622
|
-
font-size: 13px;
|
|
32623
|
-
line-height: 20px;
|
|
32666
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
32667
|
+
display: flex;
|
|
32624
32668
|
}
|
|
32625
|
-
|
|
32626
|
-
|
|
32627
|
-
font-family: Inter;
|
|
32628
|
-
font-style: normal;
|
|
32629
|
-
font-weight: normal;
|
|
32630
|
-
text-transform: uppercase;
|
|
32631
|
-
font-feature-settings: "cpsp" on;
|
|
32632
|
-
font-size: 13px;
|
|
32633
|
-
line-height: 20px;
|
|
32669
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
32670
|
+
display: flex;
|
|
32634
32671
|
}
|
|
32635
|
-
|
|
32636
|
-
|
|
32637
|
-
|
|
32638
|
-
|
|
32639
|
-
|
|
32640
|
-
text-transform: uppercase;
|
|
32641
|
-
font-feature-settings: "cpsp" on;
|
|
32642
|
-
font-size: 13px;
|
|
32643
|
-
line-height: 20px;
|
|
32672
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
32673
|
+
position: absolute;
|
|
32674
|
+
right: 12px;
|
|
32675
|
+
top: 50%;
|
|
32676
|
+
transform: translateY(-50%);
|
|
32644
32677
|
}
|
|
32645
|
-
|
|
32646
|
-
.
|
|
32647
|
-
font-family: Inter;
|
|
32648
|
-
font-style: normal;
|
|
32649
|
-
font-weight: normal;
|
|
32678
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
32679
|
+
color: rgba(0, 0, 0, 0.25);
|
|
32650
32680
|
font-size: 12px;
|
|
32651
|
-
|
|
32681
|
+
cursor: pointer;
|
|
32652
32682
|
}
|
|
32653
|
-
|
|
32654
|
-
.
|
|
32655
|
-
font-family: Inter;
|
|
32656
|
-
font-style: normal;
|
|
32657
|
-
font-weight: 500;
|
|
32658
|
-
font-size: 12px;
|
|
32659
|
-
line-height: 18px;
|
|
32683
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
32684
|
+
color: rgba(0, 0, 0, 0.45);
|
|
32660
32685
|
}
|
|
32661
|
-
|
|
32662
|
-
|
|
32663
|
-
|
|
32664
|
-
font-style: normal;
|
|
32665
|
-
font-weight: bold;
|
|
32666
|
-
font-size: 12px;
|
|
32667
|
-
line-height: 18px;
|
|
32686
|
+
.E_k1ci6977.has-focus-indicator {
|
|
32687
|
+
position: relative;
|
|
32688
|
+
overflow: hidden;
|
|
32668
32689
|
}
|
|
32669
|
-
|
|
32670
|
-
|
|
32671
|
-
|
|
32672
|
-
|
|
32673
|
-
|
|
32674
|
-
|
|
32675
|
-
|
|
32690
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
32691
|
+
position: absolute;
|
|
32692
|
+
top: 50%;
|
|
32693
|
+
transform: translateY(-50%);
|
|
32694
|
+
left: -16px;
|
|
32695
|
+
transition: left 150ms ease;
|
|
32696
|
+
opacity: 0;
|
|
32676
32697
|
}
|
|
32677
|
-
|
|
32678
|
-
|
|
32679
|
-
|
|
32680
|
-
font-style: normal;
|
|
32681
|
-
font-weight: 500;
|
|
32682
|
-
font-size: 12px;
|
|
32683
|
-
line-height: 18px;
|
|
32698
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
32699
|
+
left: 8px;
|
|
32700
|
+
opacity: 1;
|
|
32684
32701
|
}
|
|
32685
|
-
|
|
32686
|
-
|
|
32687
|
-
|
|
32688
|
-
font-style: normal;
|
|
32689
|
-
font-weight: bold;
|
|
32690
|
-
font-size: 12px;
|
|
32691
|
-
line-height: 18px;
|
|
32702
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
32703
|
+
transition: margin-left 150ms ease;
|
|
32704
|
+
margin-left: 0px;
|
|
32692
32705
|
}
|
|
32693
|
-
|
|
32694
|
-
|
|
32695
|
-
font-family: Inter;
|
|
32696
|
-
font-style: normal;
|
|
32697
|
-
font-weight: normal;
|
|
32698
|
-
text-transform: uppercase;
|
|
32699
|
-
font-feature-settings: "cpsp" on;
|
|
32700
|
-
font-size: 12px;
|
|
32701
|
-
line-height: 18px;
|
|
32706
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
32707
|
+
margin-left: 16px;
|
|
32702
32708
|
}
|
|
32703
32709
|
|
|
32704
|
-
.
|
|
32705
|
-
|
|
32706
|
-
|
|
32707
|
-
font-weight: bold;
|
|
32708
|
-
text-transform: uppercase;
|
|
32709
|
-
font-feature-settings: "cpsp" on;
|
|
32710
|
-
font-size: 12px;
|
|
32711
|
-
line-height: 18px;
|
|
32710
|
+
input.E_l1f7td1d.ant-input {
|
|
32711
|
+
border-top-right-radius: 0;
|
|
32712
|
+
border-bottom-right-radius: 0;
|
|
32712
32713
|
}
|
|
32713
32714
|
|
|
32714
|
-
.
|
|
32715
|
-
|
|
32716
|
-
|
|
32717
|
-
font-weight: normal;
|
|
32718
|
-
font-size: 13px;
|
|
32719
|
-
line-height: 20px;
|
|
32715
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
32716
|
+
border-top-right-radius: 0;
|
|
32717
|
+
border-bottom-right-radius: 0;
|
|
32720
32718
|
}
|
|
32721
32719
|
|
|
32722
|
-
.
|
|
32723
|
-
|
|
32724
|
-
|
|
32725
|
-
font-weight: normal;
|
|
32726
|
-
font-size: 13px;
|
|
32727
|
-
line-height: 20px;
|
|
32720
|
+
input.E_rf8rlle.ant-input {
|
|
32721
|
+
border-top-left-radius: 0;
|
|
32722
|
+
border-bottom-left-radius: 0;
|
|
32728
32723
|
}
|
|
32729
32724
|
|
|
32730
|
-
.
|
|
32731
|
-
|
|
32732
|
-
|
|
32733
|
-
font-weight: normal;
|
|
32734
|
-
font-size: 12px;
|
|
32735
|
-
line-height: 18px;
|
|
32725
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
32726
|
+
border-top-left-radius: 0;
|
|
32727
|
+
border-bottom-left-radius: 0;
|
|
32736
32728
|
}
|
|
32737
32729
|
|
|
32738
|
-
.
|
|
32739
|
-
|
|
32740
|
-
|
|
32741
|
-
font-weight: normal;
|
|
32742
|
-
font-size: 12px;
|
|
32743
|
-
line-height: 18px;
|
|
32730
|
+
.E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
|
|
32731
|
+
border-top-right-radius: 0;
|
|
32732
|
+
border-bottom-right-radius: 0;
|
|
32744
32733
|
}
|
|
32745
32734
|
|
|
32746
|
-
.
|
|
32747
|
-
|
|
32748
|
-
|
|
32749
|
-
font-weight: normal;
|
|
32750
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32751
|
-
font-size: 13px;
|
|
32752
|
-
line-height: 20px;
|
|
32735
|
+
.E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
|
|
32736
|
+
border-top-left-radius: 0;
|
|
32737
|
+
border-bottom-left-radius: 0;
|
|
32753
32738
|
}
|
|
32754
32739
|
|
|
32755
|
-
.
|
|
32756
|
-
|
|
32757
|
-
|
|
32758
|
-
font-weight: normal;
|
|
32759
|
-
font-feature-settings: "zero" on;
|
|
32760
|
-
font-size: 13px;
|
|
32761
|
-
line-height: 20px;
|
|
32740
|
+
.E_c3ni091 {
|
|
32741
|
+
display: flex;
|
|
32742
|
+
flex-direction: column;
|
|
32762
32743
|
}
|
|
32763
|
-
|
|
32764
|
-
|
|
32765
|
-
|
|
32766
|
-
|
|
32767
|
-
|
|
32768
|
-
|
|
32769
|
-
|
|
32770
|
-
|
|
32744
|
+
.E_c3ni091 .select-wrapper {
|
|
32745
|
+
margin-top: 12px;
|
|
32746
|
+
}
|
|
32747
|
+
.E_c3ni091 .select-wrapper .select {
|
|
32748
|
+
width: 100%;
|
|
32749
|
+
}
|
|
32750
|
+
.E_c3ni091 .radio-wrapper {
|
|
32751
|
+
margin-top: 24px;
|
|
32752
|
+
}
|
|
32753
|
+
.E_c3ni091 div.form-item {
|
|
32754
|
+
width: 100%;
|
|
32771
32755
|
}
|
|
32772
32756
|
|
|
32773
|
-
.
|
|
32774
|
-
font-
|
|
32775
|
-
font-style: normal;
|
|
32757
|
+
.E_d105ju2d {
|
|
32758
|
+
font-size: 14px;
|
|
32776
32759
|
font-weight: 500;
|
|
32777
|
-
|
|
32778
|
-
font-size: 12px;
|
|
32760
|
+
color: #3e4652;
|
|
32779
32761
|
line-height: 18px;
|
|
32780
32762
|
}
|
|
32763
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
32764
|
+
margin-top: 16px;
|
|
32765
|
+
}
|
|
32766
|
+
.E_d105ju2d + * {
|
|
32767
|
+
margin-top: 16px;
|
|
32768
|
+
}
|
|
32781
32769
|
|
|
32782
|
-
.
|
|
32783
|
-
font-family: Inter;
|
|
32784
|
-
font-style: normal;
|
|
32785
|
-
font-weight: normal;
|
|
32786
|
-
font-feature-settings: "zero" on;
|
|
32770
|
+
.E_lh0l62z.E_d105ju2d {
|
|
32787
32771
|
font-size: 12px;
|
|
32772
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32773
|
+
margin-top: 12px;
|
|
32774
|
+
}
|
|
32775
|
+
|
|
32776
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
32788
32777
|
line-height: 18px;
|
|
32778
|
+
font-weight: 500;
|
|
32779
|
+
margin-top: 0;
|
|
32780
|
+
white-space: initial;
|
|
32789
32781
|
}
|
|
32790
32782
|
|
|
32791
|
-
.
|
|
32792
|
-
|
|
32793
|
-
|
|
32783
|
+
.E_r1skkc3l {
|
|
32784
|
+
display: block;
|
|
32785
|
+
}
|
|
32786
|
+
.E_r1skkc3l span {
|
|
32787
|
+
font-size: 14px;
|
|
32794
32788
|
font-weight: 500;
|
|
32795
|
-
|
|
32789
|
+
line-height: 32px;
|
|
32790
|
+
color: #3e4652;
|
|
32791
|
+
}
|
|
32792
|
+
|
|
32793
|
+
.E_c3cobmo {
|
|
32794
|
+
margin-top: 16px;
|
|
32795
|
+
padding: 8px;
|
|
32796
|
+
border-radius: 6px;
|
|
32797
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32798
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32796
32799
|
font-size: 12px;
|
|
32800
|
+
}
|
|
32801
|
+
.E_c3cobmo div {
|
|
32802
|
+
line-height: 20px;
|
|
32803
|
+
display: flex;
|
|
32804
|
+
align-items: center;
|
|
32805
|
+
word-break: break-all;
|
|
32806
|
+
}
|
|
32807
|
+
.E_c3cobmo .title {
|
|
32808
|
+
font-weight: 700;
|
|
32797
32809
|
line-height: 18px;
|
|
32810
|
+
margin: 4px 0;
|
|
32798
32811
|
}
|
|
32799
32812
|
|
|
32800
|
-
.
|
|
32801
|
-
|
|
32802
|
-
|
|
32813
|
+
.E_uqv57uv {
|
|
32814
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32815
|
+
}
|
|
32816
|
+
|
|
32817
|
+
.E_h1ol2wl7 {
|
|
32803
32818
|
font-weight: bold;
|
|
32804
|
-
|
|
32805
|
-
|
|
32806
|
-
line-height: 24px;
|
|
32819
|
+
background-color: unset;
|
|
32820
|
+
padding: unset;
|
|
32807
32821
|
}
|
|
32808
32822
|
|
|
32809
|
-
.
|
|
32810
|
-
|
|
32811
|
-
|
|
32812
|
-
|
|
32813
|
-
|
|
32814
|
-
|
|
32823
|
+
.E_suhck3k {
|
|
32824
|
+
height: 24px;
|
|
32825
|
+
width: 24px;
|
|
32826
|
+
border-radius: 6px;
|
|
32827
|
+
padding: 4px;
|
|
32828
|
+
}
|
|
32829
|
+
.E_suhck3k:hover {
|
|
32830
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32831
|
+
}
|
|
32832
|
+
.E_suhck3k:hover svg path {
|
|
32833
|
+
fill: blue;
|
|
32815
32834
|
}
|
|
32816
32835
|
|
|
32817
32836
|
.E_ryby9ds {
|
|
@@ -32830,25 +32849,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32830
32849
|
margin-right: 6px;
|
|
32831
32850
|
}
|
|
32832
32851
|
|
|
32833
|
-
.E_suhck3k {
|
|
32834
|
-
height: 24px;
|
|
32835
|
-
width: 24px;
|
|
32836
|
-
border-radius: 6px;
|
|
32837
|
-
padding: 4px;
|
|
32838
|
-
}
|
|
32839
|
-
.E_suhck3k:hover {
|
|
32840
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32841
|
-
}
|
|
32842
|
-
.E_suhck3k:hover svg path {
|
|
32843
|
-
fill: blue;
|
|
32844
|
-
}
|
|
32845
|
-
|
|
32846
|
-
.E_h1ol2wl7 {
|
|
32847
|
-
font-weight: bold;
|
|
32848
|
-
background-color: unset;
|
|
32849
|
-
padding: unset;
|
|
32850
|
-
}
|
|
32851
|
-
|
|
32852
32852
|
.E_hrhfj7c {
|
|
32853
32853
|
display: none;
|
|
32854
32854
|
}
|
|
@@ -33765,61 +33765,10 @@ input.E_rf8rlle.ant-input {
|
|
|
33765
33765
|
padding: 0;
|
|
33766
33766
|
}
|
|
33767
33767
|
|
|
33768
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33769
|
-
margin-right: 2px;
|
|
33770
|
-
}
|
|
33771
|
-
|
|
33772
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33773
|
-
padding-left: 8px;
|
|
33774
|
-
padding-right: 8px;
|
|
33775
|
-
}
|
|
33776
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33777
|
-
border-radius: 4px;
|
|
33778
|
-
}
|
|
33779
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33780
|
-
border-radius: 4px;
|
|
33781
|
-
}
|
|
33782
|
-
|
|
33783
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
33784
|
-
padding-left: 12px;
|
|
33785
|
-
padding-right: 12px;
|
|
33786
|
-
}
|
|
33787
|
-
|
|
33788
|
-
.E_ckld275 {
|
|
33789
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33790
|
-
}
|
|
33791
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33792
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
33793
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33794
|
-
}
|
|
33795
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33796
|
-
background-color: transparent;
|
|
33797
|
-
}
|
|
33798
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33799
|
-
background-color: transparent;
|
|
33800
|
-
}
|
|
33801
|
-
|
|
33802
33768
|
.E_c1yd35n {
|
|
33803
33769
|
padding: 0 12px 14px 12px;
|
|
33804
33770
|
}
|
|
33805
33771
|
|
|
33806
|
-
.E_b14q2gmw {
|
|
33807
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33808
|
-
}
|
|
33809
|
-
|
|
33810
|
-
.E_c1eym6el {
|
|
33811
|
-
border-radius: 8px;
|
|
33812
|
-
background-color: white;
|
|
33813
|
-
}
|
|
33814
|
-
.E_c1eym6el.hoverable {
|
|
33815
|
-
cursor: pointer;
|
|
33816
|
-
}
|
|
33817
|
-
.E_c1eym6el.hoverable:hover {
|
|
33818
|
-
transition: all 200ms ease;
|
|
33819
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33820
|
-
transform: translateY(-4px);
|
|
33821
|
-
}
|
|
33822
|
-
|
|
33823
33772
|
.E_c1kghdax {
|
|
33824
33773
|
color: #2d3a56;
|
|
33825
33774
|
padding: 7px 12px;
|
|
@@ -33917,11 +33866,62 @@ input.E_rf8rlle.ant-input {
|
|
|
33917
33866
|
margin-left: 28px;
|
|
33918
33867
|
color: rgba(44, 56, 82, 0.6);
|
|
33919
33868
|
}
|
|
33920
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33921
|
-
margin-left: 8px;
|
|
33869
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33870
|
+
margin-left: 8px;
|
|
33871
|
+
}
|
|
33872
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33873
|
+
margin-left: 24px;
|
|
33874
|
+
}
|
|
33875
|
+
|
|
33876
|
+
.E_b14q2gmw {
|
|
33877
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33878
|
+
}
|
|
33879
|
+
|
|
33880
|
+
.E_c1eym6el {
|
|
33881
|
+
border-radius: 8px;
|
|
33882
|
+
background-color: white;
|
|
33883
|
+
}
|
|
33884
|
+
.E_c1eym6el.hoverable {
|
|
33885
|
+
cursor: pointer;
|
|
33886
|
+
}
|
|
33887
|
+
.E_c1eym6el.hoverable:hover {
|
|
33888
|
+
transition: all 200ms ease;
|
|
33889
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33890
|
+
transform: translateY(-4px);
|
|
33891
|
+
}
|
|
33892
|
+
|
|
33893
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33894
|
+
margin-right: 2px;
|
|
33895
|
+
}
|
|
33896
|
+
|
|
33897
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33898
|
+
padding-left: 8px;
|
|
33899
|
+
padding-right: 8px;
|
|
33900
|
+
}
|
|
33901
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33902
|
+
border-radius: 4px;
|
|
33903
|
+
}
|
|
33904
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33905
|
+
border-radius: 4px;
|
|
33906
|
+
}
|
|
33907
|
+
|
|
33908
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
33909
|
+
padding-left: 12px;
|
|
33910
|
+
padding-right: 12px;
|
|
33911
|
+
}
|
|
33912
|
+
|
|
33913
|
+
.E_ckld275 {
|
|
33914
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33915
|
+
}
|
|
33916
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33917
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
33918
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33919
|
+
}
|
|
33920
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33921
|
+
background-color: transparent;
|
|
33922
33922
|
}
|
|
33923
|
-
.
|
|
33924
|
-
|
|
33923
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33924
|
+
background-color: transparent;
|
|
33925
33925
|
}
|
|
33926
33926
|
|
|
33927
33927
|
.E_lht19u8 {
|
|
@@ -33982,6 +33982,201 @@ input.E_rf8rlle.ant-input {
|
|
|
33982
33982
|
margin-right: 4px;
|
|
33983
33983
|
}
|
|
33984
33984
|
|
|
33985
|
+
.E_sjob3jg {
|
|
33986
|
+
--item-min-width: 60px;
|
|
33987
|
+
}
|
|
33988
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33989
|
+
display: none !important;
|
|
33990
|
+
}
|
|
33991
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33992
|
+
flex-shrink: 0 !important;
|
|
33993
|
+
}
|
|
33994
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33995
|
+
color: #0080ff;
|
|
33996
|
+
}
|
|
33997
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33998
|
+
color: #0080ff;
|
|
33999
|
+
font-weight: normal;
|
|
34000
|
+
}
|
|
34001
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34002
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34003
|
+
}
|
|
34004
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34005
|
+
color: #00122e;
|
|
34006
|
+
}
|
|
34007
|
+
.E_sjob3jg .step-item-text {
|
|
34008
|
+
display: inline-block;
|
|
34009
|
+
}
|
|
34010
|
+
.E_sjob3jg .step-item-title {
|
|
34011
|
+
overflow: hidden;
|
|
34012
|
+
white-space: nowrap;
|
|
34013
|
+
text-overflow: ellipsis;
|
|
34014
|
+
}
|
|
34015
|
+
|
|
34016
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34017
|
+
min-width: var(--item-min-width);
|
|
34018
|
+
}
|
|
34019
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34020
|
+
cursor: not-allowed !important;
|
|
34021
|
+
}
|
|
34022
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34023
|
+
flex-direction: row;
|
|
34024
|
+
justify-content: stretch;
|
|
34025
|
+
}
|
|
34026
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34027
|
+
padding: 0;
|
|
34028
|
+
margin-right: 4px;
|
|
34029
|
+
flex: 1;
|
|
34030
|
+
overflow: visible;
|
|
34031
|
+
}
|
|
34032
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34033
|
+
width: 100%;
|
|
34034
|
+
min-height: unset;
|
|
34035
|
+
}
|
|
34036
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34037
|
+
height: 26px;
|
|
34038
|
+
line-height: 26px;
|
|
34039
|
+
width: 100%;
|
|
34040
|
+
padding: 0;
|
|
34041
|
+
font-size: 12px;
|
|
34042
|
+
}
|
|
34043
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34044
|
+
margin-right: 10px;
|
|
34045
|
+
}
|
|
34046
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34047
|
+
display: none;
|
|
34048
|
+
}
|
|
34049
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34050
|
+
padding-left: 8px;
|
|
34051
|
+
padding-right: 4px;
|
|
34052
|
+
border-radius: 4px 0 0 4px;
|
|
34053
|
+
}
|
|
34054
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34055
|
+
margin-right: 0;
|
|
34056
|
+
}
|
|
34057
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34058
|
+
padding-right: 8px;
|
|
34059
|
+
padding-left: 12px;
|
|
34060
|
+
border-radius: 0 4px 4px 0;
|
|
34061
|
+
}
|
|
34062
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
34063
|
+
content: "";
|
|
34064
|
+
width: 0;
|
|
34065
|
+
height: 0;
|
|
34066
|
+
border: 13px solid transparent;
|
|
34067
|
+
position: absolute;
|
|
34068
|
+
top: 0;
|
|
34069
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34070
|
+
z-index: 2;
|
|
34071
|
+
position: relative;
|
|
34072
|
+
top: -50%;
|
|
34073
|
+
right: -100%;
|
|
34074
|
+
}
|
|
34075
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34076
|
+
padding: 0 4px 0 12px;
|
|
34077
|
+
}
|
|
34078
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
34079
|
+
content: "";
|
|
34080
|
+
width: 0;
|
|
34081
|
+
height: 0;
|
|
34082
|
+
border: 13px solid transparent;
|
|
34083
|
+
position: absolute;
|
|
34084
|
+
top: 0;
|
|
34085
|
+
border-left: 8px solid #fff;
|
|
34086
|
+
left: 0;
|
|
34087
|
+
}
|
|
34088
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34089
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34090
|
+
}
|
|
34091
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34092
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34093
|
+
}
|
|
34094
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34095
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34096
|
+
}
|
|
34097
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34098
|
+
cursor: pointer;
|
|
34099
|
+
min-width: var(--item-min-width);
|
|
34100
|
+
}
|
|
34101
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34102
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34103
|
+
min-width: var(--item-min-width);
|
|
34104
|
+
}
|
|
34105
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34106
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34107
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34108
|
+
}
|
|
34109
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34110
|
+
padding: 0;
|
|
34111
|
+
}
|
|
34112
|
+
|
|
34113
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34114
|
+
width: 192px;
|
|
34115
|
+
row-gap: 2px;
|
|
34116
|
+
}
|
|
34117
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34118
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34119
|
+
}
|
|
34120
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34121
|
+
color: #00122e !important;
|
|
34122
|
+
}
|
|
34123
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
34124
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34125
|
+
}
|
|
34126
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34127
|
+
padding: 0 8px;
|
|
34128
|
+
border-radius: 4px;
|
|
34129
|
+
height: 32px;
|
|
34130
|
+
display: flex;
|
|
34131
|
+
align-items: center;
|
|
34132
|
+
}
|
|
34133
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34134
|
+
min-height: auto;
|
|
34135
|
+
white-space: nowrap;
|
|
34136
|
+
}
|
|
34137
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34138
|
+
font-size: 13px;
|
|
34139
|
+
line-height: 20px;
|
|
34140
|
+
max-width: 100%;
|
|
34141
|
+
padding-right: 0;
|
|
34142
|
+
}
|
|
34143
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34144
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34145
|
+
}
|
|
34146
|
+
|
|
34147
|
+
.E_h6l1tj4 {
|
|
34148
|
+
width: 100%;
|
|
34149
|
+
display: inline-flex;
|
|
34150
|
+
align-items: center;
|
|
34151
|
+
justify-content: center;
|
|
34152
|
+
column-gap: 4px;
|
|
34153
|
+
}
|
|
34154
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34155
|
+
display: inline-flex;
|
|
34156
|
+
align-items: center;
|
|
34157
|
+
width: 18px;
|
|
34158
|
+
height: 18px;
|
|
34159
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34160
|
+
justify-content: center;
|
|
34161
|
+
}
|
|
34162
|
+
|
|
34163
|
+
.E_v18frne8 {
|
|
34164
|
+
width: 100%;
|
|
34165
|
+
display: flex;
|
|
34166
|
+
align-items: center;
|
|
34167
|
+
justify-content: center;
|
|
34168
|
+
column-gap: 6px;
|
|
34169
|
+
font-size: 13px;
|
|
34170
|
+
}
|
|
34171
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34172
|
+
display: inline-flex;
|
|
34173
|
+
align-items: center;
|
|
34174
|
+
min-width: 20px;
|
|
34175
|
+
min-height: 20px;
|
|
34176
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34177
|
+
justify-content: center;
|
|
34178
|
+
}
|
|
34179
|
+
|
|
33985
34180
|
.E_i1g85yz3 {
|
|
33986
34181
|
margin-right: 4px;
|
|
33987
34182
|
height: 16px;
|
|
@@ -34201,12 +34396,62 @@ input.E_rf8rlle.ant-input {
|
|
|
34201
34396
|
.E_a138syjm > span.maximum-desc.disabled {
|
|
34202
34397
|
display: inline;
|
|
34203
34398
|
}
|
|
34204
|
-
|
|
34205
|
-
.E_d77i8u0 {
|
|
34206
|
-
width: 24px;
|
|
34207
|
-
height: 24px;
|
|
34208
|
-
padding: 4px;
|
|
34209
|
-
margin-right: 8px;
|
|
34399
|
+
|
|
34400
|
+
.E_d77i8u0 {
|
|
34401
|
+
width: 24px;
|
|
34402
|
+
height: 24px;
|
|
34403
|
+
padding: 4px;
|
|
34404
|
+
margin-right: 8px;
|
|
34405
|
+
}
|
|
34406
|
+
|
|
34407
|
+
button.E_l48ei06.ant-btn {
|
|
34408
|
+
font-size: 12px;
|
|
34409
|
+
line-height: 18px;
|
|
34410
|
+
height: 18px;
|
|
34411
|
+
}
|
|
34412
|
+
|
|
34413
|
+
button.E_l48ei06 {
|
|
34414
|
+
color: #0080FF;
|
|
34415
|
+
height: unset;
|
|
34416
|
+
}
|
|
34417
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34418
|
+
margin-right: 4px;
|
|
34419
|
+
}
|
|
34420
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34421
|
+
margin-left: 4px;
|
|
34422
|
+
}
|
|
34423
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34424
|
+
color: #009DFF;
|
|
34425
|
+
}
|
|
34426
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34427
|
+
color: #005ED1;
|
|
34428
|
+
}
|
|
34429
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34430
|
+
color: #0080FF;
|
|
34431
|
+
}
|
|
34432
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34433
|
+
color: #00122E;
|
|
34434
|
+
}
|
|
34435
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34436
|
+
color: #0080FF;
|
|
34437
|
+
}
|
|
34438
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34439
|
+
color: #005ED1;
|
|
34440
|
+
}
|
|
34441
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34442
|
+
color: #00122E;
|
|
34443
|
+
}
|
|
34444
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34445
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34446
|
+
}
|
|
34447
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34448
|
+
color: #0080FF;
|
|
34449
|
+
}
|
|
34450
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34451
|
+
color: #005ED1;
|
|
34452
|
+
}
|
|
34453
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34454
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34210
34455
|
}
|
|
34211
34456
|
|
|
34212
34457
|
.E_sddwhm6 {
|
|
@@ -34542,385 +34787,140 @@ input.E_rf8rlle.ant-input {
|
|
|
34542
34787
|
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
34543
34788
|
padding: unset;
|
|
34544
34789
|
}
|
|
34545
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
34546
|
-
display: none;
|
|
34547
|
-
}
|
|
34548
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34549
|
-
width: 100%;
|
|
34550
|
-
overflow: hidden;
|
|
34551
|
-
white-space: nowrap;
|
|
34552
|
-
text-overflow: ellipsis;
|
|
34553
|
-
}
|
|
34554
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
34555
|
-
overflow: hidden;
|
|
34556
|
-
text-overflow: ellipsis;
|
|
34557
|
-
flex: 1;
|
|
34558
|
-
}
|
|
34559
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
34560
|
-
padding: 15px 25px 15px 8px;
|
|
34561
|
-
}
|
|
34562
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34563
|
-
padding: 0;
|
|
34564
|
-
}
|
|
34565
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
34566
|
-
position: absolute;
|
|
34567
|
-
right: 6px;
|
|
34568
|
-
top: 50%;
|
|
34569
|
-
transform: translateY(-50%);
|
|
34570
|
-
height: 16px;
|
|
34571
|
-
display: none;
|
|
34572
|
-
transition: transform 320ms ease;
|
|
34573
|
-
}
|
|
34574
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
34575
|
-
display: block;
|
|
34576
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
34577
|
-
}
|
|
34578
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
34579
|
-
display: block;
|
|
34580
|
-
}
|
|
34581
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
34582
|
-
display: none;
|
|
34583
|
-
}
|
|
34584
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
34585
|
-
transform: translateY(-50%);
|
|
34586
|
-
}
|
|
34587
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
34588
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
34589
|
-
}
|
|
34590
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
34591
|
-
background: #f2f5fa;
|
|
34592
|
-
}
|
|
34593
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
34594
|
-
display: block;
|
|
34595
|
-
}
|
|
34596
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
34597
|
-
padding-right: 25px;
|
|
34598
|
-
}
|
|
34599
|
-
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
34600
|
-
padding: 0 !important;
|
|
34601
|
-
}
|
|
34602
|
-
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
34603
|
-
position: absolute;
|
|
34604
|
-
left: 50%;
|
|
34605
|
-
top: 50%;
|
|
34606
|
-
transform: translate(-50%, -50%);
|
|
34607
|
-
}
|
|
34608
|
-
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
34609
|
-
display: none;
|
|
34610
|
-
}
|
|
34611
|
-
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
34612
|
-
background: #fff;
|
|
34613
|
-
}
|
|
34614
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
34615
|
-
background: inherit;
|
|
34616
|
-
}
|
|
34617
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
34618
|
-
position: static;
|
|
34619
|
-
border: none;
|
|
34620
|
-
background: inherit !important;
|
|
34621
|
-
height: 100px;
|
|
34622
|
-
vertical-align: middle;
|
|
34623
|
-
}
|
|
34624
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
34625
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34626
|
-
font-weight: bold;
|
|
34627
|
-
font-size: 20px;
|
|
34628
|
-
color: rgba(10, 37, 85, 0.6);
|
|
34629
|
-
}
|
|
34630
|
-
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
34631
|
-
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
34632
|
-
z-index: 10;
|
|
34633
|
-
}
|
|
34634
|
-
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
34635
|
-
padding: 0 !important;
|
|
34636
|
-
position: relative;
|
|
34637
|
-
background: #fff;
|
|
34638
|
-
}
|
|
34639
|
-
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
34640
|
-
height: 100%;
|
|
34641
|
-
display: flex;
|
|
34642
|
-
align-items: center;
|
|
34643
|
-
justify-content: flex-end;
|
|
34644
|
-
padding-right: 8px;
|
|
34645
|
-
}
|
|
34646
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34647
|
-
width: 24px;
|
|
34648
|
-
height: 24px;
|
|
34649
|
-
cursor: pointer;
|
|
34650
|
-
justify-content: center;
|
|
34651
|
-
border-radius: 4px;
|
|
34652
|
-
}
|
|
34653
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
34654
|
-
background: #fff;
|
|
34655
|
-
}
|
|
34656
|
-
|
|
34657
|
-
button.E_l48ei06.ant-btn {
|
|
34658
|
-
font-size: 12px;
|
|
34659
|
-
line-height: 18px;
|
|
34660
|
-
height: 18px;
|
|
34661
|
-
}
|
|
34662
|
-
|
|
34663
|
-
button.E_l48ei06 {
|
|
34664
|
-
color: #0080FF;
|
|
34665
|
-
height: unset;
|
|
34666
|
-
}
|
|
34667
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
34668
|
-
margin-right: 4px;
|
|
34669
|
-
}
|
|
34670
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
34671
|
-
margin-left: 4px;
|
|
34672
|
-
}
|
|
34673
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34674
|
-
color: #009DFF;
|
|
34675
|
-
}
|
|
34676
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34677
|
-
color: #005ED1;
|
|
34678
|
-
}
|
|
34679
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
34680
|
-
color: #0080FF;
|
|
34681
|
-
}
|
|
34682
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
34683
|
-
color: #00122E;
|
|
34684
|
-
}
|
|
34685
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34686
|
-
color: #0080FF;
|
|
34687
|
-
}
|
|
34688
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34689
|
-
color: #005ED1;
|
|
34690
|
-
}
|
|
34691
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34692
|
-
color: #00122E;
|
|
34693
|
-
}
|
|
34694
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
34695
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34696
|
-
}
|
|
34697
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34698
|
-
color: #0080FF;
|
|
34699
|
-
}
|
|
34700
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34701
|
-
color: #005ED1;
|
|
34702
|
-
}
|
|
34703
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34704
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34705
|
-
}
|
|
34706
|
-
|
|
34707
|
-
.E_l12xdkhl {
|
|
34708
|
-
width: 64px;
|
|
34709
|
-
height: 64px;
|
|
34710
|
-
max-width: 64px;
|
|
34711
|
-
max-height: 64px;
|
|
34712
|
-
overflow: hidden;
|
|
34713
|
-
display: flex;
|
|
34714
|
-
align-items: center;
|
|
34715
|
-
justify-content: center;
|
|
34716
|
-
position: relative;
|
|
34717
|
-
opacity: 0.6;
|
|
34718
|
-
}
|
|
34719
|
-
.E_l12xdkhl .icon-wrapper {
|
|
34720
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34721
|
-
}
|
|
34722
|
-
@keyframes rotate {
|
|
34723
|
-
from {
|
|
34724
|
-
transform: rotate(0deg);
|
|
34725
|
-
}
|
|
34726
|
-
to {
|
|
34727
|
-
transform: rotate(360deg);
|
|
34728
|
-
}
|
|
34729
|
-
}
|
|
34730
|
-
|
|
34731
|
-
.E_sjob3jg {
|
|
34732
|
-
--item-min-width: 60px;
|
|
34733
|
-
}
|
|
34734
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34735
|
-
display: none !important;
|
|
34736
|
-
}
|
|
34737
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34738
|
-
flex-shrink: 0 !important;
|
|
34739
|
-
}
|
|
34740
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34741
|
-
color: #0080ff;
|
|
34742
|
-
}
|
|
34743
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34744
|
-
color: #0080ff;
|
|
34745
|
-
font-weight: normal;
|
|
34746
|
-
}
|
|
34747
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34748
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34749
|
-
}
|
|
34750
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34751
|
-
color: #00122e;
|
|
34752
|
-
}
|
|
34753
|
-
.E_sjob3jg .step-item-text {
|
|
34754
|
-
display: inline-block;
|
|
34755
|
-
}
|
|
34756
|
-
.E_sjob3jg .step-item-title {
|
|
34757
|
-
overflow: hidden;
|
|
34758
|
-
white-space: nowrap;
|
|
34759
|
-
text-overflow: ellipsis;
|
|
34760
|
-
}
|
|
34761
|
-
|
|
34762
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
34763
|
-
min-width: var(--item-min-width);
|
|
34764
|
-
}
|
|
34765
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34766
|
-
cursor: not-allowed !important;
|
|
34767
|
-
}
|
|
34768
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34769
|
-
flex-direction: row;
|
|
34770
|
-
justify-content: stretch;
|
|
34771
|
-
}
|
|
34772
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34773
|
-
padding: 0;
|
|
34774
|
-
margin-right: 4px;
|
|
34775
|
-
flex: 1;
|
|
34776
|
-
overflow: visible;
|
|
34777
|
-
}
|
|
34778
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34779
|
-
width: 100%;
|
|
34780
|
-
min-height: unset;
|
|
34781
|
-
}
|
|
34782
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34783
|
-
height: 26px;
|
|
34784
|
-
line-height: 26px;
|
|
34785
|
-
width: 100%;
|
|
34786
|
-
padding: 0;
|
|
34787
|
-
font-size: 12px;
|
|
34788
|
-
}
|
|
34789
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34790
|
-
margin-right: 10px;
|
|
34791
|
-
}
|
|
34792
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34790
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
34793
34791
|
display: none;
|
|
34794
34792
|
}
|
|
34795
|
-
.
|
|
34796
|
-
|
|
34797
|
-
|
|
34798
|
-
|
|
34793
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34794
|
+
width: 100%;
|
|
34795
|
+
overflow: hidden;
|
|
34796
|
+
white-space: nowrap;
|
|
34797
|
+
text-overflow: ellipsis;
|
|
34799
34798
|
}
|
|
34800
|
-
.
|
|
34801
|
-
|
|
34799
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
34800
|
+
overflow: hidden;
|
|
34801
|
+
text-overflow: ellipsis;
|
|
34802
|
+
flex: 1;
|
|
34802
34803
|
}
|
|
34803
|
-
.
|
|
34804
|
-
padding
|
|
34805
|
-
padding-left: 12px;
|
|
34806
|
-
border-radius: 0 4px 4px 0;
|
|
34804
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
34805
|
+
padding: 15px 25px 15px 8px;
|
|
34807
34806
|
}
|
|
34808
|
-
.
|
|
34809
|
-
|
|
34810
|
-
|
|
34811
|
-
|
|
34812
|
-
border: 13px solid transparent;
|
|
34807
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34808
|
+
padding: 0;
|
|
34809
|
+
}
|
|
34810
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
34813
34811
|
position: absolute;
|
|
34814
|
-
|
|
34815
|
-
|
|
34816
|
-
|
|
34817
|
-
|
|
34818
|
-
|
|
34819
|
-
|
|
34812
|
+
right: 6px;
|
|
34813
|
+
top: 50%;
|
|
34814
|
+
transform: translateY(-50%);
|
|
34815
|
+
height: 16px;
|
|
34816
|
+
display: none;
|
|
34817
|
+
transition: transform 320ms ease;
|
|
34820
34818
|
}
|
|
34821
|
-
.
|
|
34822
|
-
|
|
34819
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
34820
|
+
display: block;
|
|
34821
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34823
34822
|
}
|
|
34824
|
-
.
|
|
34825
|
-
|
|
34826
|
-
width: 0;
|
|
34827
|
-
height: 0;
|
|
34828
|
-
border: 13px solid transparent;
|
|
34829
|
-
position: absolute;
|
|
34830
|
-
top: 0;
|
|
34831
|
-
border-left: 8px solid #fff;
|
|
34832
|
-
left: 0;
|
|
34823
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
34824
|
+
display: block;
|
|
34833
34825
|
}
|
|
34834
|
-
.
|
|
34835
|
-
|
|
34826
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
34827
|
+
display: none;
|
|
34836
34828
|
}
|
|
34837
|
-
.
|
|
34838
|
-
|
|
34829
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
34830
|
+
transform: translateY(-50%);
|
|
34839
34831
|
}
|
|
34840
|
-
.
|
|
34841
|
-
|
|
34832
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
34833
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34842
34834
|
}
|
|
34843
|
-
.
|
|
34844
|
-
|
|
34845
|
-
min-width: var(--item-min-width);
|
|
34835
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
34836
|
+
background: #f2f5fa;
|
|
34846
34837
|
}
|
|
34847
|
-
.
|
|
34848
|
-
|
|
34849
|
-
min-width: var(--item-min-width);
|
|
34838
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
34839
|
+
display: block;
|
|
34850
34840
|
}
|
|
34851
|
-
.
|
|
34852
|
-
|
|
34853
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34841
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
34842
|
+
padding-right: 25px;
|
|
34854
34843
|
}
|
|
34855
|
-
.
|
|
34856
|
-
padding: 0;
|
|
34844
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
34845
|
+
padding: 0 !important;
|
|
34857
34846
|
}
|
|
34858
|
-
|
|
34859
|
-
|
|
34860
|
-
|
|
34861
|
-
|
|
34847
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
34848
|
+
position: absolute;
|
|
34849
|
+
left: 50%;
|
|
34850
|
+
top: 50%;
|
|
34851
|
+
transform: translate(-50%, -50%);
|
|
34862
34852
|
}
|
|
34863
|
-
.
|
|
34864
|
-
|
|
34853
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
34854
|
+
display: none;
|
|
34865
34855
|
}
|
|
34866
|
-
.
|
|
34867
|
-
|
|
34856
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
34857
|
+
background: #fff;
|
|
34868
34858
|
}
|
|
34869
|
-
.
|
|
34870
|
-
background
|
|
34859
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
34860
|
+
background: inherit;
|
|
34871
34861
|
}
|
|
34872
|
-
.
|
|
34873
|
-
|
|
34874
|
-
border
|
|
34875
|
-
|
|
34876
|
-
|
|
34877
|
-
align
|
|
34862
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
34863
|
+
position: static;
|
|
34864
|
+
border: none;
|
|
34865
|
+
background: inherit !important;
|
|
34866
|
+
height: 100px;
|
|
34867
|
+
vertical-align: middle;
|
|
34878
34868
|
}
|
|
34879
|
-
.
|
|
34880
|
-
|
|
34881
|
-
|
|
34869
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
34870
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34871
|
+
font-weight: bold;
|
|
34872
|
+
font-size: 20px;
|
|
34873
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34882
34874
|
}
|
|
34883
|
-
.
|
|
34884
|
-
|
|
34885
|
-
|
|
34886
|
-
max-width: 100%;
|
|
34887
|
-
padding-right: 0;
|
|
34875
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
34876
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
34877
|
+
z-index: 10;
|
|
34888
34878
|
}
|
|
34889
|
-
.
|
|
34890
|
-
|
|
34879
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
34880
|
+
padding: 0 !important;
|
|
34881
|
+
position: relative;
|
|
34882
|
+
background: #fff;
|
|
34891
34883
|
}
|
|
34892
|
-
|
|
34893
|
-
|
|
34894
|
-
|
|
34895
|
-
display: inline-flex;
|
|
34884
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
34885
|
+
height: 100%;
|
|
34886
|
+
display: flex;
|
|
34896
34887
|
align-items: center;
|
|
34897
|
-
justify-content:
|
|
34898
|
-
|
|
34888
|
+
justify-content: flex-end;
|
|
34889
|
+
padding-right: 8px;
|
|
34899
34890
|
}
|
|
34900
|
-
.
|
|
34901
|
-
|
|
34902
|
-
|
|
34903
|
-
|
|
34904
|
-
height: 18px;
|
|
34905
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34891
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34892
|
+
width: 24px;
|
|
34893
|
+
height: 24px;
|
|
34894
|
+
cursor: pointer;
|
|
34906
34895
|
justify-content: center;
|
|
34896
|
+
border-radius: 4px;
|
|
34897
|
+
}
|
|
34898
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
34899
|
+
background: #fff;
|
|
34907
34900
|
}
|
|
34908
34901
|
|
|
34909
|
-
.
|
|
34910
|
-
width:
|
|
34902
|
+
.E_l12xdkhl {
|
|
34903
|
+
width: 64px;
|
|
34904
|
+
height: 64px;
|
|
34905
|
+
max-width: 64px;
|
|
34906
|
+
max-height: 64px;
|
|
34907
|
+
overflow: hidden;
|
|
34911
34908
|
display: flex;
|
|
34912
34909
|
align-items: center;
|
|
34913
34910
|
justify-content: center;
|
|
34914
|
-
|
|
34915
|
-
|
|
34911
|
+
position: relative;
|
|
34912
|
+
opacity: 0.6;
|
|
34916
34913
|
}
|
|
34917
|
-
.
|
|
34918
|
-
|
|
34919
|
-
|
|
34920
|
-
|
|
34921
|
-
|
|
34922
|
-
|
|
34923
|
-
|
|
34914
|
+
.E_l12xdkhl .icon-wrapper {
|
|
34915
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34916
|
+
}
|
|
34917
|
+
@keyframes rotate {
|
|
34918
|
+
from {
|
|
34919
|
+
transform: rotate(0deg);
|
|
34920
|
+
}
|
|
34921
|
+
to {
|
|
34922
|
+
transform: rotate(360deg);
|
|
34923
|
+
}
|
|
34924
34924
|
}
|
|
34925
34925
|
|
|
34926
34926
|
.E_r77hffu {
|
|
@@ -34970,6 +34970,28 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34970
34970
|
background: rgba(163, 180, 204, 0.18);
|
|
34971
34971
|
}
|
|
34972
34972
|
|
|
34973
|
+
.E_t1gvlxt5 {
|
|
34974
|
+
min-width: 0;
|
|
34975
|
+
flex: 1;
|
|
34976
|
+
}
|
|
34977
|
+
.E_t1gvlxt5 .tag {
|
|
34978
|
+
flex: 0 0 auto;
|
|
34979
|
+
}
|
|
34980
|
+
.E_t1gvlxt5 .progress-title {
|
|
34981
|
+
flex: 2;
|
|
34982
|
+
max-width: fit-content;
|
|
34983
|
+
}
|
|
34984
|
+
.E_t1gvlxt5 .progress-desc {
|
|
34985
|
+
flex: 1;
|
|
34986
|
+
max-width: fit-content;
|
|
34987
|
+
}
|
|
34988
|
+
|
|
34989
|
+
.E_a1ji6r68 {
|
|
34990
|
+
display: flex;
|
|
34991
|
+
align-items: center;
|
|
34992
|
+
column-gap: var(--a1ji6r68-0);
|
|
34993
|
+
}
|
|
34994
|
+
|
|
34973
34995
|
.E_msn7nxt {
|
|
34974
34996
|
color: rgba(44, 56, 82, 0.6);
|
|
34975
34997
|
text-align: center;
|
|
@@ -35131,26 +35153,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35131
35153
|
margin-left: 8px;
|
|
35132
35154
|
}
|
|
35133
35155
|
|
|
35134
|
-
.
|
|
35135
|
-
min-width: 0;
|
|
35136
|
-
flex: 1;
|
|
35137
|
-
}
|
|
35138
|
-
.E_t1gvlxt5 .tag {
|
|
35139
|
-
flex: 0 0 auto;
|
|
35140
|
-
}
|
|
35141
|
-
.E_t1gvlxt5 .progress-title {
|
|
35142
|
-
flex: 2;
|
|
35143
|
-
max-width: fit-content;
|
|
35144
|
-
}
|
|
35145
|
-
.E_t1gvlxt5 .progress-desc {
|
|
35146
|
-
flex: 1;
|
|
35147
|
-
max-width: fit-content;
|
|
35148
|
-
}
|
|
35149
|
-
|
|
35150
|
-
.E_a1ji6r68 {
|
|
35156
|
+
.E_s20iney.skeleton-box {
|
|
35151
35157
|
display: flex;
|
|
35152
35158
|
align-items: center;
|
|
35153
|
-
|
|
35159
|
+
justify-content: center;
|
|
35160
|
+
position: relative;
|
|
35161
|
+
border-radius: 2px;
|
|
35162
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35163
|
+
overflow: hidden;
|
|
35164
|
+
}
|
|
35165
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35166
|
+
width: 200%;
|
|
35167
|
+
height: 200%;
|
|
35168
|
+
transform: rotate(15deg);
|
|
35169
|
+
position: absolute;
|
|
35170
|
+
top: -50%;
|
|
35171
|
+
flex-shrink: 0;
|
|
35172
|
+
opacity: 0.8;
|
|
35173
|
+
background: linear-gradient(90deg, #FFFFFF 15%, rgba(255, 255, 255, 0.6) 50%, #FFFFFF 85%);
|
|
35174
|
+
animation: shimmer 1100ms infinite;
|
|
35175
|
+
}
|
|
35176
|
+
@keyframes shimmer {
|
|
35177
|
+
from {
|
|
35178
|
+
left: -120%;
|
|
35179
|
+
}
|
|
35180
|
+
to {
|
|
35181
|
+
left: 100%;
|
|
35182
|
+
}
|
|
35154
35183
|
}
|
|
35155
35184
|
|
|
35156
35185
|
.E_t1g36k2w {
|