@alifd/theme-fpx-warehouse 1.0.1 → 1.0.3
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/design-token.js +1 -1
- package/dist/next-1.css +70 -70
- package/dist/next-2.css +160 -160
- package/dist/next-noreset-1.css +66 -66
- package/dist/next-noreset-2.css +159 -159
- package/dist/next-noreset.css +224 -224
- package/dist/next-noreset.min-1.css +2 -2
- package/dist/next-noreset.min-2.css +2 -2
- package/dist/next-noreset.min.css +2 -2
- package/dist/next-noreset.var-1.css +131 -131
- package/dist/next-noreset.var-2.css +317 -317
- package/dist/next-noreset.var.css +447 -447
- package/dist/next-noreset.var.min-1.css +2 -2
- package/dist/next-noreset.var.min-2.css +2 -2
- package/dist/next-noreset.var.min.css +2 -2
- package/dist/next.css +229 -229
- package/dist/next.js +1 -1
- package/dist/next.min-1.css +2 -2
- package/dist/next.min-2.css +2 -2
- package/dist/next.min.css +2 -2
- package/dist/next.var-1.css +139 -139
- package/dist/next.var-2.css +319 -319
- package/dist/next.var.css +457 -457
- package/dist/next.var.min-1.css +2 -2
- package/dist/next.var.min-2.css +2 -2
- package/dist/next.var.min.css +2 -2
- package/package.json +1 -1
- package/variables.css +110 -110
- package/variables.js +5 -5
- package/variables.less +58 -58
- package/variables.scss +58 -58
- package/variables.scss2css.scss +134 -134
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-fpx-warehouse@1.0.
|
|
2
|
+
* @alifd/theme-fpx-warehouse@1.0.3 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.27.33 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -851,15 +851,15 @@
|
|
|
851
851
|
line-height: inherit; }
|
|
852
852
|
|
|
853
853
|
.next-pagination[dir="rtl"].next-large .next-pagination-display {
|
|
854
|
-
font-size:
|
|
855
|
-
font-size: var(--pagination-large-total-font-size,
|
|
854
|
+
font-size: 14px;
|
|
855
|
+
font-size: var(--pagination-large-total-font-size, 14px); }
|
|
856
856
|
.next-pagination[dir="rtl"].next-large .next-pagination-display em {
|
|
857
|
-
font-size:
|
|
858
|
-
font-size: var(--pagination-large-current-font-size,
|
|
857
|
+
font-size: 14px;
|
|
858
|
+
font-size: var(--pagination-large-current-font-size, 14px); }
|
|
859
859
|
|
|
860
860
|
.next-pagination[dir="rtl"].next-large .next-pagination-jump-text {
|
|
861
|
-
font-size:
|
|
862
|
-
font-size: var(--pagination-large-jump-font-size,
|
|
861
|
+
font-size: 14px;
|
|
862
|
+
font-size: var(--pagination-large-jump-font-size, 14px); }
|
|
863
863
|
|
|
864
864
|
.next-pagination[dir="rtl"].next-large .next-pagination-jump-input {
|
|
865
865
|
width: 48px;
|
|
@@ -870,8 +870,8 @@
|
|
|
870
870
|
height: var(--form-element-large-height, 40px);
|
|
871
871
|
line-height: 40px;
|
|
872
872
|
line-height: var(--form-element-large-height, 40px);
|
|
873
|
-
font-size:
|
|
874
|
-
font-size: var(--pagination-large-jump-font-size,
|
|
873
|
+
font-size: 14px;
|
|
874
|
+
font-size: var(--pagination-large-jump-font-size, 14px);
|
|
875
875
|
vertical-align: middle; }
|
|
876
876
|
|
|
877
877
|
.next-pagination[dir="rtl"].next-large .next-pagination-size-selector-btn {
|
|
@@ -1241,14 +1241,14 @@
|
|
|
1241
1241
|
font-size: var(--pagination-large-ellipsis-size, 16px);
|
|
1242
1242
|
line-height: inherit; }
|
|
1243
1243
|
.next-pagination.next-large .next-pagination-display {
|
|
1244
|
-
font-size:
|
|
1245
|
-
font-size: var(--pagination-large-total-font-size,
|
|
1244
|
+
font-size: 14px;
|
|
1245
|
+
font-size: var(--pagination-large-total-font-size, 14px); }
|
|
1246
1246
|
.next-pagination.next-large .next-pagination-display em {
|
|
1247
|
-
font-size:
|
|
1248
|
-
font-size: var(--pagination-large-current-font-size,
|
|
1247
|
+
font-size: 14px;
|
|
1248
|
+
font-size: var(--pagination-large-current-font-size, 14px); }
|
|
1249
1249
|
.next-pagination.next-large .next-pagination-jump-text {
|
|
1250
|
-
font-size:
|
|
1251
|
-
font-size: var(--pagination-large-jump-font-size,
|
|
1250
|
+
font-size: 14px;
|
|
1251
|
+
font-size: var(--pagination-large-jump-font-size, 14px); }
|
|
1252
1252
|
.next-pagination.next-large .next-pagination-jump-input {
|
|
1253
1253
|
width: 48px;
|
|
1254
1254
|
width: var(--pagination-large-input-width, 48px); }
|
|
@@ -1257,8 +1257,8 @@
|
|
|
1257
1257
|
height: var(--form-element-large-height, 40px);
|
|
1258
1258
|
line-height: 40px;
|
|
1259
1259
|
line-height: var(--form-element-large-height, 40px);
|
|
1260
|
-
font-size:
|
|
1261
|
-
font-size: var(--pagination-large-jump-font-size,
|
|
1260
|
+
font-size: 14px;
|
|
1261
|
+
font-size: var(--pagination-large-jump-font-size, 14px);
|
|
1262
1262
|
vertical-align: middle; }
|
|
1263
1263
|
.next-pagination.next-large .next-pagination-size-selector-btn {
|
|
1264
1264
|
padding: 0 16px;
|
|
@@ -1319,8 +1319,8 @@
|
|
|
1319
1319
|
line-height: 1.5;
|
|
1320
1320
|
line-height: var(--paragraph-l-line-height, 1.5); }
|
|
1321
1321
|
.next-paragraph-small {
|
|
1322
|
-
font-size:
|
|
1323
|
-
font-size: var(--paragraph-s-font-size,
|
|
1322
|
+
font-size: 14px;
|
|
1323
|
+
font-size: var(--paragraph-s-font-size, 14px); }
|
|
1324
1324
|
.next-paragraph-medium {
|
|
1325
1325
|
font-size: 14px;
|
|
1326
1326
|
font-size: var(--paragraph-m-font-size, 14px); }
|
|
@@ -1430,8 +1430,8 @@
|
|
|
1430
1430
|
margin-top: calc(0px - 12px/2);
|
|
1431
1431
|
margin-top: calc(0px - var(--progress-line-height-size-l, 12px)/2); }
|
|
1432
1432
|
.next-progress-line.next-large .next-progress-line-text {
|
|
1433
|
-
font-size:
|
|
1434
|
-
font-size: var(--progress-line-font-l,
|
|
1433
|
+
font-size: 14px;
|
|
1434
|
+
font-size: var(--progress-line-font-l, 14px);
|
|
1435
1435
|
line-height: 12px;
|
|
1436
1436
|
line-height: var(--progress-line-height-size-l, 12px); }
|
|
1437
1437
|
.next-progress-line-show-info .next-progress-line-container {
|
|
@@ -1498,8 +1498,8 @@
|
|
|
1498
1498
|
margin-top: calc(0px - 12px/2);
|
|
1499
1499
|
margin-top: calc(0px - var(--progress-line-height-size-l, 12px)/2); }
|
|
1500
1500
|
.next-progress-line-show-border.next-large .next-progress-line-text {
|
|
1501
|
-
font-size:
|
|
1502
|
-
font-size: var(--progress-line-font-l,
|
|
1501
|
+
font-size: 14px;
|
|
1502
|
+
font-size: var(--progress-line-font-l, 14px);
|
|
1503
1503
|
line-height: calc(12px + 1px*2);
|
|
1504
1504
|
line-height: calc(var(--progress-line-height-size-l, 12px) + var(--progress-line-underlay-border-width, 1px)*2); }
|
|
1505
1505
|
|
|
@@ -2020,8 +2020,8 @@
|
|
|
2020
2020
|
margin-left: var(--rating-small-text-margin-left, 8px); }
|
|
2021
2021
|
|
|
2022
2022
|
.next-rating-medium {
|
|
2023
|
-
font-size:
|
|
2024
|
-
font-size: var(--rating-medium-font-size,
|
|
2023
|
+
font-size: 14px;
|
|
2024
|
+
font-size: var(--rating-medium-font-size, 14px); }
|
|
2025
2025
|
.next-rating-medium .next-icon:before,
|
|
2026
2026
|
.next-rating-medium .next-icon .next-icon-remote {
|
|
2027
2027
|
width: 16px;
|
|
@@ -2032,8 +2032,8 @@
|
|
|
2032
2032
|
margin-left: var(--rating-medium-text-margin-left, 12px); }
|
|
2033
2033
|
|
|
2034
2034
|
.next-rating-large {
|
|
2035
|
-
font-size:
|
|
2036
|
-
font-size: var(--rating-large-font-size,
|
|
2035
|
+
font-size: 14px;
|
|
2036
|
+
font-size: var(--rating-large-font-size, 14px); }
|
|
2037
2037
|
.next-rating-large .next-icon:before,
|
|
2038
2038
|
.next-rating-large .next-icon .next-icon-remote {
|
|
2039
2039
|
width: 20px;
|
|
@@ -2268,8 +2268,8 @@
|
|
|
2268
2268
|
height: calc(40px - 1px*2);
|
|
2269
2269
|
height: calc(var(--search-normal-primary-l-height, 40px) - var(--search-normal-primary-border-width, 1px)*2); }
|
|
2270
2270
|
.next-search-normal.next-primary.next-large .next-search-btn {
|
|
2271
|
-
font-size:
|
|
2272
|
-
font-size: var(--search-normal-primary-l-btn-text-size,
|
|
2271
|
+
font-size: 14px;
|
|
2272
|
+
font-size: var(--search-normal-primary-l-btn-text-size, 14px); }
|
|
2273
2273
|
.next-search-normal.next-primary.next-large .next-search-btn .next-icon:before,
|
|
2274
2274
|
.next-search-normal.next-primary.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
2275
2275
|
width: 16px;
|
|
@@ -2371,8 +2371,8 @@
|
|
|
2371
2371
|
height: calc(40px - 1px*2);
|
|
2372
2372
|
height: calc(var(--search-normal-secondary-l-height, 40px) - var(--search-normal-secondary-border-width, 1px)*2); }
|
|
2373
2373
|
.next-search-normal.next-secondary.next-large .next-search-btn {
|
|
2374
|
-
font-size:
|
|
2375
|
-
font-size: var(--search-normal-secondary-l-btn-text-size,
|
|
2374
|
+
font-size: 14px;
|
|
2375
|
+
font-size: var(--search-normal-secondary-l-btn-text-size, 14px); }
|
|
2376
2376
|
.next-search-normal.next-secondary.next-large .next-search-btn .next-icon:before,
|
|
2377
2377
|
.next-search-normal.next-secondary.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
2378
2378
|
width: 16px;
|
|
@@ -2405,8 +2405,8 @@
|
|
|
2405
2405
|
height: calc(36px - 1px*2);
|
|
2406
2406
|
height: calc(var(--search-normal-secondary-m-height, 36px) - var(--search-normal-secondary-border-width, 1px)*2); }
|
|
2407
2407
|
.next-search-normal.next-secondary.next-medium .next-search-btn {
|
|
2408
|
-
font-size:
|
|
2409
|
-
font-size: var(--search-normal-secondary-m-btn-text-size,
|
|
2408
|
+
font-size: 14px;
|
|
2409
|
+
font-size: var(--search-normal-secondary-m-btn-text-size, 14px); }
|
|
2410
2410
|
.next-search-normal.next-secondary.next-medium .next-search-btn .next-icon:before,
|
|
2411
2411
|
.next-search-normal.next-secondary.next-medium .next-search-btn .next-icon .next-icon-remote {
|
|
2412
2412
|
width: 16px;
|
|
@@ -2474,8 +2474,8 @@
|
|
|
2474
2474
|
height: calc(40px - 1px*2);
|
|
2475
2475
|
height: calc(var(--search-normal-normal-l-height, 40px) - var(--search-normal-normal-border-width, 1px)*2); }
|
|
2476
2476
|
.next-search-normal.next-normal.next-large .next-search-btn {
|
|
2477
|
-
font-size:
|
|
2478
|
-
font-size: var(--search-normal-normal-l-btn-text-size,
|
|
2477
|
+
font-size: 14px;
|
|
2478
|
+
font-size: var(--search-normal-normal-l-btn-text-size, 14px); }
|
|
2479
2479
|
.next-search-normal.next-normal.next-large .next-search-btn .next-icon:before,
|
|
2480
2480
|
.next-search-normal.next-normal.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
2481
2481
|
width: 16px;
|
|
@@ -2585,8 +2585,8 @@
|
|
|
2585
2585
|
height: calc(40px - 1px*2);
|
|
2586
2586
|
height: calc(var(--search-normal-dark-l-height, 40px) - var(--search-normal-dark-border-width, 1px)*2); }
|
|
2587
2587
|
.next-search-normal.next-dark.next-large .next-search-btn {
|
|
2588
|
-
font-size:
|
|
2589
|
-
font-size: var(--search-normal-dark-l-btn-text-size,
|
|
2588
|
+
font-size: 14px;
|
|
2589
|
+
font-size: var(--search-normal-dark-l-btn-text-size, 14px); }
|
|
2590
2590
|
.next-search-normal.next-dark.next-large .next-search-btn .next-icon:before,
|
|
2591
2591
|
.next-search-normal.next-dark.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
2592
2592
|
width: 16px;
|
|
@@ -3184,8 +3184,8 @@
|
|
|
3184
3184
|
.next-step-arrow > .next-step-item-wait .next-step-item-content {
|
|
3185
3185
|
color: #323643;
|
|
3186
3186
|
color: var(--step-arrow-item-title-wait-color, #323643);
|
|
3187
|
-
font-size:
|
|
3188
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
3187
|
+
font-size: 14px;
|
|
3188
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
3189
3189
|
line-height: 1.5;
|
|
3190
3190
|
line-height: var(--font-lineheight-2, 1.5);
|
|
3191
3191
|
word-break: break-word; }
|
|
@@ -3202,8 +3202,8 @@
|
|
|
3202
3202
|
display: block;
|
|
3203
3203
|
width: 32px;
|
|
3204
3204
|
height: 32px;
|
|
3205
|
-
font-size:
|
|
3206
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
3205
|
+
font-size: 14px;
|
|
3206
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
3207
3207
|
font-weight: normal;
|
|
3208
3208
|
font-weight: var(--font-weight-2, normal);
|
|
3209
3209
|
line-height: calc(32px - 1px*2);
|
|
@@ -3258,8 +3258,8 @@
|
|
|
3258
3258
|
.next-step-arrow > .next-step-item-process .next-step-item-content {
|
|
3259
3259
|
color: #FFFFFF;
|
|
3260
3260
|
color: var(--step-arrow-item-title-process-color, #FFFFFF);
|
|
3261
|
-
font-size:
|
|
3262
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
3261
|
+
font-size: 14px;
|
|
3262
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
3263
3263
|
line-height: 1.5;
|
|
3264
3264
|
line-height: var(--font-lineheight-2, 1.5);
|
|
3265
3265
|
word-break: break-word; }
|
|
@@ -3276,8 +3276,8 @@
|
|
|
3276
3276
|
display: block;
|
|
3277
3277
|
width: 32px;
|
|
3278
3278
|
height: 32px;
|
|
3279
|
-
font-size:
|
|
3280
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
3279
|
+
font-size: 14px;
|
|
3280
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
3281
3281
|
font-weight: normal;
|
|
3282
3282
|
font-weight: var(--font-weight-2, normal);
|
|
3283
3283
|
line-height: calc(32px - 1px*2);
|
|
@@ -3332,8 +3332,8 @@
|
|
|
3332
3332
|
.next-step-arrow > .next-step-item-finish .next-step-item-content {
|
|
3333
3333
|
color: #284cc0;
|
|
3334
3334
|
color: var(--step-arrow-item-title-finish-color, #284cc0);
|
|
3335
|
-
font-size:
|
|
3336
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
3335
|
+
font-size: 14px;
|
|
3336
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
3337
3337
|
line-height: 1.5;
|
|
3338
3338
|
line-height: var(--font-lineheight-2, 1.5);
|
|
3339
3339
|
word-break: break-word; }
|
|
@@ -3350,8 +3350,8 @@
|
|
|
3350
3350
|
display: block;
|
|
3351
3351
|
width: 32px;
|
|
3352
3352
|
height: 32px;
|
|
3353
|
-
font-size:
|
|
3354
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
3353
|
+
font-size: 14px;
|
|
3354
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
3355
3355
|
font-weight: normal;
|
|
3356
3356
|
font-weight: var(--font-weight-2, normal);
|
|
3357
3357
|
line-height: calc(32px - 1px*2);
|
|
@@ -3407,8 +3407,8 @@
|
|
|
3407
3407
|
.next-step-arrow .next-step-item-disabled .next-step-item-content {
|
|
3408
3408
|
color: #c3cbd5;
|
|
3409
3409
|
color: var(--step-arrow-item-title-disabled-color, #c3cbd5);
|
|
3410
|
-
font-size:
|
|
3411
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
3410
|
+
font-size: 14px;
|
|
3411
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
3412
3412
|
line-height: 1.5;
|
|
3413
3413
|
line-height: var(--font-lineheight-2, 1.5);
|
|
3414
3414
|
word-break: break-word; }
|
|
@@ -3425,8 +3425,8 @@
|
|
|
3425
3425
|
display: block;
|
|
3426
3426
|
width: 32px;
|
|
3427
3427
|
height: 32px;
|
|
3428
|
-
font-size:
|
|
3429
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
3428
|
+
font-size: 14px;
|
|
3429
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
3430
3430
|
font-weight: normal;
|
|
3431
3431
|
font-weight: var(--font-weight-2, normal);
|
|
3432
3432
|
line-height: calc(32px - 1px*2);
|
|
@@ -3532,8 +3532,8 @@
|
|
|
3532
3532
|
.next-step-circle > .next-step-item-wait .next-step-item-content {
|
|
3533
3533
|
color: #a9aeba;
|
|
3534
3534
|
color: var(--step-circle-item-title-wait-color, #a9aeba);
|
|
3535
|
-
font-size:
|
|
3536
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
3535
|
+
font-size: 14px;
|
|
3536
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
3537
3537
|
line-height: 1.5;
|
|
3538
3538
|
line-height: var(--font-lineheight-2, 1.5);
|
|
3539
3539
|
word-break: break-word; }
|
|
@@ -3556,8 +3556,8 @@
|
|
|
3556
3556
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
3557
3557
|
height: 32px;
|
|
3558
3558
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
3559
|
-
font-size:
|
|
3560
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
3559
|
+
font-size: 14px;
|
|
3560
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
3561
3561
|
font-weight: normal;
|
|
3562
3562
|
font-weight: var(--font-weight-2, normal);
|
|
3563
3563
|
line-height: calc(32px - 1px*2);
|
|
@@ -3616,8 +3616,8 @@
|
|
|
3616
3616
|
.next-step-circle > .next-step-item-process .next-step-item-content {
|
|
3617
3617
|
color: #323643;
|
|
3618
3618
|
color: var(--step-circle-item-title-process-color, #323643);
|
|
3619
|
-
font-size:
|
|
3620
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
3619
|
+
font-size: 14px;
|
|
3620
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
3621
3621
|
line-height: 1.5;
|
|
3622
3622
|
line-height: var(--font-lineheight-2, 1.5);
|
|
3623
3623
|
word-break: break-word; }
|
|
@@ -3640,8 +3640,8 @@
|
|
|
3640
3640
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
3641
3641
|
height: 32px;
|
|
3642
3642
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
3643
|
-
font-size:
|
|
3644
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
3643
|
+
font-size: 14px;
|
|
3644
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
3645
3645
|
font-weight: normal;
|
|
3646
3646
|
font-weight: var(--font-weight-2, normal);
|
|
3647
3647
|
line-height: calc(32px - 1px*2);
|
|
@@ -3700,8 +3700,8 @@
|
|
|
3700
3700
|
.next-step-circle > .next-step-item-finish .next-step-item-content {
|
|
3701
3701
|
color: #323643;
|
|
3702
3702
|
color: var(--step-circle-item-title-finish-color, #323643);
|
|
3703
|
-
font-size:
|
|
3704
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
3703
|
+
font-size: 14px;
|
|
3704
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
3705
3705
|
line-height: 1.5;
|
|
3706
3706
|
line-height: var(--font-lineheight-2, 1.5);
|
|
3707
3707
|
word-break: break-word; }
|
|
@@ -3724,8 +3724,8 @@
|
|
|
3724
3724
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
3725
3725
|
height: 32px;
|
|
3726
3726
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
3727
|
-
font-size:
|
|
3728
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
3727
|
+
font-size: 14px;
|
|
3728
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
3729
3729
|
font-weight: normal;
|
|
3730
3730
|
font-weight: var(--font-weight-2, normal);
|
|
3731
3731
|
line-height: calc(32px - 1px*2);
|
|
@@ -3784,8 +3784,8 @@
|
|
|
3784
3784
|
.next-step-circle .next-step-item-disabled .next-step-item-content {
|
|
3785
3785
|
color: #c3cbd5;
|
|
3786
3786
|
color: var(--step-circle-item-title-disabled-color, #c3cbd5);
|
|
3787
|
-
font-size:
|
|
3788
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
3787
|
+
font-size: 14px;
|
|
3788
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
3789
3789
|
line-height: 1.5;
|
|
3790
3790
|
line-height: var(--font-lineheight-2, 1.5);
|
|
3791
3791
|
word-break: break-word; }
|
|
@@ -3808,8 +3808,8 @@
|
|
|
3808
3808
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
3809
3809
|
height: 32px;
|
|
3810
3810
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
3811
|
-
font-size:
|
|
3812
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
3811
|
+
font-size: 14px;
|
|
3812
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
3813
3813
|
font-weight: normal;
|
|
3814
3814
|
font-weight: var(--font-weight-2, normal);
|
|
3815
3815
|
line-height: calc(32px - 1px*2);
|
|
@@ -3875,10 +3875,10 @@
|
|
|
3875
3875
|
text-align: center;
|
|
3876
3876
|
position: absolute; }
|
|
3877
3877
|
.next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
3878
|
-
font-size:
|
|
3879
|
-
font-size: var(--step-circle-item-title-size,
|
|
3880
|
-
line-height: calc(
|
|
3881
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
3878
|
+
font-size: 16px;
|
|
3879
|
+
font-size: var(--step-circle-item-title-size, 16px);
|
|
3880
|
+
line-height: calc(16px + 4px);
|
|
3881
|
+
line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
|
|
3882
3882
|
margin-top: 8px;
|
|
3883
3883
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
3884
3884
|
font-weight: normal;
|
|
@@ -3913,10 +3913,10 @@
|
|
|
3913
3913
|
text-align: center;
|
|
3914
3914
|
position: absolute; }
|
|
3915
3915
|
.next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
3916
|
-
font-size:
|
|
3917
|
-
font-size: var(--step-circle-item-title-size,
|
|
3918
|
-
line-height: calc(
|
|
3919
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
3916
|
+
font-size: 16px;
|
|
3917
|
+
font-size: var(--step-circle-item-title-size, 16px);
|
|
3918
|
+
line-height: calc(16px + 4px);
|
|
3919
|
+
line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
|
|
3920
3920
|
margin-top: 8px;
|
|
3921
3921
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
3922
3922
|
font-weight: normal;
|
|
@@ -3951,10 +3951,10 @@
|
|
|
3951
3951
|
text-align: center;
|
|
3952
3952
|
position: absolute; }
|
|
3953
3953
|
.next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
3954
|
-
font-size:
|
|
3955
|
-
font-size: var(--step-circle-item-title-size,
|
|
3956
|
-
line-height: calc(
|
|
3957
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
3954
|
+
font-size: 16px;
|
|
3955
|
+
font-size: var(--step-circle-item-title-size, 16px);
|
|
3956
|
+
line-height: calc(16px + 4px);
|
|
3957
|
+
line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
|
|
3958
3958
|
margin-top: 8px;
|
|
3959
3959
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
3960
3960
|
font-weight: normal;
|
|
@@ -3989,10 +3989,10 @@
|
|
|
3989
3989
|
text-align: center;
|
|
3990
3990
|
position: absolute; }
|
|
3991
3991
|
.next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
3992
|
-
font-size:
|
|
3993
|
-
font-size: var(--step-circle-item-title-size,
|
|
3994
|
-
line-height: calc(
|
|
3995
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
3992
|
+
font-size: 16px;
|
|
3993
|
+
font-size: var(--step-circle-item-title-size, 16px);
|
|
3994
|
+
line-height: calc(16px + 4px);
|
|
3995
|
+
line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
|
|
3996
3996
|
margin-top: 8px;
|
|
3997
3997
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
3998
3998
|
font-weight: normal;
|
|
@@ -4021,8 +4021,8 @@
|
|
|
4021
4021
|
display: inline-block;
|
|
4022
4022
|
padding-right: 8px;
|
|
4023
4023
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
4024
|
-
margin-top: calc(32px/2 -
|
|
4025
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
4024
|
+
margin-top: calc(32px/2 - 16px/2);
|
|
4025
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
|
|
4026
4026
|
|
|
4027
4027
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
|
|
4028
4028
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -4049,8 +4049,8 @@
|
|
|
4049
4049
|
display: inline-block;
|
|
4050
4050
|
padding-right: 8px;
|
|
4051
4051
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
4052
|
-
margin-top: calc(32px/2 -
|
|
4053
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
4052
|
+
margin-top: calc(32px/2 - 16px/2);
|
|
4053
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
|
|
4054
4054
|
|
|
4055
4055
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
|
|
4056
4056
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -4077,8 +4077,8 @@
|
|
|
4077
4077
|
display: inline-block;
|
|
4078
4078
|
padding-right: 8px;
|
|
4079
4079
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
4080
|
-
margin-top: calc(32px/2 -
|
|
4081
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
4080
|
+
margin-top: calc(32px/2 - 16px/2);
|
|
4081
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
|
|
4082
4082
|
|
|
4083
4083
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
|
|
4084
4084
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -4105,8 +4105,8 @@
|
|
|
4105
4105
|
display: inline-block;
|
|
4106
4106
|
padding-right: 8px;
|
|
4107
4107
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
4108
|
-
margin-top: calc(32px/2 -
|
|
4109
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
4108
|
+
margin-top: calc(32px/2 - 16px/2);
|
|
4109
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
|
|
4110
4110
|
|
|
4111
4111
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
|
|
4112
4112
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -4157,16 +4157,16 @@
|
|
|
4157
4157
|
font-weight: normal;
|
|
4158
4158
|
font-weight: var(--step-circle-item-title-weight, normal);
|
|
4159
4159
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
4160
|
-
font-size:
|
|
4161
|
-
font-size: var(--font-size-body-1,
|
|
4160
|
+
font-size: 14px;
|
|
4161
|
+
font-size: var(--font-size-body-1, 14px);
|
|
4162
4162
|
line-height: 1.28571; }
|
|
4163
4163
|
.next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
4164
4164
|
margin-top: 4px;
|
|
4165
4165
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
4166
4166
|
min-height: 8px;
|
|
4167
4167
|
text-align: left;
|
|
4168
|
-
font-size:
|
|
4169
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
4168
|
+
font-size: 14px;
|
|
4169
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
4170
4170
|
line-height: 1.5;
|
|
4171
4171
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
4172
4172
|
.next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
|
|
@@ -4200,16 +4200,16 @@
|
|
|
4200
4200
|
font-weight: normal;
|
|
4201
4201
|
font-weight: var(--step-circle-item-title-weight, normal);
|
|
4202
4202
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
4203
|
-
font-size:
|
|
4204
|
-
font-size: var(--font-size-body-1,
|
|
4203
|
+
font-size: 14px;
|
|
4204
|
+
font-size: var(--font-size-body-1, 14px);
|
|
4205
4205
|
line-height: 1.28571; }
|
|
4206
4206
|
.next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
4207
4207
|
margin-top: 4px;
|
|
4208
4208
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
4209
4209
|
min-height: 8px;
|
|
4210
4210
|
text-align: left;
|
|
4211
|
-
font-size:
|
|
4212
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
4211
|
+
font-size: 14px;
|
|
4212
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
4213
4213
|
line-height: 1.5;
|
|
4214
4214
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
4215
4215
|
.next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
|
|
@@ -4243,16 +4243,16 @@
|
|
|
4243
4243
|
font-weight: normal;
|
|
4244
4244
|
font-weight: var(--step-circle-item-title-weight, normal);
|
|
4245
4245
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
4246
|
-
font-size:
|
|
4247
|
-
font-size: var(--font-size-body-1,
|
|
4246
|
+
font-size: 14px;
|
|
4247
|
+
font-size: var(--font-size-body-1, 14px);
|
|
4248
4248
|
line-height: 1.28571; }
|
|
4249
4249
|
.next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
4250
4250
|
margin-top: 4px;
|
|
4251
4251
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
4252
4252
|
min-height: 8px;
|
|
4253
4253
|
text-align: left;
|
|
4254
|
-
font-size:
|
|
4255
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
4254
|
+
font-size: 14px;
|
|
4255
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
4256
4256
|
line-height: 1.5;
|
|
4257
4257
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
4258
4258
|
.next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
|
|
@@ -4286,16 +4286,16 @@
|
|
|
4286
4286
|
font-weight: normal;
|
|
4287
4287
|
font-weight: var(--step-circle-item-title-weight, normal);
|
|
4288
4288
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
4289
|
-
font-size:
|
|
4290
|
-
font-size: var(--font-size-body-1,
|
|
4289
|
+
font-size: 14px;
|
|
4290
|
+
font-size: var(--font-size-body-1, 14px);
|
|
4291
4291
|
line-height: 1.28571; }
|
|
4292
4292
|
.next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
4293
4293
|
margin-top: 4px;
|
|
4294
4294
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
4295
4295
|
min-height: 8px;
|
|
4296
4296
|
text-align: left;
|
|
4297
|
-
font-size:
|
|
4298
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
4297
|
+
font-size: 14px;
|
|
4298
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
4299
4299
|
line-height: 1.5;
|
|
4300
4300
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
4301
4301
|
|
|
@@ -4358,8 +4358,8 @@
|
|
|
4358
4358
|
.next-step-dot > .next-step-item-wait .next-step-item-content {
|
|
4359
4359
|
color: #a9aeba;
|
|
4360
4360
|
color: var(--step-dot-item-title-wait-color, #a9aeba);
|
|
4361
|
-
font-size:
|
|
4362
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
4361
|
+
font-size: 14px;
|
|
4362
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
4363
4363
|
line-height: 1.5;
|
|
4364
4364
|
line-height: var(--font-lineheight-2, 1.5);
|
|
4365
4365
|
word-break: break-word; }
|
|
@@ -4382,8 +4382,8 @@
|
|
|
4382
4382
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
4383
4383
|
height: 12px;
|
|
4384
4384
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
4385
|
-
font-size:
|
|
4386
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
4385
|
+
font-size: 14px;
|
|
4386
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
4387
4387
|
font-weight: normal;
|
|
4388
4388
|
font-weight: var(--font-weight-2, normal);
|
|
4389
4389
|
line-height: calc(12px - 1px*2);
|
|
@@ -4464,8 +4464,8 @@
|
|
|
4464
4464
|
.next-step-dot > .next-step-item-process .next-step-item-content {
|
|
4465
4465
|
color: #323643;
|
|
4466
4466
|
color: var(--step-dot-item-title-process-color, #323643);
|
|
4467
|
-
font-size:
|
|
4468
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
4467
|
+
font-size: 14px;
|
|
4468
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
4469
4469
|
line-height: 1.5;
|
|
4470
4470
|
line-height: var(--font-lineheight-2, 1.5);
|
|
4471
4471
|
word-break: break-word; }
|
|
@@ -4488,8 +4488,8 @@
|
|
|
4488
4488
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
4489
4489
|
height: 12px;
|
|
4490
4490
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
4491
|
-
font-size:
|
|
4492
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
4491
|
+
font-size: 14px;
|
|
4492
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
4493
4493
|
font-weight: normal;
|
|
4494
4494
|
font-weight: var(--font-weight-2, normal);
|
|
4495
4495
|
line-height: calc(12px - 1px*2);
|
|
@@ -4570,8 +4570,8 @@
|
|
|
4570
4570
|
.next-step-dot > .next-step-item-finish .next-step-item-content {
|
|
4571
4571
|
color: #323643;
|
|
4572
4572
|
color: var(--step-dot-item-title-finish-color, #323643);
|
|
4573
|
-
font-size:
|
|
4574
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
4573
|
+
font-size: 14px;
|
|
4574
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
4575
4575
|
line-height: 1.5;
|
|
4576
4576
|
line-height: var(--font-lineheight-2, 1.5);
|
|
4577
4577
|
word-break: break-word; }
|
|
@@ -4594,8 +4594,8 @@
|
|
|
4594
4594
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
4595
4595
|
height: 12px;
|
|
4596
4596
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
4597
|
-
font-size:
|
|
4598
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
4597
|
+
font-size: 14px;
|
|
4598
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
4599
4599
|
font-weight: normal;
|
|
4600
4600
|
font-weight: var(--font-weight-2, normal);
|
|
4601
4601
|
line-height: calc(12px - 1px*2);
|
|
@@ -4676,8 +4676,8 @@
|
|
|
4676
4676
|
.next-step-dot .next-step-item-disabled .next-step-item-content {
|
|
4677
4677
|
color: #c3cbd5;
|
|
4678
4678
|
color: var(--step-dot-item-title-disabled-color, #c3cbd5);
|
|
4679
|
-
font-size:
|
|
4680
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
4679
|
+
font-size: 14px;
|
|
4680
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
4681
4681
|
line-height: 1.5;
|
|
4682
4682
|
line-height: var(--font-lineheight-2, 1.5);
|
|
4683
4683
|
word-break: break-word; }
|
|
@@ -4700,8 +4700,8 @@
|
|
|
4700
4700
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
4701
4701
|
height: 12px;
|
|
4702
4702
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
4703
|
-
font-size:
|
|
4704
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
4703
|
+
font-size: 14px;
|
|
4704
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
4705
4705
|
font-weight: normal;
|
|
4706
4706
|
font-weight: var(--font-weight-2, normal);
|
|
4707
4707
|
line-height: calc(12px - 1px*2);
|
|
@@ -4791,10 +4791,10 @@
|
|
|
4791
4791
|
text-align: center;
|
|
4792
4792
|
position: absolute; }
|
|
4793
4793
|
.next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
4794
|
-
font-size:
|
|
4795
|
-
font-size: var(--step-dot-item-title-size,
|
|
4796
|
-
line-height: calc(
|
|
4797
|
-
line-height: calc(var(--step-dot-item-title-size,
|
|
4794
|
+
font-size: 14px;
|
|
4795
|
+
font-size: var(--step-dot-item-title-size, 14px);
|
|
4796
|
+
line-height: calc(14px + 4px);
|
|
4797
|
+
line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
|
|
4798
4798
|
margin-top: 8px;
|
|
4799
4799
|
margin-top: var(--step-dot-item-title-margin-top, 8px);
|
|
4800
4800
|
font-weight: bold;
|
|
@@ -4829,10 +4829,10 @@
|
|
|
4829
4829
|
text-align: center;
|
|
4830
4830
|
position: absolute; }
|
|
4831
4831
|
.next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
4832
|
-
font-size:
|
|
4833
|
-
font-size: var(--step-dot-item-title-size,
|
|
4834
|
-
line-height: calc(
|
|
4835
|
-
line-height: calc(var(--step-dot-item-title-size,
|
|
4832
|
+
font-size: 14px;
|
|
4833
|
+
font-size: var(--step-dot-item-title-size, 14px);
|
|
4834
|
+
line-height: calc(14px + 4px);
|
|
4835
|
+
line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
|
|
4836
4836
|
margin-top: 8px;
|
|
4837
4837
|
margin-top: var(--step-dot-item-title-margin-top, 8px);
|
|
4838
4838
|
font-weight: bold;
|
|
@@ -4867,10 +4867,10 @@
|
|
|
4867
4867
|
text-align: center;
|
|
4868
4868
|
position: absolute; }
|
|
4869
4869
|
.next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
4870
|
-
font-size:
|
|
4871
|
-
font-size: var(--step-dot-item-title-size,
|
|
4872
|
-
line-height: calc(
|
|
4873
|
-
line-height: calc(var(--step-dot-item-title-size,
|
|
4870
|
+
font-size: 14px;
|
|
4871
|
+
font-size: var(--step-dot-item-title-size, 14px);
|
|
4872
|
+
line-height: calc(14px + 4px);
|
|
4873
|
+
line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
|
|
4874
4874
|
margin-top: 8px;
|
|
4875
4875
|
margin-top: var(--step-dot-item-title-margin-top, 8px);
|
|
4876
4876
|
font-weight: bold;
|
|
@@ -4905,10 +4905,10 @@
|
|
|
4905
4905
|
text-align: center;
|
|
4906
4906
|
position: absolute; }
|
|
4907
4907
|
.next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
4908
|
-
font-size:
|
|
4909
|
-
font-size: var(--step-dot-item-title-size,
|
|
4910
|
-
line-height: calc(
|
|
4911
|
-
line-height: calc(var(--step-dot-item-title-size,
|
|
4908
|
+
font-size: 14px;
|
|
4909
|
+
font-size: var(--step-dot-item-title-size, 14px);
|
|
4910
|
+
line-height: calc(14px + 4px);
|
|
4911
|
+
line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
|
|
4912
4912
|
margin-top: 8px;
|
|
4913
4913
|
margin-top: var(--step-dot-item-title-margin-top, 8px);
|
|
4914
4914
|
font-weight: bold;
|
|
@@ -4958,8 +4958,8 @@
|
|
|
4958
4958
|
font-weight: var(--step-dot-item-title-weight, bold);
|
|
4959
4959
|
text-align: left;
|
|
4960
4960
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
4961
|
-
font-size:
|
|
4962
|
-
font-size: var(--font-size-body-1,
|
|
4961
|
+
font-size: 14px;
|
|
4962
|
+
font-size: var(--font-size-body-1, 14px);
|
|
4963
4963
|
line-height: 1.28571; }
|
|
4964
4964
|
.next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
4965
4965
|
margin-top: 8px;
|
|
@@ -5001,8 +5001,8 @@
|
|
|
5001
5001
|
font-weight: var(--step-dot-item-title-weight, bold);
|
|
5002
5002
|
text-align: left;
|
|
5003
5003
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5004
|
-
font-size:
|
|
5005
|
-
font-size: var(--font-size-body-1,
|
|
5004
|
+
font-size: 14px;
|
|
5005
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5006
5006
|
line-height: 1.28571; }
|
|
5007
5007
|
.next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
5008
5008
|
margin-top: 8px;
|
|
@@ -5044,8 +5044,8 @@
|
|
|
5044
5044
|
font-weight: var(--step-dot-item-title-weight, bold);
|
|
5045
5045
|
text-align: left;
|
|
5046
5046
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5047
|
-
font-size:
|
|
5048
|
-
font-size: var(--font-size-body-1,
|
|
5047
|
+
font-size: 14px;
|
|
5048
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5049
5049
|
line-height: 1.28571; }
|
|
5050
5050
|
.next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
5051
5051
|
margin-top: 8px;
|
|
@@ -5087,8 +5087,8 @@
|
|
|
5087
5087
|
font-weight: var(--step-dot-item-title-weight, bold);
|
|
5088
5088
|
text-align: left;
|
|
5089
5089
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5090
|
-
font-size:
|
|
5091
|
-
font-size: var(--font-size-body-1,
|
|
5090
|
+
font-size: 14px;
|
|
5091
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5092
5092
|
line-height: 1.28571; }
|
|
5093
5093
|
.next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
5094
5094
|
margin-top: 8px;
|
|
@@ -5294,8 +5294,8 @@
|
|
|
5294
5294
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
5295
5295
|
text-align: right;
|
|
5296
5296
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5297
|
-
font-size:
|
|
5298
|
-
font-size: var(--font-size-body-1,
|
|
5297
|
+
font-size: 14px;
|
|
5298
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5299
5299
|
line-height: 1.28571; }
|
|
5300
5300
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
5301
5301
|
text-align: right; }
|
|
@@ -5310,8 +5310,8 @@
|
|
|
5310
5310
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
5311
5311
|
text-align: right;
|
|
5312
5312
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5313
|
-
font-size:
|
|
5314
|
-
font-size: var(--font-size-body-1,
|
|
5313
|
+
font-size: 14px;
|
|
5314
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5315
5315
|
line-height: 1.28571; }
|
|
5316
5316
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
5317
5317
|
text-align: right; }
|
|
@@ -5326,8 +5326,8 @@
|
|
|
5326
5326
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
5327
5327
|
text-align: right;
|
|
5328
5328
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5329
|
-
font-size:
|
|
5330
|
-
font-size: var(--font-size-body-1,
|
|
5329
|
+
font-size: 14px;
|
|
5330
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5331
5331
|
line-height: 1.28571; }
|
|
5332
5332
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
5333
5333
|
text-align: right; }
|
|
@@ -5342,8 +5342,8 @@
|
|
|
5342
5342
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
5343
5343
|
text-align: right;
|
|
5344
5344
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5345
|
-
font-size:
|
|
5346
|
-
font-size: var(--font-size-body-1,
|
|
5345
|
+
font-size: 14px;
|
|
5346
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5347
5347
|
line-height: 1.28571; }
|
|
5348
5348
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
5349
5349
|
text-align: right; }
|
|
@@ -5396,8 +5396,8 @@
|
|
|
5396
5396
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
5397
5397
|
text-align: right;
|
|
5398
5398
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5399
|
-
font-size:
|
|
5400
|
-
font-size: var(--font-size-body-1,
|
|
5399
|
+
font-size: 14px;
|
|
5400
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5401
5401
|
line-height: 1.28571; }
|
|
5402
5402
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
5403
5403
|
text-align: right; }
|
|
@@ -5411,8 +5411,8 @@
|
|
|
5411
5411
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
5412
5412
|
text-align: right;
|
|
5413
5413
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5414
|
-
font-size:
|
|
5415
|
-
font-size: var(--font-size-body-1,
|
|
5414
|
+
font-size: 14px;
|
|
5415
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5416
5416
|
line-height: 1.28571; }
|
|
5417
5417
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
5418
5418
|
text-align: right; }
|
|
@@ -5426,8 +5426,8 @@
|
|
|
5426
5426
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
5427
5427
|
text-align: right;
|
|
5428
5428
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5429
|
-
font-size:
|
|
5430
|
-
font-size: var(--font-size-body-1,
|
|
5429
|
+
font-size: 14px;
|
|
5430
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5431
5431
|
line-height: 1.28571; }
|
|
5432
5432
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
5433
5433
|
text-align: right; }
|
|
@@ -5441,8 +5441,8 @@
|
|
|
5441
5441
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
5442
5442
|
text-align: right;
|
|
5443
5443
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5444
|
-
font-size:
|
|
5445
|
-
font-size: var(--font-size-body-1,
|
|
5444
|
+
font-size: 14px;
|
|
5445
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5446
5446
|
line-height: 1.28571; }
|
|
5447
5447
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
5448
5448
|
text-align: right; }
|
|
@@ -5580,8 +5580,8 @@
|
|
|
5580
5580
|
line-height: 16px;
|
|
5581
5581
|
line-height: var(--switch-size-m-trigger, 16px); }
|
|
5582
5582
|
.next-switch-medium > .next-switch-children {
|
|
5583
|
-
font-size:
|
|
5584
|
-
font-size: var(--form-element-medium-font-size,
|
|
5583
|
+
font-size: 14px;
|
|
5584
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
5585
5585
|
.next-switch-medium.next-switch.next-switch-on > .next-switch-children {
|
|
5586
5586
|
margin: 0 calc(16px + 8px) 0 8px;
|
|
5587
5587
|
margin: 0 calc(var(--switch-size-m-trigger, 16px) + var(--switch-size-m-trigger-padding-r, 8px)) 0 var(--switch-size-m-trigger-padding-l, 8px); }
|
|
@@ -5928,8 +5928,8 @@
|
|
|
5928
5928
|
padding-right: 60px;
|
|
5929
5929
|
padding-right: var(--tab-nav-scroll-padding-right-m, 60px); }
|
|
5930
5930
|
.next-tabs.next-medium .next-tabs-tab-inner {
|
|
5931
|
-
font-size:
|
|
5932
|
-
font-size: var(--tab-item-text-size-m,
|
|
5931
|
+
font-size: 14px;
|
|
5932
|
+
font-size: var(--tab-item-text-size-m, 14px);
|
|
5933
5933
|
padding: 10px 24px;
|
|
5934
5934
|
padding: var(--tab-item-padding-tb-size-m, 10px) var(--tab-item-padding-lr-size-m, 24px); }
|
|
5935
5935
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
|
|
@@ -7088,8 +7088,8 @@
|
|
|
7088
7088
|
line-height: calc(var(--tag-size-m-height, 24px) - var(--tag-border-width, 1px)*2);
|
|
7089
7089
|
font-size: 0; }
|
|
7090
7090
|
.next-tag-medium > .next-tag-body {
|
|
7091
|
-
font-size:
|
|
7092
|
-
font-size: var(--tag-size-m-text-size,
|
|
7091
|
+
font-size: 14px;
|
|
7092
|
+
font-size: var(--tag-size-m-text-size, 14px);
|
|
7093
7093
|
padding: 0 8px;
|
|
7094
7094
|
padding: 0 var(--tag-size-m-padding-lr, 8px);
|
|
7095
7095
|
min-width: 40px;
|
|
@@ -7369,8 +7369,8 @@
|
|
|
7369
7369
|
margin-left: 0; }
|
|
7370
7370
|
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
|
|
7371
7371
|
margin: 0;
|
|
7372
|
-
font-size:
|
|
7373
|
-
font-size: var(--timeline-item-title-font-size,
|
|
7372
|
+
font-size: 14px;
|
|
7373
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
7374
7374
|
font-weight: 600;
|
|
7375
7375
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
7376
7376
|
line-height: 1.5;
|
|
@@ -7387,8 +7387,8 @@
|
|
|
7387
7387
|
margin: 0;
|
|
7388
7388
|
margin-top: 4px;
|
|
7389
7389
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
7390
|
-
font-size:
|
|
7391
|
-
font-size: var(--timeline-item-body-font-size,
|
|
7390
|
+
font-size: 14px;
|
|
7391
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
7392
7392
|
line-height: 1.5;
|
|
7393
7393
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7394
7394
|
color: #767d91;
|
|
@@ -7400,8 +7400,8 @@
|
|
|
7400
7400
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
7401
7401
|
margin-bottom: 12px;
|
|
7402
7402
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
7403
|
-
font-size:
|
|
7404
|
-
font-size: var(--timeline-item-time-font-size,
|
|
7403
|
+
font-size: 14px;
|
|
7404
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
7405
7405
|
color: #a9aeba;
|
|
7406
7406
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
7407
7407
|
text-align: right; }
|
|
@@ -7530,8 +7530,8 @@
|
|
|
7530
7530
|
margin-left: 0; }
|
|
7531
7531
|
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
|
|
7532
7532
|
margin: 0;
|
|
7533
|
-
font-size:
|
|
7534
|
-
font-size: var(--timeline-item-title-font-size,
|
|
7533
|
+
font-size: 14px;
|
|
7534
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
7535
7535
|
font-weight: 600;
|
|
7536
7536
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
7537
7537
|
line-height: 1.5;
|
|
@@ -7548,8 +7548,8 @@
|
|
|
7548
7548
|
margin: 0;
|
|
7549
7549
|
margin-top: 4px;
|
|
7550
7550
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
7551
|
-
font-size:
|
|
7552
|
-
font-size: var(--timeline-item-body-font-size,
|
|
7551
|
+
font-size: 14px;
|
|
7552
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
7553
7553
|
line-height: 1.5;
|
|
7554
7554
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7555
7555
|
color: #767d91;
|
|
@@ -7561,8 +7561,8 @@
|
|
|
7561
7561
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
7562
7562
|
margin-bottom: 12px;
|
|
7563
7563
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
7564
|
-
font-size:
|
|
7565
|
-
font-size: var(--timeline-item-time-font-size,
|
|
7564
|
+
font-size: 14px;
|
|
7565
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
7566
7566
|
color: #a9aeba;
|
|
7567
7567
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
7568
7568
|
text-align: right; }
|
|
@@ -7691,8 +7691,8 @@
|
|
|
7691
7691
|
margin-left: 0; }
|
|
7692
7692
|
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
|
|
7693
7693
|
margin: 0;
|
|
7694
|
-
font-size:
|
|
7695
|
-
font-size: var(--timeline-item-title-font-size,
|
|
7694
|
+
font-size: 14px;
|
|
7695
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
7696
7696
|
font-weight: 600;
|
|
7697
7697
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
7698
7698
|
line-height: 1.5;
|
|
@@ -7709,8 +7709,8 @@
|
|
|
7709
7709
|
margin: 0;
|
|
7710
7710
|
margin-top: 4px;
|
|
7711
7711
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
7712
|
-
font-size:
|
|
7713
|
-
font-size: var(--timeline-item-body-font-size,
|
|
7712
|
+
font-size: 14px;
|
|
7713
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
7714
7714
|
line-height: 1.5;
|
|
7715
7715
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7716
7716
|
color: #767d91;
|
|
@@ -7722,8 +7722,8 @@
|
|
|
7722
7722
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
7723
7723
|
margin-bottom: 12px;
|
|
7724
7724
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
7725
|
-
font-size:
|
|
7726
|
-
font-size: var(--timeline-item-time-font-size,
|
|
7725
|
+
font-size: 14px;
|
|
7726
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
7727
7727
|
color: #a9aeba;
|
|
7728
7728
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
7729
7729
|
text-align: right; }
|
|
@@ -7852,8 +7852,8 @@
|
|
|
7852
7852
|
margin-left: 0; }
|
|
7853
7853
|
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
|
|
7854
7854
|
margin: 0;
|
|
7855
|
-
font-size:
|
|
7856
|
-
font-size: var(--timeline-item-title-font-size,
|
|
7855
|
+
font-size: 14px;
|
|
7856
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
7857
7857
|
font-weight: 600;
|
|
7858
7858
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
7859
7859
|
line-height: 1.5;
|
|
@@ -7870,8 +7870,8 @@
|
|
|
7870
7870
|
margin: 0;
|
|
7871
7871
|
margin-top: 4px;
|
|
7872
7872
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
7873
|
-
font-size:
|
|
7874
|
-
font-size: var(--timeline-item-body-font-size,
|
|
7873
|
+
font-size: 14px;
|
|
7874
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
7875
7875
|
line-height: 1.5;
|
|
7876
7876
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7877
7877
|
color: #767d91;
|
|
@@ -7883,8 +7883,8 @@
|
|
|
7883
7883
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
7884
7884
|
margin-bottom: 12px;
|
|
7885
7885
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
7886
|
-
font-size:
|
|
7887
|
-
font-size: var(--timeline-item-time-font-size,
|
|
7886
|
+
font-size: 14px;
|
|
7887
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
7888
7888
|
color: #a9aeba;
|
|
7889
7889
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
7890
7890
|
text-align: right; }
|
|
@@ -8048,8 +8048,8 @@
|
|
|
8048
8048
|
margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
|
|
8049
8049
|
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
|
|
8050
8050
|
margin: 0;
|
|
8051
|
-
font-size:
|
|
8052
|
-
font-size: var(--timeline-item-title-font-size,
|
|
8051
|
+
font-size: 14px;
|
|
8052
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
8053
8053
|
font-weight: 600;
|
|
8054
8054
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
8055
8055
|
line-height: 1.5;
|
|
@@ -8066,8 +8066,8 @@
|
|
|
8066
8066
|
margin: 0;
|
|
8067
8067
|
margin-top: 4px;
|
|
8068
8068
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
8069
|
-
font-size:
|
|
8070
|
-
font-size: var(--timeline-item-body-font-size,
|
|
8069
|
+
font-size: 14px;
|
|
8070
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
8071
8071
|
line-height: 1.5;
|
|
8072
8072
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8073
8073
|
color: #767d91;
|
|
@@ -8079,8 +8079,8 @@
|
|
|
8079
8079
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
8080
8080
|
margin-bottom: 12px;
|
|
8081
8081
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
8082
|
-
font-size:
|
|
8083
|
-
font-size: var(--timeline-item-time-font-size,
|
|
8082
|
+
font-size: 14px;
|
|
8083
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
8084
8084
|
color: #a9aeba;
|
|
8085
8085
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
8086
8086
|
text-align: left; }
|
|
@@ -8202,8 +8202,8 @@
|
|
|
8202
8202
|
margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
|
|
8203
8203
|
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
|
|
8204
8204
|
margin: 0;
|
|
8205
|
-
font-size:
|
|
8206
|
-
font-size: var(--timeline-item-title-font-size,
|
|
8205
|
+
font-size: 14px;
|
|
8206
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
8207
8207
|
font-weight: 600;
|
|
8208
8208
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
8209
8209
|
line-height: 1.5;
|
|
@@ -8220,8 +8220,8 @@
|
|
|
8220
8220
|
margin: 0;
|
|
8221
8221
|
margin-top: 4px;
|
|
8222
8222
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
8223
|
-
font-size:
|
|
8224
|
-
font-size: var(--timeline-item-body-font-size,
|
|
8223
|
+
font-size: 14px;
|
|
8224
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
8225
8225
|
line-height: 1.5;
|
|
8226
8226
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8227
8227
|
color: #767d91;
|
|
@@ -8233,8 +8233,8 @@
|
|
|
8233
8233
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
8234
8234
|
margin-bottom: 12px;
|
|
8235
8235
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
8236
|
-
font-size:
|
|
8237
|
-
font-size: var(--timeline-item-time-font-size,
|
|
8236
|
+
font-size: 14px;
|
|
8237
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
8238
8238
|
color: #a9aeba;
|
|
8239
8239
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
8240
8240
|
text-align: left; }
|
|
@@ -8356,8 +8356,8 @@
|
|
|
8356
8356
|
margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
|
|
8357
8357
|
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
|
|
8358
8358
|
margin: 0;
|
|
8359
|
-
font-size:
|
|
8360
|
-
font-size: var(--timeline-item-title-font-size,
|
|
8359
|
+
font-size: 14px;
|
|
8360
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
8361
8361
|
font-weight: 600;
|
|
8362
8362
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
8363
8363
|
line-height: 1.5;
|
|
@@ -8374,8 +8374,8 @@
|
|
|
8374
8374
|
margin: 0;
|
|
8375
8375
|
margin-top: 4px;
|
|
8376
8376
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
8377
|
-
font-size:
|
|
8378
|
-
font-size: var(--timeline-item-body-font-size,
|
|
8377
|
+
font-size: 14px;
|
|
8378
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
8379
8379
|
line-height: 1.5;
|
|
8380
8380
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8381
8381
|
color: #767d91;
|
|
@@ -8387,8 +8387,8 @@
|
|
|
8387
8387
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
8388
8388
|
margin-bottom: 12px;
|
|
8389
8389
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
8390
|
-
font-size:
|
|
8391
|
-
font-size: var(--timeline-item-time-font-size,
|
|
8390
|
+
font-size: 14px;
|
|
8391
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
8392
8392
|
color: #a9aeba;
|
|
8393
8393
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
8394
8394
|
text-align: left; }
|
|
@@ -8510,8 +8510,8 @@
|
|
|
8510
8510
|
margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
|
|
8511
8511
|
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
|
|
8512
8512
|
margin: 0;
|
|
8513
|
-
font-size:
|
|
8514
|
-
font-size: var(--timeline-item-title-font-size,
|
|
8513
|
+
font-size: 14px;
|
|
8514
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
8515
8515
|
font-weight: 600;
|
|
8516
8516
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
8517
8517
|
line-height: 1.5;
|
|
@@ -8528,8 +8528,8 @@
|
|
|
8528
8528
|
margin: 0;
|
|
8529
8529
|
margin-top: 4px;
|
|
8530
8530
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
8531
|
-
font-size:
|
|
8532
|
-
font-size: var(--timeline-item-body-font-size,
|
|
8531
|
+
font-size: 14px;
|
|
8532
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
8533
8533
|
line-height: 1.5;
|
|
8534
8534
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8535
8535
|
color: #767d91;
|
|
@@ -8541,8 +8541,8 @@
|
|
|
8541
8541
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
8542
8542
|
margin-bottom: 12px;
|
|
8543
8543
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
8544
|
-
font-size:
|
|
8545
|
-
font-size: var(--timeline-item-time-font-size,
|
|
8544
|
+
font-size: 14px;
|
|
8545
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
8546
8546
|
color: #a9aeba;
|
|
8547
8547
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
8548
8548
|
text-align: left; }
|
|
@@ -8599,8 +8599,8 @@
|
|
|
8599
8599
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-title {
|
|
8600
8600
|
margin: 0;
|
|
8601
8601
|
margin-top: 4px;
|
|
8602
|
-
font-size:
|
|
8603
|
-
font-size: var(--timeline-item-title-font-size,
|
|
8602
|
+
font-size: 14px;
|
|
8603
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
8604
8604
|
font-weight: 600;
|
|
8605
8605
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
8606
8606
|
line-height: 1.5;
|
|
@@ -8615,8 +8615,8 @@
|
|
|
8615
8615
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
8616
8616
|
margin: 0;
|
|
8617
8617
|
margin-top: 4px;
|
|
8618
|
-
font-size:
|
|
8619
|
-
font-size: var(--timeline-item-body-font-size,
|
|
8618
|
+
font-size: 14px;
|
|
8619
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
8620
8620
|
line-height: 1.5;
|
|
8621
8621
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8622
8622
|
color: #767d91;
|
|
@@ -8629,8 +8629,8 @@
|
|
|
8629
8629
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
8630
8630
|
margin-bottom: 12px;
|
|
8631
8631
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
8632
|
-
font-size:
|
|
8633
|
-
font-size: var(--timeline-item-time-font-size,
|
|
8632
|
+
font-size: 14px;
|
|
8633
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
8634
8634
|
color: #a9aeba;
|
|
8635
8635
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
8636
8636
|
text-align: right; }
|
|
@@ -8668,8 +8668,8 @@
|
|
|
8668
8668
|
|
|
8669
8669
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-title {
|
|
8670
8670
|
margin: 0;
|
|
8671
|
-
font-size:
|
|
8672
|
-
font-size: var(--timeline-item-title-font-size,
|
|
8671
|
+
font-size: 14px;
|
|
8672
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
8673
8673
|
font-weight: 600;
|
|
8674
8674
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
8675
8675
|
line-height: 1.5;
|
|
@@ -8683,8 +8683,8 @@
|
|
|
8683
8683
|
|
|
8684
8684
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
8685
8685
|
margin: 0;
|
|
8686
|
-
font-size:
|
|
8687
|
-
font-size: var(--timeline-item-body-font-size,
|
|
8686
|
+
font-size: 14px;
|
|
8687
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
8688
8688
|
line-height: 1.5;
|
|
8689
8689
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8690
8690
|
color: #767d91;
|
|
@@ -8697,8 +8697,8 @@
|
|
|
8697
8697
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
8698
8698
|
margin-bottom: 12px;
|
|
8699
8699
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
8700
|
-
font-size:
|
|
8701
|
-
font-size: var(--timeline-item-time-font-size,
|
|
8700
|
+
font-size: 14px;
|
|
8701
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
8702
8702
|
color: #a9aeba;
|
|
8703
8703
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
8704
8704
|
text-align: left; }
|
|
@@ -8750,8 +8750,8 @@
|
|
|
8750
8750
|
background-color: var(--transfer-panel-header-background-color, #FFFFFF);
|
|
8751
8751
|
color: #323643;
|
|
8752
8752
|
color: var(--transfer-panel-header-text-color, #323643);
|
|
8753
|
-
font-size:
|
|
8754
|
-
font-size: var(--transfer-panel-header-text-size,
|
|
8753
|
+
font-size: 14px;
|
|
8754
|
+
font-size: var(--transfer-panel-header-text-size, 14px); }
|
|
8755
8755
|
.next-transfer-panel-search {
|
|
8756
8756
|
padding: 0 4px;
|
|
8757
8757
|
padding: 0 var(--transfer-panel-search-margin-left-right, 4px);
|
|
@@ -8823,14 +8823,14 @@
|
|
|
8823
8823
|
.next-transfer-panel-count {
|
|
8824
8824
|
/* TODO */
|
|
8825
8825
|
margin-left: 4px;
|
|
8826
|
-
font-size:
|
|
8827
|
-
font-size: var(--font-size-body-1,
|
|
8826
|
+
font-size: 14px;
|
|
8827
|
+
font-size: var(--font-size-body-1, 14px);
|
|
8828
8828
|
vertical-align: middle;
|
|
8829
8829
|
color: #323643;
|
|
8830
8830
|
color: var(--transfer-panel-footer-text-color, #323643); }
|
|
8831
8831
|
.next-transfer-panel-move-all {
|
|
8832
|
-
font-size:
|
|
8833
|
-
font-size: var(--font-size-body-1,
|
|
8832
|
+
font-size: 14px;
|
|
8833
|
+
font-size: var(--font-size-body-1, 14px);
|
|
8834
8834
|
color: #284cc0;
|
|
8835
8835
|
color: var(--transfer-simple-panel-footer-text-color, #284cc0);
|
|
8836
8836
|
cursor: pointer; }
|
|
@@ -8891,16 +8891,16 @@
|
|
|
8891
8891
|
padding: 0 var(--tree-node-title-padding, 4px);
|
|
8892
8892
|
border-radius: 4px;
|
|
8893
8893
|
border-radius: var(--tree-node-title-border-radius, 4px);
|
|
8894
|
-
font-size:
|
|
8895
|
-
font-size: var(--tree-node-title-font-size,
|
|
8894
|
+
font-size: 14px;
|
|
8895
|
+
font-size: var(--tree-node-title-font-size, 14px); }
|
|
8896
8896
|
.next-tree-node-label .next-icon {
|
|
8897
|
-
font-size: calc(
|
|
8898
|
-
font-size: calc(var(--tree-node-title-font-size,
|
|
8897
|
+
font-size: calc(14px + 2px);
|
|
8898
|
+
font-size: calc(var(--tree-node-title-font-size, 14px) + 2px); }
|
|
8899
8899
|
.next-tree-node-label .next-icon::before {
|
|
8900
|
-
font-size:
|
|
8901
|
-
font-size: var(--tree-node-title-font-size,
|
|
8902
|
-
width:
|
|
8903
|
-
width: var(--tree-node-title-font-size,
|
|
8900
|
+
font-size: 14px;
|
|
8901
|
+
font-size: var(--tree-node-title-font-size, 14px);
|
|
8902
|
+
width: 14px;
|
|
8903
|
+
width: var(--tree-node-title-font-size, 14px);
|
|
8904
8904
|
margin-right: .5em; }
|
|
8905
8905
|
.next-tree-node-input.next-input {
|
|
8906
8906
|
margin: 0 4px;
|
|
@@ -9261,8 +9261,8 @@
|
|
|
9261
9261
|
padding: 8px 20px;
|
|
9262
9262
|
padding: var(--tree-select-padding-vertical, 8px) var(--tree-select-padding-horizontal, 20px); }
|
|
9263
9263
|
.next-tree-select-not-found {
|
|
9264
|
-
font-size:
|
|
9265
|
-
font-size: var(--font-size-body-1,
|
|
9264
|
+
font-size: 14px;
|
|
9265
|
+
font-size: var(--font-size-body-1, 14px);
|
|
9266
9266
|
color: #a9aeba;
|
|
9267
9267
|
color: var(--color-text1-2, #a9aeba); }
|
|
9268
9268
|
|
|
@@ -10702,8 +10702,8 @@ h5.next-typography-title {
|
|
|
10702
10702
|
font-size: var(--typography-title-h5-font-size, 14px); }
|
|
10703
10703
|
|
|
10704
10704
|
h6.next-typography-title {
|
|
10705
|
-
font-size:
|
|
10706
|
-
font-size: var(--typography-title-h6-font-size,
|
|
10705
|
+
font-size: 14px;
|
|
10706
|
+
font-size: var(--typography-title-h6-font-size, 14px); }
|
|
10707
10707
|
|
|
10708
10708
|
/* put your code here */
|
|
10709
10709
|
.next-divider {
|
|
@@ -11114,8 +11114,8 @@ h6.next-typography-title {
|
|
|
11114
11114
|
.next-table-body,
|
|
11115
11115
|
.next-table-header {
|
|
11116
11116
|
overflow: auto;
|
|
11117
|
-
font-size:
|
|
11118
|
-
font-size: var(--table-th-font-size,
|
|
11117
|
+
font-size: 14px;
|
|
11118
|
+
font-size: var(--table-th-font-size, 14px); }
|
|
11119
11119
|
|
|
11120
11120
|
.next-table-column-resize-proxy {
|
|
11121
11121
|
position: absolute;
|
|
@@ -11145,8 +11145,8 @@ h6.next-typography-title {
|
|
|
11145
11145
|
display: none; }
|
|
11146
11146
|
|
|
11147
11147
|
.next-table-body {
|
|
11148
|
-
font-size:
|
|
11149
|
-
font-size: var(--table-body-font-size,
|
|
11148
|
+
font-size: 14px;
|
|
11149
|
+
font-size: var(--table-body-font-size, 14px);
|
|
11150
11150
|
position: relative; }
|
|
11151
11151
|
|
|
11152
11152
|
.next-table-fixed {
|
|
@@ -12048,11 +12048,11 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
12048
12048
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-label {
|
|
12049
12049
|
padding-left: 8px;
|
|
12050
12050
|
padding-left: var(--input-m-label-padding-left, 8px);
|
|
12051
|
-
font-size:
|
|
12052
|
-
font-size: var(--form-element-medium-font-size,
|
|
12051
|
+
font-size: 14px;
|
|
12052
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12053
12053
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-inner {
|
|
12054
|
-
font-size:
|
|
12055
|
-
font-size: var(--form-element-medium-font-size,
|
|
12054
|
+
font-size: 14px;
|
|
12055
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12056
12056
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-control {
|
|
12057
12057
|
padding-right: 8px;
|
|
12058
12058
|
padding-right: var(--input-m-icon-padding-right, 8px); }
|
|
@@ -12066,25 +12066,25 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
12066
12066
|
line-height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2) \0;
|
|
12067
12067
|
padding: 0 8px;
|
|
12068
12068
|
padding: 0 var(--input-m-padding, 8px);
|
|
12069
|
-
font-size:
|
|
12070
|
-
font-size: var(--form-element-medium-font-size,
|
|
12069
|
+
font-size: 14px;
|
|
12070
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12071
12071
|
.next-time-picker2-input.next-time-picker2-input-medium input::-webkit-input-placeholder {
|
|
12072
|
-
font-size:
|
|
12073
|
-
font-size: var(--form-element-medium-font-size,
|
|
12072
|
+
font-size: 14px;
|
|
12073
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12074
12074
|
.next-time-picker2-input.next-time-picker2-input-medium input::-moz-placeholder {
|
|
12075
|
-
font-size:
|
|
12076
|
-
font-size: var(--form-element-medium-font-size,
|
|
12075
|
+
font-size: 14px;
|
|
12076
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12077
12077
|
.next-time-picker2-input.next-time-picker2-input-medium input::-ms-input-placeholder {
|
|
12078
|
-
font-size:
|
|
12079
|
-
font-size: var(--form-element-medium-font-size,
|
|
12078
|
+
font-size: 14px;
|
|
12079
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12080
12080
|
.next-time-picker2-input.next-time-picker2-input-medium input::placeholder {
|
|
12081
|
-
font-size:
|
|
12082
|
-
font-size: var(--form-element-medium-font-size,
|
|
12081
|
+
font-size: 14px;
|
|
12082
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12083
12083
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-text-field {
|
|
12084
12084
|
padding: 0 8px;
|
|
12085
12085
|
padding: 0 var(--input-m-padding, 8px);
|
|
12086
|
-
font-size:
|
|
12087
|
-
font-size: var(--form-element-medium-font-size,
|
|
12086
|
+
font-size: 14px;
|
|
12087
|
+
font-size: var(--form-element-medium-font-size, 14px);
|
|
12088
12088
|
height: calc(36px - 1px*2);
|
|
12089
12089
|
height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2);
|
|
12090
12090
|
line-height: calc(36px - 1px*2);
|
|
@@ -12105,11 +12105,11 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
12105
12105
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-label {
|
|
12106
12106
|
padding-left: 12px;
|
|
12107
12107
|
padding-left: var(--input-l-label-padding-left, 12px);
|
|
12108
|
-
font-size:
|
|
12109
|
-
font-size: var(--form-element-large-font-size,
|
|
12108
|
+
font-size: 14px;
|
|
12109
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12110
12110
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-inner {
|
|
12111
|
-
font-size:
|
|
12112
|
-
font-size: var(--form-element-large-font-size,
|
|
12111
|
+
font-size: 14px;
|
|
12112
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12113
12113
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-control {
|
|
12114
12114
|
padding-right: 12px;
|
|
12115
12115
|
padding-right: var(--input-l-icon-padding-right, 12px); }
|
|
@@ -12123,25 +12123,25 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
12123
12123
|
line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2) \0;
|
|
12124
12124
|
padding: 0 8px;
|
|
12125
12125
|
padding: 0 var(--input-l-padding, 8px);
|
|
12126
|
-
font-size:
|
|
12127
|
-
font-size: var(--form-element-large-font-size,
|
|
12126
|
+
font-size: 14px;
|
|
12127
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12128
12128
|
.next-time-picker2-input.next-time-picker2-input-large input::-webkit-input-placeholder {
|
|
12129
|
-
font-size:
|
|
12130
|
-
font-size: var(--form-element-large-font-size,
|
|
12129
|
+
font-size: 14px;
|
|
12130
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12131
12131
|
.next-time-picker2-input.next-time-picker2-input-large input::-moz-placeholder {
|
|
12132
|
-
font-size:
|
|
12133
|
-
font-size: var(--form-element-large-font-size,
|
|
12132
|
+
font-size: 14px;
|
|
12133
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12134
12134
|
.next-time-picker2-input.next-time-picker2-input-large input::-ms-input-placeholder {
|
|
12135
|
-
font-size:
|
|
12136
|
-
font-size: var(--form-element-large-font-size,
|
|
12135
|
+
font-size: 14px;
|
|
12136
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12137
12137
|
.next-time-picker2-input.next-time-picker2-input-large input::placeholder {
|
|
12138
|
-
font-size:
|
|
12139
|
-
font-size: var(--form-element-large-font-size,
|
|
12138
|
+
font-size: 14px;
|
|
12139
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12140
12140
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-text-field {
|
|
12141
12141
|
padding: 0 8px;
|
|
12142
12142
|
padding: 0 var(--input-l-padding, 8px);
|
|
12143
|
-
font-size:
|
|
12144
|
-
font-size: var(--form-element-large-font-size,
|
|
12143
|
+
font-size: 14px;
|
|
12144
|
+
font-size: var(--form-element-large-font-size, 14px);
|
|
12145
12145
|
height: calc(40px - 1px*2);
|
|
12146
12146
|
height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
|
|
12147
12147
|
line-height: calc(40px - 1px*2);
|
|
@@ -12459,11 +12459,11 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
12459
12459
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-label {
|
|
12460
12460
|
padding-left: 8px;
|
|
12461
12461
|
padding-left: var(--input-m-label-padding-left, 8px);
|
|
12462
|
-
font-size:
|
|
12463
|
-
font-size: var(--form-element-medium-font-size,
|
|
12462
|
+
font-size: 14px;
|
|
12463
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12464
12464
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-inner {
|
|
12465
|
-
font-size:
|
|
12466
|
-
font-size: var(--form-element-medium-font-size,
|
|
12465
|
+
font-size: 14px;
|
|
12466
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12467
12467
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
|
|
12468
12468
|
padding-right: 8px;
|
|
12469
12469
|
padding-right: var(--input-m-icon-padding-right, 8px); }
|
|
@@ -12477,25 +12477,25 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
12477
12477
|
line-height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2) \0;
|
|
12478
12478
|
padding: 0 8px;
|
|
12479
12479
|
padding: 0 var(--input-m-padding, 8px);
|
|
12480
|
-
font-size:
|
|
12481
|
-
font-size: var(--form-element-medium-font-size,
|
|
12480
|
+
font-size: 14px;
|
|
12481
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12482
12482
|
.next-date-picker2-input.next-date-picker2-input-medium input::-webkit-input-placeholder {
|
|
12483
|
-
font-size:
|
|
12484
|
-
font-size: var(--form-element-medium-font-size,
|
|
12483
|
+
font-size: 14px;
|
|
12484
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12485
12485
|
.next-date-picker2-input.next-date-picker2-input-medium input::-moz-placeholder {
|
|
12486
|
-
font-size:
|
|
12487
|
-
font-size: var(--form-element-medium-font-size,
|
|
12486
|
+
font-size: 14px;
|
|
12487
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12488
12488
|
.next-date-picker2-input.next-date-picker2-input-medium input::-ms-input-placeholder {
|
|
12489
|
-
font-size:
|
|
12490
|
-
font-size: var(--form-element-medium-font-size,
|
|
12489
|
+
font-size: 14px;
|
|
12490
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12491
12491
|
.next-date-picker2-input.next-date-picker2-input-medium input::placeholder {
|
|
12492
|
-
font-size:
|
|
12493
|
-
font-size: var(--form-element-medium-font-size,
|
|
12492
|
+
font-size: 14px;
|
|
12493
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12494
12494
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-text-field {
|
|
12495
12495
|
padding: 0 8px;
|
|
12496
12496
|
padding: 0 var(--input-m-padding, 8px);
|
|
12497
|
-
font-size:
|
|
12498
|
-
font-size: var(--form-element-medium-font-size,
|
|
12497
|
+
font-size: 14px;
|
|
12498
|
+
font-size: var(--form-element-medium-font-size, 14px);
|
|
12499
12499
|
height: calc(36px - 1px*2);
|
|
12500
12500
|
height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2);
|
|
12501
12501
|
line-height: calc(36px - 1px*2);
|
|
@@ -12516,11 +12516,11 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
12516
12516
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-label {
|
|
12517
12517
|
padding-left: 12px;
|
|
12518
12518
|
padding-left: var(--input-l-label-padding-left, 12px);
|
|
12519
|
-
font-size:
|
|
12520
|
-
font-size: var(--form-element-large-font-size,
|
|
12519
|
+
font-size: 14px;
|
|
12520
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12521
12521
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-inner {
|
|
12522
|
-
font-size:
|
|
12523
|
-
font-size: var(--form-element-large-font-size,
|
|
12522
|
+
font-size: 14px;
|
|
12523
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12524
12524
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-control {
|
|
12525
12525
|
padding-right: 12px;
|
|
12526
12526
|
padding-right: var(--input-l-icon-padding-right, 12px); }
|
|
@@ -12534,25 +12534,25 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
12534
12534
|
line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2) \0;
|
|
12535
12535
|
padding: 0 8px;
|
|
12536
12536
|
padding: 0 var(--input-l-padding, 8px);
|
|
12537
|
-
font-size:
|
|
12538
|
-
font-size: var(--form-element-large-font-size,
|
|
12537
|
+
font-size: 14px;
|
|
12538
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12539
12539
|
.next-date-picker2-input.next-date-picker2-input-large input::-webkit-input-placeholder {
|
|
12540
|
-
font-size:
|
|
12541
|
-
font-size: var(--form-element-large-font-size,
|
|
12540
|
+
font-size: 14px;
|
|
12541
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12542
12542
|
.next-date-picker2-input.next-date-picker2-input-large input::-moz-placeholder {
|
|
12543
|
-
font-size:
|
|
12544
|
-
font-size: var(--form-element-large-font-size,
|
|
12543
|
+
font-size: 14px;
|
|
12544
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12545
12545
|
.next-date-picker2-input.next-date-picker2-input-large input::-ms-input-placeholder {
|
|
12546
|
-
font-size:
|
|
12547
|
-
font-size: var(--form-element-large-font-size,
|
|
12546
|
+
font-size: 14px;
|
|
12547
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12548
12548
|
.next-date-picker2-input.next-date-picker2-input-large input::placeholder {
|
|
12549
|
-
font-size:
|
|
12550
|
-
font-size: var(--form-element-large-font-size,
|
|
12549
|
+
font-size: 14px;
|
|
12550
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12551
12551
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-text-field {
|
|
12552
12552
|
padding: 0 8px;
|
|
12553
12553
|
padding: 0 var(--input-l-padding, 8px);
|
|
12554
|
-
font-size:
|
|
12555
|
-
font-size: var(--form-element-large-font-size,
|
|
12554
|
+
font-size: 14px;
|
|
12555
|
+
font-size: var(--form-element-large-font-size, 14px);
|
|
12556
12556
|
height: calc(40px - 1px*2);
|
|
12557
12557
|
height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
|
|
12558
12558
|
line-height: calc(40px - 1px*2);
|