@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
|
@@ -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)
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -17760,8 +17760,8 @@
|
|
|
17760
17760
|
.next-step-arrow > .next-step-item-wait .next-step-item-content {
|
|
17761
17761
|
color: #323643;
|
|
17762
17762
|
color: var(--step-arrow-item-title-wait-color, #323643);
|
|
17763
|
-
font-size:
|
|
17764
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
17763
|
+
font-size: 14px;
|
|
17764
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
17765
17765
|
line-height: 1.5;
|
|
17766
17766
|
line-height: var(--font-lineheight-2, 1.5);
|
|
17767
17767
|
word-break: break-word; }
|
|
@@ -17778,8 +17778,8 @@
|
|
|
17778
17778
|
display: block;
|
|
17779
17779
|
width: 32px;
|
|
17780
17780
|
height: 32px;
|
|
17781
|
-
font-size:
|
|
17782
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
17781
|
+
font-size: 14px;
|
|
17782
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
17783
17783
|
font-weight: normal;
|
|
17784
17784
|
font-weight: var(--font-weight-2, normal);
|
|
17785
17785
|
line-height: calc(32px - 1px*2);
|
|
@@ -17834,8 +17834,8 @@
|
|
|
17834
17834
|
.next-step-arrow > .next-step-item-process .next-step-item-content {
|
|
17835
17835
|
color: #FFFFFF;
|
|
17836
17836
|
color: var(--step-arrow-item-title-process-color, #FFFFFF);
|
|
17837
|
-
font-size:
|
|
17838
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
17837
|
+
font-size: 14px;
|
|
17838
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
17839
17839
|
line-height: 1.5;
|
|
17840
17840
|
line-height: var(--font-lineheight-2, 1.5);
|
|
17841
17841
|
word-break: break-word; }
|
|
@@ -17852,8 +17852,8 @@
|
|
|
17852
17852
|
display: block;
|
|
17853
17853
|
width: 32px;
|
|
17854
17854
|
height: 32px;
|
|
17855
|
-
font-size:
|
|
17856
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
17855
|
+
font-size: 14px;
|
|
17856
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
17857
17857
|
font-weight: normal;
|
|
17858
17858
|
font-weight: var(--font-weight-2, normal);
|
|
17859
17859
|
line-height: calc(32px - 1px*2);
|
|
@@ -17908,8 +17908,8 @@
|
|
|
17908
17908
|
.next-step-arrow > .next-step-item-finish .next-step-item-content {
|
|
17909
17909
|
color: #284cc0;
|
|
17910
17910
|
color: var(--step-arrow-item-title-finish-color, #284cc0);
|
|
17911
|
-
font-size:
|
|
17912
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
17911
|
+
font-size: 14px;
|
|
17912
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
17913
17913
|
line-height: 1.5;
|
|
17914
17914
|
line-height: var(--font-lineheight-2, 1.5);
|
|
17915
17915
|
word-break: break-word; }
|
|
@@ -17926,8 +17926,8 @@
|
|
|
17926
17926
|
display: block;
|
|
17927
17927
|
width: 32px;
|
|
17928
17928
|
height: 32px;
|
|
17929
|
-
font-size:
|
|
17930
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
17929
|
+
font-size: 14px;
|
|
17930
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
17931
17931
|
font-weight: normal;
|
|
17932
17932
|
font-weight: var(--font-weight-2, normal);
|
|
17933
17933
|
line-height: calc(32px - 1px*2);
|
|
@@ -17983,8 +17983,8 @@
|
|
|
17983
17983
|
.next-step-arrow .next-step-item-disabled .next-step-item-content {
|
|
17984
17984
|
color: #c3cbd5;
|
|
17985
17985
|
color: var(--step-arrow-item-title-disabled-color, #c3cbd5);
|
|
17986
|
-
font-size:
|
|
17987
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
17986
|
+
font-size: 14px;
|
|
17987
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
17988
17988
|
line-height: 1.5;
|
|
17989
17989
|
line-height: var(--font-lineheight-2, 1.5);
|
|
17990
17990
|
word-break: break-word; }
|
|
@@ -18001,8 +18001,8 @@
|
|
|
18001
18001
|
display: block;
|
|
18002
18002
|
width: 32px;
|
|
18003
18003
|
height: 32px;
|
|
18004
|
-
font-size:
|
|
18005
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18004
|
+
font-size: 14px;
|
|
18005
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18006
18006
|
font-weight: normal;
|
|
18007
18007
|
font-weight: var(--font-weight-2, normal);
|
|
18008
18008
|
line-height: calc(32px - 1px*2);
|
|
@@ -18108,8 +18108,8 @@
|
|
|
18108
18108
|
.next-step-circle > .next-step-item-wait .next-step-item-content {
|
|
18109
18109
|
color: #a9aeba;
|
|
18110
18110
|
color: var(--step-circle-item-title-wait-color, #a9aeba);
|
|
18111
|
-
font-size:
|
|
18112
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18111
|
+
font-size: 14px;
|
|
18112
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18113
18113
|
line-height: 1.5;
|
|
18114
18114
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18115
18115
|
word-break: break-word; }
|
|
@@ -18132,8 +18132,8 @@
|
|
|
18132
18132
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
18133
18133
|
height: 32px;
|
|
18134
18134
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
18135
|
-
font-size:
|
|
18136
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18135
|
+
font-size: 14px;
|
|
18136
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18137
18137
|
font-weight: normal;
|
|
18138
18138
|
font-weight: var(--font-weight-2, normal);
|
|
18139
18139
|
line-height: calc(32px - 1px*2);
|
|
@@ -18192,8 +18192,8 @@
|
|
|
18192
18192
|
.next-step-circle > .next-step-item-process .next-step-item-content {
|
|
18193
18193
|
color: #323643;
|
|
18194
18194
|
color: var(--step-circle-item-title-process-color, #323643);
|
|
18195
|
-
font-size:
|
|
18196
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18195
|
+
font-size: 14px;
|
|
18196
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18197
18197
|
line-height: 1.5;
|
|
18198
18198
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18199
18199
|
word-break: break-word; }
|
|
@@ -18216,8 +18216,8 @@
|
|
|
18216
18216
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
18217
18217
|
height: 32px;
|
|
18218
18218
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
18219
|
-
font-size:
|
|
18220
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18219
|
+
font-size: 14px;
|
|
18220
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18221
18221
|
font-weight: normal;
|
|
18222
18222
|
font-weight: var(--font-weight-2, normal);
|
|
18223
18223
|
line-height: calc(32px - 1px*2);
|
|
@@ -18276,8 +18276,8 @@
|
|
|
18276
18276
|
.next-step-circle > .next-step-item-finish .next-step-item-content {
|
|
18277
18277
|
color: #323643;
|
|
18278
18278
|
color: var(--step-circle-item-title-finish-color, #323643);
|
|
18279
|
-
font-size:
|
|
18280
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18279
|
+
font-size: 14px;
|
|
18280
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18281
18281
|
line-height: 1.5;
|
|
18282
18282
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18283
18283
|
word-break: break-word; }
|
|
@@ -18300,8 +18300,8 @@
|
|
|
18300
18300
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
18301
18301
|
height: 32px;
|
|
18302
18302
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
18303
|
-
font-size:
|
|
18304
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18303
|
+
font-size: 14px;
|
|
18304
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18305
18305
|
font-weight: normal;
|
|
18306
18306
|
font-weight: var(--font-weight-2, normal);
|
|
18307
18307
|
line-height: calc(32px - 1px*2);
|
|
@@ -18360,8 +18360,8 @@
|
|
|
18360
18360
|
.next-step-circle .next-step-item-disabled .next-step-item-content {
|
|
18361
18361
|
color: #c3cbd5;
|
|
18362
18362
|
color: var(--step-circle-item-title-disabled-color, #c3cbd5);
|
|
18363
|
-
font-size:
|
|
18364
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18363
|
+
font-size: 14px;
|
|
18364
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18365
18365
|
line-height: 1.5;
|
|
18366
18366
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18367
18367
|
word-break: break-word; }
|
|
@@ -18384,8 +18384,8 @@
|
|
|
18384
18384
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
18385
18385
|
height: 32px;
|
|
18386
18386
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
18387
|
-
font-size:
|
|
18388
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18387
|
+
font-size: 14px;
|
|
18388
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18389
18389
|
font-weight: normal;
|
|
18390
18390
|
font-weight: var(--font-weight-2, normal);
|
|
18391
18391
|
line-height: calc(32px - 1px*2);
|
|
@@ -18451,10 +18451,10 @@
|
|
|
18451
18451
|
text-align: center;
|
|
18452
18452
|
position: absolute; }
|
|
18453
18453
|
.next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
18454
|
-
font-size:
|
|
18455
|
-
font-size: var(--step-circle-item-title-size,
|
|
18456
|
-
line-height: calc(
|
|
18457
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
18454
|
+
font-size: 16px;
|
|
18455
|
+
font-size: var(--step-circle-item-title-size, 16px);
|
|
18456
|
+
line-height: calc(16px + 4px);
|
|
18457
|
+
line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
|
|
18458
18458
|
margin-top: 8px;
|
|
18459
18459
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
18460
18460
|
font-weight: normal;
|
|
@@ -18489,10 +18489,10 @@
|
|
|
18489
18489
|
text-align: center;
|
|
18490
18490
|
position: absolute; }
|
|
18491
18491
|
.next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
18492
|
-
font-size:
|
|
18493
|
-
font-size: var(--step-circle-item-title-size,
|
|
18494
|
-
line-height: calc(
|
|
18495
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
18492
|
+
font-size: 16px;
|
|
18493
|
+
font-size: var(--step-circle-item-title-size, 16px);
|
|
18494
|
+
line-height: calc(16px + 4px);
|
|
18495
|
+
line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
|
|
18496
18496
|
margin-top: 8px;
|
|
18497
18497
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
18498
18498
|
font-weight: normal;
|
|
@@ -18527,10 +18527,10 @@
|
|
|
18527
18527
|
text-align: center;
|
|
18528
18528
|
position: absolute; }
|
|
18529
18529
|
.next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
18530
|
-
font-size:
|
|
18531
|
-
font-size: var(--step-circle-item-title-size,
|
|
18532
|
-
line-height: calc(
|
|
18533
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
18530
|
+
font-size: 16px;
|
|
18531
|
+
font-size: var(--step-circle-item-title-size, 16px);
|
|
18532
|
+
line-height: calc(16px + 4px);
|
|
18533
|
+
line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
|
|
18534
18534
|
margin-top: 8px;
|
|
18535
18535
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
18536
18536
|
font-weight: normal;
|
|
@@ -18565,10 +18565,10 @@
|
|
|
18565
18565
|
text-align: center;
|
|
18566
18566
|
position: absolute; }
|
|
18567
18567
|
.next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
18568
|
-
font-size:
|
|
18569
|
-
font-size: var(--step-circle-item-title-size,
|
|
18570
|
-
line-height: calc(
|
|
18571
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
18568
|
+
font-size: 16px;
|
|
18569
|
+
font-size: var(--step-circle-item-title-size, 16px);
|
|
18570
|
+
line-height: calc(16px + 4px);
|
|
18571
|
+
line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
|
|
18572
18572
|
margin-top: 8px;
|
|
18573
18573
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
18574
18574
|
font-weight: normal;
|
|
@@ -18597,8 +18597,8 @@
|
|
|
18597
18597
|
display: inline-block;
|
|
18598
18598
|
padding-right: 8px;
|
|
18599
18599
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
18600
|
-
margin-top: calc(32px/2 -
|
|
18601
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
18600
|
+
margin-top: calc(32px/2 - 16px/2);
|
|
18601
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
|
|
18602
18602
|
|
|
18603
18603
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
|
|
18604
18604
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -18625,8 +18625,8 @@
|
|
|
18625
18625
|
display: inline-block;
|
|
18626
18626
|
padding-right: 8px;
|
|
18627
18627
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
18628
|
-
margin-top: calc(32px/2 -
|
|
18629
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
18628
|
+
margin-top: calc(32px/2 - 16px/2);
|
|
18629
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
|
|
18630
18630
|
|
|
18631
18631
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
|
|
18632
18632
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -18653,8 +18653,8 @@
|
|
|
18653
18653
|
display: inline-block;
|
|
18654
18654
|
padding-right: 8px;
|
|
18655
18655
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
18656
|
-
margin-top: calc(32px/2 -
|
|
18657
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
18656
|
+
margin-top: calc(32px/2 - 16px/2);
|
|
18657
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
|
|
18658
18658
|
|
|
18659
18659
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
|
|
18660
18660
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -18681,8 +18681,8 @@
|
|
|
18681
18681
|
display: inline-block;
|
|
18682
18682
|
padding-right: 8px;
|
|
18683
18683
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
18684
|
-
margin-top: calc(32px/2 -
|
|
18685
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
18684
|
+
margin-top: calc(32px/2 - 16px/2);
|
|
18685
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
|
|
18686
18686
|
|
|
18687
18687
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
|
|
18688
18688
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -18741,8 +18741,8 @@
|
|
|
18741
18741
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
18742
18742
|
min-height: 8px;
|
|
18743
18743
|
text-align: left;
|
|
18744
|
-
font-size:
|
|
18745
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18744
|
+
font-size: 14px;
|
|
18745
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18746
18746
|
line-height: 1.5;
|
|
18747
18747
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
18748
18748
|
.next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
|
|
@@ -18784,8 +18784,8 @@
|
|
|
18784
18784
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
18785
18785
|
min-height: 8px;
|
|
18786
18786
|
text-align: left;
|
|
18787
|
-
font-size:
|
|
18788
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18787
|
+
font-size: 14px;
|
|
18788
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18789
18789
|
line-height: 1.5;
|
|
18790
18790
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
18791
18791
|
.next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
|
|
@@ -18827,8 +18827,8 @@
|
|
|
18827
18827
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
18828
18828
|
min-height: 8px;
|
|
18829
18829
|
text-align: left;
|
|
18830
|
-
font-size:
|
|
18831
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18830
|
+
font-size: 14px;
|
|
18831
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18832
18832
|
line-height: 1.5;
|
|
18833
18833
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
18834
18834
|
.next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
|
|
@@ -18870,8 +18870,8 @@
|
|
|
18870
18870
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
18871
18871
|
min-height: 8px;
|
|
18872
18872
|
text-align: left;
|
|
18873
|
-
font-size:
|
|
18874
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18873
|
+
font-size: 14px;
|
|
18874
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18875
18875
|
line-height: 1.5;
|
|
18876
18876
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
18877
18877
|
|
|
@@ -18934,8 +18934,8 @@
|
|
|
18934
18934
|
.next-step-dot > .next-step-item-wait .next-step-item-content {
|
|
18935
18935
|
color: #a9aeba;
|
|
18936
18936
|
color: var(--step-dot-item-title-wait-color, #a9aeba);
|
|
18937
|
-
font-size:
|
|
18938
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18937
|
+
font-size: 14px;
|
|
18938
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18939
18939
|
line-height: 1.5;
|
|
18940
18940
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18941
18941
|
word-break: break-word; }
|
|
@@ -18958,8 +18958,8 @@
|
|
|
18958
18958
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
18959
18959
|
height: 12px;
|
|
18960
18960
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
18961
|
-
font-size:
|
|
18962
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18961
|
+
font-size: 14px;
|
|
18962
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18963
18963
|
font-weight: normal;
|
|
18964
18964
|
font-weight: var(--font-weight-2, normal);
|
|
18965
18965
|
line-height: calc(12px - 1px*2);
|
|
@@ -19040,8 +19040,8 @@
|
|
|
19040
19040
|
.next-step-dot > .next-step-item-process .next-step-item-content {
|
|
19041
19041
|
color: #323643;
|
|
19042
19042
|
color: var(--step-dot-item-title-process-color, #323643);
|
|
19043
|
-
font-size:
|
|
19044
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19043
|
+
font-size: 14px;
|
|
19044
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19045
19045
|
line-height: 1.5;
|
|
19046
19046
|
line-height: var(--font-lineheight-2, 1.5);
|
|
19047
19047
|
word-break: break-word; }
|
|
@@ -19064,8 +19064,8 @@
|
|
|
19064
19064
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
19065
19065
|
height: 12px;
|
|
19066
19066
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
19067
|
-
font-size:
|
|
19068
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
19067
|
+
font-size: 14px;
|
|
19068
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
19069
19069
|
font-weight: normal;
|
|
19070
19070
|
font-weight: var(--font-weight-2, normal);
|
|
19071
19071
|
line-height: calc(12px - 1px*2);
|
|
@@ -19146,8 +19146,8 @@
|
|
|
19146
19146
|
.next-step-dot > .next-step-item-finish .next-step-item-content {
|
|
19147
19147
|
color: #323643;
|
|
19148
19148
|
color: var(--step-dot-item-title-finish-color, #323643);
|
|
19149
|
-
font-size:
|
|
19150
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19149
|
+
font-size: 14px;
|
|
19150
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19151
19151
|
line-height: 1.5;
|
|
19152
19152
|
line-height: var(--font-lineheight-2, 1.5);
|
|
19153
19153
|
word-break: break-word; }
|
|
@@ -19170,8 +19170,8 @@
|
|
|
19170
19170
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
19171
19171
|
height: 12px;
|
|
19172
19172
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
19173
|
-
font-size:
|
|
19174
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
19173
|
+
font-size: 14px;
|
|
19174
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
19175
19175
|
font-weight: normal;
|
|
19176
19176
|
font-weight: var(--font-weight-2, normal);
|
|
19177
19177
|
line-height: calc(12px - 1px*2);
|
|
@@ -19252,8 +19252,8 @@
|
|
|
19252
19252
|
.next-step-dot .next-step-item-disabled .next-step-item-content {
|
|
19253
19253
|
color: #c3cbd5;
|
|
19254
19254
|
color: var(--step-dot-item-title-disabled-color, #c3cbd5);
|
|
19255
|
-
font-size:
|
|
19256
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19255
|
+
font-size: 14px;
|
|
19256
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19257
19257
|
line-height: 1.5;
|
|
19258
19258
|
line-height: var(--font-lineheight-2, 1.5);
|
|
19259
19259
|
word-break: break-word; }
|
|
@@ -19276,8 +19276,8 @@
|
|
|
19276
19276
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
19277
19277
|
height: 12px;
|
|
19278
19278
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
19279
|
-
font-size:
|
|
19280
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
19279
|
+
font-size: 14px;
|
|
19280
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
19281
19281
|
font-weight: normal;
|
|
19282
19282
|
font-weight: var(--font-weight-2, normal);
|
|
19283
19283
|
line-height: calc(12px - 1px*2);
|
|
@@ -21664,8 +21664,8 @@
|
|
|
21664
21664
|
line-height: calc(var(--tag-size-m-height, 24px) - var(--tag-border-width, 1px)*2);
|
|
21665
21665
|
font-size: 0; }
|
|
21666
21666
|
.next-tag-medium > .next-tag-body {
|
|
21667
|
-
font-size:
|
|
21668
|
-
font-size: var(--tag-size-m-text-size,
|
|
21667
|
+
font-size: 14px;
|
|
21668
|
+
font-size: var(--tag-size-m-text-size, 14px);
|
|
21669
21669
|
padding: 0 8px;
|
|
21670
21670
|
padding: 0 var(--tag-size-m-padding-lr, 8px);
|
|
21671
21671
|
min-width: 40px;
|
|
@@ -21976,8 +21976,8 @@
|
|
|
21976
21976
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
21977
21977
|
margin-bottom: 12px;
|
|
21978
21978
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
21979
|
-
font-size:
|
|
21980
|
-
font-size: var(--timeline-item-time-font-size,
|
|
21979
|
+
font-size: 14px;
|
|
21980
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
21981
21981
|
color: #a9aeba;
|
|
21982
21982
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
21983
21983
|
text-align: right; }
|
|
@@ -22137,8 +22137,8 @@
|
|
|
22137
22137
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22138
22138
|
margin-bottom: 12px;
|
|
22139
22139
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22140
|
-
font-size:
|
|
22141
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22140
|
+
font-size: 14px;
|
|
22141
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
22142
22142
|
color: #a9aeba;
|
|
22143
22143
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
22144
22144
|
text-align: right; }
|
|
@@ -22298,8 +22298,8 @@
|
|
|
22298
22298
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22299
22299
|
margin-bottom: 12px;
|
|
22300
22300
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22301
|
-
font-size:
|
|
22302
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22301
|
+
font-size: 14px;
|
|
22302
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
22303
22303
|
color: #a9aeba;
|
|
22304
22304
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
22305
22305
|
text-align: right; }
|
|
@@ -22459,8 +22459,8 @@
|
|
|
22459
22459
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22460
22460
|
margin-bottom: 12px;
|
|
22461
22461
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22462
|
-
font-size:
|
|
22463
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22462
|
+
font-size: 14px;
|
|
22463
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
22464
22464
|
color: #a9aeba;
|
|
22465
22465
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
22466
22466
|
text-align: right; }
|
|
@@ -22655,8 +22655,8 @@
|
|
|
22655
22655
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22656
22656
|
margin-bottom: 12px;
|
|
22657
22657
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22658
|
-
font-size:
|
|
22659
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22658
|
+
font-size: 14px;
|
|
22659
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
22660
22660
|
color: #a9aeba;
|
|
22661
22661
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
22662
22662
|
text-align: left; }
|
|
@@ -22809,8 +22809,8 @@
|
|
|
22809
22809
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22810
22810
|
margin-bottom: 12px;
|
|
22811
22811
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22812
|
-
font-size:
|
|
22813
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22812
|
+
font-size: 14px;
|
|
22813
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
22814
22814
|
color: #a9aeba;
|
|
22815
22815
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
22816
22816
|
text-align: left; }
|
|
@@ -22963,8 +22963,8 @@
|
|
|
22963
22963
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22964
22964
|
margin-bottom: 12px;
|
|
22965
22965
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22966
|
-
font-size:
|
|
22967
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22966
|
+
font-size: 14px;
|
|
22967
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
22968
22968
|
color: #a9aeba;
|
|
22969
22969
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
22970
22970
|
text-align: left; }
|
|
@@ -23117,8 +23117,8 @@
|
|
|
23117
23117
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23118
23118
|
margin-bottom: 12px;
|
|
23119
23119
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23120
|
-
font-size:
|
|
23121
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23120
|
+
font-size: 14px;
|
|
23121
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23122
23122
|
color: #a9aeba;
|
|
23123
23123
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23124
23124
|
text-align: left; }
|
|
@@ -23205,8 +23205,8 @@
|
|
|
23205
23205
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23206
23206
|
margin-bottom: 12px;
|
|
23207
23207
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23208
|
-
font-size:
|
|
23209
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23208
|
+
font-size: 14px;
|
|
23209
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23210
23210
|
color: #a9aeba;
|
|
23211
23211
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23212
23212
|
text-align: right; }
|
|
@@ -23273,8 +23273,8 @@
|
|
|
23273
23273
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23274
23274
|
margin-bottom: 12px;
|
|
23275
23275
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23276
|
-
font-size:
|
|
23277
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23276
|
+
font-size: 14px;
|
|
23277
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23278
23278
|
color: #a9aeba;
|
|
23279
23279
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23280
23280
|
text-align: left; }
|
|
@@ -23467,16 +23467,16 @@
|
|
|
23467
23467
|
padding: 0 var(--tree-node-title-padding, 4px);
|
|
23468
23468
|
border-radius: 4px;
|
|
23469
23469
|
border-radius: var(--tree-node-title-border-radius, 4px);
|
|
23470
|
-
font-size:
|
|
23471
|
-
font-size: var(--tree-node-title-font-size,
|
|
23470
|
+
font-size: 14px;
|
|
23471
|
+
font-size: var(--tree-node-title-font-size, 14px); }
|
|
23472
23472
|
.next-tree-node-label .next-icon {
|
|
23473
|
-
font-size: calc(
|
|
23474
|
-
font-size: calc(var(--tree-node-title-font-size,
|
|
23473
|
+
font-size: calc(14px + 2px);
|
|
23474
|
+
font-size: calc(var(--tree-node-title-font-size, 14px) + 2px); }
|
|
23475
23475
|
.next-tree-node-label .next-icon::before {
|
|
23476
|
-
font-size:
|
|
23477
|
-
font-size: var(--tree-node-title-font-size,
|
|
23478
|
-
width:
|
|
23479
|
-
width: var(--tree-node-title-font-size,
|
|
23476
|
+
font-size: 14px;
|
|
23477
|
+
font-size: var(--tree-node-title-font-size, 14px);
|
|
23478
|
+
width: 14px;
|
|
23479
|
+
width: var(--tree-node-title-font-size, 14px);
|
|
23480
23480
|
margin-right: .5em; }
|
|
23481
23481
|
.next-tree-node-input.next-input {
|
|
23482
23482
|
margin: 0 4px;
|