@alifd/theme-fpx-warehouse 1.0.2 → 1.0.4
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/next-1.css +13 -13
- package/dist/next-2.css +56 -56
- package/dist/next-noreset-1.css +13 -13
- package/dist/next-noreset-2.css +56 -56
- package/dist/next-noreset.css +68 -68
- 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 +25 -25
- package/dist/next-noreset.var-2.css +111 -111
- package/dist/next-noreset.var.css +135 -135
- 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 +68 -68
- 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 +25 -25
- package/dist/next.var-2.css +111 -111
- package/dist/next.var.css +135 -135
- 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 +51 -51
- package/variables.less +14 -14
- package/variables.scss +14 -14
- package/variables.scss2css.scss +41 -41
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-fpx-warehouse@1.0.
|
|
2
|
+
* @alifd/theme-fpx-warehouse@1.0.4 (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)
|
|
@@ -2547,8 +2547,8 @@
|
|
|
2547
2547
|
/* 使用已有变量$radio-font-margin-left,配左即两边都有间隔 */
|
|
2548
2548
|
margin-right: 8px;
|
|
2549
2549
|
margin-right: var(--radio-font-margin-left, 8px);
|
|
2550
|
-
font-size:
|
|
2551
|
-
font-size: var(--radio-font-size,
|
|
2550
|
+
font-size: 14px;
|
|
2551
|
+
font-size: var(--radio-font-size, 14px);
|
|
2552
2552
|
vertical-align: middle;
|
|
2553
2553
|
line-height: 1;
|
|
2554
2554
|
color: #323643;
|
|
@@ -3792,8 +3792,8 @@
|
|
|
3792
3792
|
background: var(--menu-background, #FFFFFF);
|
|
3793
3793
|
line-height: 36px;
|
|
3794
3794
|
line-height: var(--menu-line-height, 36px);
|
|
3795
|
-
font-size:
|
|
3796
|
-
font-size: var(--menu-font-size,
|
|
3795
|
+
font-size: 14px;
|
|
3796
|
+
font-size: var(--menu-font-size, 14px);
|
|
3797
3797
|
-webkit-animation-duration: 300ms;
|
|
3798
3798
|
animation-duration: 300ms;
|
|
3799
3799
|
-webkit-animation-timing-function: ease;
|
|
@@ -3871,8 +3871,8 @@
|
|
|
3871
3871
|
color: #a9aeba;
|
|
3872
3872
|
color: var(--color-text1-2, #a9aeba);
|
|
3873
3873
|
font-style: normal;
|
|
3874
|
-
font-size:
|
|
3875
|
-
font-size: var(--menu-font-size,
|
|
3874
|
+
font-size: 14px;
|
|
3875
|
+
font-size: var(--menu-font-size, 14px); }
|
|
3876
3876
|
.next-menu-item .next-checkbox,
|
|
3877
3877
|
.next-menu-item .next-radio {
|
|
3878
3878
|
margin-right: 4px; }
|
|
@@ -3920,8 +3920,8 @@
|
|
|
3920
3920
|
.next-menu-item-inner {
|
|
3921
3921
|
height: 36px;
|
|
3922
3922
|
height: var(--menu-line-height, 36px);
|
|
3923
|
-
font-size:
|
|
3924
|
-
font-size: var(--menu-font-size,
|
|
3923
|
+
font-size: 14px;
|
|
3924
|
+
font-size: var(--menu-font-size, 14px);
|
|
3925
3925
|
overflow: hidden;
|
|
3926
3926
|
text-overflow: ellipsis;
|
|
3927
3927
|
white-space: nowrap;
|
|
@@ -5566,8 +5566,8 @@
|
|
|
5566
5566
|
color: var(--input-text-color, #323643);
|
|
5567
5567
|
padding: 8px 8px;
|
|
5568
5568
|
padding: var(--input-multiple-padding-tb, 8px) var(--input-multiple-padding-lr, 8px);
|
|
5569
|
-
font-size:
|
|
5570
|
-
font-size: var(--input-multiple-font-size,
|
|
5569
|
+
font-size: 14px;
|
|
5570
|
+
font-size: var(--input-multiple-font-size, 14px);
|
|
5571
5571
|
border-radius: 4px;
|
|
5572
5572
|
border-radius: var(--input-multiple-corner, 4px); }
|
|
5573
5573
|
.next-input.next-input-textarea.next-small textarea {
|
|
@@ -5603,8 +5603,8 @@
|
|
|
5603
5603
|
color: #dadfe8;
|
|
5604
5604
|
color: var(--input-disabled-border-color, #dadfe8);
|
|
5605
5605
|
display: inline-block;
|
|
5606
|
-
font-size:
|
|
5607
|
-
font-size: var(--input-multiple-font-size,
|
|
5606
|
+
font-size: 14px;
|
|
5607
|
+
font-size: var(--input-multiple-font-size, 14px); }
|
|
5608
5608
|
.next-input-hint-wrap {
|
|
5609
5609
|
color: #c3cbd5;
|
|
5610
5610
|
color: var(--input-hint-color, #c3cbd5);
|
|
@@ -5679,10 +5679,10 @@
|
|
|
5679
5679
|
box-shadow: none; }
|
|
5680
5680
|
.next-input-control .next-input-len,
|
|
5681
5681
|
.next-input-control .next-input-textarea-clear {
|
|
5682
|
-
font-size:
|
|
5683
|
-
font-size: var(--input-maxlen-font-size,
|
|
5684
|
-
line-height:
|
|
5685
|
-
line-height: var(--input-maxlen-font-size,
|
|
5682
|
+
font-size: 14px;
|
|
5683
|
+
font-size: var(--input-maxlen-font-size, 14px);
|
|
5684
|
+
line-height: 14px;
|
|
5685
|
+
line-height: var(--input-maxlen-font-size, 14px);
|
|
5686
5686
|
color: #c3cbd5;
|
|
5687
5687
|
color: var(--input-maxlen-color, #c3cbd5);
|
|
5688
5688
|
display: table-cell;
|
|
@@ -7281,8 +7281,8 @@
|
|
|
7281
7281
|
margin-bottom: 8px; }
|
|
7282
7282
|
|
|
7283
7283
|
.next-checkbox-label {
|
|
7284
|
-
font-size:
|
|
7285
|
-
font-size: var(--checkbox-font-size,
|
|
7284
|
+
font-size: 14px;
|
|
7285
|
+
font-size: var(--checkbox-font-size, 14px);
|
|
7286
7286
|
color: #323643;
|
|
7287
7287
|
color: var(--checkbox-label-color, #323643);
|
|
7288
7288
|
vertical-align: middle;
|
|
@@ -7455,8 +7455,8 @@
|
|
|
7455
7455
|
height: var(--time-picker-menu-title-height, 12px);
|
|
7456
7456
|
line-height: 12px;
|
|
7457
7457
|
line-height: var(--time-picker-menu-title-height, 12px);
|
|
7458
|
-
font-size:
|
|
7459
|
-
font-size: var(--time-picker-menu-title-font-size,
|
|
7458
|
+
font-size: 14px;
|
|
7459
|
+
font-size: var(--time-picker-menu-title-font-size, 14px);
|
|
7460
7460
|
font-weight: normal;
|
|
7461
7461
|
font-weight: var(--time-pikcer-menu-title-font-weight, normal);
|
|
7462
7462
|
color: #c3cbd5;
|
|
@@ -7469,8 +7469,8 @@
|
|
|
7469
7469
|
list-style: none;
|
|
7470
7470
|
margin: 0;
|
|
7471
7471
|
padding: 0;
|
|
7472
|
-
font-size:
|
|
7473
|
-
font-size: var(--time-picker-menu-item-font-size,
|
|
7472
|
+
font-size: 14px;
|
|
7473
|
+
font-size: var(--time-picker-menu-item-font-size, 14px);
|
|
7474
7474
|
height: calc(28px*7);
|
|
7475
7475
|
height: calc(var(--time-picker-menu-item-height, 28px)*7); }
|
|
7476
7476
|
.next-time-picker-menu-item {
|
|
@@ -8730,8 +8730,8 @@
|
|
|
8730
8730
|
.next-drawer-body {
|
|
8731
8731
|
padding: 16px 20px 16px 20px;
|
|
8732
8732
|
padding: var(--drawer-content-padding-top, 16px) var(--drawer-content-padding-left-right, 20px) var(--drawer-content-padding-bottom, 16px) var(--drawer-content-padding-left-right, 20px);
|
|
8733
|
-
font-size:
|
|
8734
|
-
font-size: var(--drawer-content-font-size,
|
|
8733
|
+
font-size: 14px;
|
|
8734
|
+
font-size: var(--drawer-content-font-size, 14px);
|
|
8735
8735
|
line-height: 1.5;
|
|
8736
8736
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8737
8737
|
color: #767d91;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-fpx-warehouse@1.0.
|
|
2
|
+
* @alifd/theme-fpx-warehouse@1.0.4 (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)
|
|
@@ -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);
|
|
@@ -4165,8 +4165,8 @@
|
|
|
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 {
|
|
@@ -4208,8 +4208,8 @@
|
|
|
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 {
|
|
@@ -4251,8 +4251,8 @@
|
|
|
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 {
|
|
@@ -4294,8 +4294,8 @@
|
|
|
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);
|
|
@@ -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;
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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;
|