@cloudtower/eagle 0.27.64 → 0.27.66
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/cjs/utils/cron-time.js +2 -2
- package/dist/components.css +1894 -1883
- package/dist/esm/stats1.html +1 -1
- package/dist/esm/utils/cron-time.js +2 -2
- package/dist/src/spec/type.d.ts +9 -0
- package/dist/stories/docs/core/InputInteger.stories.d.ts +28 -0
- package/dist/style.css +1836 -1827
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29849,6 +29849,41 @@ html body {
|
|
|
29849
29849
|
margin-right: 4px;
|
|
29850
29850
|
}
|
|
29851
29851
|
|
|
29852
|
+
.E_b1nip9bk {
|
|
29853
|
+
padding: 4px 11px;
|
|
29854
|
+
}
|
|
29855
|
+
|
|
29856
|
+
.E_bqamoqe {
|
|
29857
|
+
white-space: nowrap;
|
|
29858
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29859
|
+
}
|
|
29860
|
+
|
|
29861
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29862
|
+
--color: #0080ff;
|
|
29863
|
+
}
|
|
29864
|
+
|
|
29865
|
+
.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] {
|
|
29866
|
+
--color: #0080ff;
|
|
29867
|
+
}
|
|
29868
|
+
|
|
29869
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29870
|
+
margin-left: 1px;
|
|
29871
|
+
}
|
|
29872
|
+
|
|
29873
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29874
|
+
border-top-right-radius: 0;
|
|
29875
|
+
border-bottom-right-radius: 0;
|
|
29876
|
+
}
|
|
29877
|
+
|
|
29878
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29879
|
+
border-top-left-radius: 0;
|
|
29880
|
+
border-bottom-left-radius: 0;
|
|
29881
|
+
}
|
|
29882
|
+
|
|
29883
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29884
|
+
border-radius: unset;
|
|
29885
|
+
}
|
|
29886
|
+
|
|
29852
29887
|
.E_fzh9mnb {
|
|
29853
29888
|
width: 100%;
|
|
29854
29889
|
height: 100%;
|
|
@@ -29865,6 +29900,27 @@ html body {
|
|
|
29865
29900
|
font-size: 18px;
|
|
29866
29901
|
}
|
|
29867
29902
|
|
|
29903
|
+
.E_iouxfgt {
|
|
29904
|
+
display: inline-flex;
|
|
29905
|
+
align-items: center;
|
|
29906
|
+
}
|
|
29907
|
+
|
|
29908
|
+
.E_iouxfgt .icon-inner {
|
|
29909
|
+
display: inline-flex;
|
|
29910
|
+
align-items: center;
|
|
29911
|
+
justify-content: center;
|
|
29912
|
+
}
|
|
29913
|
+
|
|
29914
|
+
.E_iouxfgt .icon-inner + span,
|
|
29915
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
29916
|
+
margin-left: 4px;
|
|
29917
|
+
}
|
|
29918
|
+
|
|
29919
|
+
.E_iouxfgt.is-rotate img,
|
|
29920
|
+
.E_iouxfgt.is-rotate svg {
|
|
29921
|
+
animation: rotate 680ms linear infinite;
|
|
29922
|
+
}
|
|
29923
|
+
|
|
29868
29924
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29869
29925
|
justify-content: center;
|
|
29870
29926
|
}
|
|
@@ -30152,257 +30208,241 @@ html body {
|
|
|
30152
30208
|
padding: 0;
|
|
30153
30209
|
}
|
|
30154
30210
|
|
|
30155
|
-
.
|
|
30156
|
-
|
|
30211
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30212
|
+
display: none;
|
|
30157
30213
|
}
|
|
30158
30214
|
|
|
30159
|
-
.
|
|
30160
|
-
|
|
30161
|
-
|
|
30215
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30216
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30217
|
+
border-radius: 4px;
|
|
30162
30218
|
}
|
|
30163
30219
|
|
|
30164
|
-
.
|
|
30165
|
-
|
|
30220
|
+
.E_phljevk {
|
|
30221
|
+
display: flex;
|
|
30222
|
+
justify-content: space-between;
|
|
30223
|
+
align-items: center;
|
|
30224
|
+
padding: 10px 0;
|
|
30225
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30226
|
+
font-size: 12px;
|
|
30227
|
+
line-height: 24px;
|
|
30166
30228
|
}
|
|
30167
30229
|
|
|
30168
|
-
.
|
|
30169
|
-
|
|
30230
|
+
.E_phljevk .pagination-left {
|
|
30231
|
+
padding: 2px 8px;
|
|
30170
30232
|
}
|
|
30171
30233
|
|
|
30172
|
-
.
|
|
30173
|
-
|
|
30234
|
+
.E_phljevk .dropdown-trigger {
|
|
30235
|
+
display: flex;
|
|
30236
|
+
align-items: center;
|
|
30237
|
+
border-radius: 6px;
|
|
30238
|
+
cursor: pointer;
|
|
30239
|
+
transition: all 0.3s ease;
|
|
30174
30240
|
}
|
|
30175
30241
|
|
|
30176
|
-
.
|
|
30177
|
-
|
|
30178
|
-
|
|
30242
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30243
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30244
|
+
color: #0080ff;
|
|
30179
30245
|
}
|
|
30180
30246
|
|
|
30181
|
-
.
|
|
30182
|
-
|
|
30183
|
-
border-bottom-left-radius: 0;
|
|
30247
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30248
|
+
margin-left: 4px;
|
|
30184
30249
|
}
|
|
30185
30250
|
|
|
30186
|
-
.
|
|
30187
|
-
|
|
30251
|
+
.E_phljevk .pagination-right {
|
|
30252
|
+
display: flex;
|
|
30253
|
+
align-items: center;
|
|
30254
|
+
color: #0080ff;
|
|
30255
|
+
font-weight: bold;
|
|
30188
30256
|
}
|
|
30189
30257
|
|
|
30190
|
-
.
|
|
30191
|
-
|
|
30192
|
-
align-items: center;
|
|
30258
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30259
|
+
margin-left: 4px;
|
|
30193
30260
|
}
|
|
30194
30261
|
|
|
30195
|
-
.
|
|
30196
|
-
|
|
30197
|
-
|
|
30198
|
-
justify-content: center;
|
|
30262
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30263
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30264
|
+
padding: 0 8px;
|
|
30199
30265
|
}
|
|
30200
30266
|
|
|
30201
|
-
.
|
|
30202
|
-
.
|
|
30203
|
-
|
|
30267
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30268
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30269
|
+
color: #0080ff;
|
|
30204
30270
|
}
|
|
30205
30271
|
|
|
30206
|
-
.
|
|
30207
|
-
|
|
30208
|
-
animation: rotate 680ms linear infinite;
|
|
30272
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30273
|
+
transform: rotate(180deg);
|
|
30209
30274
|
}
|
|
30210
30275
|
|
|
30211
|
-
.
|
|
30212
|
-
|
|
30276
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30277
|
+
max-height: calc(100vh - 128px);
|
|
30278
|
+
overflow-y: auto;
|
|
30213
30279
|
}
|
|
30214
30280
|
|
|
30215
|
-
.
|
|
30216
|
-
|
|
30217
|
-
|
|
30281
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30282
|
+
padding: 4px 20px;
|
|
30283
|
+
font-size: 12px;
|
|
30284
|
+
line-height: 18px;
|
|
30218
30285
|
}
|
|
30219
30286
|
|
|
30220
|
-
.
|
|
30221
|
-
display:
|
|
30287
|
+
.E_s1ebs0ra {
|
|
30288
|
+
display: flex;
|
|
30289
|
+
align-items: center;
|
|
30290
|
+
justify-content: space-between;
|
|
30291
|
+
background: #edf0f7;
|
|
30292
|
+
padding: 8px 12px;
|
|
30293
|
+
position: sticky;
|
|
30294
|
+
top: 0;
|
|
30295
|
+
z-index: 1;
|
|
30296
|
+
margin-bottom: -52px;
|
|
30222
30297
|
}
|
|
30223
30298
|
|
|
30224
|
-
.
|
|
30225
|
-
|
|
30226
|
-
|
|
30299
|
+
.E_s1ebs0ra .select-total {
|
|
30300
|
+
display: flex;
|
|
30301
|
+
align-items: center;
|
|
30302
|
+
font-weight: 700;
|
|
30303
|
+
flex-shrink: 0;
|
|
30227
30304
|
}
|
|
30228
30305
|
|
|
30229
|
-
.
|
|
30230
|
-
|
|
30231
|
-
|
|
30232
|
-
|
|
30306
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
30307
|
+
cursor: pointer;
|
|
30308
|
+
margin-left: 8px;
|
|
30309
|
+
width: 32px;
|
|
30310
|
+
height: 32px;
|
|
30311
|
+
border-radius: 50%;
|
|
30312
|
+
justify-content: center;
|
|
30233
30313
|
}
|
|
30234
30314
|
|
|
30235
|
-
.
|
|
30236
|
-
|
|
30237
|
-
top: 3px;
|
|
30315
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30316
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30238
30317
|
}
|
|
30239
30318
|
|
|
30240
|
-
.
|
|
30241
|
-
|
|
30319
|
+
.E_s1ebs0ra .action-group {
|
|
30320
|
+
flex: 1;
|
|
30321
|
+
margin-left: 88px;
|
|
30322
|
+
white-space: nowrap;
|
|
30323
|
+
text-align: right;
|
|
30324
|
+
position: relative;
|
|
30325
|
+
padding: 4px 0;
|
|
30326
|
+
margin-top: -4px;
|
|
30327
|
+
overflow: hidden;
|
|
30242
30328
|
}
|
|
30243
30329
|
|
|
30244
|
-
.
|
|
30245
|
-
|
|
30330
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30331
|
+
transform: translateY(-4px);
|
|
30246
30332
|
}
|
|
30247
30333
|
|
|
30248
|
-
.
|
|
30249
|
-
border
|
|
30250
|
-
background: #0080ff;
|
|
30334
|
+
.E_s1ebs0ra .action-group button {
|
|
30335
|
+
border: none;
|
|
30251
30336
|
}
|
|
30252
30337
|
|
|
30253
|
-
.
|
|
30254
|
-
|
|
30255
|
-
left: 4px;
|
|
30256
|
-
width: 6px;
|
|
30257
|
-
height: 6px;
|
|
30258
|
-
background: #fff;
|
|
30338
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30339
|
+
margin-right: 8px;
|
|
30259
30340
|
}
|
|
30260
30341
|
|
|
30261
|
-
.
|
|
30262
|
-
|
|
30342
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
30343
|
+
margin-right: 4px;
|
|
30263
30344
|
}
|
|
30264
30345
|
|
|
30265
|
-
.
|
|
30266
|
-
|
|
30267
|
-
|
|
30346
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
30347
|
+
cursor: pointer;
|
|
30348
|
+
width: 32px;
|
|
30349
|
+
height: 32px;
|
|
30350
|
+
justify-content: center;
|
|
30351
|
+
border-radius: 50%;
|
|
30268
30352
|
}
|
|
30269
30353
|
|
|
30270
|
-
.
|
|
30271
|
-
background: #
|
|
30354
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30355
|
+
background: #fff;
|
|
30272
30356
|
}
|
|
30273
30357
|
|
|
30274
|
-
.
|
|
30275
|
-
|
|
30276
|
-
opacity: 0.5;
|
|
30358
|
+
.E_s1dni7lo {
|
|
30359
|
+
width: 430px !important;
|
|
30277
30360
|
}
|
|
30278
30361
|
|
|
30279
|
-
.
|
|
30280
|
-
|
|
30362
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30363
|
+
padding: 8px 16px;
|
|
30364
|
+
line-height: 18px;
|
|
30365
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30366
|
+
height: 34px;
|
|
30367
|
+
min-height: 34px;
|
|
30368
|
+
box-sizing: border-box;
|
|
30369
|
+
margin-top: 8px;
|
|
30281
30370
|
}
|
|
30282
30371
|
|
|
30283
|
-
.
|
|
30284
|
-
display:
|
|
30285
|
-
|
|
30286
|
-
|
|
30372
|
+
.E_o1ugr09p {
|
|
30373
|
+
display: flex;
|
|
30374
|
+
flex-direction: column;
|
|
30375
|
+
margin: 1px 8px;
|
|
30376
|
+
padding: 8px;
|
|
30377
|
+
border-radius: 4px;
|
|
30287
30378
|
}
|
|
30288
30379
|
|
|
30289
|
-
.
|
|
30290
|
-
|
|
30291
|
-
white-space: pre-wrap;
|
|
30292
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30380
|
+
.E_o1ugr09p .selected-icon {
|
|
30381
|
+
display: none;
|
|
30293
30382
|
}
|
|
30294
30383
|
|
|
30295
|
-
.
|
|
30384
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30296
30385
|
padding-left: 8px;
|
|
30297
30386
|
}
|
|
30298
30387
|
|
|
30299
|
-
.
|
|
30300
|
-
|
|
30301
|
-
}
|
|
30302
|
-
|
|
30303
|
-
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30304
|
-
border-radius: 0 5px 5px 0;
|
|
30305
|
-
}
|
|
30306
|
-
|
|
30307
|
-
.E_rcc63c8 {
|
|
30308
|
-
color: #00122e;
|
|
30309
|
-
border-color: #ccd4e3;
|
|
30310
|
-
}
|
|
30311
|
-
|
|
30312
|
-
.E_rcc63c8:first-child {
|
|
30313
|
-
border-color: #a3b4cc;
|
|
30314
|
-
}
|
|
30315
|
-
|
|
30316
|
-
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30317
|
-
padding: 0 12px;
|
|
30318
|
-
line-height: 32px;
|
|
30319
|
-
height: 32px;
|
|
30320
|
-
}
|
|
30321
|
-
|
|
30322
|
-
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30323
|
-
white-space: nowrap;
|
|
30324
|
-
}
|
|
30325
|
-
|
|
30326
|
-
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30327
|
-
height: 22px;
|
|
30328
|
-
padding: 0 7px;
|
|
30329
|
-
line-height: 20px;
|
|
30330
|
-
}
|
|
30331
|
-
|
|
30332
|
-
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30333
|
-
background: #ccd4e3;
|
|
30388
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30389
|
+
background-color: white;
|
|
30334
30390
|
}
|
|
30335
30391
|
|
|
30336
|
-
.
|
|
30337
|
-
|
|
30392
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30393
|
+
color: #0080ff;
|
|
30338
30394
|
}
|
|
30339
30395
|
|
|
30340
|
-
.
|
|
30341
|
-
|
|
30342
|
-
opacity: 0.5;
|
|
30396
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30397
|
+
display: block;
|
|
30343
30398
|
}
|
|
30344
30399
|
|
|
30345
|
-
.
|
|
30346
|
-
|
|
30400
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30401
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30347
30402
|
}
|
|
30348
30403
|
|
|
30349
|
-
.
|
|
30350
|
-
|
|
30404
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30405
|
+
color: #0080ff;
|
|
30351
30406
|
}
|
|
30352
30407
|
|
|
30353
|
-
.
|
|
30408
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30354
30409
|
background: rgba(0, 136, 255, 0.1);
|
|
30410
|
+
color: #0080ff;
|
|
30355
30411
|
}
|
|
30356
30412
|
|
|
30357
|
-
.
|
|
30358
|
-
|
|
30359
|
-
|
|
30360
|
-
|
|
30413
|
+
.E_o1ifxsq4 {
|
|
30414
|
+
display: flex;
|
|
30415
|
+
justify-content: space-between;
|
|
30416
|
+
height: 20px;
|
|
30417
|
+
line-height: 20px;
|
|
30361
30418
|
}
|
|
30362
30419
|
|
|
30363
|
-
.
|
|
30364
|
-
color: #
|
|
30365
|
-
|
|
30420
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30421
|
+
color: #2d3a56;
|
|
30422
|
+
overflow: hidden;
|
|
30423
|
+
text-overflow: ellipsis;
|
|
30366
30424
|
}
|
|
30367
30425
|
|
|
30368
|
-
.
|
|
30369
|
-
|
|
30370
|
-
|
|
30371
|
-
|
|
30426
|
+
.E_o1zue7 {
|
|
30427
|
+
display: flex;
|
|
30428
|
+
justify-content: space-between;
|
|
30429
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30430
|
+
height: 18px;
|
|
30431
|
+
line-height: 18px;
|
|
30432
|
+
margin-top: 2px;
|
|
30372
30433
|
}
|
|
30373
30434
|
|
|
30374
|
-
.
|
|
30375
|
-
margin-right: 8px;
|
|
30376
|
-
display: inline;
|
|
30435
|
+
.E_tyfmlxg {
|
|
30377
30436
|
border: none;
|
|
30378
|
-
padding: 0;
|
|
30379
|
-
width: 36px;
|
|
30380
|
-
background: transparent;
|
|
30381
|
-
}
|
|
30382
|
-
|
|
30383
|
-
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30384
|
-
box-shadow: none;
|
|
30385
|
-
}
|
|
30386
|
-
|
|
30387
|
-
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30388
30437
|
margin-right: 0;
|
|
30389
|
-
|
|
30390
|
-
box-shadow: none;
|
|
30391
|
-
}
|
|
30392
|
-
|
|
30393
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30394
|
-
display: none;
|
|
30395
|
-
}
|
|
30396
|
-
|
|
30397
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30398
|
-
display: inline;
|
|
30438
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30399
30439
|
}
|
|
30400
30440
|
|
|
30401
|
-
.
|
|
30402
|
-
|
|
30403
|
-
|
|
30404
|
-
|
|
30405
|
-
|
|
30441
|
+
.E_o18uybox {
|
|
30442
|
+
pointer-events: none;
|
|
30443
|
+
height: 32px;
|
|
30444
|
+
width: 100%;
|
|
30445
|
+
opacity: 0;
|
|
30406
30446
|
}
|
|
30407
30447
|
|
|
30408
30448
|
.E_skwah65 {
|
|
@@ -30419,73 +30459,6 @@ html body {
|
|
|
30419
30459
|
margin-left: 1px;
|
|
30420
30460
|
}
|
|
30421
30461
|
|
|
30422
|
-
.E_phljevk {
|
|
30423
|
-
display: flex;
|
|
30424
|
-
justify-content: space-between;
|
|
30425
|
-
align-items: center;
|
|
30426
|
-
padding: 10px 0;
|
|
30427
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30428
|
-
font-size: 12px;
|
|
30429
|
-
line-height: 24px;
|
|
30430
|
-
}
|
|
30431
|
-
|
|
30432
|
-
.E_phljevk .pagination-left {
|
|
30433
|
-
padding: 2px 8px;
|
|
30434
|
-
}
|
|
30435
|
-
|
|
30436
|
-
.E_phljevk .dropdown-trigger {
|
|
30437
|
-
display: flex;
|
|
30438
|
-
align-items: center;
|
|
30439
|
-
border-radius: 6px;
|
|
30440
|
-
cursor: pointer;
|
|
30441
|
-
transition: all 0.3s ease;
|
|
30442
|
-
}
|
|
30443
|
-
|
|
30444
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30445
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30446
|
-
color: #0080ff;
|
|
30447
|
-
}
|
|
30448
|
-
|
|
30449
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30450
|
-
margin-left: 4px;
|
|
30451
|
-
}
|
|
30452
|
-
|
|
30453
|
-
.E_phljevk .pagination-right {
|
|
30454
|
-
display: flex;
|
|
30455
|
-
align-items: center;
|
|
30456
|
-
color: #0080ff;
|
|
30457
|
-
font-weight: bold;
|
|
30458
|
-
}
|
|
30459
|
-
|
|
30460
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30461
|
-
margin-left: 4px;
|
|
30462
|
-
}
|
|
30463
|
-
|
|
30464
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30465
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30466
|
-
padding: 0 8px;
|
|
30467
|
-
}
|
|
30468
|
-
|
|
30469
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30470
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30471
|
-
color: #0080ff;
|
|
30472
|
-
}
|
|
30473
|
-
|
|
30474
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30475
|
-
transform: rotate(180deg);
|
|
30476
|
-
}
|
|
30477
|
-
|
|
30478
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30479
|
-
max-height: calc(100vh - 128px);
|
|
30480
|
-
overflow-y: auto;
|
|
30481
|
-
}
|
|
30482
|
-
|
|
30483
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30484
|
-
padding: 4px 20px;
|
|
30485
|
-
font-size: 12px;
|
|
30486
|
-
line-height: 18px;
|
|
30487
|
-
}
|
|
30488
|
-
|
|
30489
30462
|
.E_s1dizucg.ant-switch {
|
|
30490
30463
|
min-width: 40px;
|
|
30491
30464
|
height: 24px;
|
|
@@ -30553,1428 +30526,1455 @@ html body {
|
|
|
30553
30526
|
margin-left: 5px;
|
|
30554
30527
|
}
|
|
30555
30528
|
|
|
30556
|
-
.
|
|
30557
|
-
display:
|
|
30558
|
-
flex-direction: column;
|
|
30529
|
+
.E_owd0kml {
|
|
30530
|
+
display: inline-block;
|
|
30559
30531
|
}
|
|
30560
30532
|
|
|
30561
|
-
.
|
|
30562
|
-
|
|
30563
|
-
|
|
30564
|
-
margin: 0 auto;
|
|
30565
|
-
height: 100%;
|
|
30533
|
+
.E_h1jsgezc {
|
|
30534
|
+
visibility: hidden;
|
|
30535
|
+
position: absolute;
|
|
30566
30536
|
}
|
|
30567
30537
|
|
|
30568
|
-
.
|
|
30569
|
-
|
|
30570
|
-
width: 100%;
|
|
30571
|
-
margin: 0 auto;
|
|
30572
|
-
display: flex;
|
|
30538
|
+
.E_iq1gosr {
|
|
30539
|
+
display: inline-block;
|
|
30573
30540
|
}
|
|
30574
30541
|
|
|
30575
|
-
.
|
|
30576
|
-
|
|
30577
|
-
|
|
30578
|
-
|
|
30579
|
-
|
|
30542
|
+
.E_dsnbhzf {
|
|
30543
|
+
font-family: Inter;
|
|
30544
|
+
font-style: normal;
|
|
30545
|
+
font-weight: bold;
|
|
30546
|
+
font-size: 32px;
|
|
30547
|
+
line-height: 40px;
|
|
30580
30548
|
}
|
|
30581
30549
|
|
|
30582
|
-
.
|
|
30583
|
-
|
|
30584
|
-
|
|
30585
|
-
|
|
30550
|
+
.E_d1mvo22k {
|
|
30551
|
+
font-family: Inter;
|
|
30552
|
+
font-style: normal;
|
|
30553
|
+
font-weight: bold;
|
|
30554
|
+
font-size: 24px;
|
|
30555
|
+
line-height: 32px;
|
|
30586
30556
|
}
|
|
30587
30557
|
|
|
30588
|
-
.
|
|
30589
|
-
|
|
30558
|
+
.E_d1b444tr {
|
|
30559
|
+
font-family: Inter;
|
|
30560
|
+
font-style: normal;
|
|
30561
|
+
font-weight: normal;
|
|
30562
|
+
font-size: 32px;
|
|
30563
|
+
line-height: 40px;
|
|
30590
30564
|
}
|
|
30591
30565
|
|
|
30592
|
-
.
|
|
30593
|
-
|
|
30594
|
-
|
|
30595
|
-
|
|
30596
|
-
|
|
30566
|
+
.E_dvs0kue {
|
|
30567
|
+
font-family: Inter;
|
|
30568
|
+
font-style: normal;
|
|
30569
|
+
font-weight: bold;
|
|
30570
|
+
font-size: 20px;
|
|
30571
|
+
line-height: 24px;
|
|
30597
30572
|
}
|
|
30598
30573
|
|
|
30599
|
-
.
|
|
30600
|
-
|
|
30574
|
+
.E_d1hcbfcq {
|
|
30575
|
+
font-family: Inter;
|
|
30576
|
+
font-style: normal;
|
|
30577
|
+
font-weight: normal;
|
|
30578
|
+
font-size: 20px;
|
|
30579
|
+
line-height: 24px;
|
|
30601
30580
|
}
|
|
30602
30581
|
|
|
30603
|
-
.
|
|
30604
|
-
|
|
30605
|
-
|
|
30582
|
+
.E_d1cz922v {
|
|
30583
|
+
font-family: Inter;
|
|
30584
|
+
font-style: normal;
|
|
30585
|
+
font-weight: bold;
|
|
30586
|
+
font-size: 18px;
|
|
30587
|
+
line-height: 22px;
|
|
30588
|
+
}
|
|
30606
30589
|
|
|
30607
|
-
.
|
|
30608
|
-
|
|
30609
|
-
|
|
30610
|
-
|
|
30590
|
+
.E_d3nzbrm {
|
|
30591
|
+
font-family: Inter;
|
|
30592
|
+
font-style: normal;
|
|
30593
|
+
font-weight: normal;
|
|
30594
|
+
font-size: 18px;
|
|
30595
|
+
line-height: 22px;
|
|
30611
30596
|
}
|
|
30612
30597
|
|
|
30613
|
-
.
|
|
30614
|
-
|
|
30598
|
+
.E_h1g0p5ob {
|
|
30599
|
+
font-family: Inter;
|
|
30600
|
+
font-style: normal;
|
|
30601
|
+
font-weight: bold;
|
|
30602
|
+
font-size: 16px;
|
|
30603
|
+
line-height: 22px;
|
|
30615
30604
|
}
|
|
30616
30605
|
|
|
30617
|
-
.
|
|
30618
|
-
|
|
30619
|
-
|
|
30620
|
-
|
|
30621
|
-
|
|
30622
|
-
|
|
30606
|
+
.E_hydo2ej {
|
|
30607
|
+
font-family: Inter;
|
|
30608
|
+
font-style: normal;
|
|
30609
|
+
font-weight: normal;
|
|
30610
|
+
font-size: 16px;
|
|
30611
|
+
line-height: 22px;
|
|
30623
30612
|
}
|
|
30624
30613
|
|
|
30625
|
-
.
|
|
30626
|
-
|
|
30614
|
+
.E_h1hbuq0r {
|
|
30615
|
+
font-family: Inter;
|
|
30616
|
+
font-style: normal;
|
|
30617
|
+
font-weight: bold;
|
|
30618
|
+
font-size: 14px;
|
|
30619
|
+
line-height: 20px;
|
|
30627
30620
|
}
|
|
30628
30621
|
|
|
30629
|
-
.
|
|
30630
|
-
|
|
30631
|
-
|
|
30622
|
+
.E_h13bondg {
|
|
30623
|
+
font-family: Inter;
|
|
30624
|
+
font-style: normal;
|
|
30625
|
+
font-weight: normal;
|
|
30626
|
+
font-size: 14px;
|
|
30627
|
+
line-height: 20px;
|
|
30632
30628
|
}
|
|
30633
30629
|
|
|
30634
|
-
.
|
|
30635
|
-
|
|
30636
|
-
|
|
30630
|
+
.E_h1mhvdlx {
|
|
30631
|
+
font-family: Inter;
|
|
30632
|
+
font-style: normal;
|
|
30633
|
+
font-weight: bold;
|
|
30634
|
+
font-size: 12px;
|
|
30635
|
+
line-height: 18px;
|
|
30637
30636
|
}
|
|
30638
30637
|
|
|
30639
|
-
.
|
|
30640
|
-
|
|
30641
|
-
|
|
30642
|
-
|
|
30638
|
+
.E_h1inmfq6 {
|
|
30639
|
+
font-family: Inter;
|
|
30640
|
+
font-style: normal;
|
|
30641
|
+
font-weight: normal;
|
|
30642
|
+
font-size: 12px;
|
|
30643
|
+
line-height: 18px;
|
|
30643
30644
|
}
|
|
30644
30645
|
|
|
30645
|
-
.
|
|
30646
|
-
|
|
30646
|
+
.E_h1kfc0la {
|
|
30647
|
+
font-family: Inter;
|
|
30648
|
+
font-style: normal;
|
|
30649
|
+
font-weight: bold;
|
|
30650
|
+
text-transform: uppercase;
|
|
30651
|
+
font-feature-settings: "cpsp" on;
|
|
30652
|
+
font-size: 12px;
|
|
30653
|
+
line-height: 18px;
|
|
30647
30654
|
}
|
|
30648
30655
|
|
|
30649
|
-
.
|
|
30650
|
-
|
|
30651
|
-
|
|
30652
|
-
|
|
30653
|
-
|
|
30654
|
-
|
|
30656
|
+
.E_h10xnyuu {
|
|
30657
|
+
font-family: Inter;
|
|
30658
|
+
font-style: normal;
|
|
30659
|
+
font-weight: normal;
|
|
30660
|
+
text-transform: uppercase;
|
|
30661
|
+
font-feature-settings: "cpsp" on;
|
|
30662
|
+
font-size: 12px;
|
|
30663
|
+
line-height: 18px;
|
|
30655
30664
|
}
|
|
30656
30665
|
|
|
30657
|
-
.
|
|
30658
|
-
|
|
30666
|
+
.E_lrcmi0v {
|
|
30667
|
+
font-family: Inter;
|
|
30668
|
+
font-style: normal;
|
|
30669
|
+
font-weight: normal;
|
|
30670
|
+
font-size: 16px;
|
|
30671
|
+
line-height: 24px;
|
|
30659
30672
|
}
|
|
30660
30673
|
|
|
30661
|
-
.
|
|
30662
|
-
|
|
30663
|
-
|
|
30674
|
+
.E_lzt43lp {
|
|
30675
|
+
font-family: Inter;
|
|
30676
|
+
font-style: normal;
|
|
30677
|
+
font-weight: bold;
|
|
30678
|
+
font-size: 16px;
|
|
30679
|
+
line-height: 24px;
|
|
30664
30680
|
}
|
|
30665
30681
|
|
|
30666
|
-
.
|
|
30667
|
-
|
|
30668
|
-
|
|
30682
|
+
.E_l5yc9nt {
|
|
30683
|
+
font-family: Inter;
|
|
30684
|
+
font-style: normal;
|
|
30685
|
+
font-weight: normal;
|
|
30686
|
+
font-size: 16px;
|
|
30687
|
+
line-height: 24px;
|
|
30669
30688
|
}
|
|
30670
30689
|
|
|
30671
|
-
.
|
|
30672
|
-
|
|
30690
|
+
.E_l1fbkbzo {
|
|
30691
|
+
font-family: Inter;
|
|
30692
|
+
font-style: normal;
|
|
30693
|
+
font-weight: bold;
|
|
30694
|
+
font-size: 16px;
|
|
30695
|
+
line-height: 24px;
|
|
30673
30696
|
}
|
|
30674
30697
|
|
|
30675
|
-
.
|
|
30676
|
-
font-
|
|
30677
|
-
|
|
30678
|
-
|
|
30698
|
+
.E_lahvcax {
|
|
30699
|
+
font-family: Inter;
|
|
30700
|
+
font-style: normal;
|
|
30701
|
+
font-weight: normal;
|
|
30702
|
+
text-transform: uppercase;
|
|
30703
|
+
font-feature-settings: "cpsp" on;
|
|
30704
|
+
font-size: 16px;
|
|
30705
|
+
line-height: 24px;
|
|
30679
30706
|
}
|
|
30680
30707
|
|
|
30681
|
-
.
|
|
30708
|
+
.E_l11q3pxd {
|
|
30709
|
+
font-family: Inter;
|
|
30710
|
+
font-style: normal;
|
|
30711
|
+
font-weight: bold;
|
|
30712
|
+
text-transform: uppercase;
|
|
30713
|
+
font-feature-settings: "cpsp" on;
|
|
30714
|
+
font-size: 16px;
|
|
30715
|
+
line-height: 24px;
|
|
30716
|
+
}
|
|
30717
|
+
|
|
30718
|
+
.E_lfuc2qu {
|
|
30719
|
+
font-family: Inter;
|
|
30720
|
+
font-style: normal;
|
|
30721
|
+
font-weight: normal;
|
|
30682
30722
|
font-size: 14px;
|
|
30683
|
-
line-height:
|
|
30684
|
-
color: #2d3a56;
|
|
30685
|
-
margin-bottom: 12px;
|
|
30723
|
+
line-height: 22px;
|
|
30686
30724
|
}
|
|
30687
30725
|
|
|
30688
|
-
.
|
|
30689
|
-
|
|
30726
|
+
.E_l1jmp8r0 {
|
|
30727
|
+
font-family: Inter;
|
|
30728
|
+
font-style: normal;
|
|
30729
|
+
font-weight: 500;
|
|
30730
|
+
font-size: 14px;
|
|
30731
|
+
line-height: 22px;
|
|
30690
30732
|
}
|
|
30691
30733
|
|
|
30692
|
-
.
|
|
30693
|
-
|
|
30694
|
-
|
|
30695
|
-
|
|
30734
|
+
.E_lcnm221 {
|
|
30735
|
+
font-family: Inter;
|
|
30736
|
+
font-style: normal;
|
|
30737
|
+
font-weight: bold;
|
|
30738
|
+
font-size: 14px;
|
|
30739
|
+
line-height: 22px;
|
|
30696
30740
|
}
|
|
30697
30741
|
|
|
30698
|
-
.
|
|
30699
|
-
|
|
30700
|
-
|
|
30701
|
-
|
|
30742
|
+
.E_lu1z2n5 {
|
|
30743
|
+
font-family: Inter;
|
|
30744
|
+
font-style: normal;
|
|
30745
|
+
font-weight: normal;
|
|
30746
|
+
font-size: 14px;
|
|
30747
|
+
line-height: 22px;
|
|
30702
30748
|
}
|
|
30703
30749
|
|
|
30704
|
-
.
|
|
30705
|
-
|
|
30750
|
+
.E_l1r59djn {
|
|
30751
|
+
font-family: Inter;
|
|
30752
|
+
font-style: normal;
|
|
30753
|
+
font-weight: bold;
|
|
30754
|
+
font-size: 14px;
|
|
30755
|
+
line-height: 22px;
|
|
30706
30756
|
}
|
|
30707
30757
|
|
|
30708
|
-
.
|
|
30709
|
-
|
|
30758
|
+
.E_ljm2911 {
|
|
30759
|
+
font-family: Inter;
|
|
30760
|
+
font-style: normal;
|
|
30761
|
+
font-weight: normal;
|
|
30762
|
+
text-transform: uppercase;
|
|
30763
|
+
font-feature-settings: "cpsp" on;
|
|
30764
|
+
font-size: 14px;
|
|
30765
|
+
line-height: 22px;
|
|
30710
30766
|
}
|
|
30711
30767
|
|
|
30712
|
-
.
|
|
30713
|
-
|
|
30768
|
+
.E_l124mzmr {
|
|
30769
|
+
font-family: Inter;
|
|
30770
|
+
font-style: normal;
|
|
30771
|
+
font-weight: bold;
|
|
30772
|
+
text-transform: uppercase;
|
|
30773
|
+
font-feature-settings: "cpsp" on;
|
|
30774
|
+
font-size: 14px;
|
|
30775
|
+
line-height: 22px;
|
|
30714
30776
|
}
|
|
30715
30777
|
|
|
30716
|
-
.
|
|
30717
|
-
|
|
30718
|
-
|
|
30778
|
+
.E_lb3chel {
|
|
30779
|
+
font-family: Inter;
|
|
30780
|
+
font-style: normal;
|
|
30781
|
+
font-weight: normal;
|
|
30782
|
+
font-size: 13px;
|
|
30783
|
+
line-height: 20px;
|
|
30719
30784
|
}
|
|
30720
30785
|
|
|
30721
|
-
.
|
|
30722
|
-
|
|
30723
|
-
|
|
30724
|
-
|
|
30725
|
-
|
|
30786
|
+
.E_lv9jstu {
|
|
30787
|
+
font-family: Inter;
|
|
30788
|
+
font-style: normal;
|
|
30789
|
+
font-weight: 600;
|
|
30790
|
+
font-size: 13px;
|
|
30791
|
+
line-height: 20px;
|
|
30726
30792
|
}
|
|
30727
30793
|
|
|
30728
|
-
.
|
|
30729
|
-
|
|
30730
|
-
|
|
30731
|
-
|
|
30732
|
-
|
|
30794
|
+
.E_lwqlh3x {
|
|
30795
|
+
font-family: Inter;
|
|
30796
|
+
font-style: normal;
|
|
30797
|
+
font-weight: bold;
|
|
30798
|
+
font-size: 13px;
|
|
30799
|
+
line-height: 20px;
|
|
30733
30800
|
}
|
|
30734
30801
|
|
|
30735
|
-
.
|
|
30736
|
-
|
|
30737
|
-
|
|
30738
|
-
|
|
30739
|
-
|
|
30740
|
-
|
|
30741
|
-
border-radius: 50%;
|
|
30742
|
-
margin: 0 4px;
|
|
30802
|
+
.E_lalum9y {
|
|
30803
|
+
font-family: Inter;
|
|
30804
|
+
font-style: normal;
|
|
30805
|
+
font-weight: normal;
|
|
30806
|
+
font-size: 13px;
|
|
30807
|
+
line-height: 20px;
|
|
30743
30808
|
}
|
|
30744
30809
|
|
|
30745
|
-
.
|
|
30746
|
-
|
|
30747
|
-
|
|
30748
|
-
|
|
30810
|
+
.E_l1t6dj5o {
|
|
30811
|
+
font-family: Inter;
|
|
30812
|
+
font-style: normal;
|
|
30813
|
+
font-weight: 600;
|
|
30814
|
+
font-size: 13px;
|
|
30815
|
+
line-height: 20px;
|
|
30749
30816
|
}
|
|
30750
30817
|
|
|
30751
|
-
.
|
|
30752
|
-
|
|
30753
|
-
|
|
30818
|
+
.E_l12f6ic {
|
|
30819
|
+
font-family: Inter;
|
|
30820
|
+
font-style: normal;
|
|
30821
|
+
font-weight: bold;
|
|
30822
|
+
font-size: 13px;
|
|
30823
|
+
line-height: 20px;
|
|
30754
30824
|
}
|
|
30755
30825
|
|
|
30756
|
-
.
|
|
30757
|
-
font-
|
|
30826
|
+
.E_l7gmukq {
|
|
30827
|
+
font-family: Inter;
|
|
30828
|
+
font-style: normal;
|
|
30829
|
+
font-weight: normal;
|
|
30830
|
+
text-transform: uppercase;
|
|
30831
|
+
font-feature-settings: "cpsp" on;
|
|
30832
|
+
font-size: 13px;
|
|
30833
|
+
line-height: 20px;
|
|
30758
30834
|
}
|
|
30759
30835
|
|
|
30760
|
-
.
|
|
30761
|
-
|
|
30836
|
+
.E_lkwl0yp {
|
|
30837
|
+
font-family: Inter;
|
|
30838
|
+
font-style: normal;
|
|
30839
|
+
font-weight: bold;
|
|
30840
|
+
text-transform: uppercase;
|
|
30841
|
+
font-feature-settings: "cpsp" on;
|
|
30842
|
+
font-size: 13px;
|
|
30843
|
+
line-height: 20px;
|
|
30762
30844
|
}
|
|
30763
30845
|
|
|
30764
|
-
.
|
|
30765
|
-
|
|
30846
|
+
.E_l10knv48 {
|
|
30847
|
+
font-family: Inter;
|
|
30848
|
+
font-style: normal;
|
|
30849
|
+
font-weight: normal;
|
|
30850
|
+
font-size: 12px;
|
|
30851
|
+
line-height: 18px;
|
|
30766
30852
|
}
|
|
30767
30853
|
|
|
30768
|
-
.
|
|
30854
|
+
.E_l6526ld {
|
|
30855
|
+
font-family: Inter;
|
|
30856
|
+
font-style: normal;
|
|
30857
|
+
font-weight: 500;
|
|
30769
30858
|
font-size: 12px;
|
|
30770
30859
|
line-height: 18px;
|
|
30860
|
+
}
|
|
30861
|
+
|
|
30862
|
+
.E_l1j81vli {
|
|
30863
|
+
font-family: Inter;
|
|
30864
|
+
font-style: normal;
|
|
30771
30865
|
font-weight: bold;
|
|
30772
|
-
|
|
30773
|
-
|
|
30774
|
-
border-radius: 4px;
|
|
30775
|
-
display: inline-block;
|
|
30776
|
-
background: var(--t1wwio3v-0);
|
|
30866
|
+
font-size: 12px;
|
|
30867
|
+
line-height: 18px;
|
|
30777
30868
|
}
|
|
30778
30869
|
|
|
30779
|
-
.
|
|
30780
|
-
|
|
30870
|
+
.E_l1x7n1mk {
|
|
30871
|
+
font-family: Inter;
|
|
30872
|
+
font-style: normal;
|
|
30873
|
+
font-weight: normal;
|
|
30874
|
+
font-size: 12px;
|
|
30875
|
+
line-height: 18px;
|
|
30781
30876
|
}
|
|
30782
30877
|
|
|
30783
|
-
.
|
|
30784
|
-
|
|
30785
|
-
|
|
30786
|
-
|
|
30787
|
-
|
|
30788
|
-
|
|
30878
|
+
.E_l9fqufz {
|
|
30879
|
+
font-family: Inter;
|
|
30880
|
+
font-style: normal;
|
|
30881
|
+
font-weight: 500;
|
|
30882
|
+
font-size: 12px;
|
|
30883
|
+
line-height: 18px;
|
|
30789
30884
|
}
|
|
30790
30885
|
|
|
30791
|
-
.
|
|
30792
|
-
font-
|
|
30886
|
+
.E_l1iwnybd {
|
|
30887
|
+
font-family: Inter;
|
|
30888
|
+
font-style: normal;
|
|
30793
30889
|
font-weight: bold;
|
|
30794
|
-
|
|
30795
|
-
|
|
30796
|
-
margin-left: 2px;
|
|
30797
|
-
margin-right: 2px;
|
|
30798
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30799
|
-
border-radius: 4px;
|
|
30890
|
+
font-size: 12px;
|
|
30891
|
+
line-height: 18px;
|
|
30800
30892
|
}
|
|
30801
30893
|
|
|
30802
|
-
.
|
|
30803
|
-
|
|
30894
|
+
.E_lprtm1e {
|
|
30895
|
+
font-family: Inter;
|
|
30896
|
+
font-style: normal;
|
|
30897
|
+
font-weight: normal;
|
|
30898
|
+
text-transform: uppercase;
|
|
30899
|
+
font-feature-settings: "cpsp" on;
|
|
30900
|
+
font-size: 12px;
|
|
30901
|
+
line-height: 18px;
|
|
30804
30902
|
}
|
|
30805
30903
|
|
|
30806
|
-
.
|
|
30807
|
-
|
|
30904
|
+
.E_l1lln87h {
|
|
30905
|
+
font-family: Inter;
|
|
30906
|
+
font-style: normal;
|
|
30907
|
+
font-weight: bold;
|
|
30908
|
+
text-transform: uppercase;
|
|
30909
|
+
font-feature-settings: "cpsp" on;
|
|
30910
|
+
font-size: 12px;
|
|
30911
|
+
line-height: 18px;
|
|
30808
30912
|
}
|
|
30809
30913
|
|
|
30810
|
-
.
|
|
30811
|
-
|
|
30914
|
+
.E_f2pb48l {
|
|
30915
|
+
font-family: Inter;
|
|
30916
|
+
font-style: normal;
|
|
30917
|
+
font-weight: normal;
|
|
30918
|
+
font-size: 13px;
|
|
30919
|
+
line-height: 20px;
|
|
30812
30920
|
}
|
|
30813
30921
|
|
|
30814
|
-
.
|
|
30815
|
-
|
|
30922
|
+
.E_fi9emkw {
|
|
30923
|
+
font-family: Inter;
|
|
30924
|
+
font-style: normal;
|
|
30925
|
+
font-weight: normal;
|
|
30926
|
+
font-size: 13px;
|
|
30927
|
+
line-height: 20px;
|
|
30816
30928
|
}
|
|
30817
30929
|
|
|
30818
|
-
.
|
|
30819
|
-
|
|
30930
|
+
.E_f1nrg7da {
|
|
30931
|
+
font-family: Inter;
|
|
30932
|
+
font-style: normal;
|
|
30933
|
+
font-weight: normal;
|
|
30934
|
+
font-size: 12px;
|
|
30935
|
+
line-height: 18px;
|
|
30820
30936
|
}
|
|
30821
30937
|
|
|
30822
|
-
.
|
|
30823
|
-
|
|
30824
|
-
|
|
30938
|
+
.E_f17k1i3n {
|
|
30939
|
+
font-family: Inter;
|
|
30940
|
+
font-style: normal;
|
|
30941
|
+
font-weight: normal;
|
|
30942
|
+
font-size: 12px;
|
|
30943
|
+
line-height: 18px;
|
|
30944
|
+
}
|
|
30945
|
+
|
|
30946
|
+
.E_t1tvuj2e {
|
|
30947
|
+
font-family: Inter;
|
|
30948
|
+
font-style: normal;
|
|
30949
|
+
font-weight: normal;
|
|
30950
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30951
|
+
font-size: 13px;
|
|
30952
|
+
line-height: 20px;
|
|
30953
|
+
}
|
|
30954
|
+
|
|
30955
|
+
.E_t17uajlu {
|
|
30956
|
+
font-family: Inter;
|
|
30957
|
+
font-style: normal;
|
|
30958
|
+
font-weight: normal;
|
|
30959
|
+
font-feature-settings: "zero" on;
|
|
30960
|
+
font-size: 13px;
|
|
30961
|
+
line-height: 20px;
|
|
30962
|
+
}
|
|
30963
|
+
|
|
30964
|
+
.E_t114zbyz {
|
|
30965
|
+
font-family: Inter;
|
|
30966
|
+
font-style: normal;
|
|
30967
|
+
font-weight: normal;
|
|
30968
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30969
|
+
font-size: 12px;
|
|
30970
|
+
line-height: 18px;
|
|
30971
|
+
}
|
|
30972
|
+
|
|
30973
|
+
.E_t1il0kvi {
|
|
30974
|
+
font-family: Inter;
|
|
30975
|
+
font-style: normal;
|
|
30976
|
+
font-weight: 500;
|
|
30977
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30978
|
+
font-size: 12px;
|
|
30979
|
+
line-height: 18px;
|
|
30825
30980
|
}
|
|
30826
30981
|
|
|
30827
|
-
.
|
|
30828
|
-
|
|
30829
|
-
|
|
30830
|
-
|
|
30831
|
-
|
|
30832
|
-
font-size:
|
|
30833
|
-
line-height:
|
|
30834
|
-
color: #8e9aa9;
|
|
30982
|
+
.E_t10dv8p1 {
|
|
30983
|
+
font-family: Inter;
|
|
30984
|
+
font-style: normal;
|
|
30985
|
+
font-weight: normal;
|
|
30986
|
+
font-feature-settings: "zero" on;
|
|
30987
|
+
font-size: 12px;
|
|
30988
|
+
line-height: 18px;
|
|
30835
30989
|
}
|
|
30836
30990
|
|
|
30837
|
-
.
|
|
30838
|
-
|
|
30839
|
-
font-
|
|
30840
|
-
|
|
30991
|
+
.E_tc2oqpq {
|
|
30992
|
+
font-family: Inter;
|
|
30993
|
+
font-style: normal;
|
|
30994
|
+
font-weight: 500;
|
|
30995
|
+
font-feature-settings: "zero" on;
|
|
30996
|
+
font-size: 12px;
|
|
30997
|
+
line-height: 18px;
|
|
30841
30998
|
}
|
|
30842
30999
|
|
|
30843
|
-
.
|
|
30844
|
-
|
|
31000
|
+
.E_tzvddmc {
|
|
31001
|
+
font-family: Inter;
|
|
31002
|
+
font-style: normal;
|
|
31003
|
+
font-weight: bold;
|
|
31004
|
+
font-feature-settings: "zero" on;
|
|
31005
|
+
font-size: 16px;
|
|
31006
|
+
line-height: 24px;
|
|
30845
31007
|
}
|
|
30846
31008
|
|
|
30847
|
-
.
|
|
30848
|
-
|
|
30849
|
-
|
|
31009
|
+
.E_u18llj45 {
|
|
31010
|
+
font-family: Inter;
|
|
31011
|
+
font-style: normal;
|
|
31012
|
+
font-weight: normal;
|
|
31013
|
+
font-size: 10px;
|
|
31014
|
+
line-height: 12px;
|
|
30850
31015
|
}
|
|
30851
31016
|
|
|
30852
|
-
.
|
|
30853
|
-
|
|
31017
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
31018
|
+
display: inline-flex;
|
|
31019
|
+
align-items: baseline;
|
|
31020
|
+
white-space: pre-wrap;
|
|
30854
31021
|
}
|
|
30855
31022
|
|
|
30856
|
-
.
|
|
30857
|
-
|
|
31023
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
31024
|
+
position: relative;
|
|
31025
|
+
top: 3px;
|
|
30858
31026
|
}
|
|
30859
31027
|
|
|
30860
|
-
.
|
|
30861
|
-
|
|
31028
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31029
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30862
31030
|
}
|
|
30863
31031
|
|
|
30864
|
-
.
|
|
30865
|
-
color: #
|
|
30866
|
-
height: 0;
|
|
30867
|
-
overflow: hidden;
|
|
31032
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31033
|
+
border-color: #0080ff;
|
|
30868
31034
|
}
|
|
30869
31035
|
|
|
30870
|
-
.
|
|
30871
|
-
|
|
30872
|
-
|
|
30873
|
-
overflow: auto;
|
|
31036
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31037
|
+
border-color: #0080ff;
|
|
31038
|
+
background: #0080ff;
|
|
30874
31039
|
}
|
|
30875
31040
|
|
|
30876
|
-
.
|
|
30877
|
-
|
|
30878
|
-
|
|
30879
|
-
|
|
31041
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31042
|
+
top: 4px;
|
|
31043
|
+
left: 4px;
|
|
31044
|
+
width: 6px;
|
|
31045
|
+
height: 6px;
|
|
31046
|
+
background: #fff;
|
|
30880
31047
|
}
|
|
30881
31048
|
|
|
30882
|
-
.
|
|
30883
|
-
|
|
30884
|
-
font-weight: bold;
|
|
30885
|
-
padding-bottom: 6px;
|
|
30886
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30887
|
-
margin-bottom: 16px;
|
|
31049
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31050
|
+
opacity: 0.5;
|
|
30888
31051
|
}
|
|
30889
31052
|
|
|
30890
|
-
.
|
|
30891
|
-
|
|
31053
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31054
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31055
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30892
31056
|
}
|
|
30893
31057
|
|
|
30894
|
-
.
|
|
30895
|
-
|
|
30896
|
-
height: 24px;
|
|
30897
|
-
display: flex;
|
|
30898
|
-
justify-content: center;
|
|
30899
|
-
align-items: center;
|
|
30900
|
-
cursor: pointer;
|
|
30901
|
-
transition: all 200ms ease-out 40ms;
|
|
31058
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31059
|
+
background: #00122e;
|
|
30902
31060
|
}
|
|
30903
31061
|
|
|
30904
|
-
.
|
|
30905
|
-
|
|
30906
|
-
|
|
30907
|
-
height: 6px;
|
|
30908
|
-
border-radius: 1px;
|
|
30909
|
-
background: #ccd4e3;
|
|
30910
|
-
position: relative;
|
|
30911
|
-
right: 2px;
|
|
30912
|
-
transform: rotate(-45deg);
|
|
31062
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31063
|
+
color: #00122e;
|
|
31064
|
+
opacity: 0.5;
|
|
30913
31065
|
}
|
|
30914
31066
|
|
|
30915
|
-
.
|
|
30916
|
-
|
|
30917
|
-
left: 1px;
|
|
31067
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31068
|
+
color: #00122e;
|
|
30918
31069
|
}
|
|
30919
31070
|
|
|
30920
|
-
.
|
|
30921
|
-
|
|
30922
|
-
|
|
30923
|
-
|
|
31071
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
31072
|
+
display: inline-block;
|
|
31073
|
+
padding: 0;
|
|
31074
|
+
padding-left: 12px;
|
|
30924
31075
|
}
|
|
30925
31076
|
|
|
30926
|
-
.
|
|
30927
|
-
|
|
30928
|
-
|
|
31077
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31078
|
+
margin-bottom: 0;
|
|
31079
|
+
white-space: pre-wrap;
|
|
31080
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30929
31081
|
}
|
|
30930
31082
|
|
|
30931
|
-
.
|
|
30932
|
-
|
|
30933
|
-
border-bottom-color: #e07f00;
|
|
31083
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
31084
|
+
padding-left: 8px;
|
|
30934
31085
|
}
|
|
30935
31086
|
|
|
30936
|
-
.
|
|
30937
|
-
|
|
30938
|
-
flex-direction: row;
|
|
30939
|
-
padding: 7px 12px;
|
|
30940
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30941
|
-
border-radius: 6px;
|
|
30942
|
-
color: #e07f00;
|
|
30943
|
-
font-size: 12px;
|
|
30944
|
-
line-height: 18px;
|
|
31087
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
31088
|
+
border-radius: 5px 0 0 5px;
|
|
30945
31089
|
}
|
|
30946
31090
|
|
|
30947
|
-
.
|
|
30948
|
-
|
|
30949
|
-
height: 18px;
|
|
31091
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
31092
|
+
border-radius: 0 5px 5px 0;
|
|
30950
31093
|
}
|
|
30951
31094
|
|
|
30952
|
-
.
|
|
30953
|
-
|
|
30954
|
-
|
|
30955
|
-
padding: 7px 12px;
|
|
30956
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30957
|
-
border-radius: 6px;
|
|
30958
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30959
|
-
font-size: 12px;
|
|
30960
|
-
line-height: 18px;
|
|
31095
|
+
.E_rcc63c8 {
|
|
31096
|
+
color: #00122e;
|
|
31097
|
+
border-color: #ccd4e3;
|
|
30961
31098
|
}
|
|
30962
31099
|
|
|
30963
|
-
.
|
|
30964
|
-
|
|
30965
|
-
height: 18px;
|
|
31100
|
+
.E_rcc63c8:first-child {
|
|
31101
|
+
border-color: #a3b4cc;
|
|
30966
31102
|
}
|
|
30967
31103
|
|
|
30968
|
-
.
|
|
30969
|
-
|
|
30970
|
-
|
|
30971
|
-
|
|
30972
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30973
|
-
border-radius: 6px;
|
|
30974
|
-
color: #005ed1;
|
|
30975
|
-
font-size: 12px;
|
|
30976
|
-
line-height: 18px;
|
|
31104
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
31105
|
+
padding: 0 12px;
|
|
31106
|
+
line-height: 32px;
|
|
31107
|
+
height: 32px;
|
|
30977
31108
|
}
|
|
30978
31109
|
|
|
30979
|
-
.
|
|
30980
|
-
|
|
30981
|
-
height: 18px;
|
|
31110
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
31111
|
+
white-space: nowrap;
|
|
30982
31112
|
}
|
|
30983
31113
|
|
|
30984
|
-
.
|
|
30985
|
-
|
|
30986
|
-
|
|
30987
|
-
|
|
30988
|
-
line-height: 18px;
|
|
31114
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
31115
|
+
height: 22px;
|
|
31116
|
+
padding: 0 7px;
|
|
31117
|
+
line-height: 20px;
|
|
30989
31118
|
}
|
|
30990
31119
|
|
|
30991
|
-
.
|
|
30992
|
-
|
|
30993
|
-
font-size: 12px;
|
|
30994
|
-
white-space: pre-wrap;
|
|
31120
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31121
|
+
background: #ccd4e3;
|
|
30995
31122
|
}
|
|
30996
31123
|
|
|
30997
|
-
.
|
|
30998
|
-
|
|
30999
|
-
align-items: center;
|
|
31000
|
-
justify-content: flex-end;
|
|
31124
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31125
|
+
background: #0080ff;
|
|
31001
31126
|
}
|
|
31002
31127
|
|
|
31003
|
-
.
|
|
31004
|
-
|
|
31128
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31129
|
+
background: #ccd4e3;
|
|
31130
|
+
opacity: 0.5;
|
|
31005
31131
|
}
|
|
31006
31132
|
|
|
31007
|
-
.
|
|
31008
|
-
color:
|
|
31133
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31134
|
+
border-right-color: #0080ff;
|
|
31009
31135
|
}
|
|
31010
31136
|
|
|
31011
|
-
.
|
|
31012
|
-
|
|
31013
|
-
line-height: 20px;
|
|
31014
|
-
color: #2d3a56;
|
|
31015
|
-
border-radius: 6px;
|
|
31016
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31017
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31137
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31138
|
+
border-color: #0080ff;
|
|
31018
31139
|
}
|
|
31019
31140
|
|
|
31020
|
-
.
|
|
31021
|
-
|
|
31022
|
-
line-height: 22px;
|
|
31141
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
31142
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31023
31143
|
}
|
|
31024
31144
|
|
|
31025
|
-
.
|
|
31026
|
-
|
|
31027
|
-
|
|
31145
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
31146
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31147
|
+
border-color: #ccd4e3;
|
|
31148
|
+
opacity: 0.5;
|
|
31028
31149
|
}
|
|
31029
31150
|
|
|
31030
|
-
.
|
|
31031
|
-
|
|
31032
|
-
|
|
31033
|
-
z-index: 1;
|
|
31151
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
31152
|
+
color: #00122e;
|
|
31153
|
+
border-color: #ccd4e3;
|
|
31034
31154
|
}
|
|
31035
31155
|
|
|
31036
|
-
.
|
|
31037
|
-
|
|
31038
|
-
|
|
31039
|
-
|
|
31156
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31157
|
+
color: #00122e;
|
|
31158
|
+
border-color: #ccd4e3;
|
|
31159
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31040
31160
|
}
|
|
31041
31161
|
|
|
31042
|
-
.
|
|
31043
|
-
|
|
31044
|
-
|
|
31162
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
31163
|
+
margin-right: 8px;
|
|
31164
|
+
display: inline;
|
|
31165
|
+
border: none;
|
|
31166
|
+
padding: 0;
|
|
31167
|
+
width: 36px;
|
|
31168
|
+
background: transparent;
|
|
31045
31169
|
}
|
|
31046
31170
|
|
|
31047
|
-
.
|
|
31048
|
-
|
|
31049
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31171
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
31172
|
+
box-shadow: none;
|
|
31050
31173
|
}
|
|
31051
31174
|
|
|
31052
|
-
.
|
|
31053
|
-
|
|
31054
|
-
|
|
31175
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
31176
|
+
margin-right: 0;
|
|
31177
|
+
width: initial;
|
|
31178
|
+
box-shadow: none;
|
|
31055
31179
|
}
|
|
31056
31180
|
|
|
31057
|
-
.
|
|
31058
|
-
|
|
31059
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31060
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31181
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31182
|
+
display: none;
|
|
31061
31183
|
}
|
|
31062
31184
|
|
|
31063
|
-
.
|
|
31064
|
-
|
|
31065
|
-
border-radius: 6px;
|
|
31066
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31067
|
-
line-height: 20px;
|
|
31068
|
-
color: #2d3a56;
|
|
31069
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31185
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31186
|
+
display: inline;
|
|
31070
31187
|
}
|
|
31071
31188
|
|
|
31072
|
-
.
|
|
31073
|
-
|
|
31074
|
-
|
|
31189
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31190
|
+
display: inline;
|
|
31191
|
+
margin-right: 8px;
|
|
31192
|
+
padding: 0;
|
|
31193
|
+
width: 36px;
|
|
31075
31194
|
}
|
|
31076
31195
|
|
|
31077
|
-
.
|
|
31078
|
-
|
|
31079
|
-
|
|
31196
|
+
.E_cnujxq2 {
|
|
31197
|
+
display: flex;
|
|
31198
|
+
flex-direction: column;
|
|
31080
31199
|
}
|
|
31081
31200
|
|
|
31082
|
-
.
|
|
31083
|
-
|
|
31084
|
-
|
|
31201
|
+
.E_m7s48ia {
|
|
31202
|
+
max-width: 1120px;
|
|
31203
|
+
width: 100%;
|
|
31204
|
+
margin: 0 auto;
|
|
31205
|
+
height: 100%;
|
|
31085
31206
|
}
|
|
31086
31207
|
|
|
31087
|
-
.
|
|
31088
|
-
|
|
31089
|
-
|
|
31208
|
+
.E_wt5zbg6 {
|
|
31209
|
+
max-width: 1120px;
|
|
31210
|
+
width: 100%;
|
|
31211
|
+
margin: 0 auto;
|
|
31212
|
+
display: flex;
|
|
31090
31213
|
}
|
|
31091
31214
|
|
|
31092
|
-
.
|
|
31093
|
-
|
|
31094
|
-
|
|
31215
|
+
.E_wt5zbg6 .left,
|
|
31216
|
+
.E_wt5zbg6 .right {
|
|
31217
|
+
flex-grow: 0;
|
|
31218
|
+
flex-shrink: 0;
|
|
31219
|
+
flex-basis: 21%;
|
|
31095
31220
|
}
|
|
31096
31221
|
|
|
31097
|
-
.
|
|
31098
|
-
|
|
31222
|
+
.E_wt5zbg6 .left {
|
|
31223
|
+
display: flex;
|
|
31224
|
+
justify-content: flex-end;
|
|
31225
|
+
padding-right: 44px;
|
|
31099
31226
|
}
|
|
31100
31227
|
|
|
31101
|
-
.
|
|
31102
|
-
|
|
31228
|
+
.E_wt5zbg6 .right {
|
|
31229
|
+
padding-left: 44px;
|
|
31103
31230
|
}
|
|
31104
31231
|
|
|
31105
|
-
.
|
|
31106
|
-
|
|
31107
|
-
|
|
31232
|
+
.E_wt5zbg6 .middle {
|
|
31233
|
+
margin-bottom: 40px;
|
|
31234
|
+
flex-grow: 0;
|
|
31235
|
+
flex-shrink: 0;
|
|
31236
|
+
flex-basis: 58%;
|
|
31108
31237
|
}
|
|
31109
31238
|
|
|
31110
|
-
.
|
|
31111
|
-
|
|
31112
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31239
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
31240
|
+
width: 100%;
|
|
31113
31241
|
}
|
|
31114
31242
|
|
|
31115
|
-
.
|
|
31116
|
-
|
|
31117
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31118
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31243
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31244
|
+
width: auto;
|
|
31119
31245
|
}
|
|
31120
31246
|
|
|
31121
|
-
|
|
31122
|
-
|
|
31123
|
-
|
|
31247
|
+
.E_h18jprzg .ant-modal-header {
|
|
31248
|
+
margin: 0 auto;
|
|
31249
|
+
width: 100%;
|
|
31250
|
+
max-width: 648px;
|
|
31124
31251
|
}
|
|
31125
31252
|
|
|
31126
|
-
|
|
31127
|
-
|
|
31128
|
-
height: 40px;
|
|
31253
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31254
|
+
margin-left: 0;
|
|
31129
31255
|
}
|
|
31130
31256
|
|
|
31131
|
-
|
|
31132
|
-
|
|
31257
|
+
.E_h18jprzg .ant-modal-body {
|
|
31258
|
+
margin: 0 auto;
|
|
31259
|
+
padding: 0;
|
|
31260
|
+
width: 100%;
|
|
31261
|
+
max-width: 648px;
|
|
31262
|
+
overflow: hidden;
|
|
31133
31263
|
}
|
|
31134
31264
|
|
|
31135
|
-
|
|
31136
|
-
|
|
31137
|
-
height: 32px;
|
|
31265
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31266
|
+
margin-bottom: 40px;
|
|
31138
31267
|
}
|
|
31139
31268
|
|
|
31140
|
-
|
|
31141
|
-
height:
|
|
31269
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
31270
|
+
height: calc(100vh - 225px);
|
|
31271
|
+
overflow-y: auto;
|
|
31142
31272
|
}
|
|
31143
31273
|
|
|
31144
|
-
|
|
31145
|
-
|
|
31146
|
-
|
|
31274
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
31275
|
+
margin: 0 auto;
|
|
31276
|
+
max-width: 648px;
|
|
31147
31277
|
}
|
|
31148
31278
|
|
|
31149
|
-
|
|
31150
|
-
|
|
31279
|
+
.E_h16z9xgz .ant-modal-header {
|
|
31280
|
+
margin: 0 auto;
|
|
31281
|
+
width: 100%;
|
|
31282
|
+
max-width: 1024px;
|
|
31151
31283
|
}
|
|
31152
31284
|
|
|
31153
|
-
.
|
|
31154
|
-
|
|
31155
|
-
border-radius: 4px;
|
|
31285
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
31286
|
+
margin-left: 0;
|
|
31156
31287
|
}
|
|
31157
31288
|
|
|
31158
|
-
.
|
|
31159
|
-
|
|
31160
|
-
padding:
|
|
31161
|
-
|
|
31162
|
-
|
|
31163
|
-
|
|
31289
|
+
.E_h16z9xgz .ant-modal-body {
|
|
31290
|
+
margin: 0 auto;
|
|
31291
|
+
padding: 0;
|
|
31292
|
+
width: 100%;
|
|
31293
|
+
max-width: 1024px;
|
|
31294
|
+
overflow: hidden;
|
|
31164
31295
|
}
|
|
31165
31296
|
|
|
31166
|
-
.
|
|
31167
|
-
|
|
31168
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31297
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
31298
|
+
margin-bottom: 40px;
|
|
31169
31299
|
}
|
|
31170
31300
|
|
|
31171
|
-
.
|
|
31172
|
-
|
|
31301
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
31302
|
+
height: calc(100vh - 225px);
|
|
31303
|
+
overflow-y: auto;
|
|
31173
31304
|
}
|
|
31174
31305
|
|
|
31175
|
-
.
|
|
31176
|
-
|
|
31306
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
31307
|
+
margin: 0 auto;
|
|
31308
|
+
max-width: 1024px;
|
|
31177
31309
|
}
|
|
31178
31310
|
|
|
31179
|
-
.
|
|
31180
|
-
|
|
31311
|
+
.E_f1lrhghm {
|
|
31312
|
+
flex: 1;
|
|
31181
31313
|
}
|
|
31182
31314
|
|
|
31183
|
-
.
|
|
31184
|
-
|
|
31185
|
-
|
|
31186
|
-
|
|
31187
|
-
transform: translateY(-50%);
|
|
31315
|
+
.E_f1lrhghm label {
|
|
31316
|
+
font-size: 13px;
|
|
31317
|
+
line-height: 20px;
|
|
31318
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31188
31319
|
}
|
|
31189
31320
|
|
|
31190
|
-
.
|
|
31191
|
-
|
|
31192
|
-
|
|
31193
|
-
|
|
31321
|
+
.E_f1lrhghm .title {
|
|
31322
|
+
font-size: 14px;
|
|
31323
|
+
line-height: 20px;
|
|
31324
|
+
color: #2d3a56;
|
|
31325
|
+
margin-bottom: 12px;
|
|
31194
31326
|
}
|
|
31195
31327
|
|
|
31196
|
-
.
|
|
31197
|
-
|
|
31328
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
31329
|
+
padding-bottom: 26px;
|
|
31198
31330
|
}
|
|
31199
31331
|
|
|
31200
|
-
.
|
|
31201
|
-
|
|
31202
|
-
|
|
31332
|
+
.E_f18ot8em {
|
|
31333
|
+
padding: 25px 0 15px 0;
|
|
31334
|
+
border-bottom: 1px solid #e1e5eb;
|
|
31335
|
+
margin-bottom: 16px;
|
|
31203
31336
|
}
|
|
31204
31337
|
|
|
31205
|
-
.
|
|
31206
|
-
|
|
31207
|
-
|
|
31208
|
-
|
|
31209
|
-
left: -16px;
|
|
31210
|
-
transition: left 150ms ease;
|
|
31211
|
-
opacity: 0;
|
|
31338
|
+
.E_f1l1g2k0 {
|
|
31339
|
+
display: flex;
|
|
31340
|
+
align-items: center;
|
|
31341
|
+
margin-bottom: 8px;
|
|
31212
31342
|
}
|
|
31213
31343
|
|
|
31214
|
-
.
|
|
31215
|
-
|
|
31216
|
-
opacity: 1;
|
|
31344
|
+
.E_f1l1g2k0 > label {
|
|
31345
|
+
width: 216px;
|
|
31217
31346
|
}
|
|
31218
31347
|
|
|
31219
|
-
.
|
|
31220
|
-
|
|
31221
|
-
margin-left: 0px;
|
|
31348
|
+
.E_f1l1g2k0 > label + * {
|
|
31349
|
+
width: 100%;
|
|
31222
31350
|
}
|
|
31223
31351
|
|
|
31224
|
-
.
|
|
31225
|
-
|
|
31352
|
+
.E_f1l1g2k0 .ant-select {
|
|
31353
|
+
width: 100%;
|
|
31226
31354
|
}
|
|
31227
31355
|
|
|
31228
|
-
|
|
31229
|
-
|
|
31230
|
-
|
|
31356
|
+
.E_e1k89cwg {
|
|
31357
|
+
color: #e75a3a;
|
|
31358
|
+
margin-right: 10px;
|
|
31359
|
+
}
|
|
31360
|
+
|
|
31361
|
+
.E_d1oui1gf {
|
|
31362
|
+
width: 100%;
|
|
31363
|
+
height: 1px;
|
|
31364
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31365
|
+
margin: 24px 0;
|
|
31231
31366
|
}
|
|
31232
31367
|
|
|
31233
|
-
.
|
|
31234
|
-
|
|
31235
|
-
|
|
31368
|
+
.E_l15itdbb {
|
|
31369
|
+
display: flex;
|
|
31370
|
+
justify-content: center;
|
|
31371
|
+
align-items: center;
|
|
31372
|
+
height: 100%;
|
|
31236
31373
|
}
|
|
31237
31374
|
|
|
31238
|
-
|
|
31239
|
-
|
|
31240
|
-
|
|
31375
|
+
.E_d1y3z4w {
|
|
31376
|
+
display: inline-block;
|
|
31377
|
+
width: 4px;
|
|
31378
|
+
height: 4px;
|
|
31379
|
+
background: #8e9aa9;
|
|
31380
|
+
opacity: 0.4;
|
|
31381
|
+
border-radius: 50%;
|
|
31382
|
+
margin: 0 4px;
|
|
31241
31383
|
}
|
|
31242
31384
|
|
|
31243
|
-
.
|
|
31244
|
-
|
|
31245
|
-
|
|
31385
|
+
.E_m177r7a3 .ant-modal-header,
|
|
31386
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
31387
|
+
width: 648px;
|
|
31388
|
+
margin: 0 auto;
|
|
31246
31389
|
}
|
|
31247
31390
|
|
|
31248
|
-
.
|
|
31249
|
-
|
|
31250
|
-
border
|
|
31391
|
+
.E_m177r7a3 .ant-modal-header {
|
|
31392
|
+
padding: 35px 0 24px;
|
|
31393
|
+
border: none;
|
|
31251
31394
|
}
|
|
31252
31395
|
|
|
31253
|
-
.
|
|
31254
|
-
|
|
31255
|
-
border-bottom-left-radius: 0;
|
|
31396
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31397
|
+
font-size: 30px;
|
|
31256
31398
|
}
|
|
31257
31399
|
|
|
31258
|
-
.
|
|
31259
|
-
|
|
31260
|
-
flex-direction: column;
|
|
31400
|
+
.E_m177r7a3 .ant-modal-body {
|
|
31401
|
+
padding: 4px 0 2px;
|
|
31261
31402
|
}
|
|
31262
31403
|
|
|
31263
|
-
.
|
|
31264
|
-
|
|
31404
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
31405
|
+
border: none;
|
|
31265
31406
|
}
|
|
31266
31407
|
|
|
31267
|
-
.
|
|
31268
|
-
|
|
31408
|
+
.E_t1wwio3v {
|
|
31409
|
+
font-size: 12px;
|
|
31410
|
+
line-height: 18px;
|
|
31411
|
+
font-weight: bold;
|
|
31412
|
+
color: #fff;
|
|
31413
|
+
padding: 0 4px;
|
|
31414
|
+
border-radius: 4px;
|
|
31415
|
+
display: inline-block;
|
|
31416
|
+
background: var(--t1wwio3v-0);
|
|
31269
31417
|
}
|
|
31270
31418
|
|
|
31271
|
-
.
|
|
31272
|
-
margin-
|
|
31419
|
+
.E_t1wwio3v:not(:first-child) {
|
|
31420
|
+
margin-left: 4px;
|
|
31273
31421
|
}
|
|
31274
31422
|
|
|
31275
|
-
.
|
|
31423
|
+
.E_f17jvtfk {
|
|
31276
31424
|
width: 100%;
|
|
31425
|
+
height: 100%;
|
|
31426
|
+
display: flex;
|
|
31427
|
+
align-items: center;
|
|
31428
|
+
justify-content: center;
|
|
31277
31429
|
}
|
|
31278
31430
|
|
|
31279
|
-
.
|
|
31280
|
-
font-size:
|
|
31281
|
-
font-weight:
|
|
31282
|
-
color:
|
|
31283
|
-
|
|
31431
|
+
.E_nzppkea {
|
|
31432
|
+
font-size: 90%;
|
|
31433
|
+
font-weight: bold;
|
|
31434
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
31435
|
+
padding: 1px 4px 1px;
|
|
31436
|
+
margin-left: 2px;
|
|
31437
|
+
margin-right: 2px;
|
|
31438
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31439
|
+
border-radius: 4px;
|
|
31284
31440
|
}
|
|
31285
31441
|
|
|
31286
|
-
.
|
|
31287
|
-
|
|
31442
|
+
.E_f4mi9eq.form-item-general {
|
|
31443
|
+
width: 640px;
|
|
31288
31444
|
}
|
|
31289
31445
|
|
|
31290
|
-
.
|
|
31446
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
31291
31447
|
margin-top: 16px;
|
|
31292
31448
|
}
|
|
31293
31449
|
|
|
31294
|
-
.
|
|
31295
|
-
|
|
31296
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31297
|
-
margin-top: 12px;
|
|
31450
|
+
.E_f4mi9eq.form-item-compact {
|
|
31451
|
+
width: 412px;
|
|
31298
31452
|
}
|
|
31299
31453
|
|
|
31300
|
-
.
|
|
31301
|
-
|
|
31302
|
-
font-weight: 500;
|
|
31303
|
-
margin-top: 0;
|
|
31304
|
-
white-space: initial;
|
|
31454
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
31455
|
+
margin-top: 8px;
|
|
31305
31456
|
}
|
|
31306
31457
|
|
|
31307
|
-
.
|
|
31308
|
-
|
|
31458
|
+
.E_f4mi9eq .form-item {
|
|
31459
|
+
width: auto;
|
|
31309
31460
|
}
|
|
31310
31461
|
|
|
31311
|
-
.
|
|
31312
|
-
|
|
31313
|
-
|
|
31314
|
-
line-height: 32px;
|
|
31315
|
-
color: #3e4652;
|
|
31462
|
+
.E_f4mi9eq .form-item-main {
|
|
31463
|
+
position: relative;
|
|
31464
|
+
display: flex;
|
|
31316
31465
|
}
|
|
31317
31466
|
|
|
31318
|
-
.
|
|
31319
|
-
margin-top:
|
|
31320
|
-
|
|
31321
|
-
|
|
31322
|
-
background:
|
|
31323
|
-
|
|
31324
|
-
|
|
31467
|
+
.E_f4mi9eq .form-item-extra {
|
|
31468
|
+
margin-top: 4px;
|
|
31469
|
+
width: 100%;
|
|
31470
|
+
padding: 14px;
|
|
31471
|
+
background: #f2f4f6;
|
|
31472
|
+
font-size: 13px;
|
|
31473
|
+
line-height: 1.8;
|
|
31474
|
+
color: #8e9aa9;
|
|
31325
31475
|
}
|
|
31326
31476
|
|
|
31327
|
-
.
|
|
31328
|
-
|
|
31329
|
-
|
|
31330
|
-
|
|
31331
|
-
word-break: break-all;
|
|
31477
|
+
.E_f4mi9eq .form-item-label {
|
|
31478
|
+
padding-right: 12px;
|
|
31479
|
+
font-size: 13px;
|
|
31480
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31332
31481
|
}
|
|
31333
31482
|
|
|
31334
|
-
.
|
|
31335
|
-
|
|
31336
|
-
line-height: 18px;
|
|
31337
|
-
margin: 4px 0;
|
|
31483
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
31484
|
+
text-align: right;
|
|
31338
31485
|
}
|
|
31339
31486
|
|
|
31340
|
-
.
|
|
31341
|
-
|
|
31342
|
-
|
|
31343
|
-
font-weight: bold;
|
|
31344
|
-
font-size: 32px;
|
|
31345
|
-
line-height: 40px;
|
|
31487
|
+
.E_f4mi9eq .form-item-label,
|
|
31488
|
+
.E_f4mi9eq .form-item-control {
|
|
31489
|
+
line-height: 32px;
|
|
31346
31490
|
}
|
|
31347
31491
|
|
|
31348
|
-
.
|
|
31349
|
-
|
|
31350
|
-
font-style: normal;
|
|
31351
|
-
font-weight: bold;
|
|
31352
|
-
font-size: 24px;
|
|
31353
|
-
line-height: 32px;
|
|
31492
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
31493
|
+
line-height: 18px;
|
|
31354
31494
|
}
|
|
31355
31495
|
|
|
31356
|
-
.
|
|
31357
|
-
|
|
31358
|
-
font-style: normal;
|
|
31359
|
-
font-weight: normal;
|
|
31360
|
-
font-size: 32px;
|
|
31361
|
-
line-height: 40px;
|
|
31496
|
+
.E_f4mi9eq .form-item-children {
|
|
31497
|
+
width: 100%;
|
|
31362
31498
|
}
|
|
31363
31499
|
|
|
31364
|
-
.
|
|
31365
|
-
|
|
31366
|
-
font-style: normal;
|
|
31367
|
-
font-weight: bold;
|
|
31368
|
-
font-size: 20px;
|
|
31369
|
-
line-height: 24px;
|
|
31500
|
+
.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 {
|
|
31501
|
+
width: 100%;
|
|
31370
31502
|
}
|
|
31371
31503
|
|
|
31372
|
-
.
|
|
31373
|
-
|
|
31374
|
-
|
|
31375
|
-
|
|
31376
|
-
font-size: 20px;
|
|
31377
|
-
line-height: 24px;
|
|
31504
|
+
.E_f4mi9eq .form-item-error {
|
|
31505
|
+
color: #e75a3a;
|
|
31506
|
+
height: 0;
|
|
31507
|
+
overflow: hidden;
|
|
31378
31508
|
}
|
|
31379
31509
|
|
|
31380
|
-
.
|
|
31381
|
-
|
|
31382
|
-
|
|
31383
|
-
|
|
31384
|
-
font-size: 18px;
|
|
31385
|
-
line-height: 22px;
|
|
31510
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
31511
|
+
margin-top: 4px;
|
|
31512
|
+
height: auto;
|
|
31513
|
+
overflow: auto;
|
|
31386
31514
|
}
|
|
31387
31515
|
|
|
31388
|
-
.
|
|
31389
|
-
|
|
31390
|
-
|
|
31391
|
-
|
|
31392
|
-
font-size: 18px;
|
|
31393
|
-
line-height: 22px;
|
|
31516
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
31517
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
31518
|
+
border: 1px solid #e75a3a;
|
|
31519
|
+
color: #e75a3a;
|
|
31394
31520
|
}
|
|
31395
31521
|
|
|
31396
|
-
.
|
|
31397
|
-
|
|
31398
|
-
font-style: normal;
|
|
31522
|
+
.E_fh0ewl8 {
|
|
31523
|
+
color: #2d3a56;
|
|
31399
31524
|
font-weight: bold;
|
|
31400
|
-
|
|
31401
|
-
|
|
31525
|
+
padding-bottom: 6px;
|
|
31526
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31527
|
+
margin-bottom: 16px;
|
|
31402
31528
|
}
|
|
31403
31529
|
|
|
31404
|
-
.
|
|
31405
|
-
|
|
31406
|
-
font-style: normal;
|
|
31407
|
-
font-weight: normal;
|
|
31408
|
-
font-size: 16px;
|
|
31409
|
-
line-height: 22px;
|
|
31530
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
31531
|
+
margin-top: 16px;
|
|
31410
31532
|
}
|
|
31411
31533
|
|
|
31412
|
-
.
|
|
31413
|
-
|
|
31414
|
-
|
|
31415
|
-
|
|
31416
|
-
|
|
31417
|
-
|
|
31534
|
+
.E_e1qrlvot {
|
|
31535
|
+
width: 8px;
|
|
31536
|
+
height: 24px;
|
|
31537
|
+
display: flex;
|
|
31538
|
+
justify-content: center;
|
|
31539
|
+
align-items: center;
|
|
31540
|
+
cursor: pointer;
|
|
31541
|
+
transition: all 200ms ease-out 40ms;
|
|
31418
31542
|
}
|
|
31419
31543
|
|
|
31420
|
-
.
|
|
31421
|
-
|
|
31422
|
-
|
|
31423
|
-
|
|
31424
|
-
|
|
31425
|
-
|
|
31544
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31545
|
+
content: "";
|
|
31546
|
+
width: 1px;
|
|
31547
|
+
height: 6px;
|
|
31548
|
+
border-radius: 1px;
|
|
31549
|
+
background: #ccd4e3;
|
|
31550
|
+
position: relative;
|
|
31551
|
+
right: 2px;
|
|
31552
|
+
transform: rotate(-45deg);
|
|
31553
|
+
}
|
|
31554
|
+
|
|
31555
|
+
.E_e1qrlvot:after {
|
|
31556
|
+
transform: rotate(45deg);
|
|
31557
|
+
left: 1px;
|
|
31426
31558
|
}
|
|
31427
31559
|
|
|
31428
|
-
.
|
|
31429
|
-
|
|
31430
|
-
|
|
31431
|
-
|
|
31432
|
-
font-size: 12px;
|
|
31433
|
-
line-height: 18px;
|
|
31560
|
+
.E_w9ic984.ant-alert-warning {
|
|
31561
|
+
border: 0;
|
|
31562
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31563
|
+
border-radius: 6px;
|
|
31434
31564
|
}
|
|
31435
31565
|
|
|
31436
|
-
.
|
|
31437
|
-
|
|
31438
|
-
|
|
31439
|
-
font-weight: normal;
|
|
31440
|
-
font-size: 12px;
|
|
31441
|
-
line-height: 18px;
|
|
31566
|
+
.E_w9ic984.ant-alert,
|
|
31567
|
+
.E_w9ic984 .ant-alert-message {
|
|
31568
|
+
color: #e07f00;
|
|
31442
31569
|
}
|
|
31443
31570
|
|
|
31444
|
-
.
|
|
31445
|
-
|
|
31446
|
-
|
|
31447
|
-
font-weight: bold;
|
|
31448
|
-
text-transform: uppercase;
|
|
31449
|
-
font-feature-settings: "cpsp" on;
|
|
31450
|
-
font-size: 12px;
|
|
31451
|
-
line-height: 18px;
|
|
31571
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
31572
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
31573
|
+
border-bottom-color: #e07f00;
|
|
31452
31574
|
}
|
|
31453
31575
|
|
|
31454
|
-
.
|
|
31455
|
-
|
|
31456
|
-
|
|
31457
|
-
|
|
31458
|
-
|
|
31459
|
-
|
|
31576
|
+
.E_n1k9qi4r {
|
|
31577
|
+
display: flex;
|
|
31578
|
+
flex-direction: row;
|
|
31579
|
+
padding: 7px 12px;
|
|
31580
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31581
|
+
border-radius: 6px;
|
|
31582
|
+
color: #e07f00;
|
|
31460
31583
|
font-size: 12px;
|
|
31461
31584
|
line-height: 18px;
|
|
31462
31585
|
}
|
|
31463
31586
|
|
|
31464
|
-
.
|
|
31465
|
-
|
|
31466
|
-
|
|
31467
|
-
font-weight: normal;
|
|
31468
|
-
font-size: 16px;
|
|
31469
|
-
line-height: 24px;
|
|
31587
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
31588
|
+
margin-right: 10px;
|
|
31589
|
+
height: 18px;
|
|
31470
31590
|
}
|
|
31471
31591
|
|
|
31472
|
-
.
|
|
31473
|
-
|
|
31474
|
-
|
|
31475
|
-
|
|
31476
|
-
|
|
31477
|
-
|
|
31592
|
+
.E_n16fsg9x {
|
|
31593
|
+
display: flex;
|
|
31594
|
+
flex-direction: row;
|
|
31595
|
+
padding: 7px 12px;
|
|
31596
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31597
|
+
border-radius: 6px;
|
|
31598
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31599
|
+
font-size: 12px;
|
|
31600
|
+
line-height: 18px;
|
|
31478
31601
|
}
|
|
31479
31602
|
|
|
31480
|
-
.
|
|
31481
|
-
|
|
31482
|
-
|
|
31483
|
-
font-weight: normal;
|
|
31484
|
-
font-size: 16px;
|
|
31485
|
-
line-height: 24px;
|
|
31603
|
+
.E_n16fsg9x .icon-wrapper {
|
|
31604
|
+
margin-right: 10px;
|
|
31605
|
+
height: 18px;
|
|
31486
31606
|
}
|
|
31487
31607
|
|
|
31488
|
-
.
|
|
31489
|
-
|
|
31490
|
-
|
|
31491
|
-
|
|
31492
|
-
|
|
31493
|
-
|
|
31608
|
+
.E_i173wxzw {
|
|
31609
|
+
display: flex;
|
|
31610
|
+
flex-direction: row;
|
|
31611
|
+
padding: 7px 12px;
|
|
31612
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31613
|
+
border-radius: 6px;
|
|
31614
|
+
color: #005ed1;
|
|
31615
|
+
font-size: 12px;
|
|
31616
|
+
line-height: 18px;
|
|
31494
31617
|
}
|
|
31495
31618
|
|
|
31496
|
-
.
|
|
31497
|
-
|
|
31498
|
-
|
|
31499
|
-
font-weight: normal;
|
|
31500
|
-
text-transform: uppercase;
|
|
31501
|
-
font-feature-settings: "cpsp" on;
|
|
31502
|
-
font-size: 16px;
|
|
31503
|
-
line-height: 24px;
|
|
31619
|
+
.E_i173wxzw .icon-wrapper {
|
|
31620
|
+
margin-right: 10px;
|
|
31621
|
+
height: 18px;
|
|
31504
31622
|
}
|
|
31505
31623
|
|
|
31506
|
-
.
|
|
31507
|
-
|
|
31508
|
-
|
|
31509
|
-
font-
|
|
31510
|
-
|
|
31511
|
-
font-feature-settings: "cpsp" on;
|
|
31512
|
-
font-size: 16px;
|
|
31513
|
-
line-height: 24px;
|
|
31624
|
+
.E_dld369h {
|
|
31625
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31626
|
+
margin-top: 5px;
|
|
31627
|
+
font-size: 12px;
|
|
31628
|
+
line-height: 18px;
|
|
31514
31629
|
}
|
|
31515
31630
|
|
|
31516
|
-
.
|
|
31517
|
-
|
|
31518
|
-
font-
|
|
31519
|
-
|
|
31520
|
-
font-size: 14px;
|
|
31521
|
-
line-height: 22px;
|
|
31631
|
+
.E_s1epv22q {
|
|
31632
|
+
color: #f0483e;
|
|
31633
|
+
font-size: 12px;
|
|
31634
|
+
white-space: pre-wrap;
|
|
31522
31635
|
}
|
|
31523
31636
|
|
|
31524
|
-
.
|
|
31525
|
-
|
|
31526
|
-
|
|
31527
|
-
|
|
31528
|
-
font-size: 14px;
|
|
31529
|
-
line-height: 22px;
|
|
31637
|
+
.E_okus5hk {
|
|
31638
|
+
display: flex;
|
|
31639
|
+
align-items: center;
|
|
31640
|
+
justify-content: flex-end;
|
|
31530
31641
|
}
|
|
31531
31642
|
|
|
31532
|
-
.
|
|
31533
|
-
|
|
31534
|
-
font-style: normal;
|
|
31535
|
-
font-weight: bold;
|
|
31536
|
-
font-size: 14px;
|
|
31537
|
-
line-height: 22px;
|
|
31643
|
+
.E_okus5hk .icon-wrapper {
|
|
31644
|
+
margin-right: 16px;
|
|
31538
31645
|
}
|
|
31539
31646
|
|
|
31540
|
-
.
|
|
31541
|
-
|
|
31542
|
-
font-style: normal;
|
|
31543
|
-
font-weight: normal;
|
|
31544
|
-
font-size: 14px;
|
|
31545
|
-
line-height: 22px;
|
|
31647
|
+
.E_t1auuzri {
|
|
31648
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31546
31649
|
}
|
|
31547
31650
|
|
|
31548
|
-
.
|
|
31549
|
-
|
|
31550
|
-
|
|
31551
|
-
|
|
31552
|
-
|
|
31553
|
-
|
|
31651
|
+
.E_i74cfyt.ant-input {
|
|
31652
|
+
padding: 5px 12px;
|
|
31653
|
+
line-height: 20px;
|
|
31654
|
+
color: #2d3a56;
|
|
31655
|
+
border-radius: 6px;
|
|
31656
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31657
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31554
31658
|
}
|
|
31555
31659
|
|
|
31556
|
-
.
|
|
31557
|
-
|
|
31558
|
-
font-style: normal;
|
|
31559
|
-
font-weight: normal;
|
|
31560
|
-
text-transform: uppercase;
|
|
31561
|
-
font-feature-settings: "cpsp" on;
|
|
31562
|
-
font-size: 14px;
|
|
31660
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
31661
|
+
padding: 8px 16px;
|
|
31563
31662
|
line-height: 22px;
|
|
31564
31663
|
}
|
|
31565
31664
|
|
|
31566
|
-
.
|
|
31567
|
-
|
|
31568
|
-
|
|
31569
|
-
font-weight: bold;
|
|
31570
|
-
text-transform: uppercase;
|
|
31571
|
-
font-feature-settings: "cpsp" on;
|
|
31572
|
-
font-size: 14px;
|
|
31573
|
-
line-height: 22px;
|
|
31665
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
31666
|
+
padding: 2px 8px;
|
|
31667
|
+
line-height: 18px;
|
|
31574
31668
|
}
|
|
31575
31669
|
|
|
31576
|
-
.
|
|
31577
|
-
|
|
31578
|
-
|
|
31579
|
-
|
|
31580
|
-
font-size: 13px;
|
|
31581
|
-
line-height: 20px;
|
|
31670
|
+
.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 {
|
|
31671
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31672
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31673
|
+
z-index: 1;
|
|
31582
31674
|
}
|
|
31583
31675
|
|
|
31584
|
-
.
|
|
31585
|
-
|
|
31586
|
-
|
|
31587
|
-
|
|
31588
|
-
font-size: 13px;
|
|
31589
|
-
line-height: 20px;
|
|
31676
|
+
.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 {
|
|
31677
|
+
border-color: #0096ff;
|
|
31678
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31679
|
+
z-index: 1;
|
|
31590
31680
|
}
|
|
31591
31681
|
|
|
31592
|
-
.
|
|
31593
|
-
|
|
31594
|
-
|
|
31595
|
-
font-weight: bold;
|
|
31596
|
-
font-size: 13px;
|
|
31597
|
-
line-height: 20px;
|
|
31682
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
31683
|
+
border-color: #e75a3a;
|
|
31684
|
+
color: #e75a3a;
|
|
31598
31685
|
}
|
|
31599
31686
|
|
|
31600
|
-
.
|
|
31601
|
-
|
|
31602
|
-
|
|
31603
|
-
font-weight: normal;
|
|
31604
|
-
font-size: 13px;
|
|
31605
|
-
line-height: 20px;
|
|
31687
|
+
.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 {
|
|
31688
|
+
border-color: #e75a3a;
|
|
31689
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31606
31690
|
}
|
|
31607
31691
|
|
|
31608
|
-
.
|
|
31609
|
-
|
|
31610
|
-
|
|
31611
|
-
font-weight: 600;
|
|
31612
|
-
font-size: 13px;
|
|
31613
|
-
line-height: 20px;
|
|
31692
|
+
.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 {
|
|
31693
|
+
border-color: #e75a3a;
|
|
31694
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31614
31695
|
}
|
|
31615
31696
|
|
|
31616
|
-
.
|
|
31617
|
-
|
|
31618
|
-
|
|
31619
|
-
|
|
31620
|
-
font-size: 13px;
|
|
31621
|
-
line-height: 20px;
|
|
31697
|
+
.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 {
|
|
31698
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31699
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31700
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31622
31701
|
}
|
|
31623
31702
|
|
|
31624
|
-
.
|
|
31625
|
-
|
|
31626
|
-
|
|
31627
|
-
|
|
31628
|
-
text-transform: uppercase;
|
|
31629
|
-
font-feature-settings: "cpsp" on;
|
|
31630
|
-
font-size: 13px;
|
|
31703
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
31704
|
+
padding: 5px 12px;
|
|
31705
|
+
border-radius: 6px;
|
|
31706
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31631
31707
|
line-height: 20px;
|
|
31708
|
+
color: #2d3a56;
|
|
31709
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31632
31710
|
}
|
|
31633
31711
|
|
|
31634
|
-
.
|
|
31635
|
-
|
|
31636
|
-
|
|
31637
|
-
font-weight: bold;
|
|
31638
|
-
text-transform: uppercase;
|
|
31639
|
-
font-feature-settings: "cpsp" on;
|
|
31640
|
-
font-size: 13px;
|
|
31641
|
-
line-height: 20px;
|
|
31712
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
31713
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
31714
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31642
31715
|
}
|
|
31643
31716
|
|
|
31644
|
-
.
|
|
31645
|
-
|
|
31646
|
-
|
|
31647
|
-
font-weight: normal;
|
|
31648
|
-
font-size: 12px;
|
|
31649
|
-
line-height: 18px;
|
|
31717
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31718
|
+
padding: 8px 16px;
|
|
31719
|
+
line-height: 22px;
|
|
31650
31720
|
}
|
|
31651
31721
|
|
|
31652
|
-
.
|
|
31653
|
-
|
|
31654
|
-
font-style: normal;
|
|
31655
|
-
font-weight: 500;
|
|
31656
|
-
font-size: 12px;
|
|
31722
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31723
|
+
padding: 2px 8px;
|
|
31657
31724
|
line-height: 18px;
|
|
31658
31725
|
}
|
|
31659
31726
|
|
|
31660
|
-
.
|
|
31661
|
-
|
|
31662
|
-
|
|
31663
|
-
font-weight: bold;
|
|
31664
|
-
font-size: 12px;
|
|
31665
|
-
line-height: 18px;
|
|
31727
|
+
.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 {
|
|
31728
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31729
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31666
31730
|
}
|
|
31667
31731
|
|
|
31668
|
-
.
|
|
31669
|
-
|
|
31670
|
-
|
|
31671
|
-
font-weight: normal;
|
|
31672
|
-
font-size: 12px;
|
|
31673
|
-
line-height: 18px;
|
|
31732
|
+
.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 {
|
|
31733
|
+
border-color: #0096ff;
|
|
31734
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31674
31735
|
}
|
|
31675
31736
|
|
|
31676
|
-
.
|
|
31677
|
-
|
|
31678
|
-
font-style: normal;
|
|
31679
|
-
font-weight: 500;
|
|
31680
|
-
font-size: 12px;
|
|
31681
|
-
line-height: 18px;
|
|
31737
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31738
|
+
border-color: #e75a3a;
|
|
31682
31739
|
}
|
|
31683
31740
|
|
|
31684
|
-
.
|
|
31685
|
-
|
|
31686
|
-
font-style: normal;
|
|
31687
|
-
font-weight: bold;
|
|
31688
|
-
font-size: 12px;
|
|
31689
|
-
line-height: 18px;
|
|
31741
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31742
|
+
color: #e75a3a;
|
|
31690
31743
|
}
|
|
31691
31744
|
|
|
31692
|
-
.
|
|
31693
|
-
|
|
31694
|
-
|
|
31695
|
-
font-weight: normal;
|
|
31696
|
-
text-transform: uppercase;
|
|
31697
|
-
font-feature-settings: "cpsp" on;
|
|
31698
|
-
font-size: 12px;
|
|
31699
|
-
line-height: 18px;
|
|
31745
|
+
.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 {
|
|
31746
|
+
border-color: #e75a3a;
|
|
31747
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31700
31748
|
}
|
|
31701
31749
|
|
|
31702
|
-
.
|
|
31703
|
-
|
|
31704
|
-
|
|
31705
|
-
font-weight: bold;
|
|
31706
|
-
text-transform: uppercase;
|
|
31707
|
-
font-feature-settings: "cpsp" on;
|
|
31708
|
-
font-size: 12px;
|
|
31709
|
-
line-height: 18px;
|
|
31750
|
+
.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 {
|
|
31751
|
+
border-color: #e75a3a;
|
|
31752
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31710
31753
|
}
|
|
31711
31754
|
|
|
31712
|
-
.
|
|
31713
|
-
|
|
31714
|
-
|
|
31715
|
-
|
|
31716
|
-
font-size: 13px;
|
|
31717
|
-
line-height: 20px;
|
|
31755
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31756
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31757
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31758
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31718
31759
|
}
|
|
31719
31760
|
|
|
31720
|
-
.
|
|
31721
|
-
|
|
31722
|
-
|
|
31723
|
-
font-weight: normal;
|
|
31724
|
-
font-size: 13px;
|
|
31725
|
-
line-height: 20px;
|
|
31761
|
+
textarea.E_i74cfyt.ant-input {
|
|
31762
|
+
transition-property: height;
|
|
31763
|
+
transition-delay: 50ms;
|
|
31726
31764
|
}
|
|
31727
31765
|
|
|
31728
|
-
.
|
|
31729
|
-
|
|
31730
|
-
|
|
31731
|
-
font-weight: normal;
|
|
31732
|
-
font-size: 12px;
|
|
31733
|
-
line-height: 18px;
|
|
31766
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
31767
|
+
min-height: 40px;
|
|
31768
|
+
height: 40px;
|
|
31734
31769
|
}
|
|
31735
31770
|
|
|
31736
|
-
.
|
|
31737
|
-
|
|
31738
|
-
font-style: normal;
|
|
31739
|
-
font-weight: normal;
|
|
31740
|
-
font-size: 12px;
|
|
31741
|
-
line-height: 18px;
|
|
31771
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
31772
|
+
height: 80px;
|
|
31742
31773
|
}
|
|
31743
31774
|
|
|
31744
|
-
.
|
|
31745
|
-
|
|
31746
|
-
|
|
31747
|
-
font-weight: normal;
|
|
31748
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31749
|
-
font-size: 13px;
|
|
31750
|
-
line-height: 20px;
|
|
31775
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
31776
|
+
min-height: 32px;
|
|
31777
|
+
height: 32px;
|
|
31751
31778
|
}
|
|
31752
31779
|
|
|
31753
|
-
.
|
|
31754
|
-
|
|
31755
|
-
font-style: normal;
|
|
31756
|
-
font-weight: normal;
|
|
31757
|
-
font-feature-settings: "zero" on;
|
|
31758
|
-
font-size: 13px;
|
|
31759
|
-
line-height: 20px;
|
|
31780
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
31781
|
+
height: 64px;
|
|
31760
31782
|
}
|
|
31761
31783
|
|
|
31762
|
-
.
|
|
31763
|
-
|
|
31764
|
-
|
|
31765
|
-
font-weight: normal;
|
|
31766
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31767
|
-
font-size: 12px;
|
|
31768
|
-
line-height: 18px;
|
|
31784
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
31785
|
+
min-height: 24px;
|
|
31786
|
+
height: 24px;
|
|
31769
31787
|
}
|
|
31770
31788
|
|
|
31771
|
-
.
|
|
31772
|
-
|
|
31773
|
-
font-style: normal;
|
|
31774
|
-
font-weight: 500;
|
|
31775
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31776
|
-
font-size: 12px;
|
|
31777
|
-
line-height: 18px;
|
|
31789
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
31790
|
+
height: 40px;
|
|
31778
31791
|
}
|
|
31779
31792
|
|
|
31780
|
-
.
|
|
31781
|
-
|
|
31782
|
-
|
|
31783
|
-
font-weight: normal;
|
|
31784
|
-
font-feature-settings: "zero" on;
|
|
31785
|
-
font-size: 12px;
|
|
31786
|
-
line-height: 18px;
|
|
31793
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
31794
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31795
|
+
border-radius: 4px;
|
|
31787
31796
|
}
|
|
31788
31797
|
|
|
31789
|
-
.
|
|
31790
|
-
|
|
31791
|
-
|
|
31792
|
-
|
|
31793
|
-
|
|
31794
|
-
|
|
31795
|
-
line-height: 18px;
|
|
31798
|
+
.E_k1ci6977.input-tags {
|
|
31799
|
+
position: relative;
|
|
31800
|
+
padding: 6px;
|
|
31801
|
+
height: 32px;
|
|
31802
|
+
cursor: pointer;
|
|
31803
|
+
transition: border 150ms;
|
|
31796
31804
|
}
|
|
31797
31805
|
|
|
31798
|
-
.
|
|
31799
|
-
|
|
31800
|
-
|
|
31801
|
-
font-weight: bold;
|
|
31802
|
-
font-feature-settings: "zero" on;
|
|
31803
|
-
font-size: 16px;
|
|
31804
|
-
line-height: 24px;
|
|
31806
|
+
.E_k1ci6977.input-tags:hover {
|
|
31807
|
+
border-color: #0080ff;
|
|
31808
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31805
31809
|
}
|
|
31806
31810
|
|
|
31807
|
-
.
|
|
31808
|
-
|
|
31809
|
-
font-style: normal;
|
|
31810
|
-
font-weight: normal;
|
|
31811
|
-
font-size: 10px;
|
|
31812
|
-
line-height: 12px;
|
|
31811
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
31812
|
+
padding-right: 30px;
|
|
31813
31813
|
}
|
|
31814
31814
|
|
|
31815
|
-
.
|
|
31815
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
31816
31816
|
display: flex;
|
|
31817
|
-
align-items: center;
|
|
31818
|
-
justify-content: space-between;
|
|
31819
|
-
background: #edf0f7;
|
|
31820
|
-
padding: 8px 12px;
|
|
31821
|
-
position: sticky;
|
|
31822
|
-
top: 0;
|
|
31823
|
-
z-index: 1;
|
|
31824
|
-
margin-bottom: -52px;
|
|
31825
31817
|
}
|
|
31826
31818
|
|
|
31827
|
-
.
|
|
31819
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31828
31820
|
display: flex;
|
|
31829
|
-
align-items: center;
|
|
31830
|
-
font-weight: 700;
|
|
31831
|
-
flex-shrink: 0;
|
|
31832
31821
|
}
|
|
31833
31822
|
|
|
31834
|
-
.
|
|
31823
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
31824
|
+
position: absolute;
|
|
31825
|
+
right: 12px;
|
|
31826
|
+
top: 50%;
|
|
31827
|
+
transform: translateY(-50%);
|
|
31828
|
+
}
|
|
31829
|
+
|
|
31830
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31831
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31832
|
+
font-size: 12px;
|
|
31835
31833
|
cursor: pointer;
|
|
31836
|
-
margin-left: 8px;
|
|
31837
|
-
width: 32px;
|
|
31838
|
-
height: 32px;
|
|
31839
|
-
border-radius: 50%;
|
|
31840
|
-
justify-content: center;
|
|
31841
31834
|
}
|
|
31842
31835
|
|
|
31843
|
-
.
|
|
31844
|
-
|
|
31836
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31837
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31845
31838
|
}
|
|
31846
31839
|
|
|
31847
|
-
.
|
|
31848
|
-
flex: 1;
|
|
31849
|
-
margin-left: 88px;
|
|
31850
|
-
white-space: nowrap;
|
|
31851
|
-
text-align: right;
|
|
31840
|
+
.E_k1ci6977.has-focus-indicator {
|
|
31852
31841
|
position: relative;
|
|
31853
|
-
padding: 4px 0;
|
|
31854
|
-
margin-top: -4px;
|
|
31855
31842
|
overflow: hidden;
|
|
31856
31843
|
}
|
|
31857
31844
|
|
|
31858
|
-
.
|
|
31859
|
-
|
|
31845
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
31846
|
+
position: absolute;
|
|
31847
|
+
top: 50%;
|
|
31848
|
+
transform: translateY(-50%);
|
|
31849
|
+
left: -16px;
|
|
31850
|
+
transition: left 150ms ease;
|
|
31851
|
+
opacity: 0;
|
|
31860
31852
|
}
|
|
31861
31853
|
|
|
31862
|
-
.
|
|
31863
|
-
|
|
31854
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31855
|
+
left: 8px;
|
|
31856
|
+
opacity: 1;
|
|
31857
|
+
}
|
|
31858
|
+
|
|
31859
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
31860
|
+
transition: margin-left 150ms ease;
|
|
31861
|
+
margin-left: 0px;
|
|
31864
31862
|
}
|
|
31865
31863
|
|
|
31866
|
-
.
|
|
31867
|
-
margin-
|
|
31864
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
31865
|
+
margin-left: 16px;
|
|
31868
31866
|
}
|
|
31869
31867
|
|
|
31870
|
-
.
|
|
31871
|
-
|
|
31868
|
+
input.E_l1f7td1d.ant-input {
|
|
31869
|
+
border-top-right-radius: 0;
|
|
31870
|
+
border-bottom-right-radius: 0;
|
|
31872
31871
|
}
|
|
31873
31872
|
|
|
31874
|
-
.
|
|
31875
|
-
|
|
31876
|
-
|
|
31877
|
-
height: 32px;
|
|
31878
|
-
justify-content: center;
|
|
31879
|
-
border-radius: 50%;
|
|
31873
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
31874
|
+
border-top-right-radius: 0;
|
|
31875
|
+
border-bottom-right-radius: 0;
|
|
31880
31876
|
}
|
|
31881
31877
|
|
|
31882
|
-
.
|
|
31883
|
-
|
|
31878
|
+
input.E_rf8rlle.ant-input {
|
|
31879
|
+
border-top-left-radius: 0;
|
|
31880
|
+
border-bottom-left-radius: 0;
|
|
31884
31881
|
}
|
|
31885
31882
|
|
|
31886
|
-
.
|
|
31887
|
-
|
|
31883
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
31884
|
+
border-top-left-radius: 0;
|
|
31885
|
+
border-bottom-left-radius: 0;
|
|
31888
31886
|
}
|
|
31889
31887
|
|
|
31890
|
-
.
|
|
31891
|
-
|
|
31888
|
+
.E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
|
|
31889
|
+
border-top-right-radius: 0;
|
|
31890
|
+
border-bottom-right-radius: 0;
|
|
31892
31891
|
}
|
|
31893
31892
|
|
|
31894
|
-
.
|
|
31895
|
-
|
|
31896
|
-
|
|
31897
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31898
|
-
height: 34px;
|
|
31899
|
-
min-height: 34px;
|
|
31900
|
-
box-sizing: border-box;
|
|
31901
|
-
margin-top: 8px;
|
|
31893
|
+
.E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
|
|
31894
|
+
border-top-left-radius: 0;
|
|
31895
|
+
border-bottom-left-radius: 0;
|
|
31902
31896
|
}
|
|
31903
31897
|
|
|
31904
|
-
.
|
|
31898
|
+
.E_c3ni091 {
|
|
31905
31899
|
display: flex;
|
|
31906
31900
|
flex-direction: column;
|
|
31907
|
-
margin: 1px 8px;
|
|
31908
|
-
padding: 8px;
|
|
31909
|
-
border-radius: 4px;
|
|
31910
31901
|
}
|
|
31911
31902
|
|
|
31912
|
-
.
|
|
31913
|
-
|
|
31903
|
+
.E_c3ni091 .select-wrapper {
|
|
31904
|
+
margin-top: 12px;
|
|
31914
31905
|
}
|
|
31915
31906
|
|
|
31916
|
-
.
|
|
31917
|
-
|
|
31907
|
+
.E_c3ni091 .select-wrapper .select {
|
|
31908
|
+
width: 100%;
|
|
31918
31909
|
}
|
|
31919
31910
|
|
|
31920
|
-
.
|
|
31921
|
-
|
|
31911
|
+
.E_c3ni091 .radio-wrapper {
|
|
31912
|
+
margin-top: 24px;
|
|
31922
31913
|
}
|
|
31923
31914
|
|
|
31924
|
-
.
|
|
31925
|
-
|
|
31915
|
+
.E_c3ni091 div.form-item {
|
|
31916
|
+
width: 100%;
|
|
31926
31917
|
}
|
|
31927
31918
|
|
|
31928
|
-
.
|
|
31929
|
-
|
|
31919
|
+
.E_d105ju2d {
|
|
31920
|
+
font-size: 14px;
|
|
31921
|
+
font-weight: 500;
|
|
31922
|
+
color: #3e4652;
|
|
31923
|
+
line-height: 18px;
|
|
31930
31924
|
}
|
|
31931
31925
|
|
|
31932
|
-
.
|
|
31933
|
-
|
|
31926
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
31927
|
+
margin-top: 16px;
|
|
31934
31928
|
}
|
|
31935
31929
|
|
|
31936
|
-
.
|
|
31937
|
-
|
|
31930
|
+
.E_d105ju2d + * {
|
|
31931
|
+
margin-top: 16px;
|
|
31938
31932
|
}
|
|
31939
31933
|
|
|
31940
|
-
.
|
|
31941
|
-
|
|
31942
|
-
color:
|
|
31934
|
+
.E_lh0l62z.E_d105ju2d {
|
|
31935
|
+
font-size: 12px;
|
|
31936
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31937
|
+
margin-top: 12px;
|
|
31943
31938
|
}
|
|
31944
31939
|
|
|
31945
|
-
.
|
|
31946
|
-
|
|
31947
|
-
|
|
31948
|
-
|
|
31949
|
-
|
|
31940
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
31941
|
+
line-height: 18px;
|
|
31942
|
+
font-weight: 500;
|
|
31943
|
+
margin-top: 0;
|
|
31944
|
+
white-space: initial;
|
|
31950
31945
|
}
|
|
31951
31946
|
|
|
31952
|
-
.
|
|
31953
|
-
|
|
31954
|
-
overflow: hidden;
|
|
31955
|
-
text-overflow: ellipsis;
|
|
31947
|
+
.E_r1skkc3l {
|
|
31948
|
+
display: block;
|
|
31956
31949
|
}
|
|
31957
31950
|
|
|
31958
|
-
.
|
|
31959
|
-
|
|
31960
|
-
|
|
31961
|
-
|
|
31962
|
-
|
|
31963
|
-
line-height: 18px;
|
|
31964
|
-
margin-top: 2px;
|
|
31951
|
+
.E_r1skkc3l span {
|
|
31952
|
+
font-size: 14px;
|
|
31953
|
+
font-weight: 500;
|
|
31954
|
+
line-height: 32px;
|
|
31955
|
+
color: #3e4652;
|
|
31965
31956
|
}
|
|
31966
31957
|
|
|
31967
|
-
.
|
|
31968
|
-
|
|
31969
|
-
|
|
31958
|
+
.E_c3cobmo {
|
|
31959
|
+
margin-top: 16px;
|
|
31960
|
+
padding: 8px;
|
|
31961
|
+
border-radius: 6px;
|
|
31970
31962
|
background: rgba(225, 230, 241, 0.6);
|
|
31963
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31964
|
+
font-size: 12px;
|
|
31971
31965
|
}
|
|
31972
31966
|
|
|
31973
|
-
.
|
|
31974
|
-
|
|
31975
|
-
|
|
31976
|
-
|
|
31977
|
-
|
|
31967
|
+
.E_c3cobmo div {
|
|
31968
|
+
line-height: 20px;
|
|
31969
|
+
display: flex;
|
|
31970
|
+
align-items: center;
|
|
31971
|
+
word-break: break-all;
|
|
31972
|
+
}
|
|
31973
|
+
|
|
31974
|
+
.E_c3cobmo .title {
|
|
31975
|
+
font-weight: 700;
|
|
31976
|
+
line-height: 18px;
|
|
31977
|
+
margin: 4px 0;
|
|
31978
31978
|
}
|
|
31979
31979
|
|
|
31980
31980
|
.E_c1up1pdz {
|
|
@@ -32154,153 +32154,43 @@ input.E_rf8rlle.ant-input {
|
|
|
32154
32154
|
line-height: 32px;
|
|
32155
32155
|
}
|
|
32156
32156
|
|
|
32157
|
-
.E_c1uzzomf .card-body {
|
|
32158
|
-
padding: 24px;
|
|
32159
|
-
border-radius: 8px;
|
|
32160
|
-
background: #fff;
|
|
32161
|
-
}
|
|
32162
|
-
|
|
32163
|
-
.E_c1uzzomf .empty {
|
|
32164
|
-
font-weight: 700;
|
|
32165
|
-
font-size: 14px;
|
|
32166
|
-
line-height: 22px;
|
|
32167
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32168
|
-
text-align: center;
|
|
32169
|
-
}
|
|
32170
|
-
|
|
32171
|
-
.E_berrcjl {
|
|
32172
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32173
|
-
margin-bottom: 4px;
|
|
32174
|
-
}
|
|
32175
|
-
|
|
32176
|
-
.E_berrcjl .breadcrumb-link {
|
|
32177
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32178
|
-
cursor: pointer;
|
|
32179
|
-
transition: color 160ms ease;
|
|
32180
|
-
}
|
|
32181
|
-
|
|
32182
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
32183
|
-
color: #0080ff;
|
|
32184
|
-
}
|
|
32185
|
-
|
|
32186
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
32187
|
-
color: #005ed1;
|
|
32188
|
-
}
|
|
32189
|
-
|
|
32190
|
-
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32191
|
-
margin-right: 2px;
|
|
32192
|
-
}
|
|
32193
|
-
|
|
32194
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32195
|
-
padding-left: 8px;
|
|
32196
|
-
padding-right: 8px;
|
|
32197
|
-
}
|
|
32198
|
-
|
|
32199
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32200
|
-
border-radius: 4px;
|
|
32201
|
-
}
|
|
32202
|
-
|
|
32203
|
-
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32204
|
-
border-radius: 4px;
|
|
32205
|
-
}
|
|
32206
|
-
|
|
32207
|
-
.E_ma64lna .ant-segmented-item-label {
|
|
32208
|
-
padding-left: 12px;
|
|
32209
|
-
padding-right: 12px;
|
|
32210
|
-
}
|
|
32211
|
-
|
|
32212
|
-
.E_ckld275 {
|
|
32213
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32214
|
-
}
|
|
32215
|
-
|
|
32216
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32217
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32218
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32219
|
-
}
|
|
32220
|
-
|
|
32221
|
-
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32222
|
-
background-color: transparent;
|
|
32223
|
-
}
|
|
32224
|
-
|
|
32225
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32226
|
-
background-color: transparent;
|
|
32227
|
-
}
|
|
32228
|
-
|
|
32229
|
-
.E_tqjc4ui {
|
|
32230
|
-
margin: 0 2px;
|
|
32231
|
-
}
|
|
32232
|
-
|
|
32233
|
-
.E_c18gxmrl {
|
|
32234
|
-
border: 1px solid #d8deeb;
|
|
32235
|
-
border-radius: 4px;
|
|
32236
|
-
}
|
|
32237
|
-
|
|
32238
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
32239
|
-
margin-top: 8px;
|
|
32240
|
-
}
|
|
32241
|
-
|
|
32242
|
-
.E_c18gxmrl:hover {
|
|
32243
|
-
border-color: #0080ff;
|
|
32244
|
-
}
|
|
32245
|
-
|
|
32246
|
-
.E_c18gxmrl:hover > header {
|
|
32247
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32248
|
-
}
|
|
32249
|
-
|
|
32250
|
-
.E_c18gxmrl.active header {
|
|
32251
|
-
border-bottom: 1px solid #d8deeb;
|
|
32252
|
-
}
|
|
32253
|
-
|
|
32254
|
-
.E_c18gxmrl > header {
|
|
32255
|
-
padding: 8px 12px;
|
|
32256
|
-
}
|
|
32257
|
-
|
|
32258
|
-
.E_n12mqh7z {
|
|
32259
|
-
display: flex;
|
|
32260
|
-
align-items: center;
|
|
32261
|
-
font-size: 12px;
|
|
32262
|
-
line-height: 18px;
|
|
32263
|
-
}
|
|
32264
|
-
|
|
32265
|
-
.E_n12mqh7z:not(:last-child) {
|
|
32266
|
-
margin-bottom: 4px;
|
|
32267
|
-
}
|
|
32268
|
-
|
|
32269
|
-
.E_tf5bynu {
|
|
32270
|
-
margin: 0 3px;
|
|
32157
|
+
.E_c1uzzomf .card-body {
|
|
32158
|
+
padding: 24px;
|
|
32159
|
+
border-radius: 8px;
|
|
32160
|
+
background: #fff;
|
|
32271
32161
|
}
|
|
32272
32162
|
|
|
32273
|
-
.
|
|
32274
|
-
|
|
32275
|
-
|
|
32163
|
+
.E_c1uzzomf .empty {
|
|
32164
|
+
font-weight: 700;
|
|
32165
|
+
font-size: 14px;
|
|
32166
|
+
line-height: 22px;
|
|
32167
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32168
|
+
text-align: center;
|
|
32276
32169
|
}
|
|
32277
32170
|
|
|
32278
|
-
.
|
|
32279
|
-
|
|
32280
|
-
|
|
32171
|
+
.E_c18gxmrl {
|
|
32172
|
+
border: 1px solid #d8deeb;
|
|
32173
|
+
border-radius: 4px;
|
|
32281
32174
|
}
|
|
32282
32175
|
|
|
32283
|
-
.
|
|
32284
|
-
|
|
32176
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
32177
|
+
margin-top: 8px;
|
|
32285
32178
|
}
|
|
32286
32179
|
|
|
32287
|
-
.
|
|
32288
|
-
|
|
32289
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32290
|
-
-webkit-box-orient: vertical;
|
|
32291
|
-
word-break: break-all;
|
|
32180
|
+
.E_c18gxmrl:hover {
|
|
32181
|
+
border-color: #0080ff;
|
|
32292
32182
|
}
|
|
32293
32183
|
|
|
32294
|
-
.
|
|
32295
|
-
|
|
32184
|
+
.E_c18gxmrl:hover > header {
|
|
32185
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32296
32186
|
}
|
|
32297
32187
|
|
|
32298
|
-
.
|
|
32299
|
-
|
|
32188
|
+
.E_c18gxmrl.active header {
|
|
32189
|
+
border-bottom: 1px solid #d8deeb;
|
|
32300
32190
|
}
|
|
32301
32191
|
|
|
32302
|
-
.
|
|
32303
|
-
|
|
32192
|
+
.E_c18gxmrl > header {
|
|
32193
|
+
padding: 8px 12px;
|
|
32304
32194
|
}
|
|
32305
32195
|
|
|
32306
32196
|
.E_c1bus5hc {
|
|
@@ -32346,6 +32236,102 @@ input.E_rf8rlle.ant-input {
|
|
|
32346
32236
|
transform: rotate(0deg);
|
|
32347
32237
|
}
|
|
32348
32238
|
|
|
32239
|
+
.E_berrcjl {
|
|
32240
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32241
|
+
margin-bottom: 4px;
|
|
32242
|
+
}
|
|
32243
|
+
|
|
32244
|
+
.E_berrcjl .breadcrumb-link {
|
|
32245
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32246
|
+
cursor: pointer;
|
|
32247
|
+
transition: color 160ms ease;
|
|
32248
|
+
}
|
|
32249
|
+
|
|
32250
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
32251
|
+
color: #0080ff;
|
|
32252
|
+
}
|
|
32253
|
+
|
|
32254
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
32255
|
+
color: #005ed1;
|
|
32256
|
+
}
|
|
32257
|
+
|
|
32258
|
+
.E_c18bcrac {
|
|
32259
|
+
display: inline-block;
|
|
32260
|
+
width: 100%;
|
|
32261
|
+
}
|
|
32262
|
+
|
|
32263
|
+
.E_c18bcrac .recharts-wrapper {
|
|
32264
|
+
margin-left: 4px;
|
|
32265
|
+
}
|
|
32266
|
+
|
|
32267
|
+
.E_cro7kg2 {
|
|
32268
|
+
padding: 4px;
|
|
32269
|
+
}
|
|
32270
|
+
|
|
32271
|
+
.E_c14wcxf0 {
|
|
32272
|
+
display: flex;
|
|
32273
|
+
justify-content: space-between;
|
|
32274
|
+
align-items: center;
|
|
32275
|
+
font-size: 13px;
|
|
32276
|
+
line-height: 24px;
|
|
32277
|
+
color: #cccccc;
|
|
32278
|
+
white-space: nowrap;
|
|
32279
|
+
}
|
|
32280
|
+
|
|
32281
|
+
.E_c14wcxf0 label {
|
|
32282
|
+
margin-right: 32px;
|
|
32283
|
+
}
|
|
32284
|
+
|
|
32285
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
32286
|
+
font-weight: bold;
|
|
32287
|
+
color: white;
|
|
32288
|
+
}
|
|
32289
|
+
|
|
32290
|
+
.E_s11212zy {
|
|
32291
|
+
width: 8px;
|
|
32292
|
+
height: 8px;
|
|
32293
|
+
border-radius: 2px;
|
|
32294
|
+
display: inline-block;
|
|
32295
|
+
background: var(--s11212zy-0);
|
|
32296
|
+
border: 1px solid #fff;
|
|
32297
|
+
box-sizing: content-box;
|
|
32298
|
+
margin-right: 6px;
|
|
32299
|
+
}
|
|
32300
|
+
|
|
32301
|
+
.E_p1lyky6c > :first-child {
|
|
32302
|
+
font-weight: bold;
|
|
32303
|
+
color: white;
|
|
32304
|
+
margin-right: 4px;
|
|
32305
|
+
}
|
|
32306
|
+
|
|
32307
|
+
.E_gmyahx3 {
|
|
32308
|
+
cursor: pointer;
|
|
32309
|
+
}
|
|
32310
|
+
|
|
32311
|
+
.E_gmyahx3 .link-text {
|
|
32312
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32313
|
+
}
|
|
32314
|
+
|
|
32315
|
+
.E_gmyahx3:hover .link-text {
|
|
32316
|
+
color: #0080ff;
|
|
32317
|
+
}
|
|
32318
|
+
|
|
32319
|
+
.E_ou7iq30 {
|
|
32320
|
+
overflow: hidden;
|
|
32321
|
+
text-overflow: ellipsis;
|
|
32322
|
+
}
|
|
32323
|
+
|
|
32324
|
+
.E_s1tui002 {
|
|
32325
|
+
white-space: nowrap;
|
|
32326
|
+
}
|
|
32327
|
+
|
|
32328
|
+
.E_mxrc2zg {
|
|
32329
|
+
display: -webkit-box;
|
|
32330
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32331
|
+
-webkit-box-orient: vertical;
|
|
32332
|
+
word-break: break-all;
|
|
32333
|
+
}
|
|
32334
|
+
|
|
32349
32335
|
.E_d1bw7c5z {
|
|
32350
32336
|
position: relative;
|
|
32351
32337
|
max-width: 388px;
|
|
@@ -32440,6 +32426,45 @@ input.E_rf8rlle.ant-input {
|
|
|
32440
32426
|
width: 102px;
|
|
32441
32427
|
}
|
|
32442
32428
|
|
|
32429
|
+
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32430
|
+
margin-right: 2px;
|
|
32431
|
+
}
|
|
32432
|
+
|
|
32433
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32434
|
+
padding-left: 8px;
|
|
32435
|
+
padding-right: 8px;
|
|
32436
|
+
}
|
|
32437
|
+
|
|
32438
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32439
|
+
border-radius: 4px;
|
|
32440
|
+
}
|
|
32441
|
+
|
|
32442
|
+
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32443
|
+
border-radius: 4px;
|
|
32444
|
+
}
|
|
32445
|
+
|
|
32446
|
+
.E_ma64lna .ant-segmented-item-label {
|
|
32447
|
+
padding-left: 12px;
|
|
32448
|
+
padding-right: 12px;
|
|
32449
|
+
}
|
|
32450
|
+
|
|
32451
|
+
.E_ckld275 {
|
|
32452
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32453
|
+
}
|
|
32454
|
+
|
|
32455
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32456
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32457
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32458
|
+
}
|
|
32459
|
+
|
|
32460
|
+
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32461
|
+
background-color: transparent;
|
|
32462
|
+
}
|
|
32463
|
+
|
|
32464
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32465
|
+
background-color: transparent;
|
|
32466
|
+
}
|
|
32467
|
+
|
|
32443
32468
|
.E_clm1wy1 {
|
|
32444
32469
|
width: 192px;
|
|
32445
32470
|
height: 246px;
|
|
@@ -32513,138 +32538,64 @@ input.E_rf8rlle.ant-input {
|
|
|
32513
32538
|
padding: 8px 16px;
|
|
32514
32539
|
}
|
|
32515
32540
|
|
|
32516
|
-
.E_c167wnad .anticon {
|
|
32517
|
-
cursor: pointer;
|
|
32518
|
-
}
|
|
32519
|
-
|
|
32520
|
-
.E_c167wnad .anticon:hover {
|
|
32521
|
-
color: #0096ff;
|
|
32522
|
-
}
|
|
32523
|
-
|
|
32524
|
-
.E_cxhf7dh {
|
|
32525
|
-
text-align: center;
|
|
32526
|
-
}
|
|
32527
|
-
|
|
32528
|
-
.E_cxhf7dh .dots {
|
|
32529
|
-
display: flex;
|
|
32530
|
-
justify-content: center;
|
|
32531
|
-
}
|
|
32532
|
-
|
|
32533
|
-
.E_cxhf7dh .dot {
|
|
32534
|
-
display: inline-block;
|
|
32535
|
-
width: 2px;
|
|
32536
|
-
height: 2px;
|
|
32537
|
-
border-radius: 1px;
|
|
32538
|
-
background: #0096ff;
|
|
32539
|
-
}
|
|
32540
|
-
|
|
32541
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
32542
|
-
margin-right: 2px;
|
|
32543
|
-
}
|
|
32544
|
-
|
|
32545
|
-
.E_cxhf7dh .bar {
|
|
32546
|
-
width: 9px;
|
|
32547
|
-
height: 2px;
|
|
32548
|
-
background: #0096ff;
|
|
32549
|
-
border-radius: 2px;
|
|
32550
|
-
}
|
|
32551
|
-
|
|
32552
|
-
.E_c18bcrac {
|
|
32553
|
-
display: inline-block;
|
|
32554
|
-
width: 100%;
|
|
32555
|
-
}
|
|
32556
|
-
|
|
32557
|
-
.E_c18bcrac .recharts-wrapper {
|
|
32558
|
-
margin-left: 4px;
|
|
32559
|
-
}
|
|
32560
|
-
|
|
32561
|
-
.E_cro7kg2 {
|
|
32562
|
-
padding: 4px;
|
|
32563
|
-
}
|
|
32564
|
-
|
|
32565
|
-
.E_c14wcxf0 {
|
|
32566
|
-
display: flex;
|
|
32567
|
-
justify-content: space-between;
|
|
32568
|
-
align-items: center;
|
|
32569
|
-
font-size: 13px;
|
|
32570
|
-
line-height: 24px;
|
|
32571
|
-
color: #cccccc;
|
|
32572
|
-
white-space: nowrap;
|
|
32573
|
-
}
|
|
32574
|
-
|
|
32575
|
-
.E_c14wcxf0 label {
|
|
32576
|
-
margin-right: 32px;
|
|
32577
|
-
}
|
|
32578
|
-
|
|
32579
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
32580
|
-
font-weight: bold;
|
|
32581
|
-
color: white;
|
|
32582
|
-
}
|
|
32583
|
-
|
|
32584
|
-
.E_s11212zy {
|
|
32585
|
-
width: 8px;
|
|
32586
|
-
height: 8px;
|
|
32587
|
-
border-radius: 2px;
|
|
32588
|
-
display: inline-block;
|
|
32589
|
-
background: var(--s11212zy-0);
|
|
32590
|
-
border: 1px solid #fff;
|
|
32591
|
-
box-sizing: content-box;
|
|
32592
|
-
margin-right: 6px;
|
|
32541
|
+
.E_c167wnad .anticon {
|
|
32542
|
+
cursor: pointer;
|
|
32593
32543
|
}
|
|
32594
32544
|
|
|
32595
|
-
.
|
|
32596
|
-
|
|
32597
|
-
color: white;
|
|
32598
|
-
margin-right: 4px;
|
|
32545
|
+
.E_c167wnad .anticon:hover {
|
|
32546
|
+
color: #0096ff;
|
|
32599
32547
|
}
|
|
32600
32548
|
|
|
32601
|
-
.
|
|
32602
|
-
|
|
32603
|
-
background-color: #fff;
|
|
32549
|
+
.E_cxhf7dh {
|
|
32550
|
+
text-align: center;
|
|
32604
32551
|
}
|
|
32605
32552
|
|
|
32606
|
-
.
|
|
32607
|
-
|
|
32608
|
-
|
|
32609
|
-
padding-left: 0px !important;
|
|
32610
|
-
padding-right: 24px;
|
|
32553
|
+
.E_cxhf7dh .dots {
|
|
32554
|
+
display: flex;
|
|
32555
|
+
justify-content: center;
|
|
32611
32556
|
}
|
|
32612
32557
|
|
|
32613
|
-
.
|
|
32614
|
-
|
|
32558
|
+
.E_cxhf7dh .dot {
|
|
32559
|
+
display: inline-block;
|
|
32560
|
+
width: 2px;
|
|
32561
|
+
height: 2px;
|
|
32562
|
+
border-radius: 1px;
|
|
32563
|
+
background: #0096ff;
|
|
32615
32564
|
}
|
|
32616
32565
|
|
|
32617
|
-
.
|
|
32618
|
-
|
|
32566
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
32567
|
+
margin-right: 2px;
|
|
32619
32568
|
}
|
|
32620
32569
|
|
|
32621
|
-
.
|
|
32622
|
-
|
|
32623
|
-
|
|
32570
|
+
.E_cxhf7dh .bar {
|
|
32571
|
+
width: 9px;
|
|
32572
|
+
height: 2px;
|
|
32573
|
+
background: #0096ff;
|
|
32574
|
+
border-radius: 2px;
|
|
32624
32575
|
}
|
|
32625
32576
|
|
|
32626
|
-
.
|
|
32627
|
-
|
|
32628
|
-
align-items: center;
|
|
32577
|
+
.E_tqjc4ui {
|
|
32578
|
+
margin: 0 2px;
|
|
32629
32579
|
}
|
|
32630
32580
|
|
|
32631
|
-
.
|
|
32632
|
-
|
|
32581
|
+
.E_n12mqh7z {
|
|
32582
|
+
display: flex;
|
|
32583
|
+
align-items: center;
|
|
32584
|
+
font-size: 12px;
|
|
32585
|
+
line-height: 18px;
|
|
32633
32586
|
}
|
|
32634
32587
|
|
|
32635
|
-
.
|
|
32636
|
-
|
|
32588
|
+
.E_n12mqh7z:not(:last-child) {
|
|
32589
|
+
margin-bottom: 4px;
|
|
32637
32590
|
}
|
|
32638
32591
|
|
|
32639
|
-
.
|
|
32640
|
-
|
|
32592
|
+
.E_tf5bynu {
|
|
32593
|
+
margin: 0 3px;
|
|
32641
32594
|
}
|
|
32642
32595
|
|
|
32643
|
-
.
|
|
32644
|
-
|
|
32645
|
-
overflow:
|
|
32646
|
-
white-space: inherit;
|
|
32647
|
-
text-overflow: ellipsis;
|
|
32596
|
+
.E_tcckoz1 {
|
|
32597
|
+
max-height: 400px;
|
|
32598
|
+
overflow: "auto";
|
|
32648
32599
|
}
|
|
32649
32600
|
|
|
32650
32601
|
.E_t1sqg15u {
|
|
@@ -32753,8 +32704,29 @@ input.E_rf8rlle.ant-input {
|
|
|
32753
32704
|
padding-right: 12px;
|
|
32754
32705
|
}
|
|
32755
32706
|
|
|
32756
|
-
.
|
|
32757
|
-
|
|
32707
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32708
|
+
border: 0px;
|
|
32709
|
+
background-color: #fff;
|
|
32710
|
+
}
|
|
32711
|
+
|
|
32712
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32713
|
+
padding-top: 0px;
|
|
32714
|
+
padding-bottom: 0px;
|
|
32715
|
+
padding-left: 0px !important;
|
|
32716
|
+
padding-right: 24px;
|
|
32717
|
+
}
|
|
32718
|
+
|
|
32719
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32720
|
+
right: 0px;
|
|
32721
|
+
}
|
|
32722
|
+
|
|
32723
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32724
|
+
padding: 0px;
|
|
32725
|
+
}
|
|
32726
|
+
|
|
32727
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32728
|
+
padding-right: 0px;
|
|
32729
|
+
cursor: default;
|
|
32758
32730
|
}
|
|
32759
32731
|
|
|
32760
32732
|
.E_m74vjol {
|
|
@@ -32796,6 +32768,38 @@ input.E_rf8rlle.ant-input {
|
|
|
32796
32768
|
color: #00122e !important;
|
|
32797
32769
|
}
|
|
32798
32770
|
|
|
32771
|
+
.E_c1yyuluq {
|
|
32772
|
+
border-radius: 8px;
|
|
32773
|
+
}
|
|
32774
|
+
|
|
32775
|
+
.E_c1yyuluq .ant-card-body {
|
|
32776
|
+
padding: 20px 24px 24px 24px;
|
|
32777
|
+
}
|
|
32778
|
+
|
|
32779
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32780
|
+
display: flex;
|
|
32781
|
+
align-items: center;
|
|
32782
|
+
}
|
|
32783
|
+
|
|
32784
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32785
|
+
margin-right: 8px;
|
|
32786
|
+
}
|
|
32787
|
+
|
|
32788
|
+
.E_tje3huy {
|
|
32789
|
+
width: 100%;
|
|
32790
|
+
overflow: inherit;
|
|
32791
|
+
white-space: inherit;
|
|
32792
|
+
text-overflow: ellipsis;
|
|
32793
|
+
}
|
|
32794
|
+
|
|
32795
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
32796
|
+
display: flex;
|
|
32797
|
+
}
|
|
32798
|
+
|
|
32799
|
+
.E_tju3gfj .date {
|
|
32800
|
+
margin-right: 4px;
|
|
32801
|
+
}
|
|
32802
|
+
|
|
32799
32803
|
.E_s1sck0th {
|
|
32800
32804
|
padding: 0 8px;
|
|
32801
32805
|
border-radius: 4px;
|
|
@@ -32894,75 +32898,14 @@ input.E_rf8rlle.ant-input {
|
|
|
32894
32898
|
background-color: #7E41FF;
|
|
32895
32899
|
}
|
|
32896
32900
|
|
|
32897
|
-
.
|
|
32898
|
-
|
|
32899
|
-
|
|
32900
|
-
|
|
32901
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
32902
|
-
width: 100%;
|
|
32903
|
-
color: #2d3a56;
|
|
32904
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32905
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32906
|
-
font-size: 13px;
|
|
32907
|
-
}
|
|
32908
|
-
|
|
32909
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32910
|
-
height: 30px;
|
|
32911
|
-
}
|
|
32912
|
-
|
|
32913
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
32914
|
-
height: 38px;
|
|
32915
|
-
font-size: 13px;
|
|
32916
|
-
}
|
|
32917
|
-
|
|
32918
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
32919
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32920
|
-
transition: 160ms ease;
|
|
32921
|
-
}
|
|
32922
|
-
|
|
32923
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32924
|
-
color: #0080ff;
|
|
32925
|
-
}
|
|
32926
|
-
|
|
32927
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32928
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32929
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32930
|
-
}
|
|
32931
|
-
|
|
32932
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32933
|
-
color: #0080ff;
|
|
32934
|
-
}
|
|
32935
|
-
|
|
32936
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32937
|
-
border-color: #0080ff;
|
|
32938
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32939
|
-
}
|
|
32940
|
-
|
|
32941
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32942
|
-
transform: rotate(180deg);
|
|
32943
|
-
}
|
|
32944
|
-
|
|
32945
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32946
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32947
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32948
|
-
cursor: "not-allowed";
|
|
32949
|
-
}
|
|
32950
|
-
|
|
32951
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32952
|
-
border-color: #f0483e !important;
|
|
32953
|
-
}
|
|
32954
|
-
|
|
32955
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32956
|
-
color: #1d326c;
|
|
32957
|
-
}
|
|
32958
|
-
|
|
32959
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32960
|
-
border-color: #0080ff;
|
|
32961
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32901
|
+
.E_ivqqkzv {
|
|
32902
|
+
height: 24px;
|
|
32903
|
+
width: 56px !important;
|
|
32904
|
+
margin-right: 4px;
|
|
32962
32905
|
}
|
|
32963
32906
|
|
|
32964
|
-
.
|
|
32965
|
-
|
|
32907
|
+
.E_c1wk4q29 {
|
|
32908
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32966
32909
|
}
|
|
32967
32910
|
|
|
32968
32911
|
.E_sddwhm6 {
|
|
@@ -33040,37 +32983,94 @@ input.E_rf8rlle.ant-input {
|
|
|
33040
32983
|
background-color: rgba(30, 201, 127, 0.16);
|
|
33041
32984
|
}
|
|
33042
32985
|
|
|
33043
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33044
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32986
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32987
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32988
|
+
}
|
|
32989
|
+
|
|
32990
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32991
|
+
background-color: #6b7d99;
|
|
32992
|
+
}
|
|
32993
|
+
|
|
32994
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32995
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32996
|
+
}
|
|
32997
|
+
|
|
32998
|
+
.E_satwmqm {
|
|
32999
|
+
width: 8px;
|
|
33000
|
+
height: 8px;
|
|
33001
|
+
border-radius: 50%;
|
|
33002
|
+
display: inline-block;
|
|
33003
|
+
}
|
|
33004
|
+
|
|
33005
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
33006
|
+
border-radius: 6px;
|
|
33007
|
+
}
|
|
33008
|
+
|
|
33009
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
33010
|
+
width: 100%;
|
|
33011
|
+
color: #2d3a56;
|
|
33012
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
33013
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
33014
|
+
font-size: 13px;
|
|
33015
|
+
}
|
|
33016
|
+
|
|
33017
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
33018
|
+
height: 30px;
|
|
33019
|
+
}
|
|
33020
|
+
|
|
33021
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
33022
|
+
height: 38px;
|
|
33023
|
+
font-size: 13px;
|
|
33024
|
+
}
|
|
33025
|
+
|
|
33026
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
33027
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
33028
|
+
transition: 160ms ease;
|
|
33029
|
+
}
|
|
33030
|
+
|
|
33031
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
33032
|
+
color: #0080ff;
|
|
33033
|
+
}
|
|
33034
|
+
|
|
33035
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
33036
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
33037
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
33038
|
+
}
|
|
33039
|
+
|
|
33040
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
33041
|
+
color: #0080ff;
|
|
33042
|
+
}
|
|
33043
|
+
|
|
33044
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
33045
|
+
border-color: #0080ff;
|
|
33046
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33045
33047
|
}
|
|
33046
33048
|
|
|
33047
|
-
.
|
|
33048
|
-
|
|
33049
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33050
|
+
transform: rotate(180deg);
|
|
33049
33051
|
}
|
|
33050
33052
|
|
|
33051
|
-
.
|
|
33052
|
-
background
|
|
33053
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
33054
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33055
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
33056
|
+
cursor: "not-allowed";
|
|
33053
33057
|
}
|
|
33054
33058
|
|
|
33055
|
-
.
|
|
33056
|
-
|
|
33057
|
-
height: 8px;
|
|
33058
|
-
border-radius: 50%;
|
|
33059
|
-
display: inline-block;
|
|
33059
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
33060
|
+
border-color: #f0483e !important;
|
|
33060
33061
|
}
|
|
33061
33062
|
|
|
33062
|
-
.
|
|
33063
|
-
|
|
33064
|
-
width: 56px !important;
|
|
33065
|
-
margin-right: 4px;
|
|
33063
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
33064
|
+
color: #1d326c;
|
|
33066
33065
|
}
|
|
33067
33066
|
|
|
33068
|
-
.
|
|
33069
|
-
color:
|
|
33067
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
33068
|
+
border-color: #0080ff;
|
|
33069
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33070
33070
|
}
|
|
33071
33071
|
|
|
33072
|
-
.
|
|
33073
|
-
|
|
33072
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33073
|
+
transform: rotate(180deg);
|
|
33074
33074
|
}
|
|
33075
33075
|
|
|
33076
33076
|
.E_h1ol2wl7 {
|
|
@@ -33289,27 +33289,259 @@ input.E_rf8rlle.ant-input {
|
|
|
33289
33289
|
min-width: 200px;
|
|
33290
33290
|
}
|
|
33291
33291
|
|
|
33292
|
-
.E_t1ub2aex {
|
|
33293
|
-
display: flex;
|
|
33292
|
+
.E_t1ub2aex {
|
|
33293
|
+
display: flex;
|
|
33294
|
+
align-items: center;
|
|
33295
|
+
justify-content: space-between;
|
|
33296
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
33297
|
+
color: #b4beca;
|
|
33298
|
+
font-size: 12px;
|
|
33299
|
+
padding: 3px 6px;
|
|
33300
|
+
}
|
|
33301
|
+
|
|
33302
|
+
.E_t1ub2aex:first-child {
|
|
33303
|
+
padding-top: 3px;
|
|
33304
|
+
}
|
|
33305
|
+
|
|
33306
|
+
.E_t1ub2aex:last-child {
|
|
33307
|
+
padding-bottom: 3px;
|
|
33308
|
+
}
|
|
33309
|
+
|
|
33310
|
+
.E_t1ub2aex .column-value {
|
|
33311
|
+
color: #fff;
|
|
33312
|
+
margin-left: 8px;
|
|
33313
|
+
}
|
|
33314
|
+
|
|
33315
|
+
.E_sjob3jg {
|
|
33316
|
+
--item-min-width: 60px;
|
|
33317
|
+
}
|
|
33318
|
+
|
|
33319
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33320
|
+
display: none !important;
|
|
33321
|
+
}
|
|
33322
|
+
|
|
33323
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33324
|
+
flex-shrink: 0 !important;
|
|
33325
|
+
}
|
|
33326
|
+
|
|
33327
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33328
|
+
color: #0080ff;
|
|
33329
|
+
}
|
|
33330
|
+
|
|
33331
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33332
|
+
color: #0080ff;
|
|
33333
|
+
font-weight: normal;
|
|
33334
|
+
}
|
|
33335
|
+
|
|
33336
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
33337
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33338
|
+
}
|
|
33339
|
+
|
|
33340
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33341
|
+
color: #00122e;
|
|
33342
|
+
}
|
|
33343
|
+
|
|
33344
|
+
.E_sjob3jg .step-item-text {
|
|
33345
|
+
display: inline-block;
|
|
33346
|
+
}
|
|
33347
|
+
|
|
33348
|
+
.E_sjob3jg .step-item-title {
|
|
33349
|
+
overflow: hidden;
|
|
33350
|
+
white-space: nowrap;
|
|
33351
|
+
text-overflow: ellipsis;
|
|
33352
|
+
}
|
|
33353
|
+
|
|
33354
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
33355
|
+
min-width: var(--item-min-width);
|
|
33356
|
+
}
|
|
33357
|
+
|
|
33358
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33359
|
+
cursor: not-allowed !important;
|
|
33360
|
+
}
|
|
33361
|
+
|
|
33362
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33363
|
+
flex-direction: row;
|
|
33364
|
+
justify-content: stretch;
|
|
33365
|
+
}
|
|
33366
|
+
|
|
33367
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33368
|
+
padding: 0;
|
|
33369
|
+
margin-right: 4px;
|
|
33370
|
+
flex: 1;
|
|
33371
|
+
overflow: visible;
|
|
33372
|
+
}
|
|
33373
|
+
|
|
33374
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33375
|
+
width: 100%;
|
|
33376
|
+
min-height: unset;
|
|
33377
|
+
}
|
|
33378
|
+
|
|
33379
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33380
|
+
height: 26px;
|
|
33381
|
+
line-height: 26px;
|
|
33382
|
+
width: 100%;
|
|
33383
|
+
padding: 0;
|
|
33384
|
+
font-size: 12px;
|
|
33385
|
+
}
|
|
33386
|
+
|
|
33387
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33388
|
+
margin-right: 10px;
|
|
33389
|
+
}
|
|
33390
|
+
|
|
33391
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33392
|
+
display: none;
|
|
33393
|
+
}
|
|
33394
|
+
|
|
33395
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33396
|
+
padding-left: 8px;
|
|
33397
|
+
padding-right: 4px;
|
|
33398
|
+
border-radius: 4px 0 0 4px;
|
|
33399
|
+
}
|
|
33400
|
+
|
|
33401
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33402
|
+
margin-right: 0;
|
|
33403
|
+
}
|
|
33404
|
+
|
|
33405
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33406
|
+
padding-right: 8px;
|
|
33407
|
+
padding-left: 12px;
|
|
33408
|
+
border-radius: 0 4px 4px 0;
|
|
33409
|
+
}
|
|
33410
|
+
|
|
33411
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
33412
|
+
content: "";
|
|
33413
|
+
width: 0;
|
|
33414
|
+
height: 0;
|
|
33415
|
+
border: 13px solid transparent;
|
|
33416
|
+
position: absolute;
|
|
33417
|
+
top: 0;
|
|
33418
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33419
|
+
z-index: 2;
|
|
33420
|
+
position: relative;
|
|
33421
|
+
top: -50%;
|
|
33422
|
+
right: -100%;
|
|
33423
|
+
}
|
|
33424
|
+
|
|
33425
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33426
|
+
padding: 0 4px 0 12px;
|
|
33427
|
+
}
|
|
33428
|
+
|
|
33429
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
33430
|
+
content: "";
|
|
33431
|
+
width: 0;
|
|
33432
|
+
height: 0;
|
|
33433
|
+
border: 13px solid transparent;
|
|
33434
|
+
position: absolute;
|
|
33435
|
+
top: 0;
|
|
33436
|
+
border-left: 8px solid #fff;
|
|
33437
|
+
left: 0;
|
|
33438
|
+
}
|
|
33439
|
+
|
|
33440
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33441
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33442
|
+
}
|
|
33443
|
+
|
|
33444
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33445
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33446
|
+
}
|
|
33447
|
+
|
|
33448
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33449
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33450
|
+
}
|
|
33451
|
+
|
|
33452
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33453
|
+
cursor: pointer;
|
|
33454
|
+
min-width: var(--item-min-width);
|
|
33455
|
+
}
|
|
33456
|
+
|
|
33457
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33458
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33459
|
+
min-width: var(--item-min-width);
|
|
33460
|
+
}
|
|
33461
|
+
|
|
33462
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33463
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33464
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33465
|
+
}
|
|
33466
|
+
|
|
33467
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33468
|
+
padding: 0;
|
|
33469
|
+
}
|
|
33470
|
+
|
|
33471
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
33472
|
+
width: 192px;
|
|
33473
|
+
row-gap: 2px;
|
|
33474
|
+
}
|
|
33475
|
+
|
|
33476
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33477
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33478
|
+
}
|
|
33479
|
+
|
|
33480
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33481
|
+
color: #00122e !important;
|
|
33482
|
+
}
|
|
33483
|
+
|
|
33484
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
33485
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33486
|
+
}
|
|
33487
|
+
|
|
33488
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33489
|
+
padding: 0 8px;
|
|
33490
|
+
border-radius: 4px;
|
|
33491
|
+
height: 32px;
|
|
33492
|
+
display: flex;
|
|
33493
|
+
align-items: center;
|
|
33494
|
+
}
|
|
33495
|
+
|
|
33496
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33497
|
+
min-height: auto;
|
|
33498
|
+
white-space: nowrap;
|
|
33499
|
+
}
|
|
33500
|
+
|
|
33501
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33502
|
+
font-size: 13px;
|
|
33503
|
+
line-height: 20px;
|
|
33504
|
+
max-width: 100%;
|
|
33505
|
+
padding-right: 0;
|
|
33506
|
+
}
|
|
33507
|
+
|
|
33508
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33509
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33510
|
+
}
|
|
33511
|
+
|
|
33512
|
+
.E_h6l1tj4 {
|
|
33513
|
+
width: 100%;
|
|
33514
|
+
display: inline-flex;
|
|
33294
33515
|
align-items: center;
|
|
33295
|
-
justify-content:
|
|
33296
|
-
|
|
33297
|
-
color: #b4beca;
|
|
33298
|
-
font-size: 12px;
|
|
33299
|
-
padding: 3px 6px;
|
|
33516
|
+
justify-content: center;
|
|
33517
|
+
column-gap: 4px;
|
|
33300
33518
|
}
|
|
33301
33519
|
|
|
33302
|
-
.
|
|
33303
|
-
|
|
33520
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
33521
|
+
display: inline-flex;
|
|
33522
|
+
align-items: center;
|
|
33523
|
+
width: 18px;
|
|
33524
|
+
height: 18px;
|
|
33525
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33526
|
+
justify-content: center;
|
|
33304
33527
|
}
|
|
33305
33528
|
|
|
33306
|
-
.
|
|
33307
|
-
|
|
33529
|
+
.E_v18frne8 {
|
|
33530
|
+
width: 100%;
|
|
33531
|
+
display: flex;
|
|
33532
|
+
align-items: center;
|
|
33533
|
+
justify-content: center;
|
|
33534
|
+
column-gap: 6px;
|
|
33535
|
+
font-size: 13px;
|
|
33308
33536
|
}
|
|
33309
33537
|
|
|
33310
|
-
.
|
|
33311
|
-
|
|
33312
|
-
|
|
33538
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
33539
|
+
display: inline-flex;
|
|
33540
|
+
align-items: center;
|
|
33541
|
+
min-width: 20px;
|
|
33542
|
+
min-height: 20px;
|
|
33543
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33544
|
+
justify-content: center;
|
|
33313
33545
|
}
|
|
33314
33546
|
|
|
33315
33547
|
.E_c1kchka8 {
|
|
@@ -33844,266 +34076,34 @@ input.E_rf8rlle.ant-input {
|
|
|
33844
34076
|
.E_d1tc7lgk ul li {
|
|
33845
34077
|
padding: 5px 8px;
|
|
33846
34078
|
border-radius: 5px;
|
|
33847
|
-
transition: all 0.2s ease-in-out;
|
|
33848
|
-
cursor: pointer;
|
|
33849
|
-
}
|
|
33850
|
-
|
|
33851
|
-
.E_d1tc7lgk ul li:hover {
|
|
33852
|
-
background: rgba(0, 136, 255, 0.16);
|
|
33853
|
-
color: #0080ff;
|
|
33854
|
-
}
|
|
33855
|
-
|
|
33856
|
-
.E_d1tc7lgk ul li:active {
|
|
33857
|
-
background: rgba(0, 136, 255, 0.2);
|
|
33858
|
-
color: #0080ff;
|
|
33859
|
-
}
|
|
33860
|
-
|
|
33861
|
-
.E_d1tc7lgk ul li + li {
|
|
33862
|
-
margin-top: 2px;
|
|
33863
|
-
}
|
|
33864
|
-
|
|
33865
|
-
.E_rzaik16 {
|
|
33866
|
-
padding: 0;
|
|
33867
|
-
}
|
|
33868
|
-
|
|
33869
|
-
.E_rzaik16 .ant-popover-arrow {
|
|
33870
|
-
display: none;
|
|
33871
|
-
}
|
|
33872
|
-
|
|
33873
|
-
.E_rzaik16 .ant-popover-inner-content {
|
|
33874
|
-
padding: 0;
|
|
33875
|
-
}
|
|
33876
|
-
|
|
33877
|
-
.E_sjob3jg {
|
|
33878
|
-
--item-min-width: 60px;
|
|
33879
|
-
}
|
|
33880
|
-
|
|
33881
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33882
|
-
display: none !important;
|
|
33883
|
-
}
|
|
33884
|
-
|
|
33885
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33886
|
-
flex-shrink: 0 !important;
|
|
33887
|
-
}
|
|
33888
|
-
|
|
33889
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33890
|
-
color: #0080ff;
|
|
33891
|
-
}
|
|
33892
|
-
|
|
33893
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33894
|
-
color: #0080ff;
|
|
33895
|
-
font-weight: normal;
|
|
33896
|
-
}
|
|
33897
|
-
|
|
33898
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
33899
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33900
|
-
}
|
|
33901
|
-
|
|
33902
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33903
|
-
color: #00122e;
|
|
33904
|
-
}
|
|
33905
|
-
|
|
33906
|
-
.E_sjob3jg .step-item-text {
|
|
33907
|
-
display: inline-block;
|
|
33908
|
-
}
|
|
33909
|
-
|
|
33910
|
-
.E_sjob3jg .step-item-title {
|
|
33911
|
-
overflow: hidden;
|
|
33912
|
-
white-space: nowrap;
|
|
33913
|
-
text-overflow: ellipsis;
|
|
33914
|
-
}
|
|
33915
|
-
|
|
33916
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
33917
|
-
min-width: var(--item-min-width);
|
|
33918
|
-
}
|
|
33919
|
-
|
|
33920
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33921
|
-
cursor: not-allowed !important;
|
|
33922
|
-
}
|
|
33923
|
-
|
|
33924
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33925
|
-
flex-direction: row;
|
|
33926
|
-
justify-content: stretch;
|
|
33927
|
-
}
|
|
33928
|
-
|
|
33929
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33930
|
-
padding: 0;
|
|
33931
|
-
margin-right: 4px;
|
|
33932
|
-
flex: 1;
|
|
33933
|
-
overflow: visible;
|
|
33934
|
-
}
|
|
33935
|
-
|
|
33936
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33937
|
-
width: 100%;
|
|
33938
|
-
min-height: unset;
|
|
33939
|
-
}
|
|
33940
|
-
|
|
33941
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33942
|
-
height: 26px;
|
|
33943
|
-
line-height: 26px;
|
|
33944
|
-
width: 100%;
|
|
33945
|
-
padding: 0;
|
|
33946
|
-
font-size: 12px;
|
|
33947
|
-
}
|
|
33948
|
-
|
|
33949
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33950
|
-
margin-right: 10px;
|
|
33951
|
-
}
|
|
33952
|
-
|
|
33953
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33954
|
-
display: none;
|
|
33955
|
-
}
|
|
33956
|
-
|
|
33957
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33958
|
-
padding-left: 8px;
|
|
33959
|
-
padding-right: 4px;
|
|
33960
|
-
border-radius: 4px 0 0 4px;
|
|
33961
|
-
}
|
|
33962
|
-
|
|
33963
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33964
|
-
margin-right: 0;
|
|
33965
|
-
}
|
|
33966
|
-
|
|
33967
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33968
|
-
padding-right: 8px;
|
|
33969
|
-
padding-left: 12px;
|
|
33970
|
-
border-radius: 0 4px 4px 0;
|
|
33971
|
-
}
|
|
33972
|
-
|
|
33973
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
33974
|
-
content: "";
|
|
33975
|
-
width: 0;
|
|
33976
|
-
height: 0;
|
|
33977
|
-
border: 13px solid transparent;
|
|
33978
|
-
position: absolute;
|
|
33979
|
-
top: 0;
|
|
33980
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33981
|
-
z-index: 2;
|
|
33982
|
-
position: relative;
|
|
33983
|
-
top: -50%;
|
|
33984
|
-
right: -100%;
|
|
33985
|
-
}
|
|
33986
|
-
|
|
33987
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33988
|
-
padding: 0 4px 0 12px;
|
|
33989
|
-
}
|
|
33990
|
-
|
|
33991
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
33992
|
-
content: "";
|
|
33993
|
-
width: 0;
|
|
33994
|
-
height: 0;
|
|
33995
|
-
border: 13px solid transparent;
|
|
33996
|
-
position: absolute;
|
|
33997
|
-
top: 0;
|
|
33998
|
-
border-left: 8px solid #fff;
|
|
33999
|
-
left: 0;
|
|
34000
|
-
}
|
|
34001
|
-
|
|
34002
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34003
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34004
|
-
}
|
|
34005
|
-
|
|
34006
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34007
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34008
|
-
}
|
|
34009
|
-
|
|
34010
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34011
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34012
|
-
}
|
|
34013
|
-
|
|
34014
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34015
|
-
cursor: pointer;
|
|
34016
|
-
min-width: var(--item-min-width);
|
|
34017
|
-
}
|
|
34018
|
-
|
|
34019
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34020
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34021
|
-
min-width: var(--item-min-width);
|
|
34022
|
-
}
|
|
34023
|
-
|
|
34024
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34025
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34026
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34027
|
-
}
|
|
34028
|
-
|
|
34029
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34030
|
-
padding: 0;
|
|
34031
|
-
}
|
|
34032
|
-
|
|
34033
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34034
|
-
width: 192px;
|
|
34035
|
-
row-gap: 2px;
|
|
34036
|
-
}
|
|
34037
|
-
|
|
34038
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34039
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34040
|
-
}
|
|
34041
|
-
|
|
34042
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34043
|
-
color: #00122e !important;
|
|
34044
|
-
}
|
|
34045
|
-
|
|
34046
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
34047
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34048
|
-
}
|
|
34049
|
-
|
|
34050
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34051
|
-
padding: 0 8px;
|
|
34052
|
-
border-radius: 4px;
|
|
34053
|
-
height: 32px;
|
|
34054
|
-
display: flex;
|
|
34055
|
-
align-items: center;
|
|
34056
|
-
}
|
|
34057
|
-
|
|
34058
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34059
|
-
min-height: auto;
|
|
34060
|
-
white-space: nowrap;
|
|
34079
|
+
transition: all 0.2s ease-in-out;
|
|
34080
|
+
cursor: pointer;
|
|
34061
34081
|
}
|
|
34062
34082
|
|
|
34063
|
-
.
|
|
34064
|
-
|
|
34065
|
-
|
|
34066
|
-
max-width: 100%;
|
|
34067
|
-
padding-right: 0;
|
|
34083
|
+
.E_d1tc7lgk ul li:hover {
|
|
34084
|
+
background: rgba(0, 136, 255, 0.16);
|
|
34085
|
+
color: #0080ff;
|
|
34068
34086
|
}
|
|
34069
34087
|
|
|
34070
|
-
.
|
|
34071
|
-
background: rgba(0,
|
|
34088
|
+
.E_d1tc7lgk ul li:active {
|
|
34089
|
+
background: rgba(0, 136, 255, 0.2);
|
|
34090
|
+
color: #0080ff;
|
|
34072
34091
|
}
|
|
34073
34092
|
|
|
34074
|
-
.
|
|
34075
|
-
|
|
34076
|
-
display: inline-flex;
|
|
34077
|
-
align-items: center;
|
|
34078
|
-
justify-content: center;
|
|
34079
|
-
column-gap: 4px;
|
|
34093
|
+
.E_d1tc7lgk ul li + li {
|
|
34094
|
+
margin-top: 2px;
|
|
34080
34095
|
}
|
|
34081
34096
|
|
|
34082
|
-
.
|
|
34083
|
-
|
|
34084
|
-
align-items: center;
|
|
34085
|
-
width: 18px;
|
|
34086
|
-
height: 18px;
|
|
34087
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34088
|
-
justify-content: center;
|
|
34097
|
+
.E_rzaik16 {
|
|
34098
|
+
padding: 0;
|
|
34089
34099
|
}
|
|
34090
34100
|
|
|
34091
|
-
.
|
|
34092
|
-
|
|
34093
|
-
display: flex;
|
|
34094
|
-
align-items: center;
|
|
34095
|
-
justify-content: center;
|
|
34096
|
-
column-gap: 6px;
|
|
34097
|
-
font-size: 13px;
|
|
34101
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
34102
|
+
display: none;
|
|
34098
34103
|
}
|
|
34099
34104
|
|
|
34100
|
-
.
|
|
34101
|
-
|
|
34102
|
-
align-items: center;
|
|
34103
|
-
min-width: 20px;
|
|
34104
|
-
min-height: 20px;
|
|
34105
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34106
|
-
justify-content: center;
|
|
34105
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
34106
|
+
padding: 0;
|
|
34107
34107
|
}
|
|
34108
34108
|
|
|
34109
34109
|
.E_tc97u5y {
|
|
@@ -34619,6 +34619,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34619
34619
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34620
34620
|
}
|
|
34621
34621
|
|
|
34622
|
+
.E_b14q2gmw {
|
|
34623
|
+
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);
|
|
34624
|
+
}
|
|
34625
|
+
|
|
34626
|
+
.E_c1eym6el {
|
|
34627
|
+
border-radius: 8px;
|
|
34628
|
+
background-color: white;
|
|
34629
|
+
}
|
|
34630
|
+
|
|
34631
|
+
.E_c1eym6el.hoverable {
|
|
34632
|
+
cursor: pointer;
|
|
34633
|
+
}
|
|
34634
|
+
|
|
34635
|
+
.E_c1eym6el.hoverable:hover {
|
|
34636
|
+
transition: all 200ms ease;
|
|
34637
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34638
|
+
transform: translateY(-4px);
|
|
34639
|
+
}
|
|
34640
|
+
|
|
34622
34641
|
.E_ryby9ds {
|
|
34623
34642
|
display: flex;
|
|
34624
34643
|
align-items: center;
|
|
@@ -34651,6 +34670,57 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34651
34670
|
fill: blue;
|
|
34652
34671
|
}
|
|
34653
34672
|
|
|
34673
|
+
.E_c1yd35n {
|
|
34674
|
+
padding: 0 12px 14px 12px;
|
|
34675
|
+
}
|
|
34676
|
+
|
|
34677
|
+
.E_c1kghdax {
|
|
34678
|
+
color: #2d3a56;
|
|
34679
|
+
padding: 7px 12px;
|
|
34680
|
+
display: flex;
|
|
34681
|
+
justify-content: space-between;
|
|
34682
|
+
align-items: center;
|
|
34683
|
+
}
|
|
34684
|
+
|
|
34685
|
+
.E_c1kghdax.has-arrow {
|
|
34686
|
+
padding-left: 10px;
|
|
34687
|
+
}
|
|
34688
|
+
|
|
34689
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34690
|
+
cursor: pointer;
|
|
34691
|
+
color: #00122e;
|
|
34692
|
+
}
|
|
34693
|
+
|
|
34694
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34695
|
+
color: #2d3a56;
|
|
34696
|
+
font-weight: 600;
|
|
34697
|
+
}
|
|
34698
|
+
|
|
34699
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34700
|
+
transform: rotate(90deg);
|
|
34701
|
+
}
|
|
34702
|
+
|
|
34703
|
+
.E_c1kghdax .sub-info {
|
|
34704
|
+
font-size: 12px;
|
|
34705
|
+
line-height: 18px;
|
|
34706
|
+
}
|
|
34707
|
+
|
|
34708
|
+
.E_c1kghdax .title-wrapper {
|
|
34709
|
+
display: flex;
|
|
34710
|
+
align-items: center;
|
|
34711
|
+
user-select: none;
|
|
34712
|
+
flex-grow: 1;
|
|
34713
|
+
font-size: 12px;
|
|
34714
|
+
line-height: 18px;
|
|
34715
|
+
color: #2d3a56;
|
|
34716
|
+
font-weight: 700;
|
|
34717
|
+
}
|
|
34718
|
+
|
|
34719
|
+
.E_c1kghdax .collapse-arrow {
|
|
34720
|
+
transition: all 50ms ease-out 0ms;
|
|
34721
|
+
margin-right: 2px;
|
|
34722
|
+
}
|
|
34723
|
+
|
|
34654
34724
|
.E_ckui4s7 {
|
|
34655
34725
|
color: #2d3a56;
|
|
34656
34726
|
line-height: 22px;
|
|
@@ -34731,8 +34801,14 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34731
34801
|
margin-left: 24px;
|
|
34732
34802
|
}
|
|
34733
34803
|
|
|
34734
|
-
.
|
|
34735
|
-
padding: 0
|
|
34804
|
+
.E_w7ob4th.outside-tag {
|
|
34805
|
+
padding-left: 0;
|
|
34806
|
+
}
|
|
34807
|
+
|
|
34808
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34809
|
+
border-radius: 4px 0 0 4px;
|
|
34810
|
+
padding-right: 4px;
|
|
34811
|
+
margin-right: 4px;
|
|
34736
34812
|
}
|
|
34737
34813
|
|
|
34738
34814
|
.E_t13ef470 {
|
|
@@ -34772,61 +34848,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34772
34848
|
background: rgba(163, 180, 204, 0.18);
|
|
34773
34849
|
}
|
|
34774
34850
|
|
|
34775
|
-
.
|
|
34776
|
-
|
|
34777
|
-
|
|
34778
|
-
display: flex;
|
|
34779
|
-
justify-content: space-between;
|
|
34780
|
-
align-items: center;
|
|
34781
|
-
}
|
|
34782
|
-
|
|
34783
|
-
.E_c1kghdax.has-arrow {
|
|
34784
|
-
padding-left: 10px;
|
|
34785
|
-
}
|
|
34786
|
-
|
|
34787
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34788
|
-
cursor: pointer;
|
|
34789
|
-
color: #00122e;
|
|
34851
|
+
.E_slr2ynn {
|
|
34852
|
+
padding: 0 8px;
|
|
34853
|
+
height: 18px;
|
|
34790
34854
|
}
|
|
34791
34855
|
|
|
34792
|
-
.
|
|
34793
|
-
|
|
34794
|
-
|
|
34856
|
+
.E_m140wbb6 {
|
|
34857
|
+
padding: 2px 8px;
|
|
34858
|
+
height: 24px;
|
|
34795
34859
|
}
|
|
34796
34860
|
|
|
34797
|
-
.
|
|
34798
|
-
|
|
34861
|
+
.E_t1fozc1i {
|
|
34862
|
+
margin: 0;
|
|
34799
34863
|
}
|
|
34800
34864
|
|
|
34801
|
-
.
|
|
34802
|
-
|
|
34803
|
-
|
|
34865
|
+
.E_i1vxv4ln {
|
|
34866
|
+
margin-right: 4px;
|
|
34867
|
+
height: 16px;
|
|
34804
34868
|
}
|
|
34805
34869
|
|
|
34806
|
-
.
|
|
34807
|
-
display: flex;
|
|
34808
|
-
align-items: center;
|
|
34809
|
-
user-select: none;
|
|
34810
|
-
flex-grow: 1;
|
|
34811
|
-
font-size: 12px;
|
|
34812
|
-
line-height: 18px;
|
|
34813
|
-
color: #2d3a56;
|
|
34870
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34814
34871
|
font-weight: 700;
|
|
34815
|
-
|
|
34816
|
-
|
|
34817
|
-
|
|
34818
|
-
|
|
34819
|
-
|
|
34820
|
-
|
|
34821
|
-
|
|
34822
|
-
.E_w7ob4th.outside-tag {
|
|
34823
|
-
padding-left: 0;
|
|
34824
|
-
}
|
|
34825
|
-
|
|
34826
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34827
|
-
border-radius: 4px 0 0 4px;
|
|
34828
|
-
padding-right: 4px;
|
|
34829
|
-
margin-right: 4px;
|
|
34872
|
+
color: #00122e;
|
|
34873
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34874
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34875
|
+
word-break: break-all;
|
|
34876
|
+
display: inline;
|
|
34877
|
+
white-space: normal;
|
|
34830
34878
|
}
|
|
34831
34879
|
|
|
34832
34880
|
.E_t160l1cm {
|
|
@@ -35079,59 +35127,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35079
35127
|
background: transparent;
|
|
35080
35128
|
}
|
|
35081
35129
|
|
|
35082
|
-
.E_b14q2gmw {
|
|
35083
|
-
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);
|
|
35084
|
-
}
|
|
35085
|
-
|
|
35086
|
-
.E_c1eym6el {
|
|
35087
|
-
border-radius: 8px;
|
|
35088
|
-
background-color: white;
|
|
35089
|
-
}
|
|
35090
|
-
|
|
35091
|
-
.E_c1eym6el.hoverable {
|
|
35092
|
-
cursor: pointer;
|
|
35093
|
-
}
|
|
35094
|
-
|
|
35095
|
-
.E_c1eym6el.hoverable:hover {
|
|
35096
|
-
transition: all 200ms ease;
|
|
35097
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
35098
|
-
transform: translateY(-4px);
|
|
35099
|
-
}
|
|
35100
|
-
|
|
35101
35130
|
.E_i1g85yz3 {
|
|
35102
35131
|
margin-right: 4px;
|
|
35103
35132
|
height: 16px;
|
|
35104
35133
|
}
|
|
35105
35134
|
|
|
35106
|
-
.E_slr2ynn {
|
|
35107
|
-
padding: 0 8px;
|
|
35108
|
-
height: 18px;
|
|
35109
|
-
}
|
|
35110
|
-
|
|
35111
|
-
.E_m140wbb6 {
|
|
35112
|
-
padding: 2px 8px;
|
|
35113
|
-
height: 24px;
|
|
35114
|
-
}
|
|
35115
|
-
|
|
35116
|
-
.E_t1fozc1i {
|
|
35117
|
-
margin: 0;
|
|
35118
|
-
}
|
|
35119
|
-
|
|
35120
|
-
.E_i1vxv4ln {
|
|
35121
|
-
margin-right: 4px;
|
|
35122
|
-
height: 16px;
|
|
35123
|
-
}
|
|
35124
|
-
|
|
35125
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
35126
|
-
font-weight: 700;
|
|
35127
|
-
color: #00122e;
|
|
35128
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35129
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35130
|
-
word-break: break-all;
|
|
35131
|
-
display: inline;
|
|
35132
|
-
white-space: normal;
|
|
35133
|
-
}
|
|
35134
|
-
|
|
35135
35135
|
.E_t1dtlqs1 {
|
|
35136
35136
|
margin-bottom: 4px;
|
|
35137
35137
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -35401,7 +35401,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35401
35401
|
}
|
|
35402
35402
|
|
|
35403
35403
|
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
35404
|
-
padding: 5px 12px;
|
|
35405
35404
|
display: inline-flex;
|
|
35406
35405
|
line-height: 1.5715;
|
|
35407
35406
|
height: 100%;
|
|
@@ -35448,12 +35447,24 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35448
35447
|
}
|
|
35449
35448
|
|
|
35450
35449
|
.E_ai7qkf2 .ant-input-number-input {
|
|
35451
|
-
|
|
35452
|
-
|
|
35453
|
-
|
|
35450
|
+
height: 30px;
|
|
35451
|
+
border: 1px;
|
|
35452
|
+
padding: 5px 12px;
|
|
35454
35453
|
font-size: inherit;
|
|
35455
35454
|
}
|
|
35456
35455
|
|
|
35456
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
35457
|
+
height: 38px;
|
|
35458
|
+
border: 1px;
|
|
35459
|
+
padding: 8px 16px;
|
|
35460
|
+
}
|
|
35461
|
+
|
|
35462
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
35463
|
+
height: 22px;
|
|
35464
|
+
border: 1px;
|
|
35465
|
+
padding: 2px 8px;
|
|
35466
|
+
}
|
|
35467
|
+
|
|
35457
35468
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
35458
35469
|
display: var(--a1wfy30z-0);
|
|
35459
35470
|
}
|