@cloudtower/eagle 0.29.31 → 0.29.32
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/stats1.html +1 -1
- package/dist/components.css +1907 -1906
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1931 -1931
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29572,20 +29572,6 @@ html body {
|
|
|
29572
29572
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29573
29573
|
}
|
|
29574
29574
|
}
|
|
29575
|
-
.E_m74vjol {
|
|
29576
|
-
display: flex;
|
|
29577
|
-
justify-content: space-between;
|
|
29578
|
-
width: 100%;
|
|
29579
|
-
}
|
|
29580
|
-
|
|
29581
|
-
.E_m74vjol .action {
|
|
29582
|
-
margin-left: 16px;
|
|
29583
|
-
}
|
|
29584
|
-
|
|
29585
|
-
.E_a1o35uvh .ant-alert-message {
|
|
29586
|
-
width: 100%;
|
|
29587
|
-
}
|
|
29588
|
-
|
|
29589
29575
|
.E_c18gxmrl {
|
|
29590
29576
|
border: 1px solid #d8deeb;
|
|
29591
29577
|
border-radius: 4px;
|
|
@@ -29611,6 +29597,20 @@ html body {
|
|
|
29611
29597
|
padding: 8px 12px;
|
|
29612
29598
|
}
|
|
29613
29599
|
|
|
29600
|
+
.E_m74vjol {
|
|
29601
|
+
display: flex;
|
|
29602
|
+
justify-content: space-between;
|
|
29603
|
+
width: 100%;
|
|
29604
|
+
}
|
|
29605
|
+
|
|
29606
|
+
.E_m74vjol .action {
|
|
29607
|
+
margin-left: 16px;
|
|
29608
|
+
}
|
|
29609
|
+
|
|
29610
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29611
|
+
width: 100%;
|
|
29612
|
+
}
|
|
29613
|
+
|
|
29614
29614
|
.E_berrcjl {
|
|
29615
29615
|
color: rgba(10, 37, 85, 0.6);
|
|
29616
29616
|
margin-bottom: 4px;
|
|
@@ -29630,39 +29630,100 @@ html body {
|
|
|
29630
29630
|
color: #005ed1;
|
|
29631
29631
|
}
|
|
29632
29632
|
|
|
29633
|
-
.
|
|
29634
|
-
|
|
29633
|
+
.E_d1bw7c5z {
|
|
29634
|
+
position: relative;
|
|
29635
|
+
max-width: 388px;
|
|
29636
|
+
min-width: 285px;
|
|
29635
29637
|
}
|
|
29636
29638
|
|
|
29637
|
-
.
|
|
29638
|
-
|
|
29639
|
-
|
|
29639
|
+
.E_d1bw7c5z .center {
|
|
29640
|
+
position: absolute;
|
|
29641
|
+
font-size: 12px;
|
|
29642
|
+
width: 80px;
|
|
29643
|
+
height: 100px;
|
|
29644
|
+
top: 0;
|
|
29645
|
+
left: 35px;
|
|
29646
|
+
display: flex;
|
|
29647
|
+
flex-direction: column;
|
|
29648
|
+
justify-content: center;
|
|
29649
|
+
align-items: center;
|
|
29650
|
+
color: #00122e;
|
|
29640
29651
|
}
|
|
29641
29652
|
|
|
29642
|
-
.
|
|
29643
|
-
|
|
29653
|
+
.E_d1bw7c5z .center .number {
|
|
29654
|
+
font-size: 24px;
|
|
29655
|
+
font-weight: 700;
|
|
29644
29656
|
}
|
|
29645
29657
|
|
|
29646
|
-
.
|
|
29647
|
-
|
|
29658
|
+
.E_d1bw7c5z .center .text {
|
|
29659
|
+
padding: 0 5px;
|
|
29660
|
+
font-size: 12px;
|
|
29661
|
+
width: inherit;
|
|
29662
|
+
text-align: center;
|
|
29648
29663
|
}
|
|
29649
29664
|
|
|
29650
|
-
.
|
|
29651
|
-
|
|
29665
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
29666
|
+
display: flex;
|
|
29652
29667
|
}
|
|
29653
29668
|
|
|
29654
|
-
.
|
|
29655
|
-
|
|
29656
|
-
|
|
29669
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29670
|
+
position: relative !important;
|
|
29671
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29672
|
+
left: 0 !important;
|
|
29673
|
+
bottom: 0 !important;
|
|
29674
|
+
display: flex;
|
|
29675
|
+
align-items: center;
|
|
29657
29676
|
}
|
|
29658
29677
|
|
|
29659
|
-
.
|
|
29660
|
-
|
|
29661
|
-
border-bottom-left-radius: 0;
|
|
29678
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29679
|
+
width: 100%;
|
|
29662
29680
|
}
|
|
29663
29681
|
|
|
29664
|
-
.
|
|
29665
|
-
|
|
29682
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29683
|
+
width: 100%;
|
|
29684
|
+
margin-right: 0 !important;
|
|
29685
|
+
line-height: 18px;
|
|
29686
|
+
}
|
|
29687
|
+
|
|
29688
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29689
|
+
border-radius: 2px;
|
|
29690
|
+
}
|
|
29691
|
+
|
|
29692
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29693
|
+
min-width: 75px;
|
|
29694
|
+
max-width: 198px;
|
|
29695
|
+
width: calc(100% - 20px);
|
|
29696
|
+
margin-left: 2px;
|
|
29697
|
+
color: #00122e !important;
|
|
29698
|
+
display: inline-flex;
|
|
29699
|
+
justify-content: space-between;
|
|
29700
|
+
}
|
|
29701
|
+
|
|
29702
|
+
.E_d1bw7c5z .tooltip-text {
|
|
29703
|
+
maxwidth: calc(100% - 12px);
|
|
29704
|
+
cursor: pointer;
|
|
29705
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29706
|
+
overflow: hidden;
|
|
29707
|
+
text-overflow: ellipsis;
|
|
29708
|
+
white-space: nowrap;
|
|
29709
|
+
}
|
|
29710
|
+
|
|
29711
|
+
.E_d1bw7c5z .value {
|
|
29712
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29713
|
+
}
|
|
29714
|
+
|
|
29715
|
+
.E_t10pqbtc {
|
|
29716
|
+
width: 140px;
|
|
29717
|
+
}
|
|
29718
|
+
|
|
29719
|
+
.E_t10pqbtc .item {
|
|
29720
|
+
margin: 6px auto;
|
|
29721
|
+
display: flex;
|
|
29722
|
+
justify-content: space-between;
|
|
29723
|
+
}
|
|
29724
|
+
|
|
29725
|
+
.E_t10pqbtc .item .name {
|
|
29726
|
+
width: 102px;
|
|
29666
29727
|
}
|
|
29667
29728
|
|
|
29668
29729
|
.E_c1uzzomf {
|
|
@@ -29690,6 +29751,56 @@ html body {
|
|
|
29690
29751
|
text-align: center;
|
|
29691
29752
|
}
|
|
29692
29753
|
|
|
29754
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29755
|
+
padding: 4px 8px 0 8px;
|
|
29756
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29757
|
+
font-size: 12px;
|
|
29758
|
+
}
|
|
29759
|
+
|
|
29760
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29761
|
+
padding-bottom: 6px;
|
|
29762
|
+
}
|
|
29763
|
+
|
|
29764
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29765
|
+
padding-top: 4px;
|
|
29766
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29767
|
+
}
|
|
29768
|
+
|
|
29769
|
+
.E_b1nip9bk {
|
|
29770
|
+
padding: 4px 11px;
|
|
29771
|
+
}
|
|
29772
|
+
|
|
29773
|
+
.E_bqamoqe {
|
|
29774
|
+
white-space: nowrap;
|
|
29775
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29776
|
+
}
|
|
29777
|
+
|
|
29778
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29779
|
+
--color: #0080ff;
|
|
29780
|
+
}
|
|
29781
|
+
|
|
29782
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29783
|
+
--color: #0080ff;
|
|
29784
|
+
}
|
|
29785
|
+
|
|
29786
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29787
|
+
margin-left: 1px;
|
|
29788
|
+
}
|
|
29789
|
+
|
|
29790
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29791
|
+
border-top-right-radius: 0;
|
|
29792
|
+
border-bottom-right-radius: 0;
|
|
29793
|
+
}
|
|
29794
|
+
|
|
29795
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29796
|
+
border-top-left-radius: 0;
|
|
29797
|
+
border-bottom-left-radius: 0;
|
|
29798
|
+
}
|
|
29799
|
+
|
|
29800
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29801
|
+
border-radius: unset;
|
|
29802
|
+
}
|
|
29803
|
+
|
|
29693
29804
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29694
29805
|
justify-content: center;
|
|
29695
29806
|
}
|
|
@@ -29982,179 +30093,64 @@ button.E_n7k2c6r {
|
|
|
29982
30093
|
padding: 0;
|
|
29983
30094
|
}
|
|
29984
30095
|
|
|
29985
|
-
.
|
|
29986
|
-
|
|
29987
|
-
max-width: 388px;
|
|
29988
|
-
min-width: 285px;
|
|
30096
|
+
.E_c1yyuluq {
|
|
30097
|
+
border-radius: 8px;
|
|
29989
30098
|
}
|
|
29990
30099
|
|
|
29991
|
-
.
|
|
29992
|
-
|
|
29993
|
-
font-size: 12px;
|
|
29994
|
-
width: 80px;
|
|
29995
|
-
height: 100px;
|
|
29996
|
-
top: 0;
|
|
29997
|
-
left: 35px;
|
|
29998
|
-
display: flex;
|
|
29999
|
-
flex-direction: column;
|
|
30000
|
-
justify-content: center;
|
|
30001
|
-
align-items: center;
|
|
30002
|
-
color: #00122e;
|
|
30100
|
+
.E_c1yyuluq .ant-card-body {
|
|
30101
|
+
padding: 20px 24px 24px 24px;
|
|
30003
30102
|
}
|
|
30004
30103
|
|
|
30005
|
-
.
|
|
30006
|
-
|
|
30007
|
-
|
|
30104
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30105
|
+
border: 0px;
|
|
30106
|
+
background-color: #fff;
|
|
30008
30107
|
}
|
|
30009
30108
|
|
|
30010
|
-
.
|
|
30011
|
-
padding:
|
|
30012
|
-
|
|
30013
|
-
|
|
30014
|
-
|
|
30109
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30110
|
+
padding-top: 0px;
|
|
30111
|
+
padding-bottom: 0px;
|
|
30112
|
+
padding-left: 0px !important;
|
|
30113
|
+
padding-right: 24px;
|
|
30015
30114
|
}
|
|
30016
30115
|
|
|
30017
|
-
.
|
|
30018
|
-
|
|
30116
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30117
|
+
right: 0px;
|
|
30019
30118
|
}
|
|
30020
30119
|
|
|
30021
|
-
.
|
|
30022
|
-
|
|
30023
|
-
|
|
30024
|
-
|
|
30025
|
-
|
|
30120
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30121
|
+
padding: 0px;
|
|
30122
|
+
}
|
|
30123
|
+
|
|
30124
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30125
|
+
padding-right: 0px;
|
|
30126
|
+
cursor: default;
|
|
30127
|
+
}
|
|
30128
|
+
|
|
30129
|
+
.E_phljevk {
|
|
30026
30130
|
display: flex;
|
|
30131
|
+
justify-content: space-between;
|
|
30027
30132
|
align-items: center;
|
|
30133
|
+
padding: 10px 0;
|
|
30134
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30135
|
+
font-size: 12px;
|
|
30136
|
+
line-height: 24px;
|
|
30028
30137
|
}
|
|
30029
30138
|
|
|
30030
|
-
.
|
|
30031
|
-
|
|
30139
|
+
.E_phljevk .pagination-left {
|
|
30140
|
+
padding: 2px 8px;
|
|
30032
30141
|
}
|
|
30033
30142
|
|
|
30034
|
-
.
|
|
30035
|
-
|
|
30036
|
-
|
|
30037
|
-
|
|
30143
|
+
.E_phljevk .dropdown-trigger {
|
|
30144
|
+
display: flex;
|
|
30145
|
+
align-items: center;
|
|
30146
|
+
border-radius: 6px;
|
|
30147
|
+
cursor: pointer;
|
|
30148
|
+
transition: all 0.3s ease;
|
|
30038
30149
|
}
|
|
30039
30150
|
|
|
30040
|
-
.
|
|
30041
|
-
|
|
30042
|
-
|
|
30043
|
-
|
|
30044
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30045
|
-
min-width: 75px;
|
|
30046
|
-
max-width: 198px;
|
|
30047
|
-
width: calc(100% - 20px);
|
|
30048
|
-
margin-left: 2px;
|
|
30049
|
-
color: #00122e !important;
|
|
30050
|
-
display: inline-flex;
|
|
30051
|
-
justify-content: space-between;
|
|
30052
|
-
}
|
|
30053
|
-
|
|
30054
|
-
.E_d1bw7c5z .tooltip-text {
|
|
30055
|
-
maxwidth: calc(100% - 12px);
|
|
30056
|
-
cursor: pointer;
|
|
30057
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30058
|
-
overflow: hidden;
|
|
30059
|
-
text-overflow: ellipsis;
|
|
30060
|
-
white-space: nowrap;
|
|
30061
|
-
}
|
|
30062
|
-
|
|
30063
|
-
.E_d1bw7c5z .value {
|
|
30064
|
-
color: rgba(44, 56, 82, 0.75);
|
|
30065
|
-
}
|
|
30066
|
-
|
|
30067
|
-
.E_t10pqbtc {
|
|
30068
|
-
width: 140px;
|
|
30069
|
-
}
|
|
30070
|
-
|
|
30071
|
-
.E_t10pqbtc .item {
|
|
30072
|
-
margin: 6px auto;
|
|
30073
|
-
display: flex;
|
|
30074
|
-
justify-content: space-between;
|
|
30075
|
-
}
|
|
30076
|
-
|
|
30077
|
-
.E_t10pqbtc .item .name {
|
|
30078
|
-
width: 102px;
|
|
30079
|
-
}
|
|
30080
|
-
|
|
30081
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30082
|
-
padding: 4px 8px 0 8px;
|
|
30083
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30084
|
-
font-size: 12px;
|
|
30085
|
-
}
|
|
30086
|
-
|
|
30087
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30088
|
-
padding-bottom: 6px;
|
|
30089
|
-
}
|
|
30090
|
-
|
|
30091
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30092
|
-
padding-top: 4px;
|
|
30093
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30094
|
-
}
|
|
30095
|
-
|
|
30096
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30097
|
-
border: 0px;
|
|
30098
|
-
background-color: #fff;
|
|
30099
|
-
}
|
|
30100
|
-
|
|
30101
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30102
|
-
padding-top: 0px;
|
|
30103
|
-
padding-bottom: 0px;
|
|
30104
|
-
padding-left: 0px !important;
|
|
30105
|
-
padding-right: 24px;
|
|
30106
|
-
}
|
|
30107
|
-
|
|
30108
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30109
|
-
right: 0px;
|
|
30110
|
-
}
|
|
30111
|
-
|
|
30112
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30113
|
-
padding: 0px;
|
|
30114
|
-
}
|
|
30115
|
-
|
|
30116
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30117
|
-
padding-right: 0px;
|
|
30118
|
-
cursor: default;
|
|
30119
|
-
}
|
|
30120
|
-
|
|
30121
|
-
.E_c1yyuluq {
|
|
30122
|
-
border-radius: 8px;
|
|
30123
|
-
}
|
|
30124
|
-
|
|
30125
|
-
.E_c1yyuluq .ant-card-body {
|
|
30126
|
-
padding: 20px 24px 24px 24px;
|
|
30127
|
-
}
|
|
30128
|
-
|
|
30129
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30130
|
-
display: flex;
|
|
30131
|
-
}
|
|
30132
|
-
|
|
30133
|
-
.E_phljevk {
|
|
30134
|
-
display: flex;
|
|
30135
|
-
justify-content: space-between;
|
|
30136
|
-
align-items: center;
|
|
30137
|
-
padding: 10px 0;
|
|
30138
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30139
|
-
font-size: 12px;
|
|
30140
|
-
line-height: 24px;
|
|
30141
|
-
}
|
|
30142
|
-
|
|
30143
|
-
.E_phljevk .pagination-left {
|
|
30144
|
-
padding: 2px 8px;
|
|
30145
|
-
}
|
|
30146
|
-
|
|
30147
|
-
.E_phljevk .dropdown-trigger {
|
|
30148
|
-
display: flex;
|
|
30149
|
-
align-items: center;
|
|
30150
|
-
border-radius: 6px;
|
|
30151
|
-
cursor: pointer;
|
|
30152
|
-
transition: all 0.3s ease;
|
|
30153
|
-
}
|
|
30154
|
-
|
|
30155
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30156
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30157
|
-
color: #0080ff;
|
|
30151
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30152
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30153
|
+
color: #0080ff;
|
|
30158
30154
|
}
|
|
30159
30155
|
|
|
30160
30156
|
.E_phljevk .dropdown-trigger .icon-inner {
|
|
@@ -30197,8 +30193,8 @@ button.E_n7k2c6r {
|
|
|
30197
30193
|
line-height: 18px;
|
|
30198
30194
|
}
|
|
30199
30195
|
|
|
30200
|
-
.
|
|
30201
|
-
|
|
30196
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30197
|
+
display: flex;
|
|
30202
30198
|
}
|
|
30203
30199
|
|
|
30204
30200
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30380,6 +30376,10 @@ button.E_n7k2c6r {
|
|
|
30380
30376
|
width: 36px;
|
|
30381
30377
|
}
|
|
30382
30378
|
|
|
30379
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30380
|
+
line-height: 18px;
|
|
30381
|
+
}
|
|
30382
|
+
|
|
30383
30383
|
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
30384
30384
|
border-radius: 6px;
|
|
30385
30385
|
}
|
|
@@ -30451,8 +30451,47 @@ button.E_n7k2c6r {
|
|
|
30451
30451
|
transform: rotate(180deg);
|
|
30452
30452
|
}
|
|
30453
30453
|
|
|
30454
|
-
.
|
|
30455
|
-
|
|
30454
|
+
.E_c1bus5hc {
|
|
30455
|
+
--color: white;
|
|
30456
|
+
height: 14px;
|
|
30457
|
+
width: 14px;
|
|
30458
|
+
border-radius: 50%;
|
|
30459
|
+
flex-shrink: 0;
|
|
30460
|
+
display: flex;
|
|
30461
|
+
align-items: center;
|
|
30462
|
+
justify-content: center;
|
|
30463
|
+
border: 1px solid var(--color);
|
|
30464
|
+
}
|
|
30465
|
+
|
|
30466
|
+
.E_c1bus5hc .circle-inner {
|
|
30467
|
+
position: relative;
|
|
30468
|
+
height: 10px;
|
|
30469
|
+
width: 10px;
|
|
30470
|
+
border-radius: 50%;
|
|
30471
|
+
overflow: hidden;
|
|
30472
|
+
}
|
|
30473
|
+
|
|
30474
|
+
.E_c1bus5hc .circle-content {
|
|
30475
|
+
position: absolute;
|
|
30476
|
+
height: 100%;
|
|
30477
|
+
width: 100%;
|
|
30478
|
+
left: 0;
|
|
30479
|
+
top: 0;
|
|
30480
|
+
border-radius: 50%;
|
|
30481
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30482
|
+
transform: rotate(180deg);
|
|
30483
|
+
}
|
|
30484
|
+
|
|
30485
|
+
.E_c1bus5hc .circle-child {
|
|
30486
|
+
position: absolute;
|
|
30487
|
+
height: 100%;
|
|
30488
|
+
width: 100%;
|
|
30489
|
+
left: 0;
|
|
30490
|
+
top: 0;
|
|
30491
|
+
margin-left: 50%;
|
|
30492
|
+
transform-origin: left;
|
|
30493
|
+
background: white;
|
|
30494
|
+
transform: rotate(0deg);
|
|
30456
30495
|
}
|
|
30457
30496
|
|
|
30458
30497
|
.E_ivqqkzv {
|
|
@@ -30532,47 +30571,8 @@ button.E_n7k2c6r {
|
|
|
30532
30571
|
margin-left: 5px;
|
|
30533
30572
|
}
|
|
30534
30573
|
|
|
30535
|
-
.
|
|
30536
|
-
|
|
30537
|
-
height: 14px;
|
|
30538
|
-
width: 14px;
|
|
30539
|
-
border-radius: 50%;
|
|
30540
|
-
flex-shrink: 0;
|
|
30541
|
-
display: flex;
|
|
30542
|
-
align-items: center;
|
|
30543
|
-
justify-content: center;
|
|
30544
|
-
border: 1px solid var(--color);
|
|
30545
|
-
}
|
|
30546
|
-
|
|
30547
|
-
.E_c1bus5hc .circle-inner {
|
|
30548
|
-
position: relative;
|
|
30549
|
-
height: 10px;
|
|
30550
|
-
width: 10px;
|
|
30551
|
-
border-radius: 50%;
|
|
30552
|
-
overflow: hidden;
|
|
30553
|
-
}
|
|
30554
|
-
|
|
30555
|
-
.E_c1bus5hc .circle-content {
|
|
30556
|
-
position: absolute;
|
|
30557
|
-
height: 100%;
|
|
30558
|
-
width: 100%;
|
|
30559
|
-
left: 0;
|
|
30560
|
-
top: 0;
|
|
30561
|
-
border-radius: 50%;
|
|
30562
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30563
|
-
transform: rotate(180deg);
|
|
30564
|
-
}
|
|
30565
|
-
|
|
30566
|
-
.E_c1bus5hc .circle-child {
|
|
30567
|
-
position: absolute;
|
|
30568
|
-
height: 100%;
|
|
30569
|
-
width: 100%;
|
|
30570
|
-
left: 0;
|
|
30571
|
-
top: 0;
|
|
30572
|
-
margin-left: 50%;
|
|
30573
|
-
transform-origin: left;
|
|
30574
|
-
background: white;
|
|
30575
|
-
transform: rotate(0deg);
|
|
30574
|
+
.E_iq1gosr {
|
|
30575
|
+
display: inline-block;
|
|
30576
30576
|
}
|
|
30577
30577
|
|
|
30578
30578
|
.E_c18bcrac {
|
|
@@ -30624,36 +30624,210 @@ button.E_n7k2c6r {
|
|
|
30624
30624
|
margin-right: 4px;
|
|
30625
30625
|
}
|
|
30626
30626
|
|
|
30627
|
-
.
|
|
30628
|
-
|
|
30629
|
-
border-radius: 4px;
|
|
30627
|
+
.E_tju3gfj .date {
|
|
30628
|
+
margin-right: 4px;
|
|
30630
30629
|
}
|
|
30631
30630
|
|
|
30632
|
-
.
|
|
30633
|
-
|
|
30634
|
-
|
|
30631
|
+
.E_s1ebs0ra {
|
|
30632
|
+
display: flex;
|
|
30633
|
+
align-items: center;
|
|
30634
|
+
justify-content: space-between;
|
|
30635
|
+
background: #edf0f7;
|
|
30636
|
+
padding: 8px 12px;
|
|
30637
|
+
position: sticky;
|
|
30638
|
+
top: 0;
|
|
30639
|
+
z-index: 1;
|
|
30640
|
+
margin-bottom: -52px;
|
|
30635
30641
|
}
|
|
30636
30642
|
|
|
30637
|
-
.
|
|
30638
|
-
|
|
30639
|
-
|
|
30643
|
+
.E_s1ebs0ra .select-total {
|
|
30644
|
+
display: flex;
|
|
30645
|
+
align-items: center;
|
|
30646
|
+
font-weight: 700;
|
|
30647
|
+
flex-shrink: 0;
|
|
30640
30648
|
}
|
|
30641
30649
|
|
|
30642
|
-
.
|
|
30643
|
-
|
|
30650
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
30651
|
+
cursor: pointer;
|
|
30652
|
+
margin-left: 8px;
|
|
30653
|
+
width: 32px;
|
|
30654
|
+
height: 32px;
|
|
30655
|
+
border-radius: 50%;
|
|
30656
|
+
justify-content: center;
|
|
30644
30657
|
}
|
|
30645
30658
|
|
|
30646
|
-
.
|
|
30647
|
-
|
|
30648
|
-
margin-right: 8px;
|
|
30649
|
-
display: inline-flex;
|
|
30650
|
-
align-items: center;
|
|
30651
|
-
border: none;
|
|
30659
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30660
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30652
30661
|
}
|
|
30653
30662
|
|
|
30654
|
-
.
|
|
30655
|
-
|
|
30656
|
-
|
|
30663
|
+
.E_s1ebs0ra .action-group {
|
|
30664
|
+
flex: 1;
|
|
30665
|
+
margin-left: 88px;
|
|
30666
|
+
white-space: nowrap;
|
|
30667
|
+
text-align: right;
|
|
30668
|
+
position: relative;
|
|
30669
|
+
padding: 4px 0;
|
|
30670
|
+
margin-top: -4px;
|
|
30671
|
+
overflow: hidden;
|
|
30672
|
+
}
|
|
30673
|
+
|
|
30674
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30675
|
+
transform: translateY(-4px);
|
|
30676
|
+
}
|
|
30677
|
+
|
|
30678
|
+
.E_s1ebs0ra .action-group button {
|
|
30679
|
+
border: none;
|
|
30680
|
+
}
|
|
30681
|
+
|
|
30682
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30683
|
+
margin-right: 8px;
|
|
30684
|
+
}
|
|
30685
|
+
|
|
30686
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
30687
|
+
margin-right: 4px;
|
|
30688
|
+
}
|
|
30689
|
+
|
|
30690
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
30691
|
+
cursor: pointer;
|
|
30692
|
+
width: 32px;
|
|
30693
|
+
height: 32px;
|
|
30694
|
+
justify-content: center;
|
|
30695
|
+
border-radius: 50%;
|
|
30696
|
+
}
|
|
30697
|
+
|
|
30698
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30699
|
+
background: #fff;
|
|
30700
|
+
}
|
|
30701
|
+
|
|
30702
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30703
|
+
display: none;
|
|
30704
|
+
}
|
|
30705
|
+
|
|
30706
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30707
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30708
|
+
border-radius: 4px;
|
|
30709
|
+
}
|
|
30710
|
+
|
|
30711
|
+
.E_s1dni7lo {
|
|
30712
|
+
width: 430px !important;
|
|
30713
|
+
}
|
|
30714
|
+
|
|
30715
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30716
|
+
padding: 8px 16px;
|
|
30717
|
+
line-height: 18px;
|
|
30718
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30719
|
+
height: 34px;
|
|
30720
|
+
min-height: 34px;
|
|
30721
|
+
box-sizing: border-box;
|
|
30722
|
+
margin-top: 8px;
|
|
30723
|
+
}
|
|
30724
|
+
|
|
30725
|
+
.E_o1ugr09p {
|
|
30726
|
+
display: flex;
|
|
30727
|
+
flex-direction: column;
|
|
30728
|
+
margin: 1px 8px;
|
|
30729
|
+
padding: 8px;
|
|
30730
|
+
border-radius: 4px;
|
|
30731
|
+
}
|
|
30732
|
+
|
|
30733
|
+
.E_o1ugr09p .selected-icon {
|
|
30734
|
+
display: none;
|
|
30735
|
+
}
|
|
30736
|
+
|
|
30737
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30738
|
+
padding-left: 8px;
|
|
30739
|
+
}
|
|
30740
|
+
|
|
30741
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30742
|
+
background-color: white;
|
|
30743
|
+
}
|
|
30744
|
+
|
|
30745
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30746
|
+
color: #0080ff;
|
|
30747
|
+
}
|
|
30748
|
+
|
|
30749
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30750
|
+
display: block;
|
|
30751
|
+
}
|
|
30752
|
+
|
|
30753
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30754
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30755
|
+
}
|
|
30756
|
+
|
|
30757
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30758
|
+
color: #0080ff;
|
|
30759
|
+
}
|
|
30760
|
+
|
|
30761
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30762
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30763
|
+
color: #0080ff;
|
|
30764
|
+
}
|
|
30765
|
+
|
|
30766
|
+
.E_o1ifxsq4 {
|
|
30767
|
+
display: flex;
|
|
30768
|
+
justify-content: space-between;
|
|
30769
|
+
height: 20px;
|
|
30770
|
+
line-height: 20px;
|
|
30771
|
+
}
|
|
30772
|
+
|
|
30773
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30774
|
+
color: #2d3a56;
|
|
30775
|
+
overflow: hidden;
|
|
30776
|
+
text-overflow: ellipsis;
|
|
30777
|
+
}
|
|
30778
|
+
|
|
30779
|
+
.E_o1zue7 {
|
|
30780
|
+
display: flex;
|
|
30781
|
+
justify-content: space-between;
|
|
30782
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30783
|
+
height: 18px;
|
|
30784
|
+
line-height: 18px;
|
|
30785
|
+
margin-top: 2px;
|
|
30786
|
+
}
|
|
30787
|
+
|
|
30788
|
+
.E_tyfmlxg {
|
|
30789
|
+
border: none;
|
|
30790
|
+
margin-right: 0;
|
|
30791
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30792
|
+
}
|
|
30793
|
+
|
|
30794
|
+
.E_o18uybox {
|
|
30795
|
+
pointer-events: none;
|
|
30796
|
+
height: 32px;
|
|
30797
|
+
width: 100%;
|
|
30798
|
+
opacity: 0;
|
|
30799
|
+
}
|
|
30800
|
+
|
|
30801
|
+
.E_s1sck0th {
|
|
30802
|
+
padding: 0 8px;
|
|
30803
|
+
border-radius: 4px;
|
|
30804
|
+
}
|
|
30805
|
+
|
|
30806
|
+
.E_m855nr1 {
|
|
30807
|
+
padding: 2px 8px;
|
|
30808
|
+
border-radius: 3px;
|
|
30809
|
+
}
|
|
30810
|
+
|
|
30811
|
+
.E_l1270xpg {
|
|
30812
|
+
padding: 3px 8px;
|
|
30813
|
+
border-radius: 2px;
|
|
30814
|
+
}
|
|
30815
|
+
|
|
30816
|
+
.E_t14rextb.ant-tag:hover {
|
|
30817
|
+
opacity: unset;
|
|
30818
|
+
}
|
|
30819
|
+
|
|
30820
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30821
|
+
margin: 0;
|
|
30822
|
+
margin-right: 8px;
|
|
30823
|
+
display: inline-flex;
|
|
30824
|
+
align-items: center;
|
|
30825
|
+
border: none;
|
|
30826
|
+
}
|
|
30827
|
+
|
|
30828
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30829
|
+
width: 16px;
|
|
30830
|
+
height: 16px;
|
|
30657
30831
|
color: inherit;
|
|
30658
30832
|
margin-left: 4px;
|
|
30659
30833
|
opacity: 0.6;
|
|
@@ -30722,19 +30896,6 @@ button.E_n7k2c6r {
|
|
|
30722
30896
|
background-color: #7E41FF;
|
|
30723
30897
|
}
|
|
30724
30898
|
|
|
30725
|
-
.E_iq1gosr {
|
|
30726
|
-
display: inline-block;
|
|
30727
|
-
}
|
|
30728
|
-
|
|
30729
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30730
|
-
display: none;
|
|
30731
|
-
}
|
|
30732
|
-
|
|
30733
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30734
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30735
|
-
border-radius: 4px;
|
|
30736
|
-
}
|
|
30737
|
-
|
|
30738
30899
|
.E_clm1wy1 {
|
|
30739
30900
|
width: 192px;
|
|
30740
30901
|
height: 246px;
|
|
@@ -30844,181 +31005,187 @@ button.E_n7k2c6r {
|
|
|
30844
31005
|
border-radius: 2px;
|
|
30845
31006
|
}
|
|
30846
31007
|
|
|
30847
|
-
.
|
|
30848
|
-
|
|
30849
|
-
|
|
30850
|
-
|
|
30851
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
30852
|
-
padding: 8px 16px;
|
|
31008
|
+
.E_n12mqh7z {
|
|
31009
|
+
display: flex;
|
|
31010
|
+
align-items: center;
|
|
31011
|
+
font-size: 12px;
|
|
30853
31012
|
line-height: 18px;
|
|
30854
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30855
|
-
height: 34px;
|
|
30856
|
-
min-height: 34px;
|
|
30857
|
-
box-sizing: border-box;
|
|
30858
|
-
margin-top: 8px;
|
|
30859
31013
|
}
|
|
30860
31014
|
|
|
30861
|
-
.
|
|
30862
|
-
|
|
30863
|
-
flex-direction: column;
|
|
30864
|
-
margin: 1px 8px;
|
|
30865
|
-
padding: 8px;
|
|
30866
|
-
border-radius: 4px;
|
|
31015
|
+
.E_n12mqh7z:not(:last-child) {
|
|
31016
|
+
margin-bottom: 4px;
|
|
30867
31017
|
}
|
|
30868
31018
|
|
|
30869
|
-
.
|
|
30870
|
-
|
|
31019
|
+
.E_tf5bynu {
|
|
31020
|
+
margin: 0 3px;
|
|
30871
31021
|
}
|
|
30872
31022
|
|
|
30873
|
-
.
|
|
30874
|
-
|
|
31023
|
+
.E_tcckoz1 {
|
|
31024
|
+
max-height: 400px;
|
|
31025
|
+
overflow: auto;
|
|
30875
31026
|
}
|
|
30876
31027
|
|
|
30877
|
-
.
|
|
30878
|
-
|
|
31028
|
+
.E_gmyahx3 {
|
|
31029
|
+
cursor: pointer;
|
|
30879
31030
|
}
|
|
30880
31031
|
|
|
30881
|
-
.
|
|
30882
|
-
color:
|
|
31032
|
+
.E_gmyahx3 .link-text {
|
|
31033
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30883
31034
|
}
|
|
30884
31035
|
|
|
30885
|
-
.
|
|
30886
|
-
|
|
31036
|
+
.E_gmyahx3:hover .link-text {
|
|
31037
|
+
color: #0080ff;
|
|
30887
31038
|
}
|
|
30888
31039
|
|
|
30889
|
-
.
|
|
30890
|
-
|
|
31040
|
+
.E_ou7iq30 {
|
|
31041
|
+
overflow: hidden;
|
|
31042
|
+
text-overflow: ellipsis;
|
|
30891
31043
|
}
|
|
30892
31044
|
|
|
30893
|
-
.
|
|
30894
|
-
|
|
31045
|
+
.E_s1tui002 {
|
|
31046
|
+
white-space: nowrap;
|
|
30895
31047
|
}
|
|
30896
31048
|
|
|
30897
|
-
.
|
|
30898
|
-
|
|
30899
|
-
|
|
31049
|
+
.E_mxrc2zg {
|
|
31050
|
+
display: -webkit-box;
|
|
31051
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
31052
|
+
-webkit-box-orient: vertical;
|
|
31053
|
+
word-break: break-all;
|
|
30900
31054
|
}
|
|
30901
31055
|
|
|
30902
|
-
.
|
|
31056
|
+
.E_fzh9mnb {
|
|
31057
|
+
width: 100%;
|
|
31058
|
+
height: 100%;
|
|
31059
|
+
min-height: 124px;
|
|
30903
31060
|
display: flex;
|
|
30904
|
-
|
|
30905
|
-
|
|
30906
|
-
|
|
31061
|
+
flex-direction: column;
|
|
31062
|
+
justify-content: center;
|
|
31063
|
+
align-items: center;
|
|
30907
31064
|
}
|
|
30908
31065
|
|
|
30909
|
-
.
|
|
30910
|
-
color:
|
|
30911
|
-
|
|
30912
|
-
|
|
31066
|
+
.E_fzh9mnb .error-text {
|
|
31067
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31068
|
+
margin-bottom: 16px;
|
|
31069
|
+
font-size: 18px;
|
|
30913
31070
|
}
|
|
30914
31071
|
|
|
30915
|
-
.
|
|
30916
|
-
|
|
30917
|
-
justify-content: space-between;
|
|
30918
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30919
|
-
height: 18px;
|
|
30920
|
-
line-height: 18px;
|
|
30921
|
-
margin-top: 2px;
|
|
31072
|
+
.E_t1sqg15u {
|
|
31073
|
+
background: white;
|
|
30922
31074
|
}
|
|
30923
31075
|
|
|
30924
|
-
.
|
|
30925
|
-
|
|
30926
|
-
margin-right: 0;
|
|
30927
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31076
|
+
.E_t1sqg15u.inline .table-row {
|
|
31077
|
+
flex-direction: column;
|
|
30928
31078
|
}
|
|
30929
31079
|
|
|
30930
|
-
.
|
|
30931
|
-
|
|
30932
|
-
height: 32px;
|
|
30933
|
-
width: 100%;
|
|
30934
|
-
opacity: 0;
|
|
31080
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
31081
|
+
padding: 0 16px 7px 0;
|
|
30935
31082
|
}
|
|
30936
31083
|
|
|
30937
|
-
.
|
|
31084
|
+
.E_t1sqg15u.has-border .table-header {
|
|
31085
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
31086
|
+
}
|
|
31087
|
+
|
|
31088
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
31089
|
+
border-top: none !important;
|
|
31090
|
+
}
|
|
31091
|
+
|
|
31092
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
31093
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
31094
|
+
}
|
|
31095
|
+
|
|
31096
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
31097
|
+
padding-bottom: 0;
|
|
31098
|
+
}
|
|
31099
|
+
|
|
31100
|
+
.E_t1sqg15u.align-right .content {
|
|
31101
|
+
text-align: right;
|
|
31102
|
+
}
|
|
31103
|
+
|
|
31104
|
+
.E_t1sqg15u .uuid-row {
|
|
30938
31105
|
display: flex;
|
|
30939
|
-
align-items: center;
|
|
30940
31106
|
justify-content: space-between;
|
|
30941
|
-
background: #edf0f7;
|
|
30942
|
-
padding: 8px 12px;
|
|
30943
|
-
position: sticky;
|
|
30944
|
-
top: 0;
|
|
30945
|
-
z-index: 1;
|
|
30946
|
-
margin-bottom: -52px;
|
|
30947
31107
|
}
|
|
30948
31108
|
|
|
30949
|
-
.
|
|
31109
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
31110
|
+
white-space: nowrap;
|
|
31111
|
+
overflow: hidden;
|
|
31112
|
+
text-overflow: ellipsis;
|
|
31113
|
+
}
|
|
31114
|
+
|
|
31115
|
+
.E_t4zczcp {
|
|
30950
31116
|
display: flex;
|
|
31117
|
+
justify-content: space-between;
|
|
30951
31118
|
align-items: center;
|
|
30952
|
-
|
|
30953
|
-
|
|
31119
|
+
padding: 8px;
|
|
31120
|
+
min-height: 32px;
|
|
30954
31121
|
}
|
|
30955
31122
|
|
|
30956
|
-
.
|
|
31123
|
+
.E_t4zczcp .table-title {
|
|
31124
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31125
|
+
font-weight: 600;
|
|
31126
|
+
font-size: 12px;
|
|
31127
|
+
line-height: 8px;
|
|
31128
|
+
}
|
|
31129
|
+
|
|
31130
|
+
.E_t4zczcp .edit-icon {
|
|
31131
|
+
font-size: 16px;
|
|
31132
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30957
31133
|
cursor: pointer;
|
|
30958
|
-
margin-left: 8px;
|
|
30959
|
-
width: 32px;
|
|
30960
|
-
height: 32px;
|
|
30961
|
-
border-radius: 50%;
|
|
30962
|
-
justify-content: center;
|
|
30963
31134
|
}
|
|
30964
31135
|
|
|
30965
|
-
.
|
|
30966
|
-
|
|
31136
|
+
.E_t1s7goww {
|
|
31137
|
+
font-size: 12px;
|
|
31138
|
+
line-height: 18px;
|
|
30967
31139
|
}
|
|
30968
31140
|
|
|
30969
|
-
.
|
|
30970
|
-
|
|
30971
|
-
|
|
30972
|
-
|
|
30973
|
-
text-align: right;
|
|
30974
|
-
position: relative;
|
|
30975
|
-
padding: 4px 0;
|
|
30976
|
-
margin-top: -4px;
|
|
30977
|
-
overflow: hidden;
|
|
31141
|
+
.E_t93e4cf {
|
|
31142
|
+
display: flex;
|
|
31143
|
+
padding: 8px 0;
|
|
31144
|
+
color: #2d3a56;
|
|
30978
31145
|
}
|
|
30979
31146
|
|
|
30980
|
-
.
|
|
30981
|
-
|
|
31147
|
+
.E_t93e4cf .hidden {
|
|
31148
|
+
display: none;
|
|
30982
31149
|
}
|
|
30983
31150
|
|
|
30984
|
-
.
|
|
30985
|
-
|
|
31151
|
+
.E_t93e4cf .ant-btn-link {
|
|
31152
|
+
height: auto;
|
|
30986
31153
|
}
|
|
30987
31154
|
|
|
30988
|
-
.
|
|
30989
|
-
|
|
31155
|
+
.E_t93e4cf .content {
|
|
31156
|
+
overflow: hidden;
|
|
31157
|
+
overflow-x: auto;
|
|
31158
|
+
width: 100%;
|
|
31159
|
+
white-space: pre-wrap;
|
|
30990
31160
|
}
|
|
30991
31161
|
|
|
30992
|
-
.
|
|
30993
|
-
|
|
31162
|
+
.E_t93e4cf .content .ant-btn {
|
|
31163
|
+
white-space: pre-wrap;
|
|
31164
|
+
text-align: left;
|
|
30994
31165
|
}
|
|
30995
31166
|
|
|
30996
|
-
.
|
|
30997
|
-
|
|
30998
|
-
width: 32px;
|
|
30999
|
-
height: 32px;
|
|
31000
|
-
justify-content: center;
|
|
31001
|
-
border-radius: 50%;
|
|
31167
|
+
.E_t93e4cf .content .unit-chart {
|
|
31168
|
+
justify-content: flex-start;
|
|
31002
31169
|
}
|
|
31003
31170
|
|
|
31004
|
-
.
|
|
31005
|
-
|
|
31171
|
+
.E_rhz2uv5 {
|
|
31172
|
+
width: var(--rhz2uv5-0);
|
|
31173
|
+
flex-shrink: 0;
|
|
31174
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31175
|
+
padding-right: 12px;
|
|
31006
31176
|
}
|
|
31007
31177
|
|
|
31008
31178
|
span.E_tqjc4ui {
|
|
31009
31179
|
margin: 0 2px;
|
|
31010
31180
|
}
|
|
31011
31181
|
|
|
31012
|
-
.
|
|
31013
|
-
|
|
31014
|
-
|
|
31015
|
-
|
|
31016
|
-
.E_gmyahx3 .link-text {
|
|
31017
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31182
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
31183
|
+
display: flex;
|
|
31184
|
+
align-items: center;
|
|
31018
31185
|
}
|
|
31019
31186
|
|
|
31020
|
-
.
|
|
31021
|
-
|
|
31187
|
+
.E_s1iv0tp1 .enabled-text {
|
|
31188
|
+
margin-right: 8px;
|
|
31022
31189
|
}
|
|
31023
31190
|
|
|
31024
31191
|
.E_c1up1pdz {
|
|
@@ -31187,1962 +31354,1804 @@ span.E_tqjc4ui {
|
|
|
31187
31354
|
color: #fff;
|
|
31188
31355
|
}
|
|
31189
31356
|
|
|
31190
|
-
.
|
|
31191
|
-
overflow: hidden;
|
|
31192
|
-
text-overflow: ellipsis;
|
|
31193
|
-
}
|
|
31194
|
-
|
|
31195
|
-
.E_s1tui002 {
|
|
31196
|
-
white-space: nowrap;
|
|
31197
|
-
}
|
|
31198
|
-
|
|
31199
|
-
.E_mxrc2zg {
|
|
31200
|
-
display: -webkit-box;
|
|
31201
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
31202
|
-
-webkit-box-orient: vertical;
|
|
31203
|
-
word-break: break-all;
|
|
31204
|
-
}
|
|
31205
|
-
|
|
31206
|
-
.E_n12mqh7z {
|
|
31357
|
+
.E_wg1tsps {
|
|
31207
31358
|
display: flex;
|
|
31208
31359
|
align-items: center;
|
|
31209
|
-
|
|
31210
|
-
line-height: 18px;
|
|
31360
|
+
justify-content: flex-end;
|
|
31211
31361
|
}
|
|
31212
31362
|
|
|
31213
|
-
.
|
|
31214
|
-
|
|
31363
|
+
.E_b1ctd5xy {
|
|
31364
|
+
display: flex;
|
|
31365
|
+
align-items: center;
|
|
31366
|
+
width: calc(100% - 40px);
|
|
31215
31367
|
}
|
|
31216
31368
|
|
|
31217
|
-
.
|
|
31218
|
-
|
|
31369
|
+
.E_b1ctd5xy .chart {
|
|
31370
|
+
display: inline-block;
|
|
31371
|
+
width: 100%;
|
|
31219
31372
|
}
|
|
31220
31373
|
|
|
31221
|
-
.
|
|
31222
|
-
|
|
31223
|
-
overflow: auto;
|
|
31374
|
+
.E_u1p8acpn {
|
|
31375
|
+
min-width: 40px;
|
|
31224
31376
|
}
|
|
31225
31377
|
|
|
31226
|
-
.
|
|
31227
|
-
|
|
31228
|
-
align-items: center;
|
|
31378
|
+
.E_u1p8acpn .unit {
|
|
31379
|
+
color: #00122e !important;
|
|
31229
31380
|
}
|
|
31230
31381
|
|
|
31231
|
-
.
|
|
31232
|
-
|
|
31382
|
+
.E_f7pxqmh {
|
|
31383
|
+
width: 100%;
|
|
31384
|
+
margin-bottom: 0 !important;
|
|
31385
|
+
flex-flow: nowrap !important;
|
|
31386
|
+
line-break: auto;
|
|
31233
31387
|
}
|
|
31234
31388
|
|
|
31235
|
-
.
|
|
31236
|
-
|
|
31389
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31390
|
+
text-align: left !important;
|
|
31391
|
+
padding-bottom: 0 !important;
|
|
31237
31392
|
}
|
|
31238
31393
|
|
|
31239
|
-
.
|
|
31240
|
-
|
|
31394
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31395
|
+
min-height: 32px;
|
|
31396
|
+
height: auto;
|
|
31397
|
+
font-size: 13px;
|
|
31398
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31399
|
+
white-space: normal;
|
|
31241
31400
|
}
|
|
31242
31401
|
|
|
31243
|
-
.
|
|
31244
|
-
|
|
31402
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31403
|
+
border-color: #ff4d4f !important;
|
|
31245
31404
|
}
|
|
31246
31405
|
|
|
31247
|
-
.
|
|
31248
|
-
border-
|
|
31406
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31407
|
+
border-color: #ff4d4f !important;
|
|
31249
31408
|
}
|
|
31250
31409
|
|
|
31251
|
-
.
|
|
31252
|
-
|
|
31410
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31411
|
+
margin-top: 4px;
|
|
31412
|
+
font-size: 12px;
|
|
31413
|
+
min-height: 0px;
|
|
31253
31414
|
}
|
|
31254
31415
|
|
|
31255
|
-
.
|
|
31256
|
-
|
|
31416
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31417
|
+
font-size: 12px;
|
|
31418
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31419
|
+
min-height: 0px;
|
|
31257
31420
|
}
|
|
31258
31421
|
|
|
31259
|
-
.
|
|
31260
|
-
|
|
31422
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31423
|
+
display: var(--a1wfy30z-0);
|
|
31261
31424
|
}
|
|
31262
31425
|
|
|
31263
|
-
.
|
|
31264
|
-
|
|
31426
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31427
|
+
padding: 4px 11px;
|
|
31428
|
+
display: inline-flex;
|
|
31429
|
+
line-height: 1.5715;
|
|
31430
|
+
height: inherit;
|
|
31265
31431
|
}
|
|
31266
31432
|
|
|
31267
|
-
.
|
|
31268
|
-
|
|
31269
|
-
|
|
31433
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31434
|
+
content: var(--a1wfy30z-1);
|
|
31435
|
+
display: var(--a1wfy30z-2);
|
|
31436
|
+
flex: none;
|
|
31437
|
+
align-items: center;
|
|
31438
|
+
margin-left: 4px;
|
|
31270
31439
|
}
|
|
31271
31440
|
|
|
31272
|
-
.
|
|
31273
|
-
|
|
31274
|
-
|
|
31275
|
-
|
|
31276
|
-
}
|
|
31277
|
-
|
|
31278
|
-
.E_t4zczcp {
|
|
31279
|
-
display: flex;
|
|
31280
|
-
justify-content: space-between;
|
|
31441
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31442
|
+
content: var(--a1wfy30z-3);
|
|
31443
|
+
display: var(--a1wfy30z-4);
|
|
31444
|
+
flex: none;
|
|
31281
31445
|
align-items: center;
|
|
31282
|
-
|
|
31283
|
-
|
|
31284
|
-
}
|
|
31285
|
-
|
|
31286
|
-
.E_t4zczcp .table-title {
|
|
31287
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31288
|
-
font-weight: 600;
|
|
31289
|
-
font-size: 12px;
|
|
31290
|
-
line-height: 8px;
|
|
31446
|
+
margin-right: 4px;
|
|
31447
|
+
cursor: auto;
|
|
31291
31448
|
}
|
|
31292
31449
|
|
|
31293
|
-
.
|
|
31294
|
-
|
|
31295
|
-
|
|
31296
|
-
|
|
31450
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31451
|
+
padding: 0;
|
|
31452
|
+
margin: 0;
|
|
31453
|
+
height: auto;
|
|
31454
|
+
font-size: inherit;
|
|
31297
31455
|
}
|
|
31298
31456
|
|
|
31299
|
-
.
|
|
31300
|
-
|
|
31457
|
+
.E_i1inqkme {
|
|
31458
|
+
height: 18px;
|
|
31301
31459
|
line-height: 18px;
|
|
31302
|
-
|
|
31303
|
-
|
|
31304
|
-
.
|
|
31460
|
+
padding: 0 4px;
|
|
31461
|
+
border-radius: 4px;
|
|
31462
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31463
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31305
31464
|
display: flex;
|
|
31306
|
-
|
|
31307
|
-
|
|
31465
|
+
align-items: center;
|
|
31466
|
+
white-space: nowrap;
|
|
31467
|
+
margin-right: 4px;
|
|
31308
31468
|
}
|
|
31309
31469
|
|
|
31310
|
-
.
|
|
31311
|
-
display:
|
|
31470
|
+
.E_owd0kml {
|
|
31471
|
+
display: inline-block;
|
|
31312
31472
|
}
|
|
31313
31473
|
|
|
31314
|
-
.
|
|
31315
|
-
|
|
31474
|
+
.E_h1jsgezc {
|
|
31475
|
+
visibility: hidden;
|
|
31476
|
+
position: absolute;
|
|
31316
31477
|
}
|
|
31317
31478
|
|
|
31318
|
-
.
|
|
31319
|
-
|
|
31320
|
-
|
|
31321
|
-
width: 100%;
|
|
31322
|
-
white-space: pre-wrap;
|
|
31479
|
+
.E_cnujxq2 {
|
|
31480
|
+
display: flex;
|
|
31481
|
+
flex-direction: column;
|
|
31323
31482
|
}
|
|
31324
31483
|
|
|
31325
|
-
.
|
|
31326
|
-
|
|
31327
|
-
|
|
31484
|
+
.E_m7s48ia {
|
|
31485
|
+
max-width: 1120px;
|
|
31486
|
+
width: 100%;
|
|
31487
|
+
margin: 0 auto;
|
|
31488
|
+
height: 100%;
|
|
31328
31489
|
}
|
|
31329
31490
|
|
|
31330
|
-
.
|
|
31331
|
-
|
|
31491
|
+
.E_wt5zbg6 {
|
|
31492
|
+
max-width: 1120px;
|
|
31493
|
+
width: 100%;
|
|
31494
|
+
margin: 0 auto;
|
|
31495
|
+
display: flex;
|
|
31332
31496
|
}
|
|
31333
31497
|
|
|
31334
|
-
.
|
|
31335
|
-
|
|
31498
|
+
.E_wt5zbg6 .left,
|
|
31499
|
+
.E_wt5zbg6 .right {
|
|
31500
|
+
flex-grow: 0;
|
|
31336
31501
|
flex-shrink: 0;
|
|
31337
|
-
|
|
31338
|
-
padding-right: 12px;
|
|
31502
|
+
flex-basis: 21%;
|
|
31339
31503
|
}
|
|
31340
31504
|
|
|
31341
|
-
.
|
|
31505
|
+
.E_wt5zbg6 .left {
|
|
31342
31506
|
display: flex;
|
|
31343
|
-
align-items: center;
|
|
31344
31507
|
justify-content: flex-end;
|
|
31508
|
+
padding-right: 44px;
|
|
31345
31509
|
}
|
|
31346
31510
|
|
|
31347
|
-
.
|
|
31348
|
-
|
|
31349
|
-
align-items: center;
|
|
31350
|
-
width: calc(100% - 40px);
|
|
31511
|
+
.E_wt5zbg6 .right {
|
|
31512
|
+
padding-left: 44px;
|
|
31351
31513
|
}
|
|
31352
31514
|
|
|
31353
|
-
.
|
|
31354
|
-
|
|
31515
|
+
.E_wt5zbg6 .middle {
|
|
31516
|
+
margin-bottom: 40px;
|
|
31517
|
+
flex-grow: 0;
|
|
31518
|
+
flex-shrink: 0;
|
|
31519
|
+
flex-basis: 58%;
|
|
31520
|
+
}
|
|
31521
|
+
|
|
31522
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
31355
31523
|
width: 100%;
|
|
31356
31524
|
}
|
|
31357
31525
|
|
|
31358
|
-
.
|
|
31359
|
-
|
|
31526
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31527
|
+
width: auto;
|
|
31360
31528
|
}
|
|
31361
31529
|
|
|
31362
|
-
.
|
|
31363
|
-
|
|
31530
|
+
.E_h18jprzg .ant-modal-header {
|
|
31531
|
+
margin: 0 auto;
|
|
31532
|
+
width: 100%;
|
|
31533
|
+
max-width: 648px;
|
|
31364
31534
|
}
|
|
31365
31535
|
|
|
31366
|
-
.
|
|
31367
|
-
|
|
31368
|
-
|
|
31369
|
-
|
|
31370
|
-
|
|
31371
|
-
|
|
31536
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31537
|
+
margin-left: 0;
|
|
31538
|
+
}
|
|
31539
|
+
|
|
31540
|
+
.E_h18jprzg .ant-modal-body {
|
|
31541
|
+
margin: 0 auto;
|
|
31542
|
+
padding: 0;
|
|
31372
31543
|
width: 100%;
|
|
31544
|
+
max-width: 648px;
|
|
31373
31545
|
overflow: hidden;
|
|
31374
31546
|
}
|
|
31375
31547
|
|
|
31376
|
-
.
|
|
31377
|
-
margin-
|
|
31548
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31549
|
+
margin-bottom: 40px;
|
|
31378
31550
|
}
|
|
31379
31551
|
|
|
31380
|
-
.
|
|
31381
|
-
|
|
31382
|
-
|
|
31383
|
-
flex: 1;
|
|
31384
|
-
/* FIXME:(yanzhen) do this better */
|
|
31552
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
31553
|
+
height: calc(100vh - 225px);
|
|
31554
|
+
overflow-y: auto;
|
|
31385
31555
|
}
|
|
31386
31556
|
|
|
31387
|
-
.
|
|
31388
|
-
|
|
31389
|
-
|
|
31390
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
31557
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
31558
|
+
margin: 0 auto;
|
|
31559
|
+
max-width: 648px;
|
|
31391
31560
|
}
|
|
31392
31561
|
|
|
31393
|
-
.
|
|
31394
|
-
|
|
31562
|
+
.E_h16z9xgz .ant-modal-header {
|
|
31563
|
+
margin: 0 auto;
|
|
31564
|
+
width: 100%;
|
|
31565
|
+
max-width: 1024px;
|
|
31395
31566
|
}
|
|
31396
31567
|
|
|
31397
|
-
.
|
|
31398
|
-
margin-
|
|
31399
|
-
padding: 1px 12px;
|
|
31400
|
-
line-height: 24px;
|
|
31401
|
-
height: 24px;
|
|
31402
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31403
|
-
border-radius: 4px 4px 0 0;
|
|
31404
|
-
cursor: pointer;
|
|
31405
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
31568
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
31569
|
+
margin-left: 0;
|
|
31406
31570
|
}
|
|
31407
31571
|
|
|
31408
|
-
.
|
|
31409
|
-
|
|
31572
|
+
.E_h16z9xgz .ant-modal-body {
|
|
31573
|
+
margin: 0 auto;
|
|
31574
|
+
padding: 0;
|
|
31575
|
+
width: 100%;
|
|
31576
|
+
max-width: 1024px;
|
|
31577
|
+
overflow: hidden;
|
|
31410
31578
|
}
|
|
31411
31579
|
|
|
31412
|
-
.
|
|
31413
|
-
|
|
31580
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
31581
|
+
margin-bottom: 40px;
|
|
31414
31582
|
}
|
|
31415
31583
|
|
|
31416
|
-
.
|
|
31417
|
-
|
|
31418
|
-
|
|
31584
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
31585
|
+
height: calc(100vh - 225px);
|
|
31586
|
+
overflow-y: auto;
|
|
31419
31587
|
}
|
|
31420
31588
|
|
|
31421
|
-
.
|
|
31422
|
-
|
|
31589
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
31590
|
+
margin: 0 auto;
|
|
31591
|
+
max-width: 1024px;
|
|
31423
31592
|
}
|
|
31424
31593
|
|
|
31425
|
-
.
|
|
31426
|
-
|
|
31594
|
+
.E_f1lrhghm {
|
|
31595
|
+
flex: 1;
|
|
31427
31596
|
}
|
|
31428
31597
|
|
|
31429
|
-
.
|
|
31430
|
-
|
|
31431
|
-
|
|
31598
|
+
.E_f1lrhghm label {
|
|
31599
|
+
font-size: 13px;
|
|
31600
|
+
line-height: 20px;
|
|
31601
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31432
31602
|
}
|
|
31433
31603
|
|
|
31434
|
-
.
|
|
31435
|
-
|
|
31604
|
+
.E_f1lrhghm .title {
|
|
31605
|
+
font-size: 14px;
|
|
31606
|
+
line-height: 20px;
|
|
31607
|
+
color: #2d3a56;
|
|
31608
|
+
margin-bottom: 12px;
|
|
31436
31609
|
}
|
|
31437
31610
|
|
|
31438
|
-
.
|
|
31439
|
-
|
|
31611
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
31612
|
+
padding-bottom: 26px;
|
|
31440
31613
|
}
|
|
31441
31614
|
|
|
31442
|
-
.
|
|
31443
|
-
|
|
31615
|
+
.E_f18ot8em {
|
|
31616
|
+
padding: 25px 0 15px 0;
|
|
31617
|
+
border-bottom: 1px solid #e1e5eb;
|
|
31618
|
+
margin-bottom: 16px;
|
|
31444
31619
|
}
|
|
31445
31620
|
|
|
31446
|
-
.
|
|
31447
|
-
|
|
31448
|
-
|
|
31621
|
+
.E_f1l1g2k0 {
|
|
31622
|
+
display: flex;
|
|
31623
|
+
align-items: center;
|
|
31624
|
+
margin-bottom: 8px;
|
|
31449
31625
|
}
|
|
31450
31626
|
|
|
31451
|
-
.
|
|
31452
|
-
|
|
31627
|
+
.E_f1l1g2k0 > label {
|
|
31628
|
+
width: 216px;
|
|
31453
31629
|
}
|
|
31454
31630
|
|
|
31455
|
-
.
|
|
31456
|
-
|
|
31631
|
+
.E_f1l1g2k0 > label + * {
|
|
31632
|
+
width: 100%;
|
|
31457
31633
|
}
|
|
31458
31634
|
|
|
31459
|
-
.
|
|
31460
|
-
|
|
31461
|
-
height: 22px;
|
|
31635
|
+
.E_f1l1g2k0 .ant-select {
|
|
31636
|
+
width: 100%;
|
|
31462
31637
|
}
|
|
31463
31638
|
|
|
31464
|
-
.
|
|
31465
|
-
|
|
31639
|
+
.E_e1k89cwg {
|
|
31640
|
+
color: #e75a3a;
|
|
31641
|
+
margin-right: 10px;
|
|
31466
31642
|
}
|
|
31467
31643
|
|
|
31468
|
-
.
|
|
31469
|
-
|
|
31644
|
+
.E_d1oui1gf {
|
|
31645
|
+
width: 100%;
|
|
31646
|
+
height: 1px;
|
|
31647
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31648
|
+
margin: 24px 0;
|
|
31649
|
+
}
|
|
31650
|
+
|
|
31651
|
+
.E_l15itdbb {
|
|
31470
31652
|
display: flex;
|
|
31653
|
+
justify-content: center;
|
|
31471
31654
|
align-items: center;
|
|
31472
|
-
|
|
31655
|
+
height: 100%;
|
|
31473
31656
|
}
|
|
31474
31657
|
|
|
31475
|
-
.
|
|
31476
|
-
opacity: 0;
|
|
31477
|
-
max-width: 0;
|
|
31478
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
31479
|
-
}
|
|
31480
|
-
|
|
31481
|
-
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
31482
|
-
padding: 1px 12px;
|
|
31483
|
-
position: relative;
|
|
31484
|
-
display: flex;
|
|
31485
|
-
}
|
|
31486
|
-
|
|
31487
|
-
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
31488
|
-
opacity: 0;
|
|
31489
|
-
position: absolute;
|
|
31490
|
-
top: 50%;
|
|
31491
|
-
left: 0;
|
|
31492
|
-
transform: translate(-50%, -50%);
|
|
31493
|
-
transition: opacity 100ms linear;
|
|
31494
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
31495
|
-
}
|
|
31496
|
-
|
|
31497
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
31498
|
-
color: #0080ff;
|
|
31499
|
-
}
|
|
31500
|
-
|
|
31501
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
31502
|
-
padding: 1px 12px;
|
|
31658
|
+
.E_d1y3z4w {
|
|
31503
31659
|
display: inline-block;
|
|
31504
|
-
|
|
31505
|
-
|
|
31660
|
+
width: 4px;
|
|
31661
|
+
height: 4px;
|
|
31662
|
+
background: #8e9aa9;
|
|
31663
|
+
opacity: 0.4;
|
|
31664
|
+
border-radius: 50%;
|
|
31665
|
+
margin: 0 4px;
|
|
31506
31666
|
}
|
|
31507
31667
|
|
|
31508
|
-
.
|
|
31509
|
-
|
|
31510
|
-
|
|
31668
|
+
.E_m177r7a3 .ant-modal-header,
|
|
31669
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
31670
|
+
width: 648px;
|
|
31671
|
+
margin: 0 auto;
|
|
31511
31672
|
}
|
|
31512
31673
|
|
|
31513
|
-
.
|
|
31514
|
-
|
|
31674
|
+
.E_m177r7a3 .ant-modal-header {
|
|
31675
|
+
padding: 35px 0 24px;
|
|
31676
|
+
border: none;
|
|
31515
31677
|
}
|
|
31516
31678
|
|
|
31517
|
-
.
|
|
31518
|
-
|
|
31679
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31680
|
+
font-size: 30px;
|
|
31519
31681
|
}
|
|
31520
31682
|
|
|
31521
|
-
.
|
|
31522
|
-
|
|
31683
|
+
.E_m177r7a3 .ant-modal-body {
|
|
31684
|
+
padding: 4px 0 2px;
|
|
31523
31685
|
}
|
|
31524
31686
|
|
|
31525
|
-
.
|
|
31526
|
-
|
|
31527
|
-
height: 32px;
|
|
31528
|
-
border-radius: 6px 6px 0 0;
|
|
31687
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
31688
|
+
border: none;
|
|
31529
31689
|
}
|
|
31530
31690
|
|
|
31531
|
-
.
|
|
31532
|
-
|
|
31691
|
+
.E_t1wwio3v {
|
|
31692
|
+
font-size: 12px;
|
|
31693
|
+
line-height: 18px;
|
|
31694
|
+
font-weight: bold;
|
|
31695
|
+
color: #fff;
|
|
31696
|
+
padding: 0 4px;
|
|
31697
|
+
border-radius: 4px;
|
|
31698
|
+
display: inline-block;
|
|
31699
|
+
background: var(--t1wwio3v-0);
|
|
31533
31700
|
}
|
|
31534
31701
|
|
|
31535
|
-
.
|
|
31536
|
-
|
|
31702
|
+
.E_t1wwio3v:not(:first-child) {
|
|
31703
|
+
margin-left: 4px;
|
|
31537
31704
|
}
|
|
31538
31705
|
|
|
31539
|
-
.
|
|
31540
|
-
|
|
31541
|
-
height:
|
|
31706
|
+
.E_f17jvtfk {
|
|
31707
|
+
width: 100%;
|
|
31708
|
+
height: 100%;
|
|
31709
|
+
display: flex;
|
|
31710
|
+
align-items: center;
|
|
31711
|
+
justify-content: center;
|
|
31542
31712
|
}
|
|
31543
31713
|
|
|
31544
|
-
.
|
|
31545
|
-
|
|
31714
|
+
.E_nzppkea {
|
|
31715
|
+
font-size: 90%;
|
|
31716
|
+
font-weight: bold;
|
|
31717
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
31718
|
+
padding: 1px 4px 1px;
|
|
31719
|
+
margin-left: 2px;
|
|
31720
|
+
margin-right: 2px;
|
|
31721
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31722
|
+
border-radius: 4px;
|
|
31546
31723
|
}
|
|
31547
31724
|
|
|
31548
|
-
.
|
|
31549
|
-
|
|
31725
|
+
.E_f4mi9eq.form-item-general {
|
|
31726
|
+
width: 640px;
|
|
31550
31727
|
}
|
|
31551
31728
|
|
|
31552
|
-
.
|
|
31553
|
-
|
|
31729
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
31730
|
+
margin-top: 16px;
|
|
31554
31731
|
}
|
|
31555
31732
|
|
|
31556
|
-
.
|
|
31557
|
-
|
|
31733
|
+
.E_f4mi9eq.form-item-compact {
|
|
31734
|
+
width: 412px;
|
|
31558
31735
|
}
|
|
31559
31736
|
|
|
31560
|
-
.
|
|
31561
|
-
|
|
31737
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
31738
|
+
margin-top: 8px;
|
|
31562
31739
|
}
|
|
31563
31740
|
|
|
31564
|
-
.
|
|
31565
|
-
|
|
31566
|
-
color: #1d326c;
|
|
31741
|
+
.E_f4mi9eq .form-item {
|
|
31742
|
+
width: auto;
|
|
31567
31743
|
}
|
|
31568
31744
|
|
|
31569
|
-
.
|
|
31570
|
-
|
|
31745
|
+
.E_f4mi9eq .form-item-main {
|
|
31746
|
+
position: relative;
|
|
31747
|
+
display: flex;
|
|
31571
31748
|
}
|
|
31572
31749
|
|
|
31573
|
-
.
|
|
31574
|
-
|
|
31750
|
+
.E_f4mi9eq .form-item-extra {
|
|
31751
|
+
margin-top: 4px;
|
|
31752
|
+
width: 100%;
|
|
31753
|
+
padding: 14px;
|
|
31754
|
+
background: #f2f4f6;
|
|
31755
|
+
font-size: 13px;
|
|
31756
|
+
line-height: 1.8;
|
|
31757
|
+
color: #8e9aa9;
|
|
31575
31758
|
}
|
|
31576
31759
|
|
|
31577
|
-
.
|
|
31578
|
-
|
|
31760
|
+
.E_f4mi9eq .form-item-label {
|
|
31761
|
+
padding-right: 12px;
|
|
31762
|
+
font-size: 13px;
|
|
31763
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31579
31764
|
}
|
|
31580
31765
|
|
|
31581
|
-
.
|
|
31582
|
-
|
|
31766
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
31767
|
+
text-align: right;
|
|
31583
31768
|
}
|
|
31584
31769
|
|
|
31585
|
-
.
|
|
31586
|
-
|
|
31587
|
-
|
|
31588
|
-
flex-direction: column;
|
|
31770
|
+
.E_f4mi9eq .form-item-label,
|
|
31771
|
+
.E_f4mi9eq .form-item-control {
|
|
31772
|
+
line-height: 32px;
|
|
31589
31773
|
}
|
|
31590
31774
|
|
|
31591
|
-
.
|
|
31592
|
-
|
|
31775
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
31776
|
+
line-height: 18px;
|
|
31593
31777
|
}
|
|
31594
31778
|
|
|
31595
|
-
.
|
|
31596
|
-
|
|
31597
|
-
animation: none;
|
|
31779
|
+
.E_f4mi9eq .form-item-children {
|
|
31780
|
+
width: 100%;
|
|
31598
31781
|
}
|
|
31599
31782
|
|
|
31600
|
-
.
|
|
31601
|
-
|
|
31602
|
-
padding: 0;
|
|
31783
|
+
.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 {
|
|
31784
|
+
width: 100%;
|
|
31603
31785
|
}
|
|
31604
31786
|
|
|
31605
|
-
.
|
|
31606
|
-
|
|
31607
|
-
height:
|
|
31608
|
-
line-height: 32px;
|
|
31609
|
-
font-size: 13px;
|
|
31610
|
-
padding: 0 10px;
|
|
31611
|
-
display: block;
|
|
31787
|
+
.E_f4mi9eq .form-item-error {
|
|
31788
|
+
color: #e75a3a;
|
|
31789
|
+
height: 0;
|
|
31612
31790
|
overflow: hidden;
|
|
31613
|
-
text-overflow: ellipsis;
|
|
31614
|
-
white-space: nowrap;
|
|
31615
31791
|
}
|
|
31616
31792
|
|
|
31617
|
-
.
|
|
31618
|
-
|
|
31619
|
-
height:
|
|
31620
|
-
|
|
31621
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31622
|
-
display: block;
|
|
31793
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
31794
|
+
margin-top: 4px;
|
|
31795
|
+
height: auto;
|
|
31796
|
+
overflow: auto;
|
|
31623
31797
|
}
|
|
31624
31798
|
|
|
31625
|
-
.
|
|
31626
|
-
|
|
31627
|
-
|
|
31799
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
31800
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
31801
|
+
border: 1px solid #e75a3a;
|
|
31802
|
+
color: #e75a3a;
|
|
31628
31803
|
}
|
|
31629
31804
|
|
|
31630
|
-
.
|
|
31631
|
-
|
|
31805
|
+
.E_fh0ewl8 {
|
|
31806
|
+
color: #2d3a56;
|
|
31807
|
+
font-weight: bold;
|
|
31808
|
+
padding-bottom: 6px;
|
|
31809
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31810
|
+
margin-bottom: 16px;
|
|
31632
31811
|
}
|
|
31633
31812
|
|
|
31634
|
-
.
|
|
31635
|
-
|
|
31813
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
31814
|
+
margin-top: 16px;
|
|
31636
31815
|
}
|
|
31637
31816
|
|
|
31638
|
-
.
|
|
31639
|
-
|
|
31640
|
-
|
|
31641
|
-
padding: 0 4px;
|
|
31642
|
-
border-radius: 4px;
|
|
31643
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31644
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31817
|
+
.E_e1qrlvot {
|
|
31818
|
+
width: 8px;
|
|
31819
|
+
height: 24px;
|
|
31645
31820
|
display: flex;
|
|
31821
|
+
justify-content: center;
|
|
31646
31822
|
align-items: center;
|
|
31647
|
-
|
|
31648
|
-
|
|
31823
|
+
cursor: pointer;
|
|
31824
|
+
transition: all 200ms ease-out 40ms;
|
|
31649
31825
|
}
|
|
31650
31826
|
|
|
31651
|
-
.
|
|
31652
|
-
|
|
31653
|
-
|
|
31654
|
-
|
|
31655
|
-
|
|
31827
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31828
|
+
content: "";
|
|
31829
|
+
width: 1px;
|
|
31830
|
+
height: 6px;
|
|
31831
|
+
border-radius: 1px;
|
|
31832
|
+
background: #ccd4e3;
|
|
31833
|
+
position: relative;
|
|
31834
|
+
right: 2px;
|
|
31835
|
+
transform: rotate(-45deg);
|
|
31656
31836
|
}
|
|
31657
31837
|
|
|
31658
|
-
.
|
|
31659
|
-
|
|
31660
|
-
|
|
31838
|
+
.E_e1qrlvot:after {
|
|
31839
|
+
transform: rotate(45deg);
|
|
31840
|
+
left: 1px;
|
|
31661
31841
|
}
|
|
31662
31842
|
|
|
31663
|
-
.
|
|
31664
|
-
|
|
31665
|
-
|
|
31666
|
-
|
|
31667
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31668
|
-
white-space: normal;
|
|
31843
|
+
.E_w9ic984.ant-alert-warning {
|
|
31844
|
+
border: 0;
|
|
31845
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31846
|
+
border-radius: 6px;
|
|
31669
31847
|
}
|
|
31670
31848
|
|
|
31671
|
-
.
|
|
31672
|
-
|
|
31849
|
+
.E_w9ic984.ant-alert,
|
|
31850
|
+
.E_w9ic984 .ant-alert-message {
|
|
31851
|
+
color: #e07f00;
|
|
31673
31852
|
}
|
|
31674
31853
|
|
|
31675
|
-
.
|
|
31676
|
-
|
|
31854
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
31855
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
31856
|
+
border-bottom-color: #e07f00;
|
|
31677
31857
|
}
|
|
31678
31858
|
|
|
31679
|
-
.
|
|
31680
|
-
|
|
31859
|
+
.E_n1k9qi4r {
|
|
31860
|
+
display: flex;
|
|
31861
|
+
flex-direction: row;
|
|
31862
|
+
padding: 7px 12px;
|
|
31863
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31864
|
+
border-radius: 6px;
|
|
31865
|
+
color: #e07f00;
|
|
31681
31866
|
font-size: 12px;
|
|
31682
|
-
|
|
31867
|
+
line-height: 18px;
|
|
31683
31868
|
}
|
|
31684
31869
|
|
|
31685
|
-
.
|
|
31686
|
-
|
|
31687
|
-
|
|
31688
|
-
min-height: 0px;
|
|
31870
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
31871
|
+
margin-right: 10px;
|
|
31872
|
+
height: 18px;
|
|
31689
31873
|
}
|
|
31690
31874
|
|
|
31691
|
-
.
|
|
31692
|
-
width: 100%;
|
|
31693
|
-
height: 100%;
|
|
31694
|
-
min-height: 124px;
|
|
31875
|
+
.E_n16fsg9x {
|
|
31695
31876
|
display: flex;
|
|
31696
|
-
flex-direction:
|
|
31697
|
-
|
|
31698
|
-
|
|
31877
|
+
flex-direction: row;
|
|
31878
|
+
padding: 7px 12px;
|
|
31879
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31880
|
+
border-radius: 6px;
|
|
31881
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31882
|
+
font-size: 12px;
|
|
31883
|
+
line-height: 18px;
|
|
31699
31884
|
}
|
|
31700
31885
|
|
|
31701
|
-
.
|
|
31702
|
-
|
|
31703
|
-
|
|
31704
|
-
font-size: 18px;
|
|
31886
|
+
.E_n16fsg9x .icon-wrapper {
|
|
31887
|
+
margin-right: 10px;
|
|
31888
|
+
height: 18px;
|
|
31705
31889
|
}
|
|
31706
31890
|
|
|
31707
|
-
.
|
|
31708
|
-
display:
|
|
31709
|
-
|
|
31891
|
+
.E_i173wxzw {
|
|
31892
|
+
display: flex;
|
|
31893
|
+
flex-direction: row;
|
|
31894
|
+
padding: 7px 12px;
|
|
31895
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31896
|
+
border-radius: 6px;
|
|
31897
|
+
color: #005ed1;
|
|
31898
|
+
font-size: 12px;
|
|
31899
|
+
line-height: 18px;
|
|
31710
31900
|
}
|
|
31711
31901
|
|
|
31712
|
-
.
|
|
31713
|
-
|
|
31714
|
-
|
|
31715
|
-
justify-content: center;
|
|
31902
|
+
.E_i173wxzw .icon-wrapper {
|
|
31903
|
+
margin-right: 10px;
|
|
31904
|
+
height: 18px;
|
|
31716
31905
|
}
|
|
31717
31906
|
|
|
31718
|
-
.
|
|
31719
|
-
|
|
31720
|
-
margin-
|
|
31907
|
+
.E_dld369h {
|
|
31908
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31909
|
+
margin-top: 5px;
|
|
31910
|
+
font-size: 12px;
|
|
31911
|
+
line-height: 18px;
|
|
31721
31912
|
}
|
|
31722
31913
|
|
|
31723
|
-
.
|
|
31724
|
-
|
|
31725
|
-
|
|
31914
|
+
.E_s1epv22q {
|
|
31915
|
+
color: #f0483e;
|
|
31916
|
+
font-size: 12px;
|
|
31917
|
+
white-space: pre-wrap;
|
|
31726
31918
|
}
|
|
31727
31919
|
|
|
31728
|
-
.
|
|
31729
|
-
display:
|
|
31920
|
+
.E_okus5hk {
|
|
31921
|
+
display: flex;
|
|
31922
|
+
align-items: center;
|
|
31923
|
+
justify-content: flex-end;
|
|
31730
31924
|
}
|
|
31731
31925
|
|
|
31732
|
-
.
|
|
31733
|
-
|
|
31734
|
-
line-height: 1.5715;
|
|
31735
|
-
height: 100%;
|
|
31736
|
-
width: 100%;
|
|
31926
|
+
.E_okus5hk .icon-wrapper {
|
|
31927
|
+
margin-right: 16px;
|
|
31737
31928
|
}
|
|
31738
31929
|
|
|
31739
|
-
.
|
|
31740
|
-
|
|
31741
|
-
display: var(--ai7qkf2-2);
|
|
31742
|
-
flex: none;
|
|
31743
|
-
align-items: center;
|
|
31744
|
-
margin-left: 4px;
|
|
31745
|
-
padding: 5px 12px 5px 0;
|
|
31746
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31930
|
+
.E_t1auuzri {
|
|
31931
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31747
31932
|
}
|
|
31748
31933
|
|
|
31749
|
-
.
|
|
31750
|
-
|
|
31751
|
-
|
|
31752
|
-
|
|
31753
|
-
|
|
31754
|
-
|
|
31755
|
-
|
|
31756
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31934
|
+
.E_i74cfyt.ant-input {
|
|
31935
|
+
padding: 5px 12px;
|
|
31936
|
+
line-height: 20px;
|
|
31937
|
+
color: #2d3a56;
|
|
31938
|
+
border-radius: 6px;
|
|
31939
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31940
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31757
31941
|
}
|
|
31758
31942
|
|
|
31759
|
-
.ant-input
|
|
31760
|
-
|
|
31943
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
31944
|
+
padding: 8px 16px;
|
|
31945
|
+
line-height: 22px;
|
|
31761
31946
|
}
|
|
31762
31947
|
|
|
31763
|
-
.
|
|
31764
|
-
|
|
31765
|
-
|
|
31948
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
31949
|
+
padding: 2px 8px;
|
|
31950
|
+
line-height: 18px;
|
|
31766
31951
|
}
|
|
31767
31952
|
|
|
31768
|
-
.
|
|
31953
|
+
.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 {
|
|
31954
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31955
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31956
|
+
z-index: 1;
|
|
31957
|
+
}
|
|
31958
|
+
|
|
31959
|
+
.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 {
|
|
31769
31960
|
border-color: #0096ff;
|
|
31770
31961
|
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31771
31962
|
z-index: 1;
|
|
31772
31963
|
}
|
|
31773
31964
|
|
|
31774
|
-
.
|
|
31965
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
31966
|
+
border-color: #e75a3a;
|
|
31967
|
+
color: #e75a3a;
|
|
31968
|
+
}
|
|
31969
|
+
|
|
31970
|
+
.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 {
|
|
31971
|
+
border-color: #e75a3a;
|
|
31972
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31973
|
+
}
|
|
31974
|
+
|
|
31975
|
+
.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 {
|
|
31775
31976
|
border-color: #e75a3a;
|
|
31776
31977
|
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31777
31978
|
}
|
|
31778
31979
|
|
|
31779
|
-
.
|
|
31780
|
-
|
|
31781
|
-
|
|
31980
|
+
.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 {
|
|
31981
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31982
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31983
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31984
|
+
}
|
|
31985
|
+
|
|
31986
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
31782
31987
|
padding: 5px 12px;
|
|
31783
|
-
|
|
31988
|
+
border-radius: 6px;
|
|
31989
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31990
|
+
line-height: 20px;
|
|
31991
|
+
color: #2d3a56;
|
|
31992
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31784
31993
|
}
|
|
31785
31994
|
|
|
31786
|
-
.
|
|
31787
|
-
|
|
31788
|
-
|
|
31995
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
31996
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
31997
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31998
|
+
}
|
|
31999
|
+
|
|
32000
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31789
32001
|
padding: 8px 16px;
|
|
32002
|
+
line-height: 22px;
|
|
31790
32003
|
}
|
|
31791
32004
|
|
|
31792
|
-
.
|
|
31793
|
-
height: 22px;
|
|
31794
|
-
border: 1px;
|
|
32005
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31795
32006
|
padding: 2px 8px;
|
|
32007
|
+
line-height: 18px;
|
|
31796
32008
|
}
|
|
31797
32009
|
|
|
31798
|
-
.
|
|
31799
|
-
|
|
32010
|
+
.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 {
|
|
32011
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32012
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31800
32013
|
}
|
|
31801
32014
|
|
|
31802
|
-
.
|
|
31803
|
-
|
|
31804
|
-
|
|
31805
|
-
line-height: 1.5715;
|
|
31806
|
-
height: inherit;
|
|
32015
|
+
.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 {
|
|
32016
|
+
border-color: #0096ff;
|
|
32017
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31807
32018
|
}
|
|
31808
32019
|
|
|
31809
|
-
.
|
|
31810
|
-
|
|
31811
|
-
display: var(--a1wfy30z-2);
|
|
31812
|
-
flex: none;
|
|
31813
|
-
align-items: center;
|
|
31814
|
-
margin-left: 4px;
|
|
32020
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
32021
|
+
border-color: #e75a3a;
|
|
31815
32022
|
}
|
|
31816
32023
|
|
|
31817
|
-
.
|
|
31818
|
-
|
|
31819
|
-
display: var(--a1wfy30z-4);
|
|
31820
|
-
flex: none;
|
|
31821
|
-
align-items: center;
|
|
31822
|
-
margin-right: 4px;
|
|
31823
|
-
cursor: auto;
|
|
32024
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
32025
|
+
color: #e75a3a;
|
|
31824
32026
|
}
|
|
31825
32027
|
|
|
31826
|
-
.
|
|
31827
|
-
|
|
31828
|
-
|
|
31829
|
-
height: auto;
|
|
31830
|
-
font-size: inherit;
|
|
32028
|
+
.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 {
|
|
32029
|
+
border-color: #e75a3a;
|
|
32030
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31831
32031
|
}
|
|
31832
32032
|
|
|
31833
|
-
.
|
|
31834
|
-
|
|
32033
|
+
.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 {
|
|
32034
|
+
border-color: #e75a3a;
|
|
32035
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31835
32036
|
}
|
|
31836
32037
|
|
|
31837
|
-
.
|
|
31838
|
-
|
|
31839
|
-
|
|
32038
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
32039
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32040
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32041
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31840
32042
|
}
|
|
31841
32043
|
|
|
31842
|
-
.
|
|
31843
|
-
|
|
31844
|
-
|
|
31845
|
-
justify-content: center;
|
|
31846
|
-
color: #fff;
|
|
31847
|
-
font-weight: bold;
|
|
31848
|
-
font-size: 12px;
|
|
31849
|
-
width: 24px;
|
|
31850
|
-
height: 24px;
|
|
31851
|
-
border-radius: 50%;
|
|
31852
|
-
background: var(--a1b5xrg3-0);
|
|
32044
|
+
textarea.E_i74cfyt.ant-input {
|
|
32045
|
+
transition-property: height;
|
|
32046
|
+
transition-delay: 50ms;
|
|
31853
32047
|
}
|
|
31854
32048
|
|
|
31855
|
-
.
|
|
31856
|
-
|
|
31857
|
-
cursor: pointer;
|
|
31858
|
-
width: 56px;
|
|
32049
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
32050
|
+
min-height: 40px;
|
|
31859
32051
|
height: 40px;
|
|
31860
|
-
display: inline-flex;
|
|
31861
|
-
align-items: center;
|
|
31862
|
-
justify-content: center;
|
|
31863
|
-
border-radius: 6px;
|
|
31864
32052
|
}
|
|
31865
32053
|
|
|
31866
|
-
.
|
|
31867
|
-
|
|
32054
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
32055
|
+
height: 80px;
|
|
31868
32056
|
}
|
|
31869
32057
|
|
|
31870
|
-
.
|
|
31871
|
-
|
|
31872
|
-
|
|
32058
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
32059
|
+
min-height: 32px;
|
|
32060
|
+
height: 32px;
|
|
31873
32061
|
}
|
|
31874
32062
|
|
|
31875
|
-
.
|
|
31876
|
-
|
|
32063
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
32064
|
+
height: 64px;
|
|
31877
32065
|
}
|
|
31878
32066
|
|
|
31879
|
-
.
|
|
31880
|
-
|
|
31881
|
-
|
|
31882
|
-
font-weight: bold;
|
|
31883
|
-
font-size: 32px;
|
|
31884
|
-
line-height: 40px;
|
|
32067
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
32068
|
+
min-height: 24px;
|
|
32069
|
+
height: 24px;
|
|
31885
32070
|
}
|
|
31886
32071
|
|
|
31887
|
-
.
|
|
31888
|
-
|
|
31889
|
-
font-style: normal;
|
|
31890
|
-
font-weight: bold;
|
|
31891
|
-
font-size: 24px;
|
|
31892
|
-
line-height: 32px;
|
|
32072
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
32073
|
+
height: 40px;
|
|
31893
32074
|
}
|
|
31894
32075
|
|
|
31895
|
-
.
|
|
31896
|
-
|
|
31897
|
-
|
|
31898
|
-
font-weight: normal;
|
|
31899
|
-
font-size: 32px;
|
|
31900
|
-
line-height: 40px;
|
|
32076
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
32077
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32078
|
+
border-radius: 4px;
|
|
31901
32079
|
}
|
|
31902
32080
|
|
|
31903
|
-
.
|
|
31904
|
-
|
|
31905
|
-
|
|
31906
|
-
|
|
31907
|
-
|
|
31908
|
-
|
|
32081
|
+
.E_k1ci6977.input-tags {
|
|
32082
|
+
position: relative;
|
|
32083
|
+
padding: 6px;
|
|
32084
|
+
height: 32px;
|
|
32085
|
+
cursor: pointer;
|
|
32086
|
+
transition: border 150ms;
|
|
31909
32087
|
}
|
|
31910
32088
|
|
|
31911
|
-
.
|
|
31912
|
-
|
|
31913
|
-
|
|
31914
|
-
font-weight: normal;
|
|
31915
|
-
font-size: 20px;
|
|
31916
|
-
line-height: 24px;
|
|
32089
|
+
.E_k1ci6977.input-tags:hover {
|
|
32090
|
+
border-color: #0080ff;
|
|
32091
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31917
32092
|
}
|
|
31918
32093
|
|
|
31919
|
-
.
|
|
31920
|
-
|
|
31921
|
-
font-style: normal;
|
|
31922
|
-
font-weight: bold;
|
|
31923
|
-
font-size: 18px;
|
|
31924
|
-
line-height: 22px;
|
|
32094
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
32095
|
+
padding-right: 30px;
|
|
31925
32096
|
}
|
|
31926
32097
|
|
|
31927
|
-
.
|
|
31928
|
-
|
|
31929
|
-
font-style: normal;
|
|
31930
|
-
font-weight: normal;
|
|
31931
|
-
font-size: 18px;
|
|
31932
|
-
line-height: 22px;
|
|
32098
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
32099
|
+
display: flex;
|
|
31933
32100
|
}
|
|
31934
32101
|
|
|
31935
|
-
.
|
|
31936
|
-
|
|
31937
|
-
font-style: normal;
|
|
31938
|
-
font-weight: bold;
|
|
31939
|
-
font-size: 16px;
|
|
31940
|
-
line-height: 22px;
|
|
32102
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
32103
|
+
display: flex;
|
|
31941
32104
|
}
|
|
31942
32105
|
|
|
31943
|
-
.
|
|
31944
|
-
|
|
31945
|
-
|
|
31946
|
-
|
|
31947
|
-
|
|
31948
|
-
line-height: 22px;
|
|
32106
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
32107
|
+
position: absolute;
|
|
32108
|
+
right: 12px;
|
|
32109
|
+
top: 50%;
|
|
32110
|
+
transform: translateY(-50%);
|
|
31949
32111
|
}
|
|
31950
32112
|
|
|
31951
|
-
.
|
|
31952
|
-
|
|
31953
|
-
font-
|
|
31954
|
-
|
|
31955
|
-
font-size: 14px;
|
|
31956
|
-
line-height: 20px;
|
|
32113
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
32114
|
+
color: rgba(0, 0, 0, 0.25);
|
|
32115
|
+
font-size: 12px;
|
|
32116
|
+
cursor: pointer;
|
|
31957
32117
|
}
|
|
31958
32118
|
|
|
31959
|
-
.
|
|
31960
|
-
|
|
31961
|
-
font-style: normal;
|
|
31962
|
-
font-weight: normal;
|
|
31963
|
-
font-size: 14px;
|
|
31964
|
-
line-height: 20px;
|
|
32119
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
32120
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31965
32121
|
}
|
|
31966
32122
|
|
|
31967
|
-
.
|
|
31968
|
-
|
|
31969
|
-
|
|
31970
|
-
font-weight: bold;
|
|
31971
|
-
font-size: 12px;
|
|
31972
|
-
line-height: 18px;
|
|
32123
|
+
.E_k1ci6977.has-focus-indicator {
|
|
32124
|
+
position: relative;
|
|
32125
|
+
overflow: hidden;
|
|
31973
32126
|
}
|
|
31974
32127
|
|
|
31975
|
-
.
|
|
31976
|
-
|
|
31977
|
-
|
|
31978
|
-
|
|
31979
|
-
|
|
31980
|
-
|
|
32128
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
32129
|
+
position: absolute;
|
|
32130
|
+
top: 50%;
|
|
32131
|
+
transform: translateY(-50%);
|
|
32132
|
+
left: -16px;
|
|
32133
|
+
transition: left 150ms ease;
|
|
32134
|
+
opacity: 0;
|
|
31981
32135
|
}
|
|
31982
32136
|
|
|
31983
|
-
.
|
|
31984
|
-
|
|
31985
|
-
|
|
31986
|
-
font-weight: bold;
|
|
31987
|
-
text-transform: uppercase;
|
|
31988
|
-
font-feature-settings: "cpsp" on;
|
|
31989
|
-
font-size: 12px;
|
|
31990
|
-
line-height: 18px;
|
|
32137
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
32138
|
+
left: 8px;
|
|
32139
|
+
opacity: 1;
|
|
31991
32140
|
}
|
|
31992
32141
|
|
|
31993
|
-
.
|
|
31994
|
-
|
|
31995
|
-
|
|
31996
|
-
font-weight: normal;
|
|
31997
|
-
text-transform: uppercase;
|
|
31998
|
-
font-feature-settings: "cpsp" on;
|
|
31999
|
-
font-size: 12px;
|
|
32000
|
-
line-height: 18px;
|
|
32142
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
32143
|
+
transition: margin-left 150ms ease;
|
|
32144
|
+
margin-left: 0px;
|
|
32001
32145
|
}
|
|
32002
32146
|
|
|
32003
|
-
.
|
|
32004
|
-
|
|
32005
|
-
font-style: normal;
|
|
32006
|
-
font-weight: normal;
|
|
32007
|
-
font-size: 16px;
|
|
32008
|
-
line-height: 24px;
|
|
32147
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
32148
|
+
margin-left: 16px;
|
|
32009
32149
|
}
|
|
32010
32150
|
|
|
32011
|
-
.
|
|
32012
|
-
|
|
32013
|
-
|
|
32014
|
-
font-weight: bold;
|
|
32015
|
-
font-size: 16px;
|
|
32016
|
-
line-height: 24px;
|
|
32151
|
+
input.E_l1f7td1d.ant-input {
|
|
32152
|
+
border-top-right-radius: 0;
|
|
32153
|
+
border-bottom-right-radius: 0;
|
|
32017
32154
|
}
|
|
32018
32155
|
|
|
32019
|
-
.
|
|
32020
|
-
|
|
32021
|
-
|
|
32022
|
-
font-weight: normal;
|
|
32023
|
-
font-size: 16px;
|
|
32024
|
-
line-height: 24px;
|
|
32156
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
32157
|
+
border-top-right-radius: 0;
|
|
32158
|
+
border-bottom-right-radius: 0;
|
|
32025
32159
|
}
|
|
32026
32160
|
|
|
32027
|
-
.
|
|
32028
|
-
|
|
32029
|
-
|
|
32030
|
-
font-weight: bold;
|
|
32031
|
-
font-size: 16px;
|
|
32032
|
-
line-height: 24px;
|
|
32161
|
+
input.E_rf8rlle.ant-input {
|
|
32162
|
+
border-top-left-radius: 0;
|
|
32163
|
+
border-bottom-left-radius: 0;
|
|
32033
32164
|
}
|
|
32034
32165
|
|
|
32035
|
-
.
|
|
32036
|
-
|
|
32037
|
-
|
|
32038
|
-
font-weight: normal;
|
|
32039
|
-
text-transform: uppercase;
|
|
32040
|
-
font-feature-settings: "cpsp" on;
|
|
32041
|
-
font-size: 16px;
|
|
32042
|
-
line-height: 24px;
|
|
32166
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
32167
|
+
border-top-left-radius: 0;
|
|
32168
|
+
border-bottom-left-radius: 0;
|
|
32043
32169
|
}
|
|
32044
32170
|
|
|
32045
|
-
.
|
|
32046
|
-
|
|
32047
|
-
|
|
32048
|
-
font-weight: bold;
|
|
32049
|
-
text-transform: uppercase;
|
|
32050
|
-
font-feature-settings: "cpsp" on;
|
|
32051
|
-
font-size: 16px;
|
|
32052
|
-
line-height: 24px;
|
|
32171
|
+
.E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
|
|
32172
|
+
border-top-right-radius: 0;
|
|
32173
|
+
border-bottom-right-radius: 0;
|
|
32053
32174
|
}
|
|
32054
32175
|
|
|
32055
|
-
.
|
|
32056
|
-
|
|
32057
|
-
|
|
32058
|
-
font-weight: normal;
|
|
32059
|
-
font-size: 14px;
|
|
32060
|
-
line-height: 22px;
|
|
32176
|
+
.E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
|
|
32177
|
+
border-top-left-radius: 0;
|
|
32178
|
+
border-bottom-left-radius: 0;
|
|
32061
32179
|
}
|
|
32062
32180
|
|
|
32063
|
-
.
|
|
32064
|
-
|
|
32065
|
-
|
|
32066
|
-
font-weight: 500;
|
|
32067
|
-
font-size: 14px;
|
|
32068
|
-
line-height: 22px;
|
|
32181
|
+
.E_c3ni091 {
|
|
32182
|
+
display: flex;
|
|
32183
|
+
flex-direction: column;
|
|
32069
32184
|
}
|
|
32070
32185
|
|
|
32071
|
-
.
|
|
32072
|
-
|
|
32073
|
-
font-style: normal;
|
|
32074
|
-
font-weight: bold;
|
|
32075
|
-
font-size: 14px;
|
|
32076
|
-
line-height: 22px;
|
|
32186
|
+
.E_c3ni091 .select-wrapper {
|
|
32187
|
+
margin-top: 12px;
|
|
32077
32188
|
}
|
|
32078
32189
|
|
|
32079
|
-
.
|
|
32080
|
-
|
|
32081
|
-
font-style: normal;
|
|
32082
|
-
font-weight: normal;
|
|
32083
|
-
font-size: 14px;
|
|
32084
|
-
line-height: 22px;
|
|
32190
|
+
.E_c3ni091 .select-wrapper .select {
|
|
32191
|
+
width: 100%;
|
|
32085
32192
|
}
|
|
32086
32193
|
|
|
32087
|
-
.
|
|
32088
|
-
|
|
32089
|
-
font-style: normal;
|
|
32090
|
-
font-weight: bold;
|
|
32091
|
-
font-size: 14px;
|
|
32092
|
-
line-height: 22px;
|
|
32194
|
+
.E_c3ni091 .radio-wrapper {
|
|
32195
|
+
margin-top: 24px;
|
|
32093
32196
|
}
|
|
32094
32197
|
|
|
32095
|
-
.
|
|
32096
|
-
|
|
32097
|
-
font-style: normal;
|
|
32098
|
-
font-weight: normal;
|
|
32099
|
-
text-transform: uppercase;
|
|
32100
|
-
font-feature-settings: "cpsp" on;
|
|
32101
|
-
font-size: 14px;
|
|
32102
|
-
line-height: 22px;
|
|
32198
|
+
.E_c3ni091 div.form-item {
|
|
32199
|
+
width: 100%;
|
|
32103
32200
|
}
|
|
32104
32201
|
|
|
32105
|
-
.
|
|
32106
|
-
font-family: Inter;
|
|
32107
|
-
font-style: normal;
|
|
32108
|
-
font-weight: bold;
|
|
32109
|
-
text-transform: uppercase;
|
|
32110
|
-
font-feature-settings: "cpsp" on;
|
|
32202
|
+
.E_d105ju2d {
|
|
32111
32203
|
font-size: 14px;
|
|
32112
|
-
|
|
32204
|
+
font-weight: 500;
|
|
32205
|
+
color: #3e4652;
|
|
32206
|
+
line-height: 18px;
|
|
32113
32207
|
}
|
|
32114
32208
|
|
|
32115
|
-
.
|
|
32116
|
-
|
|
32117
|
-
font-style: normal;
|
|
32118
|
-
font-weight: normal;
|
|
32119
|
-
font-size: 13px;
|
|
32120
|
-
line-height: 20px;
|
|
32209
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
32210
|
+
margin-top: 16px;
|
|
32121
32211
|
}
|
|
32122
32212
|
|
|
32123
|
-
.
|
|
32124
|
-
|
|
32125
|
-
font-style: normal;
|
|
32126
|
-
font-weight: 600;
|
|
32127
|
-
font-size: 13px;
|
|
32128
|
-
line-height: 20px;
|
|
32213
|
+
.E_d105ju2d + * {
|
|
32214
|
+
margin-top: 16px;
|
|
32129
32215
|
}
|
|
32130
32216
|
|
|
32131
|
-
.
|
|
32132
|
-
font-
|
|
32133
|
-
|
|
32134
|
-
|
|
32135
|
-
font-size: 13px;
|
|
32136
|
-
line-height: 20px;
|
|
32217
|
+
.E_lh0l62z.E_d105ju2d {
|
|
32218
|
+
font-size: 12px;
|
|
32219
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32220
|
+
margin-top: 12px;
|
|
32137
32221
|
}
|
|
32138
32222
|
|
|
32139
|
-
.
|
|
32140
|
-
|
|
32141
|
-
font-
|
|
32142
|
-
|
|
32143
|
-
|
|
32144
|
-
line-height: 20px;
|
|
32223
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
32224
|
+
line-height: 18px;
|
|
32225
|
+
font-weight: 500;
|
|
32226
|
+
margin-top: 0;
|
|
32227
|
+
white-space: initial;
|
|
32145
32228
|
}
|
|
32146
32229
|
|
|
32147
|
-
.
|
|
32148
|
-
|
|
32149
|
-
font-style: normal;
|
|
32150
|
-
font-weight: 600;
|
|
32151
|
-
font-size: 13px;
|
|
32152
|
-
line-height: 20px;
|
|
32230
|
+
.E_r1skkc3l {
|
|
32231
|
+
display: block;
|
|
32153
32232
|
}
|
|
32154
32233
|
|
|
32155
|
-
.
|
|
32156
|
-
font-
|
|
32157
|
-
font-
|
|
32158
|
-
|
|
32159
|
-
|
|
32160
|
-
line-height: 20px;
|
|
32234
|
+
.E_r1skkc3l span {
|
|
32235
|
+
font-size: 14px;
|
|
32236
|
+
font-weight: 500;
|
|
32237
|
+
line-height: 32px;
|
|
32238
|
+
color: #3e4652;
|
|
32161
32239
|
}
|
|
32162
32240
|
|
|
32163
|
-
.
|
|
32164
|
-
|
|
32165
|
-
|
|
32166
|
-
|
|
32167
|
-
|
|
32168
|
-
|
|
32169
|
-
font-size:
|
|
32170
|
-
line-height: 20px;
|
|
32241
|
+
.E_c3cobmo {
|
|
32242
|
+
margin-top: 16px;
|
|
32243
|
+
padding: 8px;
|
|
32244
|
+
border-radius: 6px;
|
|
32245
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32246
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32247
|
+
font-size: 12px;
|
|
32171
32248
|
}
|
|
32172
32249
|
|
|
32173
|
-
.
|
|
32174
|
-
font-family: Inter;
|
|
32175
|
-
font-style: normal;
|
|
32176
|
-
font-weight: bold;
|
|
32177
|
-
text-transform: uppercase;
|
|
32178
|
-
font-feature-settings: "cpsp" on;
|
|
32179
|
-
font-size: 13px;
|
|
32250
|
+
.E_c3cobmo div {
|
|
32180
32251
|
line-height: 20px;
|
|
32252
|
+
display: flex;
|
|
32253
|
+
align-items: center;
|
|
32254
|
+
word-break: break-all;
|
|
32181
32255
|
}
|
|
32182
32256
|
|
|
32183
|
-
.
|
|
32184
|
-
font-
|
|
32185
|
-
font-style: normal;
|
|
32186
|
-
font-weight: normal;
|
|
32187
|
-
font-size: 12px;
|
|
32188
|
-
line-height: 18px;
|
|
32189
|
-
}
|
|
32190
|
-
|
|
32191
|
-
.E_l6526ld {
|
|
32192
|
-
font-family: Inter;
|
|
32193
|
-
font-style: normal;
|
|
32194
|
-
font-weight: 500;
|
|
32195
|
-
font-size: 12px;
|
|
32257
|
+
.E_c3cobmo .title {
|
|
32258
|
+
font-weight: 700;
|
|
32196
32259
|
line-height: 18px;
|
|
32260
|
+
margin: 4px 0;
|
|
32197
32261
|
}
|
|
32198
32262
|
|
|
32199
|
-
.
|
|
32200
|
-
|
|
32201
|
-
font-style: normal;
|
|
32202
|
-
font-weight: bold;
|
|
32203
|
-
font-size: 12px;
|
|
32204
|
-
line-height: 18px;
|
|
32263
|
+
.E_uqv57uv {
|
|
32264
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32205
32265
|
}
|
|
32206
32266
|
|
|
32207
|
-
.
|
|
32208
|
-
|
|
32209
|
-
font-style: normal;
|
|
32210
|
-
font-weight: normal;
|
|
32211
|
-
font-size: 12px;
|
|
32212
|
-
line-height: 18px;
|
|
32267
|
+
.E_atcz0kf .ant-input-suffix {
|
|
32268
|
+
margin-left: 8px;
|
|
32213
32269
|
}
|
|
32214
32270
|
|
|
32215
|
-
.
|
|
32216
|
-
|
|
32217
|
-
font-style: normal;
|
|
32218
|
-
font-weight: 500;
|
|
32219
|
-
font-size: 12px;
|
|
32220
|
-
line-height: 18px;
|
|
32271
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
32272
|
+
padding: 2px 7px 2px 12px;
|
|
32221
32273
|
}
|
|
32222
32274
|
|
|
32223
|
-
.
|
|
32224
|
-
|
|
32225
|
-
|
|
32275
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32276
|
+
display: inline-flex;
|
|
32277
|
+
align-items: center;
|
|
32278
|
+
justify-content: center;
|
|
32279
|
+
color: #fff;
|
|
32226
32280
|
font-weight: bold;
|
|
32227
32281
|
font-size: 12px;
|
|
32228
|
-
|
|
32282
|
+
width: 24px;
|
|
32283
|
+
height: 24px;
|
|
32284
|
+
border-radius: 50%;
|
|
32285
|
+
background: var(--a1b5xrg3-0);
|
|
32229
32286
|
}
|
|
32230
32287
|
|
|
32231
|
-
.
|
|
32232
|
-
|
|
32233
|
-
|
|
32234
|
-
|
|
32235
|
-
|
|
32236
|
-
|
|
32237
|
-
|
|
32238
|
-
|
|
32288
|
+
.E_a1b5xrg3.btn-item {
|
|
32289
|
+
transition: all 160ms ease;
|
|
32290
|
+
cursor: pointer;
|
|
32291
|
+
width: 56px;
|
|
32292
|
+
height: 40px;
|
|
32293
|
+
display: inline-flex;
|
|
32294
|
+
align-items: center;
|
|
32295
|
+
justify-content: center;
|
|
32296
|
+
border-radius: 6px;
|
|
32239
32297
|
}
|
|
32240
32298
|
|
|
32241
|
-
.
|
|
32242
|
-
|
|
32243
|
-
font-style: normal;
|
|
32244
|
-
font-weight: bold;
|
|
32245
|
-
text-transform: uppercase;
|
|
32246
|
-
font-feature-settings: "cpsp" on;
|
|
32247
|
-
font-size: 12px;
|
|
32248
|
-
line-height: 18px;
|
|
32299
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32300
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32249
32301
|
}
|
|
32250
32302
|
|
|
32251
|
-
.
|
|
32252
|
-
|
|
32253
|
-
|
|
32254
|
-
font-weight: normal;
|
|
32255
|
-
font-size: 13px;
|
|
32256
|
-
line-height: 20px;
|
|
32303
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32304
|
+
transform: translateY(2px);
|
|
32305
|
+
transition: all 320ms ease;
|
|
32257
32306
|
}
|
|
32258
32307
|
|
|
32259
|
-
.
|
|
32260
|
-
|
|
32261
|
-
font-style: normal;
|
|
32262
|
-
font-weight: normal;
|
|
32263
|
-
font-size: 13px;
|
|
32264
|
-
line-height: 20px;
|
|
32308
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
32309
|
+
display: var(--ai7qkf2-0);
|
|
32265
32310
|
}
|
|
32266
32311
|
|
|
32267
|
-
.
|
|
32268
|
-
|
|
32269
|
-
|
|
32270
|
-
|
|
32271
|
-
|
|
32272
|
-
line-height: 18px;
|
|
32312
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
32313
|
+
display: inline-flex;
|
|
32314
|
+
line-height: 1.5715;
|
|
32315
|
+
height: 100%;
|
|
32316
|
+
width: 100%;
|
|
32273
32317
|
}
|
|
32274
32318
|
|
|
32275
|
-
.
|
|
32276
|
-
|
|
32277
|
-
|
|
32278
|
-
|
|
32279
|
-
|
|
32280
|
-
|
|
32319
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
32320
|
+
content: var(--ai7qkf2-1);
|
|
32321
|
+
display: var(--ai7qkf2-2);
|
|
32322
|
+
flex: none;
|
|
32323
|
+
align-items: center;
|
|
32324
|
+
margin-left: 4px;
|
|
32325
|
+
padding: 5px 12px 5px 0;
|
|
32326
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32281
32327
|
}
|
|
32282
32328
|
|
|
32283
|
-
.
|
|
32284
|
-
|
|
32285
|
-
|
|
32286
|
-
|
|
32287
|
-
|
|
32288
|
-
|
|
32289
|
-
|
|
32329
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
32330
|
+
content: var(--ai7qkf2-3);
|
|
32331
|
+
display: var(--ai7qkf2-4);
|
|
32332
|
+
flex: none;
|
|
32333
|
+
align-items: center;
|
|
32334
|
+
margin-right: 4px;
|
|
32335
|
+
cursor: auto;
|
|
32336
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32290
32337
|
}
|
|
32291
32338
|
|
|
32292
|
-
.
|
|
32293
|
-
|
|
32294
|
-
font-style: normal;
|
|
32295
|
-
font-weight: normal;
|
|
32296
|
-
font-feature-settings: "zero" on;
|
|
32297
|
-
font-size: 13px;
|
|
32298
|
-
line-height: 20px;
|
|
32339
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
32340
|
+
border-radius: 0;
|
|
32299
32341
|
}
|
|
32300
32342
|
|
|
32301
|
-
.
|
|
32302
|
-
|
|
32303
|
-
|
|
32304
|
-
font-weight: normal;
|
|
32305
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32306
|
-
font-size: 12px;
|
|
32307
|
-
line-height: 18px;
|
|
32343
|
+
.E_ai7qkf2.ant-input-number {
|
|
32344
|
+
width: 100%;
|
|
32345
|
+
border-radius: 6px;
|
|
32308
32346
|
}
|
|
32309
32347
|
|
|
32310
|
-
.
|
|
32311
|
-
|
|
32312
|
-
|
|
32313
|
-
|
|
32314
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32315
|
-
font-size: 12px;
|
|
32316
|
-
line-height: 18px;
|
|
32317
|
-
}
|
|
32318
|
-
|
|
32319
|
-
.E_t10dv8p1 {
|
|
32320
|
-
font-family: Inter;
|
|
32321
|
-
font-style: normal;
|
|
32322
|
-
font-weight: normal;
|
|
32323
|
-
font-feature-settings: "zero" on;
|
|
32324
|
-
font-size: 12px;
|
|
32325
|
-
line-height: 18px;
|
|
32326
|
-
}
|
|
32327
|
-
|
|
32328
|
-
.E_tc2oqpq {
|
|
32329
|
-
font-family: Inter;
|
|
32330
|
-
font-style: normal;
|
|
32331
|
-
font-weight: 500;
|
|
32332
|
-
font-feature-settings: "zero" on;
|
|
32333
|
-
font-size: 12px;
|
|
32334
|
-
line-height: 18px;
|
|
32335
|
-
}
|
|
32336
|
-
|
|
32337
|
-
.E_tzvddmc {
|
|
32338
|
-
font-family: Inter;
|
|
32339
|
-
font-style: normal;
|
|
32340
|
-
font-weight: bold;
|
|
32341
|
-
font-feature-settings: "zero" on;
|
|
32342
|
-
font-size: 16px;
|
|
32343
|
-
line-height: 24px;
|
|
32344
|
-
}
|
|
32345
|
-
|
|
32346
|
-
.E_u18llj45 {
|
|
32347
|
-
font-family: Inter;
|
|
32348
|
-
font-style: normal;
|
|
32349
|
-
font-weight: normal;
|
|
32350
|
-
font-size: 10px;
|
|
32351
|
-
line-height: 12px;
|
|
32352
|
-
}
|
|
32353
|
-
|
|
32354
|
-
.E_cnujxq2 {
|
|
32355
|
-
display: flex;
|
|
32356
|
-
flex-direction: column;
|
|
32357
|
-
}
|
|
32358
|
-
|
|
32359
|
-
.E_m7s48ia {
|
|
32360
|
-
max-width: 1120px;
|
|
32361
|
-
width: 100%;
|
|
32362
|
-
margin: 0 auto;
|
|
32363
|
-
height: 100%;
|
|
32364
|
-
}
|
|
32365
|
-
|
|
32366
|
-
.E_wt5zbg6 {
|
|
32367
|
-
max-width: 1120px;
|
|
32368
|
-
width: 100%;
|
|
32369
|
-
margin: 0 auto;
|
|
32370
|
-
display: flex;
|
|
32371
|
-
}
|
|
32372
|
-
|
|
32373
|
-
.E_wt5zbg6 .left,
|
|
32374
|
-
.E_wt5zbg6 .right {
|
|
32375
|
-
flex-grow: 0;
|
|
32376
|
-
flex-shrink: 0;
|
|
32377
|
-
flex-basis: 21%;
|
|
32348
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32349
|
+
border-color: #0096ff;
|
|
32350
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32351
|
+
z-index: 1;
|
|
32378
32352
|
}
|
|
32379
32353
|
|
|
32380
|
-
.
|
|
32381
|
-
|
|
32382
|
-
|
|
32383
|
-
padding-right: 44px;
|
|
32354
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32355
|
+
border-color: #e75a3a;
|
|
32356
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32384
32357
|
}
|
|
32385
32358
|
|
|
32386
|
-
.
|
|
32387
|
-
|
|
32359
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
32360
|
+
height: 30px;
|
|
32361
|
+
border: 1px;
|
|
32362
|
+
padding: 5px 12px;
|
|
32363
|
+
font-size: inherit;
|
|
32388
32364
|
}
|
|
32389
32365
|
|
|
32390
|
-
.
|
|
32391
|
-
|
|
32392
|
-
|
|
32393
|
-
|
|
32394
|
-
flex-basis: 58%;
|
|
32366
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
32367
|
+
height: 38px;
|
|
32368
|
+
border: 1px;
|
|
32369
|
+
padding: 8px 16px;
|
|
32395
32370
|
}
|
|
32396
32371
|
|
|
32397
|
-
.
|
|
32398
|
-
|
|
32372
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
32373
|
+
height: 22px;
|
|
32374
|
+
border: 1px;
|
|
32375
|
+
padding: 2px 8px;
|
|
32399
32376
|
}
|
|
32400
32377
|
|
|
32401
|
-
.
|
|
32402
|
-
width:
|
|
32378
|
+
.E_m196gn1d {
|
|
32379
|
+
min-width: 1280px;
|
|
32403
32380
|
}
|
|
32404
32381
|
|
|
32405
|
-
.
|
|
32406
|
-
|
|
32407
|
-
|
|
32408
|
-
max-width: 648px;
|
|
32382
|
+
.E_iouxfgt {
|
|
32383
|
+
display: inline-flex;
|
|
32384
|
+
align-items: center;
|
|
32409
32385
|
}
|
|
32410
32386
|
|
|
32411
|
-
.
|
|
32412
|
-
|
|
32387
|
+
.E_iouxfgt .icon-inner {
|
|
32388
|
+
display: inline-flex;
|
|
32389
|
+
align-items: center;
|
|
32390
|
+
justify-content: center;
|
|
32413
32391
|
}
|
|
32414
32392
|
|
|
32415
|
-
.
|
|
32416
|
-
|
|
32417
|
-
|
|
32418
|
-
width: 100%;
|
|
32419
|
-
max-width: 648px;
|
|
32420
|
-
overflow: hidden;
|
|
32393
|
+
.E_iouxfgt .icon-inner + span,
|
|
32394
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
32395
|
+
margin-left: 4px;
|
|
32421
32396
|
}
|
|
32422
32397
|
|
|
32423
|
-
.
|
|
32424
|
-
|
|
32398
|
+
.E_iouxfgt.is-rotate img,
|
|
32399
|
+
.E_iouxfgt.is-rotate svg {
|
|
32400
|
+
animation: rotate 680ms linear infinite;
|
|
32425
32401
|
}
|
|
32426
32402
|
|
|
32427
|
-
.
|
|
32428
|
-
|
|
32429
|
-
|
|
32403
|
+
.E_dsnbhzf {
|
|
32404
|
+
font-family: Inter;
|
|
32405
|
+
font-style: normal;
|
|
32406
|
+
font-weight: bold;
|
|
32407
|
+
font-size: 32px;
|
|
32408
|
+
line-height: 40px;
|
|
32430
32409
|
}
|
|
32431
32410
|
|
|
32432
|
-
.
|
|
32433
|
-
|
|
32434
|
-
|
|
32411
|
+
.E_d1mvo22k {
|
|
32412
|
+
font-family: Inter;
|
|
32413
|
+
font-style: normal;
|
|
32414
|
+
font-weight: bold;
|
|
32415
|
+
font-size: 24px;
|
|
32416
|
+
line-height: 32px;
|
|
32435
32417
|
}
|
|
32436
32418
|
|
|
32437
|
-
.
|
|
32438
|
-
|
|
32439
|
-
|
|
32440
|
-
|
|
32419
|
+
.E_d1b444tr {
|
|
32420
|
+
font-family: Inter;
|
|
32421
|
+
font-style: normal;
|
|
32422
|
+
font-weight: normal;
|
|
32423
|
+
font-size: 32px;
|
|
32424
|
+
line-height: 40px;
|
|
32441
32425
|
}
|
|
32442
32426
|
|
|
32443
|
-
.
|
|
32444
|
-
|
|
32427
|
+
.E_dvs0kue {
|
|
32428
|
+
font-family: Inter;
|
|
32429
|
+
font-style: normal;
|
|
32430
|
+
font-weight: bold;
|
|
32431
|
+
font-size: 20px;
|
|
32432
|
+
line-height: 24px;
|
|
32445
32433
|
}
|
|
32446
32434
|
|
|
32447
|
-
.
|
|
32448
|
-
|
|
32449
|
-
|
|
32450
|
-
|
|
32451
|
-
|
|
32452
|
-
|
|
32435
|
+
.E_d1hcbfcq {
|
|
32436
|
+
font-family: Inter;
|
|
32437
|
+
font-style: normal;
|
|
32438
|
+
font-weight: normal;
|
|
32439
|
+
font-size: 20px;
|
|
32440
|
+
line-height: 24px;
|
|
32453
32441
|
}
|
|
32454
32442
|
|
|
32455
|
-
.
|
|
32456
|
-
|
|
32443
|
+
.E_d1cz922v {
|
|
32444
|
+
font-family: Inter;
|
|
32445
|
+
font-style: normal;
|
|
32446
|
+
font-weight: bold;
|
|
32447
|
+
font-size: 18px;
|
|
32448
|
+
line-height: 22px;
|
|
32457
32449
|
}
|
|
32458
32450
|
|
|
32459
|
-
.
|
|
32460
|
-
|
|
32461
|
-
|
|
32451
|
+
.E_d3nzbrm {
|
|
32452
|
+
font-family: Inter;
|
|
32453
|
+
font-style: normal;
|
|
32454
|
+
font-weight: normal;
|
|
32455
|
+
font-size: 18px;
|
|
32456
|
+
line-height: 22px;
|
|
32462
32457
|
}
|
|
32463
32458
|
|
|
32464
|
-
.
|
|
32465
|
-
|
|
32466
|
-
|
|
32459
|
+
.E_h1g0p5ob {
|
|
32460
|
+
font-family: Inter;
|
|
32461
|
+
font-style: normal;
|
|
32462
|
+
font-weight: bold;
|
|
32463
|
+
font-size: 16px;
|
|
32464
|
+
line-height: 22px;
|
|
32467
32465
|
}
|
|
32468
32466
|
|
|
32469
|
-
.
|
|
32470
|
-
|
|
32467
|
+
.E_hydo2ej {
|
|
32468
|
+
font-family: Inter;
|
|
32469
|
+
font-style: normal;
|
|
32470
|
+
font-weight: normal;
|
|
32471
|
+
font-size: 16px;
|
|
32472
|
+
line-height: 22px;
|
|
32471
32473
|
}
|
|
32472
32474
|
|
|
32473
|
-
.
|
|
32474
|
-
font-
|
|
32475
|
+
.E_h1hbuq0r {
|
|
32476
|
+
font-family: Inter;
|
|
32477
|
+
font-style: normal;
|
|
32478
|
+
font-weight: bold;
|
|
32479
|
+
font-size: 14px;
|
|
32475
32480
|
line-height: 20px;
|
|
32476
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32477
32481
|
}
|
|
32478
32482
|
|
|
32479
|
-
.
|
|
32483
|
+
.E_h13bondg {
|
|
32484
|
+
font-family: Inter;
|
|
32485
|
+
font-style: normal;
|
|
32486
|
+
font-weight: normal;
|
|
32480
32487
|
font-size: 14px;
|
|
32481
32488
|
line-height: 20px;
|
|
32482
|
-
color: #2d3a56;
|
|
32483
|
-
margin-bottom: 12px;
|
|
32484
|
-
}
|
|
32485
|
-
|
|
32486
|
-
.E_f1lrhghm.connect-cluster .title {
|
|
32487
|
-
padding-bottom: 26px;
|
|
32488
32489
|
}
|
|
32489
32490
|
|
|
32490
|
-
.
|
|
32491
|
-
|
|
32492
|
-
|
|
32493
|
-
|
|
32494
|
-
}
|
|
32495
|
-
|
|
32496
|
-
.E_f1l1g2k0 {
|
|
32497
|
-
display: flex;
|
|
32498
|
-
align-items: center;
|
|
32499
|
-
margin-bottom: 8px;
|
|
32500
|
-
}
|
|
32501
|
-
|
|
32502
|
-
.E_f1l1g2k0 > label {
|
|
32503
|
-
width: 216px;
|
|
32504
|
-
}
|
|
32505
|
-
|
|
32506
|
-
.E_f1l1g2k0 > label + * {
|
|
32507
|
-
width: 100%;
|
|
32508
|
-
}
|
|
32509
|
-
|
|
32510
|
-
.E_f1l1g2k0 .ant-select {
|
|
32511
|
-
width: 100%;
|
|
32512
|
-
}
|
|
32513
|
-
|
|
32514
|
-
.E_e1k89cwg {
|
|
32515
|
-
color: #e75a3a;
|
|
32516
|
-
margin-right: 10px;
|
|
32517
|
-
}
|
|
32518
|
-
|
|
32519
|
-
.E_d1oui1gf {
|
|
32520
|
-
width: 100%;
|
|
32521
|
-
height: 1px;
|
|
32522
|
-
background: rgba(213, 219, 227, 0.6);
|
|
32523
|
-
margin: 24px 0;
|
|
32524
|
-
}
|
|
32525
|
-
|
|
32526
|
-
.E_l15itdbb {
|
|
32527
|
-
display: flex;
|
|
32528
|
-
justify-content: center;
|
|
32529
|
-
align-items: center;
|
|
32530
|
-
height: 100%;
|
|
32531
|
-
}
|
|
32532
|
-
|
|
32533
|
-
.E_d1y3z4w {
|
|
32534
|
-
display: inline-block;
|
|
32535
|
-
width: 4px;
|
|
32536
|
-
height: 4px;
|
|
32537
|
-
background: #8e9aa9;
|
|
32538
|
-
opacity: 0.4;
|
|
32539
|
-
border-radius: 50%;
|
|
32540
|
-
margin: 0 4px;
|
|
32541
|
-
}
|
|
32542
|
-
|
|
32543
|
-
.E_m177r7a3 .ant-modal-header,
|
|
32544
|
-
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
32545
|
-
width: 648px;
|
|
32546
|
-
margin: 0 auto;
|
|
32547
|
-
}
|
|
32548
|
-
|
|
32549
|
-
.E_m177r7a3 .ant-modal-header {
|
|
32550
|
-
padding: 35px 0 24px;
|
|
32551
|
-
border: none;
|
|
32552
|
-
}
|
|
32553
|
-
|
|
32554
|
-
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
32555
|
-
font-size: 30px;
|
|
32556
|
-
}
|
|
32557
|
-
|
|
32558
|
-
.E_m177r7a3 .ant-modal-body {
|
|
32559
|
-
padding: 4px 0 2px;
|
|
32560
|
-
}
|
|
32561
|
-
|
|
32562
|
-
.E_m177r7a3 .ant-modal-footer {
|
|
32563
|
-
border: none;
|
|
32564
|
-
}
|
|
32565
|
-
|
|
32566
|
-
.E_t1wwio3v {
|
|
32491
|
+
.E_h1mhvdlx {
|
|
32492
|
+
font-family: Inter;
|
|
32493
|
+
font-style: normal;
|
|
32494
|
+
font-weight: bold;
|
|
32567
32495
|
font-size: 12px;
|
|
32568
32496
|
line-height: 18px;
|
|
32569
|
-
font-weight: bold;
|
|
32570
|
-
color: #fff;
|
|
32571
|
-
padding: 0 4px;
|
|
32572
|
-
border-radius: 4px;
|
|
32573
|
-
display: inline-block;
|
|
32574
|
-
background: var(--t1wwio3v-0);
|
|
32575
|
-
}
|
|
32576
|
-
|
|
32577
|
-
.E_t1wwio3v:not(:first-child) {
|
|
32578
|
-
margin-left: 4px;
|
|
32579
32497
|
}
|
|
32580
32498
|
|
|
32581
|
-
.
|
|
32582
|
-
|
|
32583
|
-
|
|
32584
|
-
|
|
32585
|
-
|
|
32586
|
-
|
|
32499
|
+
.E_h1inmfq6 {
|
|
32500
|
+
font-family: Inter;
|
|
32501
|
+
font-style: normal;
|
|
32502
|
+
font-weight: normal;
|
|
32503
|
+
font-size: 12px;
|
|
32504
|
+
line-height: 18px;
|
|
32587
32505
|
}
|
|
32588
32506
|
|
|
32589
|
-
.
|
|
32590
|
-
font-
|
|
32507
|
+
.E_h1kfc0la {
|
|
32508
|
+
font-family: Inter;
|
|
32509
|
+
font-style: normal;
|
|
32591
32510
|
font-weight: bold;
|
|
32592
|
-
|
|
32593
|
-
|
|
32594
|
-
|
|
32595
|
-
|
|
32596
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32597
|
-
border-radius: 4px;
|
|
32598
|
-
}
|
|
32599
|
-
|
|
32600
|
-
.E_f4mi9eq.form-item-general {
|
|
32601
|
-
width: 640px;
|
|
32602
|
-
}
|
|
32603
|
-
|
|
32604
|
-
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
32605
|
-
margin-top: 16px;
|
|
32606
|
-
}
|
|
32607
|
-
|
|
32608
|
-
.E_f4mi9eq.form-item-compact {
|
|
32609
|
-
width: 412px;
|
|
32610
|
-
}
|
|
32611
|
-
|
|
32612
|
-
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
32613
|
-
margin-top: 8px;
|
|
32511
|
+
text-transform: uppercase;
|
|
32512
|
+
font-feature-settings: "cpsp" on;
|
|
32513
|
+
font-size: 12px;
|
|
32514
|
+
line-height: 18px;
|
|
32614
32515
|
}
|
|
32615
32516
|
|
|
32616
|
-
.
|
|
32617
|
-
|
|
32517
|
+
.E_h10xnyuu {
|
|
32518
|
+
font-family: Inter;
|
|
32519
|
+
font-style: normal;
|
|
32520
|
+
font-weight: normal;
|
|
32521
|
+
text-transform: uppercase;
|
|
32522
|
+
font-feature-settings: "cpsp" on;
|
|
32523
|
+
font-size: 12px;
|
|
32524
|
+
line-height: 18px;
|
|
32618
32525
|
}
|
|
32619
32526
|
|
|
32620
|
-
.
|
|
32621
|
-
|
|
32622
|
-
|
|
32527
|
+
.E_lrcmi0v {
|
|
32528
|
+
font-family: Inter;
|
|
32529
|
+
font-style: normal;
|
|
32530
|
+
font-weight: normal;
|
|
32531
|
+
font-size: 16px;
|
|
32532
|
+
line-height: 24px;
|
|
32623
32533
|
}
|
|
32624
32534
|
|
|
32625
|
-
.
|
|
32626
|
-
|
|
32627
|
-
|
|
32628
|
-
|
|
32629
|
-
|
|
32630
|
-
|
|
32631
|
-
line-height: 1.8;
|
|
32632
|
-
color: #8e9aa9;
|
|
32535
|
+
.E_lzt43lp {
|
|
32536
|
+
font-family: Inter;
|
|
32537
|
+
font-style: normal;
|
|
32538
|
+
font-weight: bold;
|
|
32539
|
+
font-size: 16px;
|
|
32540
|
+
line-height: 24px;
|
|
32633
32541
|
}
|
|
32634
32542
|
|
|
32635
|
-
.
|
|
32636
|
-
|
|
32637
|
-
font-
|
|
32638
|
-
|
|
32543
|
+
.E_l5yc9nt {
|
|
32544
|
+
font-family: Inter;
|
|
32545
|
+
font-style: normal;
|
|
32546
|
+
font-weight: normal;
|
|
32547
|
+
font-size: 16px;
|
|
32548
|
+
line-height: 24px;
|
|
32639
32549
|
}
|
|
32640
32550
|
|
|
32641
|
-
.
|
|
32642
|
-
|
|
32551
|
+
.E_l1fbkbzo {
|
|
32552
|
+
font-family: Inter;
|
|
32553
|
+
font-style: normal;
|
|
32554
|
+
font-weight: bold;
|
|
32555
|
+
font-size: 16px;
|
|
32556
|
+
line-height: 24px;
|
|
32643
32557
|
}
|
|
32644
32558
|
|
|
32645
|
-
.
|
|
32646
|
-
|
|
32647
|
-
|
|
32559
|
+
.E_lahvcax {
|
|
32560
|
+
font-family: Inter;
|
|
32561
|
+
font-style: normal;
|
|
32562
|
+
font-weight: normal;
|
|
32563
|
+
text-transform: uppercase;
|
|
32564
|
+
font-feature-settings: "cpsp" on;
|
|
32565
|
+
font-size: 16px;
|
|
32566
|
+
line-height: 24px;
|
|
32648
32567
|
}
|
|
32649
32568
|
|
|
32650
|
-
.
|
|
32651
|
-
|
|
32569
|
+
.E_l11q3pxd {
|
|
32570
|
+
font-family: Inter;
|
|
32571
|
+
font-style: normal;
|
|
32572
|
+
font-weight: bold;
|
|
32573
|
+
text-transform: uppercase;
|
|
32574
|
+
font-feature-settings: "cpsp" on;
|
|
32575
|
+
font-size: 16px;
|
|
32576
|
+
line-height: 24px;
|
|
32652
32577
|
}
|
|
32653
32578
|
|
|
32654
|
-
.
|
|
32655
|
-
|
|
32579
|
+
.E_lfuc2qu {
|
|
32580
|
+
font-family: Inter;
|
|
32581
|
+
font-style: normal;
|
|
32582
|
+
font-weight: normal;
|
|
32583
|
+
font-size: 14px;
|
|
32584
|
+
line-height: 22px;
|
|
32656
32585
|
}
|
|
32657
32586
|
|
|
32658
|
-
.
|
|
32659
|
-
|
|
32587
|
+
.E_l1jmp8r0 {
|
|
32588
|
+
font-family: Inter;
|
|
32589
|
+
font-style: normal;
|
|
32590
|
+
font-weight: 500;
|
|
32591
|
+
font-size: 14px;
|
|
32592
|
+
line-height: 22px;
|
|
32660
32593
|
}
|
|
32661
32594
|
|
|
32662
|
-
.
|
|
32663
|
-
|
|
32664
|
-
|
|
32665
|
-
|
|
32595
|
+
.E_lcnm221 {
|
|
32596
|
+
font-family: Inter;
|
|
32597
|
+
font-style: normal;
|
|
32598
|
+
font-weight: bold;
|
|
32599
|
+
font-size: 14px;
|
|
32600
|
+
line-height: 22px;
|
|
32666
32601
|
}
|
|
32667
32602
|
|
|
32668
|
-
.
|
|
32669
|
-
|
|
32670
|
-
|
|
32671
|
-
|
|
32603
|
+
.E_lu1z2n5 {
|
|
32604
|
+
font-family: Inter;
|
|
32605
|
+
font-style: normal;
|
|
32606
|
+
font-weight: normal;
|
|
32607
|
+
font-size: 14px;
|
|
32608
|
+
line-height: 22px;
|
|
32672
32609
|
}
|
|
32673
32610
|
|
|
32674
|
-
.
|
|
32675
|
-
|
|
32676
|
-
|
|
32677
|
-
|
|
32611
|
+
.E_l1r59djn {
|
|
32612
|
+
font-family: Inter;
|
|
32613
|
+
font-style: normal;
|
|
32614
|
+
font-weight: bold;
|
|
32615
|
+
font-size: 14px;
|
|
32616
|
+
line-height: 22px;
|
|
32678
32617
|
}
|
|
32679
32618
|
|
|
32680
|
-
.
|
|
32681
|
-
|
|
32682
|
-
font-
|
|
32683
|
-
|
|
32684
|
-
|
|
32685
|
-
|
|
32619
|
+
.E_ljm2911 {
|
|
32620
|
+
font-family: Inter;
|
|
32621
|
+
font-style: normal;
|
|
32622
|
+
font-weight: normal;
|
|
32623
|
+
text-transform: uppercase;
|
|
32624
|
+
font-feature-settings: "cpsp" on;
|
|
32625
|
+
font-size: 14px;
|
|
32626
|
+
line-height: 22px;
|
|
32686
32627
|
}
|
|
32687
32628
|
|
|
32688
|
-
.
|
|
32689
|
-
|
|
32629
|
+
.E_l124mzmr {
|
|
32630
|
+
font-family: Inter;
|
|
32631
|
+
font-style: normal;
|
|
32632
|
+
font-weight: bold;
|
|
32633
|
+
text-transform: uppercase;
|
|
32634
|
+
font-feature-settings: "cpsp" on;
|
|
32635
|
+
font-size: 14px;
|
|
32636
|
+
line-height: 22px;
|
|
32690
32637
|
}
|
|
32691
32638
|
|
|
32692
|
-
.
|
|
32693
|
-
|
|
32694
|
-
|
|
32695
|
-
|
|
32696
|
-
|
|
32697
|
-
|
|
32698
|
-
cursor: pointer;
|
|
32699
|
-
transition: all 200ms ease-out 40ms;
|
|
32639
|
+
.E_lb3chel {
|
|
32640
|
+
font-family: Inter;
|
|
32641
|
+
font-style: normal;
|
|
32642
|
+
font-weight: normal;
|
|
32643
|
+
font-size: 13px;
|
|
32644
|
+
line-height: 20px;
|
|
32700
32645
|
}
|
|
32701
32646
|
|
|
32702
|
-
.
|
|
32703
|
-
|
|
32704
|
-
|
|
32705
|
-
|
|
32706
|
-
|
|
32707
|
-
|
|
32708
|
-
position: relative;
|
|
32709
|
-
right: 2px;
|
|
32710
|
-
transform: rotate(-45deg);
|
|
32647
|
+
.E_lv9jstu {
|
|
32648
|
+
font-family: Inter;
|
|
32649
|
+
font-style: normal;
|
|
32650
|
+
font-weight: 600;
|
|
32651
|
+
font-size: 13px;
|
|
32652
|
+
line-height: 20px;
|
|
32711
32653
|
}
|
|
32712
32654
|
|
|
32713
|
-
.
|
|
32714
|
-
|
|
32715
|
-
|
|
32655
|
+
.E_lwqlh3x {
|
|
32656
|
+
font-family: Inter;
|
|
32657
|
+
font-style: normal;
|
|
32658
|
+
font-weight: bold;
|
|
32659
|
+
font-size: 13px;
|
|
32660
|
+
line-height: 20px;
|
|
32716
32661
|
}
|
|
32717
32662
|
|
|
32718
|
-
.
|
|
32719
|
-
|
|
32720
|
-
|
|
32721
|
-
|
|
32663
|
+
.E_lalum9y {
|
|
32664
|
+
font-family: Inter;
|
|
32665
|
+
font-style: normal;
|
|
32666
|
+
font-weight: normal;
|
|
32667
|
+
font-size: 13px;
|
|
32668
|
+
line-height: 20px;
|
|
32722
32669
|
}
|
|
32723
32670
|
|
|
32724
|
-
.
|
|
32725
|
-
|
|
32726
|
-
|
|
32671
|
+
.E_l1t6dj5o {
|
|
32672
|
+
font-family: Inter;
|
|
32673
|
+
font-style: normal;
|
|
32674
|
+
font-weight: 600;
|
|
32675
|
+
font-size: 13px;
|
|
32676
|
+
line-height: 20px;
|
|
32727
32677
|
}
|
|
32728
32678
|
|
|
32729
|
-
.
|
|
32730
|
-
|
|
32731
|
-
|
|
32679
|
+
.E_l12f6ic {
|
|
32680
|
+
font-family: Inter;
|
|
32681
|
+
font-style: normal;
|
|
32682
|
+
font-weight: bold;
|
|
32683
|
+
font-size: 13px;
|
|
32684
|
+
line-height: 20px;
|
|
32732
32685
|
}
|
|
32733
32686
|
|
|
32734
|
-
.
|
|
32735
|
-
|
|
32736
|
-
|
|
32737
|
-
|
|
32738
|
-
|
|
32739
|
-
|
|
32740
|
-
|
|
32741
|
-
|
|
32742
|
-
line-height: 18px;
|
|
32687
|
+
.E_l7gmukq {
|
|
32688
|
+
font-family: Inter;
|
|
32689
|
+
font-style: normal;
|
|
32690
|
+
font-weight: normal;
|
|
32691
|
+
text-transform: uppercase;
|
|
32692
|
+
font-feature-settings: "cpsp" on;
|
|
32693
|
+
font-size: 13px;
|
|
32694
|
+
line-height: 20px;
|
|
32743
32695
|
}
|
|
32744
32696
|
|
|
32745
|
-
.
|
|
32746
|
-
|
|
32747
|
-
|
|
32697
|
+
.E_lkwl0yp {
|
|
32698
|
+
font-family: Inter;
|
|
32699
|
+
font-style: normal;
|
|
32700
|
+
font-weight: bold;
|
|
32701
|
+
text-transform: uppercase;
|
|
32702
|
+
font-feature-settings: "cpsp" on;
|
|
32703
|
+
font-size: 13px;
|
|
32704
|
+
line-height: 20px;
|
|
32748
32705
|
}
|
|
32749
32706
|
|
|
32750
|
-
.
|
|
32751
|
-
|
|
32752
|
-
|
|
32753
|
-
|
|
32754
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32755
|
-
border-radius: 6px;
|
|
32756
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32707
|
+
.E_l10knv48 {
|
|
32708
|
+
font-family: Inter;
|
|
32709
|
+
font-style: normal;
|
|
32710
|
+
font-weight: normal;
|
|
32757
32711
|
font-size: 12px;
|
|
32758
32712
|
line-height: 18px;
|
|
32759
32713
|
}
|
|
32760
32714
|
|
|
32761
|
-
.
|
|
32762
|
-
|
|
32763
|
-
|
|
32715
|
+
.E_l6526ld {
|
|
32716
|
+
font-family: Inter;
|
|
32717
|
+
font-style: normal;
|
|
32718
|
+
font-weight: 500;
|
|
32719
|
+
font-size: 12px;
|
|
32720
|
+
line-height: 18px;
|
|
32764
32721
|
}
|
|
32765
32722
|
|
|
32766
|
-
.
|
|
32767
|
-
|
|
32768
|
-
|
|
32769
|
-
|
|
32770
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32771
|
-
border-radius: 6px;
|
|
32772
|
-
color: #005ed1;
|
|
32723
|
+
.E_l1j81vli {
|
|
32724
|
+
font-family: Inter;
|
|
32725
|
+
font-style: normal;
|
|
32726
|
+
font-weight: bold;
|
|
32773
32727
|
font-size: 12px;
|
|
32774
32728
|
line-height: 18px;
|
|
32775
32729
|
}
|
|
32776
32730
|
|
|
32777
|
-
.
|
|
32778
|
-
|
|
32779
|
-
|
|
32731
|
+
.E_l1x7n1mk {
|
|
32732
|
+
font-family: Inter;
|
|
32733
|
+
font-style: normal;
|
|
32734
|
+
font-weight: normal;
|
|
32735
|
+
font-size: 12px;
|
|
32736
|
+
line-height: 18px;
|
|
32780
32737
|
}
|
|
32781
32738
|
|
|
32782
|
-
.
|
|
32783
|
-
|
|
32784
|
-
|
|
32739
|
+
.E_l9fqufz {
|
|
32740
|
+
font-family: Inter;
|
|
32741
|
+
font-style: normal;
|
|
32742
|
+
font-weight: 500;
|
|
32785
32743
|
font-size: 12px;
|
|
32786
32744
|
line-height: 18px;
|
|
32787
32745
|
}
|
|
32788
32746
|
|
|
32789
|
-
.
|
|
32790
|
-
|
|
32747
|
+
.E_l1iwnybd {
|
|
32748
|
+
font-family: Inter;
|
|
32749
|
+
font-style: normal;
|
|
32750
|
+
font-weight: bold;
|
|
32791
32751
|
font-size: 12px;
|
|
32792
|
-
|
|
32752
|
+
line-height: 18px;
|
|
32793
32753
|
}
|
|
32794
32754
|
|
|
32795
|
-
.
|
|
32796
|
-
|
|
32797
|
-
|
|
32798
|
-
|
|
32755
|
+
.E_lprtm1e {
|
|
32756
|
+
font-family: Inter;
|
|
32757
|
+
font-style: normal;
|
|
32758
|
+
font-weight: normal;
|
|
32759
|
+
text-transform: uppercase;
|
|
32760
|
+
font-feature-settings: "cpsp" on;
|
|
32761
|
+
font-size: 12px;
|
|
32762
|
+
line-height: 18px;
|
|
32799
32763
|
}
|
|
32800
32764
|
|
|
32801
|
-
.
|
|
32802
|
-
|
|
32765
|
+
.E_l1lln87h {
|
|
32766
|
+
font-family: Inter;
|
|
32767
|
+
font-style: normal;
|
|
32768
|
+
font-weight: bold;
|
|
32769
|
+
text-transform: uppercase;
|
|
32770
|
+
font-feature-settings: "cpsp" on;
|
|
32771
|
+
font-size: 12px;
|
|
32772
|
+
line-height: 18px;
|
|
32803
32773
|
}
|
|
32804
32774
|
|
|
32805
|
-
.
|
|
32806
|
-
|
|
32775
|
+
.E_f2pb48l {
|
|
32776
|
+
font-family: Inter;
|
|
32777
|
+
font-style: normal;
|
|
32778
|
+
font-weight: normal;
|
|
32779
|
+
font-size: 13px;
|
|
32780
|
+
line-height: 20px;
|
|
32807
32781
|
}
|
|
32808
32782
|
|
|
32809
|
-
.
|
|
32810
|
-
|
|
32783
|
+
.E_fi9emkw {
|
|
32784
|
+
font-family: Inter;
|
|
32785
|
+
font-style: normal;
|
|
32786
|
+
font-weight: normal;
|
|
32787
|
+
font-size: 13px;
|
|
32811
32788
|
line-height: 20px;
|
|
32812
|
-
color: #2d3a56;
|
|
32813
|
-
border-radius: 6px;
|
|
32814
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32815
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32816
32789
|
}
|
|
32817
32790
|
|
|
32818
|
-
.
|
|
32819
|
-
|
|
32820
|
-
|
|
32791
|
+
.E_f1nrg7da {
|
|
32792
|
+
font-family: Inter;
|
|
32793
|
+
font-style: normal;
|
|
32794
|
+
font-weight: normal;
|
|
32795
|
+
font-size: 12px;
|
|
32796
|
+
line-height: 18px;
|
|
32821
32797
|
}
|
|
32822
32798
|
|
|
32823
|
-
.
|
|
32824
|
-
|
|
32799
|
+
.E_f17k1i3n {
|
|
32800
|
+
font-family: Inter;
|
|
32801
|
+
font-style: normal;
|
|
32802
|
+
font-weight: normal;
|
|
32803
|
+
font-size: 12px;
|
|
32825
32804
|
line-height: 18px;
|
|
32826
32805
|
}
|
|
32827
32806
|
|
|
32828
|
-
.
|
|
32829
|
-
|
|
32830
|
-
|
|
32831
|
-
|
|
32807
|
+
.E_t1tvuj2e {
|
|
32808
|
+
font-family: Inter;
|
|
32809
|
+
font-style: normal;
|
|
32810
|
+
font-weight: normal;
|
|
32811
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32812
|
+
font-size: 13px;
|
|
32813
|
+
line-height: 20px;
|
|
32832
32814
|
}
|
|
32833
32815
|
|
|
32834
|
-
.
|
|
32835
|
-
|
|
32836
|
-
|
|
32837
|
-
|
|
32816
|
+
.E_t17uajlu {
|
|
32817
|
+
font-family: Inter;
|
|
32818
|
+
font-style: normal;
|
|
32819
|
+
font-weight: normal;
|
|
32820
|
+
font-feature-settings: "zero" on;
|
|
32821
|
+
font-size: 13px;
|
|
32822
|
+
line-height: 20px;
|
|
32838
32823
|
}
|
|
32839
|
-
|
|
32840
|
-
.
|
|
32841
|
-
|
|
32842
|
-
|
|
32824
|
+
|
|
32825
|
+
.E_t114zbyz {
|
|
32826
|
+
font-family: Inter;
|
|
32827
|
+
font-style: normal;
|
|
32828
|
+
font-weight: normal;
|
|
32829
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32830
|
+
font-size: 12px;
|
|
32831
|
+
line-height: 18px;
|
|
32843
32832
|
}
|
|
32844
32833
|
|
|
32845
|
-
.
|
|
32846
|
-
|
|
32847
|
-
|
|
32834
|
+
.E_t1il0kvi {
|
|
32835
|
+
font-family: Inter;
|
|
32836
|
+
font-style: normal;
|
|
32837
|
+
font-weight: 500;
|
|
32838
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32839
|
+
font-size: 12px;
|
|
32840
|
+
line-height: 18px;
|
|
32848
32841
|
}
|
|
32849
32842
|
|
|
32850
|
-
.
|
|
32851
|
-
|
|
32852
|
-
|
|
32843
|
+
.E_t10dv8p1 {
|
|
32844
|
+
font-family: Inter;
|
|
32845
|
+
font-style: normal;
|
|
32846
|
+
font-weight: normal;
|
|
32847
|
+
font-feature-settings: "zero" on;
|
|
32848
|
+
font-size: 12px;
|
|
32849
|
+
line-height: 18px;
|
|
32853
32850
|
}
|
|
32854
32851
|
|
|
32855
|
-
.
|
|
32856
|
-
|
|
32857
|
-
|
|
32858
|
-
|
|
32852
|
+
.E_tc2oqpq {
|
|
32853
|
+
font-family: Inter;
|
|
32854
|
+
font-style: normal;
|
|
32855
|
+
font-weight: 500;
|
|
32856
|
+
font-feature-settings: "zero" on;
|
|
32857
|
+
font-size: 12px;
|
|
32858
|
+
line-height: 18px;
|
|
32859
32859
|
}
|
|
32860
32860
|
|
|
32861
|
-
.
|
|
32862
|
-
|
|
32863
|
-
|
|
32864
|
-
|
|
32865
|
-
|
|
32866
|
-
|
|
32867
|
-
|
|
32861
|
+
.E_tzvddmc {
|
|
32862
|
+
font-family: Inter;
|
|
32863
|
+
font-style: normal;
|
|
32864
|
+
font-weight: bold;
|
|
32865
|
+
font-feature-settings: "zero" on;
|
|
32866
|
+
font-size: 16px;
|
|
32867
|
+
line-height: 24px;
|
|
32868
32868
|
}
|
|
32869
32869
|
|
|
32870
|
-
.
|
|
32871
|
-
|
|
32872
|
-
|
|
32870
|
+
.E_u18llj45 {
|
|
32871
|
+
font-family: Inter;
|
|
32872
|
+
font-style: normal;
|
|
32873
|
+
font-weight: normal;
|
|
32874
|
+
font-size: 10px;
|
|
32875
|
+
line-height: 12px;
|
|
32873
32876
|
}
|
|
32874
32877
|
|
|
32875
|
-
.
|
|
32876
|
-
|
|
32877
|
-
|
|
32878
|
+
.E_skwah65 {
|
|
32879
|
+
height: 8px;
|
|
32880
|
+
box-sizing: border-box;
|
|
32881
|
+
border-radius: 2px;
|
|
32882
|
+
background: #f5f7fa;
|
|
32883
|
+
display: flex;
|
|
32884
|
+
width: 100%;
|
|
32885
|
+
overflow: hidden;
|
|
32878
32886
|
}
|
|
32879
32887
|
|
|
32880
|
-
.
|
|
32881
|
-
|
|
32882
|
-
line-height: 18px;
|
|
32888
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
32889
|
+
margin-left: 1px;
|
|
32883
32890
|
}
|
|
32884
32891
|
|
|
32885
|
-
.
|
|
32886
|
-
|
|
32887
|
-
|
|
32892
|
+
.E_t160l1cm {
|
|
32893
|
+
display: flex;
|
|
32894
|
+
flex-direction: column;
|
|
32895
|
+
flex: 1;
|
|
32896
|
+
/* FIXME:(yanzhen) do this better */
|
|
32888
32897
|
}
|
|
32889
32898
|
|
|
32890
|
-
.
|
|
32891
|
-
|
|
32892
|
-
|
|
32899
|
+
.E_t160l1cm .tab-bar {
|
|
32900
|
+
flex-shrink: 0;
|
|
32901
|
+
display: flex;
|
|
32902
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
32893
32903
|
}
|
|
32894
32904
|
|
|
32895
|
-
.
|
|
32896
|
-
|
|
32905
|
+
.E_t160l1cm .tab-content {
|
|
32906
|
+
height: 100%;
|
|
32897
32907
|
}
|
|
32898
32908
|
|
|
32899
|
-
.
|
|
32900
|
-
|
|
32909
|
+
.E_t160l1cm .tab-menu-item {
|
|
32910
|
+
margin-right: 2px;
|
|
32911
|
+
padding: 1px 12px;
|
|
32912
|
+
line-height: 24px;
|
|
32913
|
+
height: 24px;
|
|
32914
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32915
|
+
border-radius: 4px 4px 0 0;
|
|
32916
|
+
cursor: pointer;
|
|
32917
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
32901
32918
|
}
|
|
32902
32919
|
|
|
32903
|
-
.
|
|
32904
|
-
|
|
32905
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32920
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
32921
|
+
padding-left: 0;
|
|
32906
32922
|
}
|
|
32907
32923
|
|
|
32908
|
-
.
|
|
32909
|
-
|
|
32910
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32924
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
32925
|
+
padding-left: 12px;
|
|
32911
32926
|
}
|
|
32912
32927
|
|
|
32913
|
-
.
|
|
32928
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
32929
|
+
color: #0080ff;
|
|
32914
32930
|
background: rgba(211, 218, 235, 0.6);
|
|
32915
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32916
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32917
32931
|
}
|
|
32918
32932
|
|
|
32919
|
-
|
|
32920
|
-
|
|
32921
|
-
transition-delay: 50ms;
|
|
32933
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
32934
|
+
fill: #0080ff;
|
|
32922
32935
|
}
|
|
32923
32936
|
|
|
32924
|
-
|
|
32925
|
-
|
|
32926
|
-
height: 40px;
|
|
32937
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
32938
|
+
background: rgba(192, 203, 224, 0.6);
|
|
32927
32939
|
}
|
|
32928
32940
|
|
|
32929
|
-
|
|
32930
|
-
|
|
32941
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
32942
|
+
color: #0080ff;
|
|
32943
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32931
32944
|
}
|
|
32932
32945
|
|
|
32933
|
-
|
|
32934
|
-
|
|
32935
|
-
height: 32px;
|
|
32946
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
32947
|
+
background: rgba(192, 203, 224, 0.6);
|
|
32936
32948
|
}
|
|
32937
32949
|
|
|
32938
|
-
|
|
32939
|
-
|
|
32950
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
32951
|
+
background: rgba(0, 128, 255, 0.16);
|
|
32940
32952
|
}
|
|
32941
32953
|
|
|
32942
|
-
|
|
32943
|
-
|
|
32944
|
-
height: 24px;
|
|
32954
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
32955
|
+
fill: #0080ff;
|
|
32945
32956
|
}
|
|
32946
32957
|
|
|
32947
|
-
|
|
32948
|
-
|
|
32958
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
32959
|
+
color: #0080ff;
|
|
32960
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32949
32961
|
}
|
|
32950
32962
|
|
|
32951
|
-
.
|
|
32952
|
-
|
|
32953
|
-
border-radius: 4px;
|
|
32963
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
32964
|
+
background: rgba(0, 128, 255, 0.16);
|
|
32954
32965
|
}
|
|
32955
32966
|
|
|
32956
|
-
.
|
|
32957
|
-
|
|
32958
|
-
padding: 6px;
|
|
32959
|
-
height: 32px;
|
|
32960
|
-
cursor: pointer;
|
|
32961
|
-
transition: border 150ms;
|
|
32967
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
32968
|
+
fill: #1d326c;
|
|
32962
32969
|
}
|
|
32963
32970
|
|
|
32964
|
-
.
|
|
32965
|
-
|
|
32966
|
-
|
|
32971
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
32972
|
+
margin-left: 8px;
|
|
32973
|
+
height: 22px;
|
|
32967
32974
|
}
|
|
32968
32975
|
|
|
32969
|
-
.
|
|
32970
|
-
|
|
32976
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
32977
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
32971
32978
|
}
|
|
32972
32979
|
|
|
32973
|
-
.
|
|
32980
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
32981
|
+
padding: 0;
|
|
32974
32982
|
display: flex;
|
|
32983
|
+
align-items: center;
|
|
32984
|
+
overflow: hidden;
|
|
32975
32985
|
}
|
|
32976
32986
|
|
|
32977
|
-
.
|
|
32987
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
32988
|
+
opacity: 0;
|
|
32989
|
+
max-width: 0;
|
|
32990
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
32991
|
+
}
|
|
32992
|
+
|
|
32993
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
32994
|
+
padding: 1px 12px;
|
|
32995
|
+
position: relative;
|
|
32978
32996
|
display: flex;
|
|
32979
32997
|
}
|
|
32980
32998
|
|
|
32981
|
-
.
|
|
32999
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
33000
|
+
opacity: 0;
|
|
32982
33001
|
position: absolute;
|
|
32983
|
-
right: 12px;
|
|
32984
33002
|
top: 50%;
|
|
32985
|
-
|
|
33003
|
+
left: 0;
|
|
33004
|
+
transform: translate(-50%, -50%);
|
|
33005
|
+
transition: opacity 100ms linear;
|
|
33006
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
32986
33007
|
}
|
|
32987
33008
|
|
|
32988
|
-
.
|
|
32989
|
-
color:
|
|
32990
|
-
font-size: 12px;
|
|
32991
|
-
cursor: pointer;
|
|
33009
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
33010
|
+
color: #0080ff;
|
|
32992
33011
|
}
|
|
32993
33012
|
|
|
32994
|
-
.
|
|
32995
|
-
|
|
33013
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
33014
|
+
padding: 1px 12px;
|
|
33015
|
+
display: inline-block;
|
|
33016
|
+
opacity: 1;
|
|
33017
|
+
max-width: 160px;
|
|
32996
33018
|
}
|
|
32997
33019
|
|
|
32998
|
-
.
|
|
32999
|
-
|
|
33000
|
-
|
|
33020
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
33021
|
+
padding: 1px 12px;
|
|
33022
|
+
color: #005ed1;
|
|
33001
33023
|
}
|
|
33002
33024
|
|
|
33003
|
-
.
|
|
33004
|
-
|
|
33005
|
-
top: 50%;
|
|
33006
|
-
transform: translateY(-50%);
|
|
33007
|
-
left: -16px;
|
|
33008
|
-
transition: left 150ms ease;
|
|
33009
|
-
opacity: 0;
|
|
33025
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
33026
|
+
opacity: 1;
|
|
33010
33027
|
}
|
|
33011
33028
|
|
|
33012
|
-
.
|
|
33013
|
-
|
|
33014
|
-
opacity: 1;
|
|
33029
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
33030
|
+
background: rgba(0, 128, 255, 0.16);
|
|
33015
33031
|
}
|
|
33016
33032
|
|
|
33017
|
-
.
|
|
33018
|
-
|
|
33019
|
-
margin-left: 0px;
|
|
33033
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
33034
|
+
opacity: 0;
|
|
33020
33035
|
}
|
|
33021
33036
|
|
|
33022
|
-
.
|
|
33023
|
-
|
|
33037
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
33038
|
+
padding: 4px 16px;
|
|
33039
|
+
height: 32px;
|
|
33040
|
+
border-radius: 6px 6px 0 0;
|
|
33024
33041
|
}
|
|
33025
33042
|
|
|
33026
|
-
|
|
33027
|
-
|
|
33028
|
-
border-bottom-right-radius: 0;
|
|
33043
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
33044
|
+
padding-left: 0;
|
|
33029
33045
|
}
|
|
33030
33046
|
|
|
33031
|
-
.
|
|
33032
|
-
|
|
33033
|
-
border-bottom-right-radius: 0;
|
|
33047
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
33048
|
+
padding-left: 16px;
|
|
33034
33049
|
}
|
|
33035
33050
|
|
|
33036
|
-
|
|
33037
|
-
|
|
33038
|
-
|
|
33051
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
33052
|
+
margin-left: 11px;
|
|
33053
|
+
height: 24px;
|
|
33039
33054
|
}
|
|
33040
33055
|
|
|
33041
|
-
.
|
|
33042
|
-
|
|
33043
|
-
border-bottom-left-radius: 0;
|
|
33056
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
33057
|
+
padding: 0;
|
|
33044
33058
|
}
|
|
33045
33059
|
|
|
33046
|
-
.
|
|
33047
|
-
|
|
33048
|
-
border-bottom-right-radius: 0;
|
|
33060
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
33061
|
+
padding: 4px 16px;
|
|
33049
33062
|
}
|
|
33050
33063
|
|
|
33051
|
-
.
|
|
33052
|
-
|
|
33053
|
-
border-bottom-left-radius: 0;
|
|
33064
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
33065
|
+
padding: 4px 16px;
|
|
33054
33066
|
}
|
|
33055
33067
|
|
|
33056
|
-
.
|
|
33057
|
-
|
|
33058
|
-
flex-direction: column;
|
|
33068
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
33069
|
+
background: #fff;
|
|
33059
33070
|
}
|
|
33060
33071
|
|
|
33061
|
-
.
|
|
33062
|
-
|
|
33072
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
33073
|
+
color: #005ed1;
|
|
33063
33074
|
}
|
|
33064
33075
|
|
|
33065
|
-
.
|
|
33066
|
-
|
|
33076
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
33077
|
+
background: #fff;
|
|
33078
|
+
color: #1d326c;
|
|
33067
33079
|
}
|
|
33068
33080
|
|
|
33069
|
-
.
|
|
33070
|
-
|
|
33081
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
33082
|
+
color: rgba(45, 58, 86, 0.6);
|
|
33071
33083
|
}
|
|
33072
33084
|
|
|
33073
|
-
.
|
|
33074
|
-
|
|
33085
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
33086
|
+
color: #1d326c;
|
|
33075
33087
|
}
|
|
33076
33088
|
|
|
33077
|
-
.
|
|
33078
|
-
|
|
33079
|
-
font-weight: 500;
|
|
33080
|
-
color: #3e4652;
|
|
33081
|
-
line-height: 18px;
|
|
33089
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
33090
|
+
fill: #d8deeb;
|
|
33082
33091
|
}
|
|
33083
33092
|
|
|
33084
|
-
.
|
|
33085
|
-
|
|
33093
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
33094
|
+
fill: #1d326c;
|
|
33086
33095
|
}
|
|
33087
33096
|
|
|
33088
|
-
.
|
|
33089
|
-
|
|
33097
|
+
.E_t160l1cm .tab-content {
|
|
33098
|
+
flex: 1;
|
|
33099
|
+
display: flex;
|
|
33100
|
+
flex-direction: column;
|
|
33090
33101
|
}
|
|
33091
33102
|
|
|
33092
|
-
.
|
|
33093
|
-
|
|
33094
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33095
|
-
margin-top: 12px;
|
|
33103
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
33104
|
+
overflow: visible;
|
|
33096
33105
|
}
|
|
33097
33106
|
|
|
33098
|
-
.
|
|
33099
|
-
|
|
33100
|
-
|
|
33101
|
-
margin-top: 0;
|
|
33102
|
-
white-space: initial;
|
|
33107
|
+
.E_t14npdqr {
|
|
33108
|
+
max-width: 240px;
|
|
33109
|
+
animation: none;
|
|
33103
33110
|
}
|
|
33104
33111
|
|
|
33105
|
-
.
|
|
33106
|
-
|
|
33112
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
33113
|
+
border: 1px solid #0080ff;
|
|
33114
|
+
padding: 0;
|
|
33107
33115
|
}
|
|
33108
33116
|
|
|
33109
|
-
.
|
|
33110
|
-
|
|
33111
|
-
|
|
33117
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
33118
|
+
margin: 0;
|
|
33119
|
+
height: 32px;
|
|
33112
33120
|
line-height: 32px;
|
|
33113
|
-
|
|
33121
|
+
font-size: 13px;
|
|
33122
|
+
padding: 0 10px;
|
|
33123
|
+
display: block;
|
|
33124
|
+
overflow: hidden;
|
|
33125
|
+
text-overflow: ellipsis;
|
|
33126
|
+
white-space: nowrap;
|
|
33114
33127
|
}
|
|
33115
33128
|
|
|
33116
|
-
.
|
|
33117
|
-
|
|
33118
|
-
|
|
33119
|
-
|
|
33120
|
-
background: rgba(
|
|
33121
|
-
|
|
33122
|
-
font-size: 12px;
|
|
33129
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
33130
|
+
content: " ";
|
|
33131
|
+
height: 1px;
|
|
33132
|
+
width: calc(100% + 10px);
|
|
33133
|
+
background: rgba(172, 186, 211, 0.6);
|
|
33134
|
+
display: block;
|
|
33123
33135
|
}
|
|
33124
33136
|
|
|
33125
|
-
.
|
|
33126
|
-
|
|
33127
|
-
|
|
33128
|
-
align-items: center;
|
|
33129
|
-
word-break: break-all;
|
|
33137
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
33138
|
+
color: #0080ff;
|
|
33139
|
+
background: transparent;
|
|
33130
33140
|
}
|
|
33131
33141
|
|
|
33132
|
-
.
|
|
33133
|
-
|
|
33134
|
-
|
|
33135
|
-
|
|
33142
|
+
.E_suhck3k {
|
|
33143
|
+
height: 24px;
|
|
33144
|
+
width: 24px;
|
|
33145
|
+
border-radius: 6px;
|
|
33146
|
+
padding: 4px;
|
|
33136
33147
|
}
|
|
33137
33148
|
|
|
33138
|
-
.
|
|
33139
|
-
color: rgba(
|
|
33149
|
+
.E_suhck3k:hover {
|
|
33150
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33140
33151
|
}
|
|
33141
33152
|
|
|
33142
|
-
.
|
|
33143
|
-
|
|
33144
|
-
background-color: unset;
|
|
33145
|
-
padding: unset;
|
|
33153
|
+
.E_suhck3k:hover svg path {
|
|
33154
|
+
fill: blue;
|
|
33146
33155
|
}
|
|
33147
33156
|
|
|
33148
33157
|
.E_ryby9ds {
|
|
@@ -33162,21 +33171,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33162
33171
|
margin-right: 6px;
|
|
33163
33172
|
}
|
|
33164
33173
|
|
|
33165
|
-
.E_suhck3k {
|
|
33166
|
-
height: 24px;
|
|
33167
|
-
width: 24px;
|
|
33168
|
-
border-radius: 6px;
|
|
33169
|
-
padding: 4px;
|
|
33170
|
-
}
|
|
33171
|
-
|
|
33172
|
-
.E_suhck3k:hover {
|
|
33173
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33174
|
-
}
|
|
33175
|
-
|
|
33176
|
-
.E_suhck3k:hover svg path {
|
|
33177
|
-
fill: blue;
|
|
33178
|
-
}
|
|
33179
|
-
|
|
33180
33174
|
.E_hrhfj7c {
|
|
33181
33175
|
display: none;
|
|
33182
33176
|
}
|
|
@@ -33699,6 +33693,51 @@ input.E_rf8rlle.ant-input {
|
|
|
33699
33693
|
position: static;
|
|
33700
33694
|
}
|
|
33701
33695
|
|
|
33696
|
+
.E_h1ol2wl7 {
|
|
33697
|
+
font-weight: bold;
|
|
33698
|
+
background-color: unset;
|
|
33699
|
+
padding: unset;
|
|
33700
|
+
}
|
|
33701
|
+
|
|
33702
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33703
|
+
margin-right: 2px;
|
|
33704
|
+
}
|
|
33705
|
+
|
|
33706
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33707
|
+
padding-left: 8px;
|
|
33708
|
+
padding-right: 8px;
|
|
33709
|
+
}
|
|
33710
|
+
|
|
33711
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33712
|
+
border-radius: 4px;
|
|
33713
|
+
}
|
|
33714
|
+
|
|
33715
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33716
|
+
border-radius: 4px;
|
|
33717
|
+
}
|
|
33718
|
+
|
|
33719
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
33720
|
+
padding-left: 12px;
|
|
33721
|
+
padding-right: 12px;
|
|
33722
|
+
}
|
|
33723
|
+
|
|
33724
|
+
.E_ckld275 {
|
|
33725
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33726
|
+
}
|
|
33727
|
+
|
|
33728
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33729
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
33730
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33731
|
+
}
|
|
33732
|
+
|
|
33733
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33734
|
+
background-color: transparent;
|
|
33735
|
+
}
|
|
33736
|
+
|
|
33737
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33738
|
+
background-color: transparent;
|
|
33739
|
+
}
|
|
33740
|
+
|
|
33702
33741
|
.E_c1kchka8 {
|
|
33703
33742
|
height: 100%;
|
|
33704
33743
|
width: 100%;
|
|
@@ -34261,43 +34300,74 @@ input.E_rf8rlle.ant-input {
|
|
|
34261
34300
|
padding: 0;
|
|
34262
34301
|
}
|
|
34263
34302
|
|
|
34264
|
-
.
|
|
34265
|
-
|
|
34303
|
+
.E_b14q2gmw {
|
|
34304
|
+
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);
|
|
34266
34305
|
}
|
|
34267
34306
|
|
|
34268
|
-
.
|
|
34269
|
-
|
|
34270
|
-
|
|
34307
|
+
.E_c1eym6el {
|
|
34308
|
+
border-radius: 8px;
|
|
34309
|
+
background-color: white;
|
|
34271
34310
|
}
|
|
34272
34311
|
|
|
34273
|
-
.
|
|
34274
|
-
|
|
34312
|
+
.E_c1eym6el.hoverable {
|
|
34313
|
+
cursor: pointer;
|
|
34275
34314
|
}
|
|
34276
34315
|
|
|
34277
|
-
.
|
|
34278
|
-
|
|
34316
|
+
.E_c1eym6el.hoverable:hover {
|
|
34317
|
+
transition: all 200ms ease;
|
|
34318
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34319
|
+
transform: translateY(-4px);
|
|
34279
34320
|
}
|
|
34280
34321
|
|
|
34281
|
-
.
|
|
34282
|
-
|
|
34283
|
-
padding
|
|
34322
|
+
.E_c1kghdax {
|
|
34323
|
+
color: #2d3a56;
|
|
34324
|
+
padding: 7px 12px;
|
|
34325
|
+
display: flex;
|
|
34326
|
+
justify-content: space-between;
|
|
34327
|
+
align-items: center;
|
|
34284
34328
|
}
|
|
34285
34329
|
|
|
34286
|
-
.
|
|
34287
|
-
|
|
34330
|
+
.E_c1kghdax.has-arrow {
|
|
34331
|
+
padding-left: 10px;
|
|
34288
34332
|
}
|
|
34289
34333
|
|
|
34290
|
-
.
|
|
34291
|
-
|
|
34292
|
-
color:
|
|
34334
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34335
|
+
cursor: pointer;
|
|
34336
|
+
color: #00122e;
|
|
34337
|
+
}
|
|
34338
|
+
|
|
34339
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34340
|
+
color: #2d3a56;
|
|
34341
|
+
font-weight: 600;
|
|
34342
|
+
}
|
|
34343
|
+
|
|
34344
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34345
|
+
transform: rotate(90deg);
|
|
34346
|
+
}
|
|
34347
|
+
|
|
34348
|
+
.E_c1kghdax .sub-info {
|
|
34349
|
+
font-size: 12px;
|
|
34350
|
+
line-height: 18px;
|
|
34351
|
+
}
|
|
34352
|
+
|
|
34353
|
+
.E_c1kghdax .title-wrapper {
|
|
34354
|
+
display: flex;
|
|
34355
|
+
align-items: center;
|
|
34356
|
+
user-select: none;
|
|
34357
|
+
flex-grow: 1;
|
|
34358
|
+
font-size: 12px;
|
|
34359
|
+
line-height: 18px;
|
|
34360
|
+
color: #2d3a56;
|
|
34361
|
+
font-weight: 700;
|
|
34293
34362
|
}
|
|
34294
34363
|
|
|
34295
|
-
.
|
|
34296
|
-
|
|
34364
|
+
.E_c1kghdax .collapse-arrow {
|
|
34365
|
+
transition: all 50ms ease-out 0ms;
|
|
34366
|
+
margin-right: 2px;
|
|
34297
34367
|
}
|
|
34298
34368
|
|
|
34299
|
-
.
|
|
34300
|
-
|
|
34369
|
+
.E_c1yd35n {
|
|
34370
|
+
padding: 0 12px 14px 12px;
|
|
34301
34371
|
}
|
|
34302
34372
|
|
|
34303
34373
|
.E_ckui4s7 {
|
|
@@ -34380,76 +34450,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34380
34450
|
margin-left: 24px;
|
|
34381
34451
|
}
|
|
34382
34452
|
|
|
34383
|
-
.E_c1kghdax {
|
|
34384
|
-
color: #2d3a56;
|
|
34385
|
-
padding: 7px 12px;
|
|
34386
|
-
display: flex;
|
|
34387
|
-
justify-content: space-between;
|
|
34388
|
-
align-items: center;
|
|
34389
|
-
}
|
|
34390
|
-
|
|
34391
|
-
.E_c1kghdax.has-arrow {
|
|
34392
|
-
padding-left: 10px;
|
|
34393
|
-
}
|
|
34394
|
-
|
|
34395
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34396
|
-
cursor: pointer;
|
|
34397
|
-
color: #00122e;
|
|
34398
|
-
}
|
|
34399
|
-
|
|
34400
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34401
|
-
color: #2d3a56;
|
|
34402
|
-
font-weight: 600;
|
|
34403
|
-
}
|
|
34404
|
-
|
|
34405
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34406
|
-
transform: rotate(90deg);
|
|
34407
|
-
}
|
|
34408
|
-
|
|
34409
|
-
.E_c1kghdax .sub-info {
|
|
34410
|
-
font-size: 12px;
|
|
34411
|
-
line-height: 18px;
|
|
34412
|
-
}
|
|
34413
|
-
|
|
34414
|
-
.E_c1kghdax .title-wrapper {
|
|
34415
|
-
display: flex;
|
|
34416
|
-
align-items: center;
|
|
34417
|
-
user-select: none;
|
|
34418
|
-
flex-grow: 1;
|
|
34419
|
-
font-size: 12px;
|
|
34420
|
-
line-height: 18px;
|
|
34421
|
-
color: #2d3a56;
|
|
34422
|
-
font-weight: 700;
|
|
34423
|
-
}
|
|
34424
|
-
|
|
34425
|
-
.E_c1kghdax .collapse-arrow {
|
|
34426
|
-
transition: all 50ms ease-out 0ms;
|
|
34427
|
-
margin-right: 2px;
|
|
34428
|
-
}
|
|
34429
|
-
|
|
34430
|
-
.E_c1yd35n {
|
|
34431
|
-
padding: 0 12px 14px 12px;
|
|
34432
|
-
}
|
|
34433
|
-
|
|
34434
|
-
.E_b14q2gmw {
|
|
34435
|
-
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);
|
|
34436
|
-
}
|
|
34437
|
-
|
|
34438
|
-
.E_c1eym6el {
|
|
34439
|
-
border-radius: 8px;
|
|
34440
|
-
background-color: white;
|
|
34441
|
-
}
|
|
34442
|
-
|
|
34443
|
-
.E_c1eym6el.hoverable {
|
|
34444
|
-
cursor: pointer;
|
|
34445
|
-
}
|
|
34446
|
-
|
|
34447
|
-
.E_c1eym6el.hoverable:hover {
|
|
34448
|
-
transition: all 200ms ease;
|
|
34449
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34450
|
-
transform: translateY(-4px);
|
|
34451
|
-
}
|
|
34452
|
-
|
|
34453
34453
|
.E_lht19u8 {
|
|
34454
34454
|
width: 64px;
|
|
34455
34455
|
height: 64px;
|
|
@@ -34499,63 +34499,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34499
34499
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34500
34500
|
}
|
|
34501
34501
|
|
|
34502
|
-
.E_r77hffu {
|
|
34503
|
-
display: flex;
|
|
34504
|
-
align-items: center;
|
|
34505
|
-
justify-content: space-between;
|
|
34506
|
-
column-gap: 6px;
|
|
34507
|
-
}
|
|
34508
|
-
|
|
34509
|
-
.E_p1cmxsf7 {
|
|
34510
|
-
display: flex;
|
|
34511
|
-
flex-direction: column;
|
|
34512
|
-
justify-content: center;
|
|
34513
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34514
|
-
}
|
|
34515
|
-
|
|
34516
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
34517
|
-
font-size: 0;
|
|
34518
|
-
}
|
|
34519
|
-
|
|
34520
|
-
.E_w7ob4th.outside-tag {
|
|
34521
|
-
padding-left: 0;
|
|
34522
|
-
}
|
|
34523
|
-
|
|
34524
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34525
|
-
border-radius: 4px 0 0 4px;
|
|
34526
|
-
padding-right: 4px;
|
|
34527
|
-
margin-right: 4px;
|
|
34528
|
-
}
|
|
34529
|
-
|
|
34530
|
-
.E_slr2ynn {
|
|
34531
|
-
padding: 0 8px;
|
|
34532
|
-
height: 18px;
|
|
34533
|
-
}
|
|
34534
|
-
|
|
34535
|
-
.E_m140wbb6 {
|
|
34536
|
-
padding: 2px 8px;
|
|
34537
|
-
height: 24px;
|
|
34538
|
-
}
|
|
34539
|
-
|
|
34540
|
-
.E_t1fozc1i {
|
|
34541
|
-
margin: 0;
|
|
34542
|
-
}
|
|
34543
|
-
|
|
34544
|
-
.E_i1vxv4ln {
|
|
34545
|
-
margin-right: 4px;
|
|
34546
|
-
height: 16px;
|
|
34547
|
-
}
|
|
34548
|
-
|
|
34549
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34550
|
-
font-weight: 700;
|
|
34551
|
-
color: #00122e;
|
|
34552
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34553
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34554
|
-
word-break: break-all;
|
|
34555
|
-
display: inline;
|
|
34556
|
-
white-space: normal;
|
|
34557
|
-
}
|
|
34558
|
-
|
|
34559
34502
|
button.E_l48ei06.ant-btn {
|
|
34560
34503
|
font-size: 12px;
|
|
34561
34504
|
line-height: 18px;
|
|
@@ -35165,6 +35108,45 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35165
35108
|
background: #fff;
|
|
35166
35109
|
}
|
|
35167
35110
|
|
|
35111
|
+
.E_w7ob4th.outside-tag {
|
|
35112
|
+
padding-left: 0;
|
|
35113
|
+
}
|
|
35114
|
+
|
|
35115
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
35116
|
+
border-radius: 4px 0 0 4px;
|
|
35117
|
+
padding-right: 4px;
|
|
35118
|
+
margin-right: 4px;
|
|
35119
|
+
}
|
|
35120
|
+
|
|
35121
|
+
.E_slr2ynn {
|
|
35122
|
+
padding: 0 8px;
|
|
35123
|
+
height: 18px;
|
|
35124
|
+
}
|
|
35125
|
+
|
|
35126
|
+
.E_m140wbb6 {
|
|
35127
|
+
padding: 2px 8px;
|
|
35128
|
+
height: 24px;
|
|
35129
|
+
}
|
|
35130
|
+
|
|
35131
|
+
.E_t1fozc1i {
|
|
35132
|
+
margin: 0;
|
|
35133
|
+
}
|
|
35134
|
+
|
|
35135
|
+
.E_i1vxv4ln {
|
|
35136
|
+
margin-right: 4px;
|
|
35137
|
+
height: 16px;
|
|
35138
|
+
}
|
|
35139
|
+
|
|
35140
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
35141
|
+
font-weight: 700;
|
|
35142
|
+
color: #00122e;
|
|
35143
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35144
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35145
|
+
word-break: break-all;
|
|
35146
|
+
display: inline;
|
|
35147
|
+
white-space: normal;
|
|
35148
|
+
}
|
|
35149
|
+
|
|
35168
35150
|
.E_i1g85yz3 {
|
|
35169
35151
|
margin-right: 4px;
|
|
35170
35152
|
height: 16px;
|
|
@@ -35630,29 +35612,22 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35630
35612
|
justify-content: center;
|
|
35631
35613
|
}
|
|
35632
35614
|
|
|
35633
|
-
.
|
|
35634
|
-
|
|
35635
|
-
|
|
35636
|
-
|
|
35637
|
-
|
|
35638
|
-
.E_t1gvlxt5 .tag {
|
|
35639
|
-
flex: 0 0 auto;
|
|
35640
|
-
}
|
|
35641
|
-
|
|
35642
|
-
.E_t1gvlxt5 .progress-title {
|
|
35643
|
-
flex: 2;
|
|
35644
|
-
max-width: fit-content;
|
|
35615
|
+
.E_r77hffu {
|
|
35616
|
+
display: flex;
|
|
35617
|
+
align-items: center;
|
|
35618
|
+
justify-content: space-between;
|
|
35619
|
+
column-gap: 6px;
|
|
35645
35620
|
}
|
|
35646
35621
|
|
|
35647
|
-
.
|
|
35648
|
-
|
|
35649
|
-
|
|
35622
|
+
.E_p1cmxsf7 {
|
|
35623
|
+
display: flex;
|
|
35624
|
+
flex-direction: column;
|
|
35625
|
+
justify-content: center;
|
|
35626
|
+
row-gap: var(--p1cmxsf7-0);
|
|
35650
35627
|
}
|
|
35651
35628
|
|
|
35652
|
-
.
|
|
35653
|
-
|
|
35654
|
-
align-items: center;
|
|
35655
|
-
column-gap: var(--a1ji6r68-0);
|
|
35629
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
35630
|
+
font-size: 0;
|
|
35656
35631
|
}
|
|
35657
35632
|
|
|
35658
35633
|
.E_t13ef470 {
|
|
@@ -35692,6 +35667,31 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35692
35667
|
background: rgba(163, 180, 204, 0.18);
|
|
35693
35668
|
}
|
|
35694
35669
|
|
|
35670
|
+
.E_t1gvlxt5 {
|
|
35671
|
+
min-width: 0;
|
|
35672
|
+
flex: 1;
|
|
35673
|
+
}
|
|
35674
|
+
|
|
35675
|
+
.E_t1gvlxt5 .tag {
|
|
35676
|
+
flex: 0 0 auto;
|
|
35677
|
+
}
|
|
35678
|
+
|
|
35679
|
+
.E_t1gvlxt5 .progress-title {
|
|
35680
|
+
flex: 2;
|
|
35681
|
+
max-width: fit-content;
|
|
35682
|
+
}
|
|
35683
|
+
|
|
35684
|
+
.E_t1gvlxt5 .progress-desc {
|
|
35685
|
+
flex: 1;
|
|
35686
|
+
max-width: fit-content;
|
|
35687
|
+
}
|
|
35688
|
+
|
|
35689
|
+
.E_a1ji6r68 {
|
|
35690
|
+
display: flex;
|
|
35691
|
+
align-items: center;
|
|
35692
|
+
column-gap: var(--a1ji6r68-0);
|
|
35693
|
+
}
|
|
35694
|
+
|
|
35695
35695
|
.E_msn7nxt {
|
|
35696
35696
|
color: rgba(44, 56, 82, 0.6);
|
|
35697
35697
|
text-align: center;
|
|
@@ -35933,6 +35933,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35933
35933
|
display: block;
|
|
35934
35934
|
}
|
|
35935
35935
|
|
|
35936
|
+
.E_i14c7jc8 {
|
|
35937
|
+
color: var(--i14c7jc8-0);
|
|
35938
|
+
}
|
|
35939
|
+
|
|
35940
|
+
.E_i1ibuolf {
|
|
35941
|
+
display: flex;
|
|
35942
|
+
align-items: center;
|
|
35943
|
+
column-gap: 4px;
|
|
35944
|
+
font-size: 12px;
|
|
35945
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35946
|
+
}
|
|
35947
|
+
|
|
35936
35948
|
.E_d1u4ndxc {
|
|
35937
35949
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35938
35950
|
font-size: 12px;
|
|
@@ -35963,15 +35975,4 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35963
35975
|
to {
|
|
35964
35976
|
transform: translateX(100%);
|
|
35965
35977
|
}
|
|
35966
|
-
}
|
|
35967
|
-
.E_i14c7jc8 {
|
|
35968
|
-
color: var(--i14c7jc8-0);
|
|
35969
|
-
}
|
|
35970
|
-
|
|
35971
|
-
.E_i1ibuolf {
|
|
35972
|
-
display: flex;
|
|
35973
|
-
align-items: center;
|
|
35974
|
-
column-gap: 4px;
|
|
35975
|
-
font-size: 12px;
|
|
35976
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35977
35978
|
}
|