@alifd/theme-fpx-warehouse 1.0.2 → 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/dist/next-1.css +9 -9
- package/dist/next-2.css +56 -56
- package/dist/next-noreset-1.css +9 -9
- package/dist/next-noreset-2.css +56 -56
- package/dist/next-noreset.css +64 -64
- 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 +17 -17
- package/dist/next-noreset.var-2.css +111 -111
- package/dist/next-noreset.var.css +127 -127
- 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 +64 -64
- 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 +17 -17
- package/dist/next.var-2.css +111 -111
- package/dist/next.var.css +127 -127
- 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 +43 -43
- package/variables.less +12 -12
- package/variables.scss +12 -12
- package/variables.scss2css.scss +35 -35
package/dist/next.var.css
CHANGED
|
@@ -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)
|
|
@@ -3110,8 +3110,8 @@ small {
|
|
|
3110
3110
|
/* 使用已有变量$radio-font-margin-left,配左即两边都有间隔 */
|
|
3111
3111
|
margin-right: 8px;
|
|
3112
3112
|
margin-right: var(--radio-font-margin-left, 8px);
|
|
3113
|
-
font-size:
|
|
3114
|
-
font-size: var(--radio-font-size,
|
|
3113
|
+
font-size: 14px;
|
|
3114
|
+
font-size: var(--radio-font-size, 14px);
|
|
3115
3115
|
vertical-align: middle;
|
|
3116
3116
|
line-height: 1;
|
|
3117
3117
|
color: #323643;
|
|
@@ -4355,8 +4355,8 @@ small {
|
|
|
4355
4355
|
background: var(--menu-background, #FFFFFF);
|
|
4356
4356
|
line-height: 36px;
|
|
4357
4357
|
line-height: var(--menu-line-height, 36px);
|
|
4358
|
-
font-size:
|
|
4359
|
-
font-size: var(--menu-font-size,
|
|
4358
|
+
font-size: 14px;
|
|
4359
|
+
font-size: var(--menu-font-size, 14px);
|
|
4360
4360
|
-webkit-animation-duration: 300ms;
|
|
4361
4361
|
animation-duration: 300ms;
|
|
4362
4362
|
-webkit-animation-timing-function: ease;
|
|
@@ -4434,8 +4434,8 @@ small {
|
|
|
4434
4434
|
color: #a9aeba;
|
|
4435
4435
|
color: var(--color-text1-2, #a9aeba);
|
|
4436
4436
|
font-style: normal;
|
|
4437
|
-
font-size:
|
|
4438
|
-
font-size: var(--menu-font-size,
|
|
4437
|
+
font-size: 14px;
|
|
4438
|
+
font-size: var(--menu-font-size, 14px); }
|
|
4439
4439
|
.next-menu-item .next-checkbox,
|
|
4440
4440
|
.next-menu-item .next-radio {
|
|
4441
4441
|
margin-right: 4px; }
|
|
@@ -4483,8 +4483,8 @@ small {
|
|
|
4483
4483
|
.next-menu-item-inner {
|
|
4484
4484
|
height: 36px;
|
|
4485
4485
|
height: var(--menu-line-height, 36px);
|
|
4486
|
-
font-size:
|
|
4487
|
-
font-size: var(--menu-font-size,
|
|
4486
|
+
font-size: 14px;
|
|
4487
|
+
font-size: var(--menu-font-size, 14px);
|
|
4488
4488
|
overflow: hidden;
|
|
4489
4489
|
text-overflow: ellipsis;
|
|
4490
4490
|
white-space: nowrap;
|
|
@@ -7844,8 +7844,8 @@ small {
|
|
|
7844
7844
|
margin-bottom: 8px; }
|
|
7845
7845
|
|
|
7846
7846
|
.next-checkbox-label {
|
|
7847
|
-
font-size:
|
|
7848
|
-
font-size: var(--checkbox-font-size,
|
|
7847
|
+
font-size: 14px;
|
|
7848
|
+
font-size: var(--checkbox-font-size, 14px);
|
|
7849
7849
|
color: #323643;
|
|
7850
7850
|
color: var(--checkbox-label-color, #323643);
|
|
7851
7851
|
vertical-align: middle;
|
|
@@ -8018,8 +8018,8 @@ small {
|
|
|
8018
8018
|
height: var(--time-picker-menu-title-height, 12px);
|
|
8019
8019
|
line-height: 12px;
|
|
8020
8020
|
line-height: var(--time-picker-menu-title-height, 12px);
|
|
8021
|
-
font-size:
|
|
8022
|
-
font-size: var(--time-picker-menu-title-font-size,
|
|
8021
|
+
font-size: 14px;
|
|
8022
|
+
font-size: var(--time-picker-menu-title-font-size, 14px);
|
|
8023
8023
|
font-weight: normal;
|
|
8024
8024
|
font-weight: var(--time-pikcer-menu-title-font-weight, normal);
|
|
8025
8025
|
color: #c3cbd5;
|
|
@@ -8032,8 +8032,8 @@ small {
|
|
|
8032
8032
|
list-style: none;
|
|
8033
8033
|
margin: 0;
|
|
8034
8034
|
padding: 0;
|
|
8035
|
-
font-size:
|
|
8036
|
-
font-size: var(--time-picker-menu-item-font-size,
|
|
8035
|
+
font-size: 14px;
|
|
8036
|
+
font-size: var(--time-picker-menu-item-font-size, 14px);
|
|
8037
8037
|
height: calc(28px*7);
|
|
8038
8038
|
height: calc(var(--time-picker-menu-item-height, 28px)*7); }
|
|
8039
8039
|
.next-time-picker-menu-item {
|
|
@@ -9293,8 +9293,8 @@ small {
|
|
|
9293
9293
|
.next-drawer-body {
|
|
9294
9294
|
padding: 16px 20px 16px 20px;
|
|
9295
9295
|
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);
|
|
9296
|
-
font-size:
|
|
9297
|
-
font-size: var(--drawer-content-font-size,
|
|
9296
|
+
font-size: 14px;
|
|
9297
|
+
font-size: var(--drawer-content-font-size, 14px);
|
|
9298
9298
|
line-height: 1.5;
|
|
9299
9299
|
line-height: var(--font-lineheight-2, 1.5);
|
|
9300
9300
|
color: #767d91;
|
|
@@ -18323,8 +18323,8 @@ small {
|
|
|
18323
18323
|
.next-step-arrow > .next-step-item-wait .next-step-item-content {
|
|
18324
18324
|
color: #323643;
|
|
18325
18325
|
color: var(--step-arrow-item-title-wait-color, #323643);
|
|
18326
|
-
font-size:
|
|
18327
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18326
|
+
font-size: 14px;
|
|
18327
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18328
18328
|
line-height: 1.5;
|
|
18329
18329
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18330
18330
|
word-break: break-word; }
|
|
@@ -18341,8 +18341,8 @@ small {
|
|
|
18341
18341
|
display: block;
|
|
18342
18342
|
width: 32px;
|
|
18343
18343
|
height: 32px;
|
|
18344
|
-
font-size:
|
|
18345
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18344
|
+
font-size: 14px;
|
|
18345
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18346
18346
|
font-weight: normal;
|
|
18347
18347
|
font-weight: var(--font-weight-2, normal);
|
|
18348
18348
|
line-height: calc(32px - 1px*2);
|
|
@@ -18397,8 +18397,8 @@ small {
|
|
|
18397
18397
|
.next-step-arrow > .next-step-item-process .next-step-item-content {
|
|
18398
18398
|
color: #FFFFFF;
|
|
18399
18399
|
color: var(--step-arrow-item-title-process-color, #FFFFFF);
|
|
18400
|
-
font-size:
|
|
18401
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18400
|
+
font-size: 14px;
|
|
18401
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18402
18402
|
line-height: 1.5;
|
|
18403
18403
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18404
18404
|
word-break: break-word; }
|
|
@@ -18415,8 +18415,8 @@ small {
|
|
|
18415
18415
|
display: block;
|
|
18416
18416
|
width: 32px;
|
|
18417
18417
|
height: 32px;
|
|
18418
|
-
font-size:
|
|
18419
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18418
|
+
font-size: 14px;
|
|
18419
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18420
18420
|
font-weight: normal;
|
|
18421
18421
|
font-weight: var(--font-weight-2, normal);
|
|
18422
18422
|
line-height: calc(32px - 1px*2);
|
|
@@ -18471,8 +18471,8 @@ small {
|
|
|
18471
18471
|
.next-step-arrow > .next-step-item-finish .next-step-item-content {
|
|
18472
18472
|
color: #284cc0;
|
|
18473
18473
|
color: var(--step-arrow-item-title-finish-color, #284cc0);
|
|
18474
|
-
font-size:
|
|
18475
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18474
|
+
font-size: 14px;
|
|
18475
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18476
18476
|
line-height: 1.5;
|
|
18477
18477
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18478
18478
|
word-break: break-word; }
|
|
@@ -18489,8 +18489,8 @@ small {
|
|
|
18489
18489
|
display: block;
|
|
18490
18490
|
width: 32px;
|
|
18491
18491
|
height: 32px;
|
|
18492
|
-
font-size:
|
|
18493
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18492
|
+
font-size: 14px;
|
|
18493
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18494
18494
|
font-weight: normal;
|
|
18495
18495
|
font-weight: var(--font-weight-2, normal);
|
|
18496
18496
|
line-height: calc(32px - 1px*2);
|
|
@@ -18546,8 +18546,8 @@ small {
|
|
|
18546
18546
|
.next-step-arrow .next-step-item-disabled .next-step-item-content {
|
|
18547
18547
|
color: #c3cbd5;
|
|
18548
18548
|
color: var(--step-arrow-item-title-disabled-color, #c3cbd5);
|
|
18549
|
-
font-size:
|
|
18550
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18549
|
+
font-size: 14px;
|
|
18550
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18551
18551
|
line-height: 1.5;
|
|
18552
18552
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18553
18553
|
word-break: break-word; }
|
|
@@ -18564,8 +18564,8 @@ small {
|
|
|
18564
18564
|
display: block;
|
|
18565
18565
|
width: 32px;
|
|
18566
18566
|
height: 32px;
|
|
18567
|
-
font-size:
|
|
18568
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18567
|
+
font-size: 14px;
|
|
18568
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18569
18569
|
font-weight: normal;
|
|
18570
18570
|
font-weight: var(--font-weight-2, normal);
|
|
18571
18571
|
line-height: calc(32px - 1px*2);
|
|
@@ -18671,8 +18671,8 @@ small {
|
|
|
18671
18671
|
.next-step-circle > .next-step-item-wait .next-step-item-content {
|
|
18672
18672
|
color: #a9aeba;
|
|
18673
18673
|
color: var(--step-circle-item-title-wait-color, #a9aeba);
|
|
18674
|
-
font-size:
|
|
18675
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18674
|
+
font-size: 14px;
|
|
18675
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18676
18676
|
line-height: 1.5;
|
|
18677
18677
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18678
18678
|
word-break: break-word; }
|
|
@@ -18695,8 +18695,8 @@ small {
|
|
|
18695
18695
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
18696
18696
|
height: 32px;
|
|
18697
18697
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
18698
|
-
font-size:
|
|
18699
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18698
|
+
font-size: 14px;
|
|
18699
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18700
18700
|
font-weight: normal;
|
|
18701
18701
|
font-weight: var(--font-weight-2, normal);
|
|
18702
18702
|
line-height: calc(32px - 1px*2);
|
|
@@ -18755,8 +18755,8 @@ small {
|
|
|
18755
18755
|
.next-step-circle > .next-step-item-process .next-step-item-content {
|
|
18756
18756
|
color: #323643;
|
|
18757
18757
|
color: var(--step-circle-item-title-process-color, #323643);
|
|
18758
|
-
font-size:
|
|
18759
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18758
|
+
font-size: 14px;
|
|
18759
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18760
18760
|
line-height: 1.5;
|
|
18761
18761
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18762
18762
|
word-break: break-word; }
|
|
@@ -18779,8 +18779,8 @@ small {
|
|
|
18779
18779
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
18780
18780
|
height: 32px;
|
|
18781
18781
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
18782
|
-
font-size:
|
|
18783
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18782
|
+
font-size: 14px;
|
|
18783
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18784
18784
|
font-weight: normal;
|
|
18785
18785
|
font-weight: var(--font-weight-2, normal);
|
|
18786
18786
|
line-height: calc(32px - 1px*2);
|
|
@@ -18839,8 +18839,8 @@ small {
|
|
|
18839
18839
|
.next-step-circle > .next-step-item-finish .next-step-item-content {
|
|
18840
18840
|
color: #323643;
|
|
18841
18841
|
color: var(--step-circle-item-title-finish-color, #323643);
|
|
18842
|
-
font-size:
|
|
18843
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18842
|
+
font-size: 14px;
|
|
18843
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18844
18844
|
line-height: 1.5;
|
|
18845
18845
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18846
18846
|
word-break: break-word; }
|
|
@@ -18863,8 +18863,8 @@ small {
|
|
|
18863
18863
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
18864
18864
|
height: 32px;
|
|
18865
18865
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
18866
|
-
font-size:
|
|
18867
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18866
|
+
font-size: 14px;
|
|
18867
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18868
18868
|
font-weight: normal;
|
|
18869
18869
|
font-weight: var(--font-weight-2, normal);
|
|
18870
18870
|
line-height: calc(32px - 1px*2);
|
|
@@ -18923,8 +18923,8 @@ small {
|
|
|
18923
18923
|
.next-step-circle .next-step-item-disabled .next-step-item-content {
|
|
18924
18924
|
color: #c3cbd5;
|
|
18925
18925
|
color: var(--step-circle-item-title-disabled-color, #c3cbd5);
|
|
18926
|
-
font-size:
|
|
18927
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18926
|
+
font-size: 14px;
|
|
18927
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18928
18928
|
line-height: 1.5;
|
|
18929
18929
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18930
18930
|
word-break: break-word; }
|
|
@@ -18947,8 +18947,8 @@ small {
|
|
|
18947
18947
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
18948
18948
|
height: 32px;
|
|
18949
18949
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
18950
|
-
font-size:
|
|
18951
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18950
|
+
font-size: 14px;
|
|
18951
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18952
18952
|
font-weight: normal;
|
|
18953
18953
|
font-weight: var(--font-weight-2, normal);
|
|
18954
18954
|
line-height: calc(32px - 1px*2);
|
|
@@ -19014,10 +19014,10 @@ small {
|
|
|
19014
19014
|
text-align: center;
|
|
19015
19015
|
position: absolute; }
|
|
19016
19016
|
.next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
19017
|
-
font-size:
|
|
19018
|
-
font-size: var(--step-circle-item-title-size,
|
|
19019
|
-
line-height: calc(
|
|
19020
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
19017
|
+
font-size: 16px;
|
|
19018
|
+
font-size: var(--step-circle-item-title-size, 16px);
|
|
19019
|
+
line-height: calc(16px + 4px);
|
|
19020
|
+
line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
|
|
19021
19021
|
margin-top: 8px;
|
|
19022
19022
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
19023
19023
|
font-weight: normal;
|
|
@@ -19052,10 +19052,10 @@ small {
|
|
|
19052
19052
|
text-align: center;
|
|
19053
19053
|
position: absolute; }
|
|
19054
19054
|
.next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
19055
|
-
font-size:
|
|
19056
|
-
font-size: var(--step-circle-item-title-size,
|
|
19057
|
-
line-height: calc(
|
|
19058
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
19055
|
+
font-size: 16px;
|
|
19056
|
+
font-size: var(--step-circle-item-title-size, 16px);
|
|
19057
|
+
line-height: calc(16px + 4px);
|
|
19058
|
+
line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
|
|
19059
19059
|
margin-top: 8px;
|
|
19060
19060
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
19061
19061
|
font-weight: normal;
|
|
@@ -19090,10 +19090,10 @@ small {
|
|
|
19090
19090
|
text-align: center;
|
|
19091
19091
|
position: absolute; }
|
|
19092
19092
|
.next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
19093
|
-
font-size:
|
|
19094
|
-
font-size: var(--step-circle-item-title-size,
|
|
19095
|
-
line-height: calc(
|
|
19096
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
19093
|
+
font-size: 16px;
|
|
19094
|
+
font-size: var(--step-circle-item-title-size, 16px);
|
|
19095
|
+
line-height: calc(16px + 4px);
|
|
19096
|
+
line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
|
|
19097
19097
|
margin-top: 8px;
|
|
19098
19098
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
19099
19099
|
font-weight: normal;
|
|
@@ -19128,10 +19128,10 @@ small {
|
|
|
19128
19128
|
text-align: center;
|
|
19129
19129
|
position: absolute; }
|
|
19130
19130
|
.next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
19131
|
-
font-size:
|
|
19132
|
-
font-size: var(--step-circle-item-title-size,
|
|
19133
|
-
line-height: calc(
|
|
19134
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
19131
|
+
font-size: 16px;
|
|
19132
|
+
font-size: var(--step-circle-item-title-size, 16px);
|
|
19133
|
+
line-height: calc(16px + 4px);
|
|
19134
|
+
line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
|
|
19135
19135
|
margin-top: 8px;
|
|
19136
19136
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
19137
19137
|
font-weight: normal;
|
|
@@ -19160,8 +19160,8 @@ small {
|
|
|
19160
19160
|
display: inline-block;
|
|
19161
19161
|
padding-right: 8px;
|
|
19162
19162
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
19163
|
-
margin-top: calc(32px/2 -
|
|
19164
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
19163
|
+
margin-top: calc(32px/2 - 16px/2);
|
|
19164
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
|
|
19165
19165
|
|
|
19166
19166
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
|
|
19167
19167
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -19188,8 +19188,8 @@ small {
|
|
|
19188
19188
|
display: inline-block;
|
|
19189
19189
|
padding-right: 8px;
|
|
19190
19190
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
19191
|
-
margin-top: calc(32px/2 -
|
|
19192
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
19191
|
+
margin-top: calc(32px/2 - 16px/2);
|
|
19192
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
|
|
19193
19193
|
|
|
19194
19194
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
|
|
19195
19195
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -19216,8 +19216,8 @@ small {
|
|
|
19216
19216
|
display: inline-block;
|
|
19217
19217
|
padding-right: 8px;
|
|
19218
19218
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
19219
|
-
margin-top: calc(32px/2 -
|
|
19220
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
19219
|
+
margin-top: calc(32px/2 - 16px/2);
|
|
19220
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
|
|
19221
19221
|
|
|
19222
19222
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
|
|
19223
19223
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -19244,8 +19244,8 @@ small {
|
|
|
19244
19244
|
display: inline-block;
|
|
19245
19245
|
padding-right: 8px;
|
|
19246
19246
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
19247
|
-
margin-top: calc(32px/2 -
|
|
19248
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
19247
|
+
margin-top: calc(32px/2 - 16px/2);
|
|
19248
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
|
|
19249
19249
|
|
|
19250
19250
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
|
|
19251
19251
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -19304,8 +19304,8 @@ small {
|
|
|
19304
19304
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
19305
19305
|
min-height: 8px;
|
|
19306
19306
|
text-align: left;
|
|
19307
|
-
font-size:
|
|
19308
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19307
|
+
font-size: 14px;
|
|
19308
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19309
19309
|
line-height: 1.5;
|
|
19310
19310
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
19311
19311
|
.next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
|
|
@@ -19347,8 +19347,8 @@ small {
|
|
|
19347
19347
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
19348
19348
|
min-height: 8px;
|
|
19349
19349
|
text-align: left;
|
|
19350
|
-
font-size:
|
|
19351
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19350
|
+
font-size: 14px;
|
|
19351
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19352
19352
|
line-height: 1.5;
|
|
19353
19353
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
19354
19354
|
.next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
|
|
@@ -19390,8 +19390,8 @@ small {
|
|
|
19390
19390
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
19391
19391
|
min-height: 8px;
|
|
19392
19392
|
text-align: left;
|
|
19393
|
-
font-size:
|
|
19394
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19393
|
+
font-size: 14px;
|
|
19394
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19395
19395
|
line-height: 1.5;
|
|
19396
19396
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
19397
19397
|
.next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
|
|
@@ -19433,8 +19433,8 @@ small {
|
|
|
19433
19433
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
19434
19434
|
min-height: 8px;
|
|
19435
19435
|
text-align: left;
|
|
19436
|
-
font-size:
|
|
19437
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19436
|
+
font-size: 14px;
|
|
19437
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19438
19438
|
line-height: 1.5;
|
|
19439
19439
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
19440
19440
|
|
|
@@ -19497,8 +19497,8 @@ small {
|
|
|
19497
19497
|
.next-step-dot > .next-step-item-wait .next-step-item-content {
|
|
19498
19498
|
color: #a9aeba;
|
|
19499
19499
|
color: var(--step-dot-item-title-wait-color, #a9aeba);
|
|
19500
|
-
font-size:
|
|
19501
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19500
|
+
font-size: 14px;
|
|
19501
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19502
19502
|
line-height: 1.5;
|
|
19503
19503
|
line-height: var(--font-lineheight-2, 1.5);
|
|
19504
19504
|
word-break: break-word; }
|
|
@@ -19521,8 +19521,8 @@ small {
|
|
|
19521
19521
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
19522
19522
|
height: 12px;
|
|
19523
19523
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
19524
|
-
font-size:
|
|
19525
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
19524
|
+
font-size: 14px;
|
|
19525
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
19526
19526
|
font-weight: normal;
|
|
19527
19527
|
font-weight: var(--font-weight-2, normal);
|
|
19528
19528
|
line-height: calc(12px - 1px*2);
|
|
@@ -19603,8 +19603,8 @@ small {
|
|
|
19603
19603
|
.next-step-dot > .next-step-item-process .next-step-item-content {
|
|
19604
19604
|
color: #323643;
|
|
19605
19605
|
color: var(--step-dot-item-title-process-color, #323643);
|
|
19606
|
-
font-size:
|
|
19607
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19606
|
+
font-size: 14px;
|
|
19607
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19608
19608
|
line-height: 1.5;
|
|
19609
19609
|
line-height: var(--font-lineheight-2, 1.5);
|
|
19610
19610
|
word-break: break-word; }
|
|
@@ -19627,8 +19627,8 @@ small {
|
|
|
19627
19627
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
19628
19628
|
height: 12px;
|
|
19629
19629
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
19630
|
-
font-size:
|
|
19631
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
19630
|
+
font-size: 14px;
|
|
19631
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
19632
19632
|
font-weight: normal;
|
|
19633
19633
|
font-weight: var(--font-weight-2, normal);
|
|
19634
19634
|
line-height: calc(12px - 1px*2);
|
|
@@ -19709,8 +19709,8 @@ small {
|
|
|
19709
19709
|
.next-step-dot > .next-step-item-finish .next-step-item-content {
|
|
19710
19710
|
color: #323643;
|
|
19711
19711
|
color: var(--step-dot-item-title-finish-color, #323643);
|
|
19712
|
-
font-size:
|
|
19713
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19712
|
+
font-size: 14px;
|
|
19713
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19714
19714
|
line-height: 1.5;
|
|
19715
19715
|
line-height: var(--font-lineheight-2, 1.5);
|
|
19716
19716
|
word-break: break-word; }
|
|
@@ -19733,8 +19733,8 @@ small {
|
|
|
19733
19733
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
19734
19734
|
height: 12px;
|
|
19735
19735
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
19736
|
-
font-size:
|
|
19737
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
19736
|
+
font-size: 14px;
|
|
19737
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
19738
19738
|
font-weight: normal;
|
|
19739
19739
|
font-weight: var(--font-weight-2, normal);
|
|
19740
19740
|
line-height: calc(12px - 1px*2);
|
|
@@ -19815,8 +19815,8 @@ small {
|
|
|
19815
19815
|
.next-step-dot .next-step-item-disabled .next-step-item-content {
|
|
19816
19816
|
color: #c3cbd5;
|
|
19817
19817
|
color: var(--step-dot-item-title-disabled-color, #c3cbd5);
|
|
19818
|
-
font-size:
|
|
19819
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19818
|
+
font-size: 14px;
|
|
19819
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19820
19820
|
line-height: 1.5;
|
|
19821
19821
|
line-height: var(--font-lineheight-2, 1.5);
|
|
19822
19822
|
word-break: break-word; }
|
|
@@ -19839,8 +19839,8 @@ small {
|
|
|
19839
19839
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
19840
19840
|
height: 12px;
|
|
19841
19841
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
19842
|
-
font-size:
|
|
19843
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
19842
|
+
font-size: 14px;
|
|
19843
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
19844
19844
|
font-weight: normal;
|
|
19845
19845
|
font-weight: var(--font-weight-2, normal);
|
|
19846
19846
|
line-height: calc(12px - 1px*2);
|
|
@@ -22227,8 +22227,8 @@ small {
|
|
|
22227
22227
|
line-height: calc(var(--tag-size-m-height, 24px) - var(--tag-border-width, 1px)*2);
|
|
22228
22228
|
font-size: 0; }
|
|
22229
22229
|
.next-tag-medium > .next-tag-body {
|
|
22230
|
-
font-size:
|
|
22231
|
-
font-size: var(--tag-size-m-text-size,
|
|
22230
|
+
font-size: 14px;
|
|
22231
|
+
font-size: var(--tag-size-m-text-size, 14px);
|
|
22232
22232
|
padding: 0 8px;
|
|
22233
22233
|
padding: 0 var(--tag-size-m-padding-lr, 8px);
|
|
22234
22234
|
min-width: 40px;
|
|
@@ -22539,8 +22539,8 @@ small {
|
|
|
22539
22539
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22540
22540
|
margin-bottom: 12px;
|
|
22541
22541
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22542
|
-
font-size:
|
|
22543
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22542
|
+
font-size: 14px;
|
|
22543
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
22544
22544
|
color: #a9aeba;
|
|
22545
22545
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
22546
22546
|
text-align: right; }
|
|
@@ -22700,8 +22700,8 @@ small {
|
|
|
22700
22700
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22701
22701
|
margin-bottom: 12px;
|
|
22702
22702
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22703
|
-
font-size:
|
|
22704
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22703
|
+
font-size: 14px;
|
|
22704
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
22705
22705
|
color: #a9aeba;
|
|
22706
22706
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
22707
22707
|
text-align: right; }
|
|
@@ -22861,8 +22861,8 @@ small {
|
|
|
22861
22861
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22862
22862
|
margin-bottom: 12px;
|
|
22863
22863
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22864
|
-
font-size:
|
|
22865
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22864
|
+
font-size: 14px;
|
|
22865
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
22866
22866
|
color: #a9aeba;
|
|
22867
22867
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
22868
22868
|
text-align: right; }
|
|
@@ -23022,8 +23022,8 @@ small {
|
|
|
23022
23022
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23023
23023
|
margin-bottom: 12px;
|
|
23024
23024
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23025
|
-
font-size:
|
|
23026
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23025
|
+
font-size: 14px;
|
|
23026
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23027
23027
|
color: #a9aeba;
|
|
23028
23028
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23029
23029
|
text-align: right; }
|
|
@@ -23218,8 +23218,8 @@ small {
|
|
|
23218
23218
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23219
23219
|
margin-bottom: 12px;
|
|
23220
23220
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23221
|
-
font-size:
|
|
23222
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23221
|
+
font-size: 14px;
|
|
23222
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23223
23223
|
color: #a9aeba;
|
|
23224
23224
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23225
23225
|
text-align: left; }
|
|
@@ -23372,8 +23372,8 @@ small {
|
|
|
23372
23372
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23373
23373
|
margin-bottom: 12px;
|
|
23374
23374
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23375
|
-
font-size:
|
|
23376
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23375
|
+
font-size: 14px;
|
|
23376
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23377
23377
|
color: #a9aeba;
|
|
23378
23378
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23379
23379
|
text-align: left; }
|
|
@@ -23526,8 +23526,8 @@ small {
|
|
|
23526
23526
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23527
23527
|
margin-bottom: 12px;
|
|
23528
23528
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23529
|
-
font-size:
|
|
23530
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23529
|
+
font-size: 14px;
|
|
23530
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23531
23531
|
color: #a9aeba;
|
|
23532
23532
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23533
23533
|
text-align: left; }
|
|
@@ -23680,8 +23680,8 @@ small {
|
|
|
23680
23680
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23681
23681
|
margin-bottom: 12px;
|
|
23682
23682
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23683
|
-
font-size:
|
|
23684
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23683
|
+
font-size: 14px;
|
|
23684
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23685
23685
|
color: #a9aeba;
|
|
23686
23686
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23687
23687
|
text-align: left; }
|
|
@@ -23768,8 +23768,8 @@ small {
|
|
|
23768
23768
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23769
23769
|
margin-bottom: 12px;
|
|
23770
23770
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23771
|
-
font-size:
|
|
23772
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23771
|
+
font-size: 14px;
|
|
23772
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23773
23773
|
color: #a9aeba;
|
|
23774
23774
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23775
23775
|
text-align: right; }
|
|
@@ -23836,8 +23836,8 @@ small {
|
|
|
23836
23836
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23837
23837
|
margin-bottom: 12px;
|
|
23838
23838
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23839
|
-
font-size:
|
|
23840
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23839
|
+
font-size: 14px;
|
|
23840
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23841
23841
|
color: #a9aeba;
|
|
23842
23842
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23843
23843
|
text-align: left; }
|
|
@@ -24030,16 +24030,16 @@ small {
|
|
|
24030
24030
|
padding: 0 var(--tree-node-title-padding, 4px);
|
|
24031
24031
|
border-radius: 4px;
|
|
24032
24032
|
border-radius: var(--tree-node-title-border-radius, 4px);
|
|
24033
|
-
font-size:
|
|
24034
|
-
font-size: var(--tree-node-title-font-size,
|
|
24033
|
+
font-size: 14px;
|
|
24034
|
+
font-size: var(--tree-node-title-font-size, 14px); }
|
|
24035
24035
|
.next-tree-node-label .next-icon {
|
|
24036
|
-
font-size: calc(
|
|
24037
|
-
font-size: calc(var(--tree-node-title-font-size,
|
|
24036
|
+
font-size: calc(14px + 2px);
|
|
24037
|
+
font-size: calc(var(--tree-node-title-font-size, 14px) + 2px); }
|
|
24038
24038
|
.next-tree-node-label .next-icon::before {
|
|
24039
|
-
font-size:
|
|
24040
|
-
font-size: var(--tree-node-title-font-size,
|
|
24041
|
-
width:
|
|
24042
|
-
width: var(--tree-node-title-font-size,
|
|
24039
|
+
font-size: 14px;
|
|
24040
|
+
font-size: var(--tree-node-title-font-size, 14px);
|
|
24041
|
+
width: 14px;
|
|
24042
|
+
width: var(--tree-node-title-font-size, 14px);
|
|
24043
24043
|
margin-right: .5em; }
|
|
24044
24044
|
.next-tree-node-input.next-input {
|
|
24045
24045
|
margin: 0 4px;
|