@alifd/theme-fpx-warehouse 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/design-token.js +1 -1
- package/dist/next-1.css +62 -62
- package/dist/next-2.css +118 -118
- package/dist/next-noreset-1.css +58 -58
- package/dist/next-noreset-2.css +117 -117
- package/dist/next-noreset.css +174 -174
- 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 +115 -115
- package/dist/next-noreset.var-2.css +233 -233
- package/dist/next-noreset.var.css +347 -347
- 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 +179 -179
- 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 +123 -123
- package/dist/next.var-2.css +235 -235
- package/dist/next.var.css +357 -357
- 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 +76 -76
- package/variables.js +5 -5
- package/variables.less +49 -49
- package/variables.scss +49 -49
- package/variables.scss2css.scss +107 -107
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-fpx-warehouse@1.0.
|
|
2
|
+
* @alifd/theme-fpx-warehouse@1.0.2 (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)
|
|
@@ -2184,8 +2184,8 @@
|
|
|
2184
2184
|
height: calc(var(--radio-button-height-large, 40px) - 2px);
|
|
2185
2185
|
line-height: calc(40px - 2px);
|
|
2186
2186
|
line-height: calc(var(--radio-button-height-large, 40px) - 2px);
|
|
2187
|
-
font-size:
|
|
2188
|
-
font-size: var(--radio-button-font-size-large,
|
|
2187
|
+
font-size: 14px;
|
|
2188
|
+
font-size: var(--radio-button-font-size-large, 14px); }
|
|
2189
2189
|
|
|
2190
2190
|
.next-radio-button-medium[dir='rtl'] > label:first-child {
|
|
2191
2191
|
margin-left: -1px;
|
|
@@ -2455,8 +2455,8 @@
|
|
|
2455
2455
|
height: calc(var(--radio-button-height-large, 40px) - 2px);
|
|
2456
2456
|
line-height: calc(40px - 2px);
|
|
2457
2457
|
line-height: calc(var(--radio-button-height-large, 40px) - 2px);
|
|
2458
|
-
font-size:
|
|
2459
|
-
font-size: var(--radio-button-font-size-large,
|
|
2458
|
+
font-size: 14px;
|
|
2459
|
+
font-size: var(--radio-button-font-size-large, 14px); }
|
|
2460
2460
|
|
|
2461
2461
|
.next-radio-button-medium > label {
|
|
2462
2462
|
padding: 0 8px;
|
|
@@ -2721,8 +2721,8 @@
|
|
|
2721
2721
|
border-style: var(--balloon-border-style, solid);
|
|
2722
2722
|
border-radius: 4px;
|
|
2723
2723
|
border-radius: var(--balloon-corner, 4px);
|
|
2724
|
-
font-size:
|
|
2725
|
-
font-size: var(--balloon-content-font-size,
|
|
2724
|
+
font-size: 14px;
|
|
2725
|
+
font-size: var(--balloon-content-font-size, 14px);
|
|
2726
2726
|
font-weight: normal;
|
|
2727
2727
|
font-weight: var(--balloon-content-font-weight, normal);
|
|
2728
2728
|
/* stylelint-disable */
|
|
@@ -2776,12 +2776,12 @@
|
|
|
2776
2776
|
.next-balloon-primary .next-balloon-close {
|
|
2777
2777
|
position: absolute;
|
|
2778
2778
|
top: -1px;
|
|
2779
|
-
-webkit-transform: translateY(calc(8px +
|
|
2780
|
-
-webkit-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
2781
|
-
-ms-transform: translateY(calc(8px +
|
|
2782
|
-
-ms-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
2783
|
-
transform: translateY(calc(8px +
|
|
2784
|
-
transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
2779
|
+
-webkit-transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
2780
|
+
-webkit-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
2781
|
+
-ms-transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
2782
|
+
-ms-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
2783
|
+
transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
2784
|
+
transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
2785
2785
|
right: 8px;
|
|
2786
2786
|
right: var(--balloon-size-close-margin-right, 8px);
|
|
2787
2787
|
font-size: 16px;
|
|
@@ -2994,12 +2994,12 @@
|
|
|
2994
2994
|
.next-balloon-normal .next-balloon-close {
|
|
2995
2995
|
position: absolute;
|
|
2996
2996
|
top: -1px;
|
|
2997
|
-
-webkit-transform: translateY(calc(8px +
|
|
2998
|
-
-webkit-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
2999
|
-
-ms-transform: translateY(calc(8px +
|
|
3000
|
-
-ms-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
3001
|
-
transform: translateY(calc(8px +
|
|
3002
|
-
transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
2997
|
+
-webkit-transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
2998
|
+
-webkit-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
2999
|
+
-ms-transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
3000
|
+
-ms-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
3001
|
+
transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
3002
|
+
transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
3003
3003
|
right: 8px;
|
|
3004
3004
|
right: var(--balloon-size-close-margin-right, 8px);
|
|
3005
3005
|
font-size: 16px;
|
|
@@ -3218,8 +3218,8 @@
|
|
|
3218
3218
|
border-style: var(--balloon-tooltip-border-style, solid);
|
|
3219
3219
|
border-radius: 4px;
|
|
3220
3220
|
border-radius: var(--balloon-corner, 4px);
|
|
3221
|
-
font-size:
|
|
3222
|
-
font-size: var(--balloon-tooltip-content-font-size,
|
|
3221
|
+
font-size: 14px;
|
|
3222
|
+
font-size: var(--balloon-tooltip-content-font-size, 14px);
|
|
3223
3223
|
font-weight: normal;
|
|
3224
3224
|
font-weight: var(--balloon-tooltip-content-font-weight, normal);
|
|
3225
3225
|
z-index: 0;
|
|
@@ -4070,8 +4070,8 @@
|
|
|
4070
4070
|
.next-breadcrumb .next-breadcrumb-text {
|
|
4071
4071
|
height: 16px;
|
|
4072
4072
|
min-width: 16px;
|
|
4073
|
-
font-size:
|
|
4074
|
-
font-size: var(--breadcrumb-size-m-font-size,
|
|
4073
|
+
font-size: 14px;
|
|
4074
|
+
font-size: var(--breadcrumb-size-m-font-size, 14px);
|
|
4075
4075
|
line-height: 16px; }
|
|
4076
4076
|
.next-breadcrumb .next-breadcrumb-separator {
|
|
4077
4077
|
height: 16px;
|
|
@@ -4301,8 +4301,8 @@
|
|
|
4301
4301
|
padding: 0 var(--btn-size-m-padding, 16px);
|
|
4302
4302
|
height: 32px;
|
|
4303
4303
|
height: var(--btn-size-m-height, 32px);
|
|
4304
|
-
font-size:
|
|
4305
|
-
font-size: var(--btn-size-m-font,
|
|
4304
|
+
font-size: 14px;
|
|
4305
|
+
font-size: var(--btn-size-m-font, 14px);
|
|
4306
4306
|
border-width: 1px;
|
|
4307
4307
|
border-width: var(--btn-size-m-border-width, 1px); }
|
|
4308
4308
|
.next-btn.next-medium > .next-btn-icon.next-icon-first {
|
|
@@ -4799,8 +4799,8 @@
|
|
|
4799
4799
|
padding: 0 0px;
|
|
4800
4800
|
height: 24px;
|
|
4801
4801
|
height: var(--btn-text-size-l-height, 24px);
|
|
4802
|
-
font-size:
|
|
4803
|
-
font-size: var(--btn-text-size-l-font,
|
|
4802
|
+
font-size: 14px;
|
|
4803
|
+
font-size: var(--btn-text-size-l-font, 14px);
|
|
4804
4804
|
border-width: 0; }
|
|
4805
4805
|
.next-btn-text.next-large > .next-btn-icon.next-icon-first {
|
|
4806
4806
|
-webkit-transform: scale(1);
|
|
@@ -5450,11 +5450,11 @@
|
|
|
5450
5450
|
.next-input.next-medium .next-input-label {
|
|
5451
5451
|
padding-left: 8px;
|
|
5452
5452
|
padding-left: var(--input-m-label-padding-left, 8px);
|
|
5453
|
-
font-size:
|
|
5454
|
-
font-size: var(--form-element-medium-font-size,
|
|
5453
|
+
font-size: 14px;
|
|
5454
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
5455
5455
|
.next-input.next-medium .next-input-inner {
|
|
5456
|
-
font-size:
|
|
5457
|
-
font-size: var(--form-element-medium-font-size,
|
|
5456
|
+
font-size: 14px;
|
|
5457
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
5458
5458
|
.next-input.next-medium .next-input-control {
|
|
5459
5459
|
padding-right: 8px;
|
|
5460
5460
|
padding-right: var(--input-m-icon-padding-right, 8px); }
|
|
@@ -5468,25 +5468,25 @@
|
|
|
5468
5468
|
line-height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2) \0;
|
|
5469
5469
|
padding: 0 8px;
|
|
5470
5470
|
padding: 0 var(--input-m-padding, 8px);
|
|
5471
|
-
font-size:
|
|
5472
|
-
font-size: var(--form-element-medium-font-size,
|
|
5471
|
+
font-size: 14px;
|
|
5472
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
5473
5473
|
.next-input.next-medium input::-webkit-input-placeholder {
|
|
5474
|
-
font-size:
|
|
5475
|
-
font-size: var(--form-element-medium-font-size,
|
|
5474
|
+
font-size: 14px;
|
|
5475
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
5476
5476
|
.next-input.next-medium input::-moz-placeholder {
|
|
5477
|
-
font-size:
|
|
5478
|
-
font-size: var(--form-element-medium-font-size,
|
|
5477
|
+
font-size: 14px;
|
|
5478
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
5479
5479
|
.next-input.next-medium input::-ms-input-placeholder {
|
|
5480
|
-
font-size:
|
|
5481
|
-
font-size: var(--form-element-medium-font-size,
|
|
5480
|
+
font-size: 14px;
|
|
5481
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
5482
5482
|
.next-input.next-medium input::placeholder {
|
|
5483
|
-
font-size:
|
|
5484
|
-
font-size: var(--form-element-medium-font-size,
|
|
5483
|
+
font-size: 14px;
|
|
5484
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
5485
5485
|
.next-input.next-medium .next-input-text-field {
|
|
5486
5486
|
padding: 0 8px;
|
|
5487
5487
|
padding: 0 var(--input-m-padding, 8px);
|
|
5488
|
-
font-size:
|
|
5489
|
-
font-size: var(--form-element-medium-font-size,
|
|
5488
|
+
font-size: 14px;
|
|
5489
|
+
font-size: var(--form-element-medium-font-size, 14px);
|
|
5490
5490
|
height: calc(36px - 1px*2);
|
|
5491
5491
|
height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2);
|
|
5492
5492
|
line-height: calc(36px - 1px*2);
|
|
@@ -5507,11 +5507,11 @@
|
|
|
5507
5507
|
.next-input.next-large .next-input-label {
|
|
5508
5508
|
padding-left: 12px;
|
|
5509
5509
|
padding-left: var(--input-l-label-padding-left, 12px);
|
|
5510
|
-
font-size:
|
|
5511
|
-
font-size: var(--form-element-large-font-size,
|
|
5510
|
+
font-size: 14px;
|
|
5511
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
5512
5512
|
.next-input.next-large .next-input-inner {
|
|
5513
|
-
font-size:
|
|
5514
|
-
font-size: var(--form-element-large-font-size,
|
|
5513
|
+
font-size: 14px;
|
|
5514
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
5515
5515
|
.next-input.next-large .next-input-control {
|
|
5516
5516
|
padding-right: 12px;
|
|
5517
5517
|
padding-right: var(--input-l-icon-padding-right, 12px); }
|
|
@@ -5525,25 +5525,25 @@
|
|
|
5525
5525
|
line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2) \0;
|
|
5526
5526
|
padding: 0 8px;
|
|
5527
5527
|
padding: 0 var(--input-l-padding, 8px);
|
|
5528
|
-
font-size:
|
|
5529
|
-
font-size: var(--form-element-large-font-size,
|
|
5528
|
+
font-size: 14px;
|
|
5529
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
5530
5530
|
.next-input.next-large input::-webkit-input-placeholder {
|
|
5531
|
-
font-size:
|
|
5532
|
-
font-size: var(--form-element-large-font-size,
|
|
5531
|
+
font-size: 14px;
|
|
5532
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
5533
5533
|
.next-input.next-large input::-moz-placeholder {
|
|
5534
|
-
font-size:
|
|
5535
|
-
font-size: var(--form-element-large-font-size,
|
|
5534
|
+
font-size: 14px;
|
|
5535
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
5536
5536
|
.next-input.next-large input::-ms-input-placeholder {
|
|
5537
|
-
font-size:
|
|
5538
|
-
font-size: var(--form-element-large-font-size,
|
|
5537
|
+
font-size: 14px;
|
|
5538
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
5539
5539
|
.next-input.next-large input::placeholder {
|
|
5540
|
-
font-size:
|
|
5541
|
-
font-size: var(--form-element-large-font-size,
|
|
5540
|
+
font-size: 14px;
|
|
5541
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
5542
5542
|
.next-input.next-large .next-input-text-field {
|
|
5543
5543
|
padding: 0 8px;
|
|
5544
5544
|
padding: 0 var(--input-l-padding, 8px);
|
|
5545
|
-
font-size:
|
|
5546
|
-
font-size: var(--form-element-large-font-size,
|
|
5545
|
+
font-size: 14px;
|
|
5546
|
+
font-size: var(--form-element-large-font-size, 14px);
|
|
5547
5547
|
height: calc(40px - 1px*2);
|
|
5548
5548
|
height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
|
|
5549
5549
|
line-height: calc(40px - 1px*2);
|
|
@@ -5571,11 +5571,11 @@
|
|
|
5571
5571
|
border-radius: 4px;
|
|
5572
5572
|
border-radius: var(--input-multiple-corner, 4px); }
|
|
5573
5573
|
.next-input.next-input-textarea.next-small textarea {
|
|
5574
|
-
font-size:
|
|
5575
|
-
font-size: var(--form-element-medium-font-size,
|
|
5574
|
+
font-size: 14px;
|
|
5575
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
5576
5576
|
.next-input.next-input-textarea.next-large textarea {
|
|
5577
|
-
font-size:
|
|
5578
|
-
font-size: var(--form-element-large-font-size,
|
|
5577
|
+
font-size: 14px;
|
|
5578
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
5579
5579
|
.next-input.next-input-textarea .next-input-control {
|
|
5580
5580
|
display: block;
|
|
5581
5581
|
width: auto;
|
|
@@ -5925,13 +5925,13 @@
|
|
|
5925
5925
|
border-radius: 4px;
|
|
5926
5926
|
border-radius: var(--form-element-small-corner, 4px); }
|
|
5927
5927
|
.next-input-group-text.next-medium {
|
|
5928
|
-
font-size:
|
|
5929
|
-
font-size: var(--form-element-medium-font-size,
|
|
5928
|
+
font-size: 14px;
|
|
5929
|
+
font-size: var(--form-element-medium-font-size, 14px);
|
|
5930
5930
|
border-radius: 4px;
|
|
5931
5931
|
border-radius: var(--form-element-medium-corner, 4px); }
|
|
5932
5932
|
.next-input-group-text.next-large {
|
|
5933
|
-
font-size:
|
|
5934
|
-
font-size: var(--form-element-large-font-size,
|
|
5933
|
+
font-size: 14px;
|
|
5934
|
+
font-size: var(--form-element-large-font-size, 14px);
|
|
5935
5935
|
border-radius: 4px;
|
|
5936
5936
|
border-radius: var(--form-element-large-corner, 4px); }
|
|
5937
5937
|
|
|
@@ -6811,8 +6811,8 @@
|
|
|
6811
6811
|
right: 0;
|
|
6812
6812
|
top: 0;
|
|
6813
6813
|
height: 100%;
|
|
6814
|
-
font-size:
|
|
6815
|
-
font-size: var(--card-title-extra-font-size,
|
|
6814
|
+
font-size: 14px;
|
|
6815
|
+
font-size: var(--card-title-extra-font-size, 14px);
|
|
6816
6816
|
color: #005adc;
|
|
6817
6817
|
color: var(--card-title-extra-color, #005adc); }
|
|
6818
6818
|
.next-card-body {
|
|
@@ -6923,8 +6923,8 @@
|
|
|
6923
6923
|
padding-left: var(--card-padding-lr, 20px);
|
|
6924
6924
|
padding-right: 20px;
|
|
6925
6925
|
padding-right: var(--card-padding-lr, 20px);
|
|
6926
|
-
font-size:
|
|
6927
|
-
font-size: var(--card-content-font-size,
|
|
6926
|
+
font-size: 14px;
|
|
6927
|
+
font-size: var(--card-content-font-size, 14px);
|
|
6928
6928
|
line-height: 1.5;
|
|
6929
6929
|
line-height: var(--card-content-line-height, 1.5);
|
|
6930
6930
|
color: #767d91;
|
|
@@ -7355,8 +7355,8 @@
|
|
|
7355
7355
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7356
7356
|
background: #eef1f6;
|
|
7357
7357
|
background: var(--collapse-title-bg-color, #eef1f6);
|
|
7358
|
-
font-size:
|
|
7359
|
-
font-size: var(--collapse-title-font-size,
|
|
7358
|
+
font-size: 14px;
|
|
7359
|
+
font-size: var(--collapse-title-font-size, 14px);
|
|
7360
7360
|
font-weight: 500;
|
|
7361
7361
|
font-weight: var(--collapse-title-font-weight, 500);
|
|
7362
7362
|
color: #323643;
|
|
@@ -7384,8 +7384,8 @@
|
|
|
7384
7384
|
padding: 0 var(--collapse-content-padding-x, 24px);
|
|
7385
7385
|
background: #FFFFFF;
|
|
7386
7386
|
background: var(--collapse-content-bg-color, #FFFFFF);
|
|
7387
|
-
font-size:
|
|
7388
|
-
font-size: var(--collapse-content-font-size,
|
|
7387
|
+
font-size: 14px;
|
|
7388
|
+
font-size: var(--collapse-content-font-size, 14px);
|
|
7389
7389
|
color: #323643;
|
|
7390
7390
|
color: var(--collapse-content-color, #323643);
|
|
7391
7391
|
-webkit-transition: all 300ms ease;
|
|
@@ -8309,8 +8309,8 @@
|
|
|
8309
8309
|
margin-top: var(--message-size-m-content-margin-top, 4px);
|
|
8310
8310
|
padding: 0 20px 0 calc(8px + 16px);
|
|
8311
8311
|
padding: 0 var(--message-size-m-title-content-padding-right, 20px) 0 calc(var(--message-size-m-title-content-padding-left, 8px) + var(--message-size-m-icon, 16px));
|
|
8312
|
-
font-size:
|
|
8313
|
-
font-size: var(--message-size-m-content-font,
|
|
8312
|
+
font-size: 14px;
|
|
8313
|
+
font-size: var(--message-size-m-content-font, 14px);
|
|
8314
8314
|
line-height: 1.5;
|
|
8315
8315
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
8316
8316
|
.next-message.next-medium .next-message-symbol + .next-message-content {
|
|
@@ -8360,8 +8360,8 @@
|
|
|
8360
8360
|
margin-top: var(--message-size-l-content-margin-top, 8px);
|
|
8361
8361
|
padding: 0 16px 0 calc(8px + 20px);
|
|
8362
8362
|
padding: 0 var(--message-size-l-title-content-padding-right, 16px) 0 calc(var(--message-size-l-title-content-padding-left, 8px) + var(--message-size-l-icon, 20px));
|
|
8363
|
-
font-size:
|
|
8364
|
-
font-size: var(--message-size-l-content-font,
|
|
8363
|
+
font-size: 14px;
|
|
8364
|
+
font-size: var(--message-size-l-content-font, 14px);
|
|
8365
8365
|
line-height: 1.5;
|
|
8366
8366
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
8367
8367
|
.next-message.next-large .next-message-symbol + .next-message-content {
|
|
@@ -12898,8 +12898,8 @@
|
|
|
12898
12898
|
color: #323643;
|
|
12899
12899
|
color: var(--form-element-preview-text-color, #323643); }
|
|
12900
12900
|
.next-form-preview.next-form-item.next-medium .next-form-item-label {
|
|
12901
|
-
font-size:
|
|
12902
|
-
font-size: var(--form-element-medium-preview-label-font-size,
|
|
12901
|
+
font-size: 14px;
|
|
12902
|
+
font-size: var(--form-element-medium-preview-label-font-size, 14px);
|
|
12903
12903
|
line-height: 24px;
|
|
12904
12904
|
line-height: var(--form-element-medium-preview-height, 24px); }
|
|
12905
12905
|
.next-form-preview.next-form-item.next-small .next-form-item-label {
|
|
@@ -12965,22 +12965,22 @@
|
|
|
12965
12965
|
line-height: calc(36px - 4px);
|
|
12966
12966
|
line-height: calc(var(--form-element-medium-height, 36px) - 4px); }
|
|
12967
12967
|
.next-form-item .next-form-preview {
|
|
12968
|
-
font-size:
|
|
12969
|
-
font-size: var(--form-element-medium-preview-font-size,
|
|
12968
|
+
font-size: 14px;
|
|
12969
|
+
font-size: var(--form-element-medium-preview-font-size, 14px);
|
|
12970
12970
|
line-height: 24px;
|
|
12971
12971
|
line-height: var(--form-element-medium-preview-height, 24px); }
|
|
12972
12972
|
.next-form-item .next-form-preview.next-input-textarea > p {
|
|
12973
|
-
font-size:
|
|
12974
|
-
font-size: var(--form-element-medium-preview-font-size,
|
|
12973
|
+
font-size: 14px;
|
|
12974
|
+
font-size: var(--form-element-medium-preview-font-size, 14px);
|
|
12975
12975
|
text-align: justify;
|
|
12976
|
-
min-height: calc(
|
|
12977
|
-
min-height: calc(var(--form-element-medium-preview-font-size,
|
|
12976
|
+
min-height: calc(14px*1.4);
|
|
12977
|
+
min-height: calc(var(--form-element-medium-preview-font-size, 14px)*1.4);
|
|
12978
12978
|
line-height: 1.4;
|
|
12979
|
-
margin-top: calc(24px/2 -
|
|
12980
|
-
margin-top: calc(var(--form-element-medium-preview-height, 24px)/2 - var(--form-element-medium-preview-font-size,
|
|
12979
|
+
margin-top: calc(24px/2 - 14px*1.4/2);
|
|
12980
|
+
margin-top: calc(var(--form-element-medium-preview-height, 24px)/2 - var(--form-element-medium-preview-font-size, 14px)*1.4/2); }
|
|
12981
12981
|
.next-form-item .next-form-item-label {
|
|
12982
|
-
font-size:
|
|
12983
|
-
font-size: var(--form-element-medium-font-size,
|
|
12982
|
+
font-size: 14px;
|
|
12983
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12984
12984
|
.next-form-item .next-form-item-label > label {
|
|
12985
12985
|
display: inline-block;
|
|
12986
12986
|
line-height: 1.5;
|
|
@@ -13016,8 +13016,8 @@
|
|
|
13016
13016
|
margin-top: calc(40px/2 - 13px);
|
|
13017
13017
|
margin-top: calc(var(--form-element-large-height, 40px)/2 - 13px); }
|
|
13018
13018
|
.next-form-item.next-large .next-form-item-label {
|
|
13019
|
-
font-size:
|
|
13020
|
-
font-size: var(--form-element-large-font-size,
|
|
13019
|
+
font-size: 14px;
|
|
13020
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
13021
13021
|
.next-form-item.next-large .next-form-item-help-margin-offset {
|
|
13022
13022
|
margin-top: -var(--form-item-l-margin-b, 8px); }
|
|
13023
13023
|
.next-form-item.next-small {
|
|
@@ -13104,8 +13104,8 @@
|
|
|
13104
13104
|
.next-form-item-help {
|
|
13105
13105
|
margin-top: 2px;
|
|
13106
13106
|
margin-top: var(--form-help-margin-top, 2px);
|
|
13107
|
-
font-size:
|
|
13108
|
-
font-size: var(--form-help-font-size,
|
|
13107
|
+
font-size: 14px;
|
|
13108
|
+
font-size: var(--form-help-font-size, 14px);
|
|
13109
13109
|
line-height: 1.5;
|
|
13110
13110
|
line-height: var(--font-lineheight-2, 1.5);
|
|
13111
13111
|
color: #a9aeba;
|
|
@@ -13573,8 +13573,8 @@
|
|
|
13573
13573
|
.next-select-highlight {
|
|
13574
13574
|
color: #284cc0;
|
|
13575
13575
|
color: var(--select-highlight-color, #284cc0);
|
|
13576
|
-
font-size:
|
|
13577
|
-
font-size: var(--select-highlight-font,
|
|
13576
|
+
font-size: 14px;
|
|
13577
|
+
font-size: var(--select-highlight-font, 14px); }
|
|
13578
13578
|
.next-select-in-ie.next-select-trigger .next-select-values {
|
|
13579
13579
|
/* 在 table 布局中,overflow: hidden 会导致负的 margin 失效 */
|
|
13580
13580
|
overflow: visible; }
|
|
@@ -13659,8 +13659,8 @@
|
|
|
13659
13659
|
display: block; }
|
|
13660
13660
|
|
|
13661
13661
|
.next-list-empty {
|
|
13662
|
-
font-size:
|
|
13663
|
-
font-size: var(--font-size-body-1,
|
|
13662
|
+
font-size: 14px;
|
|
13663
|
+
font-size: var(--font-size-body-1, 14px);
|
|
13664
13664
|
color: #c3cbd5;
|
|
13665
13665
|
color: var(--color-line1-4, #c3cbd5);
|
|
13666
13666
|
padding: 32px 0;
|
|
@@ -13772,8 +13772,8 @@
|
|
|
13772
13772
|
padding-left: var(--list-size-m-item-media-margin, 8px); }
|
|
13773
13773
|
|
|
13774
13774
|
.next-list-medium .next-list-item {
|
|
13775
|
-
font-size:
|
|
13776
|
-
font-size: var(--list-size-m-item-content-font-size,
|
|
13775
|
+
font-size: 14px;
|
|
13776
|
+
font-size: var(--list-size-m-item-content-font-size, 14px);
|
|
13777
13777
|
line-height: 1.5;
|
|
13778
13778
|
line-height: var(--list-size-m-item-content-line-height, 1.5);
|
|
13779
13779
|
padding: 16px 0px;
|
|
@@ -13808,8 +13808,8 @@
|
|
|
13808
13808
|
padding-left: var(--list-size-s-item-media-margin, 8px); }
|
|
13809
13809
|
|
|
13810
13810
|
.next-list-small .next-list-item {
|
|
13811
|
-
font-size:
|
|
13812
|
-
font-size: var(--list-size-s-item-content-font-size,
|
|
13811
|
+
font-size: 14px;
|
|
13812
|
+
font-size: var(--list-size-s-item-content-font-size, 14px);
|
|
13813
13813
|
font-weight: normal;
|
|
13814
13814
|
font-weight: var(--list-size-s-item-title-font-weight, normal);
|
|
13815
13815
|
line-height: 1.3;
|
|
@@ -13954,8 +13954,8 @@
|
|
|
13954
13954
|
height: var(--nav-group-height, 40px);
|
|
13955
13955
|
line-height: 40px;
|
|
13956
13956
|
line-height: var(--nav-group-height, 40px);
|
|
13957
|
-
font-size:
|
|
13958
|
-
font-size: var(--nav-group-font-size,
|
|
13957
|
+
font-size: 14px;
|
|
13958
|
+
font-size: var(--nav-group-font-size, 14px); }
|
|
13959
13959
|
.next-nav-item .next-menu-item-text > span,
|
|
13960
13960
|
.next-nav-item .next-nav-group-label > span {
|
|
13961
13961
|
opacity: 1;
|
|
@@ -13986,8 +13986,8 @@
|
|
|
13986
13986
|
height: calc(var(--nav-hoz-height, 56px) + var(--nav-hoz-item-margin-tb, 0px)*2);
|
|
13987
13987
|
line-height: calc(56px - 1px*2);
|
|
13988
13988
|
line-height: calc(var(--nav-hoz-height, 56px) - var(--popup-local-border-width, 1px)*2);
|
|
13989
|
-
font-size:
|
|
13990
|
-
font-size: var(--nav-hoz-font-size,
|
|
13989
|
+
font-size: 14px;
|
|
13990
|
+
font-size: var(--nav-hoz-font-size, 14px); }
|
|
13991
13991
|
.next-nav.next-hoz .next-menu-item.next-nav-item {
|
|
13992
13992
|
margin-left: 0px;
|
|
13993
13993
|
margin-left: var(--nav-hoz-item-margin-lr, 0px);
|
|
@@ -14006,8 +14006,8 @@
|
|
|
14006
14006
|
.next-nav.next-hoz .next-menu-item-inner {
|
|
14007
14007
|
height: calc(56px - 1px*2);
|
|
14008
14008
|
height: calc(var(--nav-hoz-height, 56px) - var(--popup-local-border-width, 1px)*2);
|
|
14009
|
-
font-size:
|
|
14010
|
-
font-size: var(--nav-hoz-font-size,
|
|
14009
|
+
font-size: 14px;
|
|
14010
|
+
font-size: var(--nav-hoz-font-size, 14px); }
|
|
14011
14011
|
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title {
|
|
14012
14012
|
line-height: 1;
|
|
14013
14013
|
padding: 12px 8px; }
|
|
@@ -14026,8 +14026,8 @@
|
|
|
14026
14026
|
height: var(--nav-group-height, 40px);
|
|
14027
14027
|
line-height: 40px;
|
|
14028
14028
|
line-height: var(--nav-group-height, 40px);
|
|
14029
|
-
font-size:
|
|
14030
|
-
font-size: var(--nav-group-font-size,
|
|
14029
|
+
font-size: 14px;
|
|
14030
|
+
font-size: var(--nav-group-font-size, 14px); }
|
|
14031
14031
|
.next-nav.next-hoz .next-menu-header {
|
|
14032
14032
|
float: left;
|
|
14033
14033
|
height: calc(56px - 1px*2);
|
|
@@ -14103,8 +14103,8 @@
|
|
|
14103
14103
|
height: var(--nav-group-height, 40px);
|
|
14104
14104
|
line-height: 40px;
|
|
14105
14105
|
line-height: var(--nav-group-height, 40px);
|
|
14106
|
-
font-size:
|
|
14107
|
-
font-size: var(--nav-group-font-size,
|
|
14106
|
+
font-size: 14px;
|
|
14107
|
+
font-size: var(--nav-group-font-size, 14px); }
|
|
14108
14108
|
.next-nav.next-ver > .next-menu-item:first-child,
|
|
14109
14109
|
.next-nav.next-ver > .next-menu-sub-menu-wrapper:first-child > .next-menu-item {
|
|
14110
14110
|
margin-top: 8px;
|
|
@@ -14119,8 +14119,8 @@
|
|
|
14119
14119
|
.next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
|
|
14120
14120
|
height: 36px;
|
|
14121
14121
|
height: var(--nav-ver-sub-nav-height, 36px);
|
|
14122
|
-
font-size:
|
|
14123
|
-
font-size: var(--nav-ver-sub-nav-font-size,
|
|
14122
|
+
font-size: 14px;
|
|
14123
|
+
font-size: var(--nav-ver-sub-nav-font-size, 14px); }
|
|
14124
14124
|
.next-nav.next-ver .next-nav-item:before {
|
|
14125
14125
|
height: 0;
|
|
14126
14126
|
top: 50%;
|
|
@@ -15427,15 +15427,15 @@
|
|
|
15427
15427
|
line-height: inherit; }
|
|
15428
15428
|
|
|
15429
15429
|
.next-pagination[dir="rtl"].next-large .next-pagination-display {
|
|
15430
|
-
font-size:
|
|
15431
|
-
font-size: var(--pagination-large-total-font-size,
|
|
15430
|
+
font-size: 14px;
|
|
15431
|
+
font-size: var(--pagination-large-total-font-size, 14px); }
|
|
15432
15432
|
.next-pagination[dir="rtl"].next-large .next-pagination-display em {
|
|
15433
|
-
font-size:
|
|
15434
|
-
font-size: var(--pagination-large-current-font-size,
|
|
15433
|
+
font-size: 14px;
|
|
15434
|
+
font-size: var(--pagination-large-current-font-size, 14px); }
|
|
15435
15435
|
|
|
15436
15436
|
.next-pagination[dir="rtl"].next-large .next-pagination-jump-text {
|
|
15437
|
-
font-size:
|
|
15438
|
-
font-size: var(--pagination-large-jump-font-size,
|
|
15437
|
+
font-size: 14px;
|
|
15438
|
+
font-size: var(--pagination-large-jump-font-size, 14px); }
|
|
15439
15439
|
|
|
15440
15440
|
.next-pagination[dir="rtl"].next-large .next-pagination-jump-input {
|
|
15441
15441
|
width: 48px;
|
|
@@ -15446,8 +15446,8 @@
|
|
|
15446
15446
|
height: var(--form-element-large-height, 40px);
|
|
15447
15447
|
line-height: 40px;
|
|
15448
15448
|
line-height: var(--form-element-large-height, 40px);
|
|
15449
|
-
font-size:
|
|
15450
|
-
font-size: var(--pagination-large-jump-font-size,
|
|
15449
|
+
font-size: 14px;
|
|
15450
|
+
font-size: var(--pagination-large-jump-font-size, 14px);
|
|
15451
15451
|
vertical-align: middle; }
|
|
15452
15452
|
|
|
15453
15453
|
.next-pagination[dir="rtl"].next-large .next-pagination-size-selector-btn {
|
|
@@ -15817,14 +15817,14 @@
|
|
|
15817
15817
|
font-size: var(--pagination-large-ellipsis-size, 16px);
|
|
15818
15818
|
line-height: inherit; }
|
|
15819
15819
|
.next-pagination.next-large .next-pagination-display {
|
|
15820
|
-
font-size:
|
|
15821
|
-
font-size: var(--pagination-large-total-font-size,
|
|
15820
|
+
font-size: 14px;
|
|
15821
|
+
font-size: var(--pagination-large-total-font-size, 14px); }
|
|
15822
15822
|
.next-pagination.next-large .next-pagination-display em {
|
|
15823
|
-
font-size:
|
|
15824
|
-
font-size: var(--pagination-large-current-font-size,
|
|
15823
|
+
font-size: 14px;
|
|
15824
|
+
font-size: var(--pagination-large-current-font-size, 14px); }
|
|
15825
15825
|
.next-pagination.next-large .next-pagination-jump-text {
|
|
15826
|
-
font-size:
|
|
15827
|
-
font-size: var(--pagination-large-jump-font-size,
|
|
15826
|
+
font-size: 14px;
|
|
15827
|
+
font-size: var(--pagination-large-jump-font-size, 14px); }
|
|
15828
15828
|
.next-pagination.next-large .next-pagination-jump-input {
|
|
15829
15829
|
width: 48px;
|
|
15830
15830
|
width: var(--pagination-large-input-width, 48px); }
|
|
@@ -15833,8 +15833,8 @@
|
|
|
15833
15833
|
height: var(--form-element-large-height, 40px);
|
|
15834
15834
|
line-height: 40px;
|
|
15835
15835
|
line-height: var(--form-element-large-height, 40px);
|
|
15836
|
-
font-size:
|
|
15837
|
-
font-size: var(--pagination-large-jump-font-size,
|
|
15836
|
+
font-size: 14px;
|
|
15837
|
+
font-size: var(--pagination-large-jump-font-size, 14px);
|
|
15838
15838
|
vertical-align: middle; }
|
|
15839
15839
|
.next-pagination.next-large .next-pagination-size-selector-btn {
|
|
15840
15840
|
padding: 0 16px;
|
|
@@ -15895,8 +15895,8 @@
|
|
|
15895
15895
|
line-height: 1.5;
|
|
15896
15896
|
line-height: var(--paragraph-l-line-height, 1.5); }
|
|
15897
15897
|
.next-paragraph-small {
|
|
15898
|
-
font-size:
|
|
15899
|
-
font-size: var(--paragraph-s-font-size,
|
|
15898
|
+
font-size: 14px;
|
|
15899
|
+
font-size: var(--paragraph-s-font-size, 14px); }
|
|
15900
15900
|
.next-paragraph-medium {
|
|
15901
15901
|
font-size: 14px;
|
|
15902
15902
|
font-size: var(--paragraph-m-font-size, 14px); }
|
|
@@ -16006,8 +16006,8 @@
|
|
|
16006
16006
|
margin-top: calc(0px - 12px/2);
|
|
16007
16007
|
margin-top: calc(0px - var(--progress-line-height-size-l, 12px)/2); }
|
|
16008
16008
|
.next-progress-line.next-large .next-progress-line-text {
|
|
16009
|
-
font-size:
|
|
16010
|
-
font-size: var(--progress-line-font-l,
|
|
16009
|
+
font-size: 14px;
|
|
16010
|
+
font-size: var(--progress-line-font-l, 14px);
|
|
16011
16011
|
line-height: 12px;
|
|
16012
16012
|
line-height: var(--progress-line-height-size-l, 12px); }
|
|
16013
16013
|
.next-progress-line-show-info .next-progress-line-container {
|
|
@@ -16074,8 +16074,8 @@
|
|
|
16074
16074
|
margin-top: calc(0px - 12px/2);
|
|
16075
16075
|
margin-top: calc(0px - var(--progress-line-height-size-l, 12px)/2); }
|
|
16076
16076
|
.next-progress-line-show-border.next-large .next-progress-line-text {
|
|
16077
|
-
font-size:
|
|
16078
|
-
font-size: var(--progress-line-font-l,
|
|
16077
|
+
font-size: 14px;
|
|
16078
|
+
font-size: var(--progress-line-font-l, 14px);
|
|
16079
16079
|
line-height: calc(12px + 1px*2);
|
|
16080
16080
|
line-height: calc(var(--progress-line-height-size-l, 12px) + var(--progress-line-underlay-border-width, 1px)*2); }
|
|
16081
16081
|
|
|
@@ -16596,8 +16596,8 @@
|
|
|
16596
16596
|
margin-left: var(--rating-small-text-margin-left, 8px); }
|
|
16597
16597
|
|
|
16598
16598
|
.next-rating-medium {
|
|
16599
|
-
font-size:
|
|
16600
|
-
font-size: var(--rating-medium-font-size,
|
|
16599
|
+
font-size: 14px;
|
|
16600
|
+
font-size: var(--rating-medium-font-size, 14px); }
|
|
16601
16601
|
.next-rating-medium .next-icon:before,
|
|
16602
16602
|
.next-rating-medium .next-icon .next-icon-remote {
|
|
16603
16603
|
width: 16px;
|
|
@@ -16608,8 +16608,8 @@
|
|
|
16608
16608
|
margin-left: var(--rating-medium-text-margin-left, 12px); }
|
|
16609
16609
|
|
|
16610
16610
|
.next-rating-large {
|
|
16611
|
-
font-size:
|
|
16612
|
-
font-size: var(--rating-large-font-size,
|
|
16611
|
+
font-size: 14px;
|
|
16612
|
+
font-size: var(--rating-large-font-size, 14px); }
|
|
16613
16613
|
.next-rating-large .next-icon:before,
|
|
16614
16614
|
.next-rating-large .next-icon .next-icon-remote {
|
|
16615
16615
|
width: 20px;
|
|
@@ -16844,8 +16844,8 @@
|
|
|
16844
16844
|
height: calc(40px - 1px*2);
|
|
16845
16845
|
height: calc(var(--search-normal-primary-l-height, 40px) - var(--search-normal-primary-border-width, 1px)*2); }
|
|
16846
16846
|
.next-search-normal.next-primary.next-large .next-search-btn {
|
|
16847
|
-
font-size:
|
|
16848
|
-
font-size: var(--search-normal-primary-l-btn-text-size,
|
|
16847
|
+
font-size: 14px;
|
|
16848
|
+
font-size: var(--search-normal-primary-l-btn-text-size, 14px); }
|
|
16849
16849
|
.next-search-normal.next-primary.next-large .next-search-btn .next-icon:before,
|
|
16850
16850
|
.next-search-normal.next-primary.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
16851
16851
|
width: 16px;
|
|
@@ -16947,8 +16947,8 @@
|
|
|
16947
16947
|
height: calc(40px - 1px*2);
|
|
16948
16948
|
height: calc(var(--search-normal-secondary-l-height, 40px) - var(--search-normal-secondary-border-width, 1px)*2); }
|
|
16949
16949
|
.next-search-normal.next-secondary.next-large .next-search-btn {
|
|
16950
|
-
font-size:
|
|
16951
|
-
font-size: var(--search-normal-secondary-l-btn-text-size,
|
|
16950
|
+
font-size: 14px;
|
|
16951
|
+
font-size: var(--search-normal-secondary-l-btn-text-size, 14px); }
|
|
16952
16952
|
.next-search-normal.next-secondary.next-large .next-search-btn .next-icon:before,
|
|
16953
16953
|
.next-search-normal.next-secondary.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
16954
16954
|
width: 16px;
|
|
@@ -16981,8 +16981,8 @@
|
|
|
16981
16981
|
height: calc(36px - 1px*2);
|
|
16982
16982
|
height: calc(var(--search-normal-secondary-m-height, 36px) - var(--search-normal-secondary-border-width, 1px)*2); }
|
|
16983
16983
|
.next-search-normal.next-secondary.next-medium .next-search-btn {
|
|
16984
|
-
font-size:
|
|
16985
|
-
font-size: var(--search-normal-secondary-m-btn-text-size,
|
|
16984
|
+
font-size: 14px;
|
|
16985
|
+
font-size: var(--search-normal-secondary-m-btn-text-size, 14px); }
|
|
16986
16986
|
.next-search-normal.next-secondary.next-medium .next-search-btn .next-icon:before,
|
|
16987
16987
|
.next-search-normal.next-secondary.next-medium .next-search-btn .next-icon .next-icon-remote {
|
|
16988
16988
|
width: 16px;
|
|
@@ -17050,8 +17050,8 @@
|
|
|
17050
17050
|
height: calc(40px - 1px*2);
|
|
17051
17051
|
height: calc(var(--search-normal-normal-l-height, 40px) - var(--search-normal-normal-border-width, 1px)*2); }
|
|
17052
17052
|
.next-search-normal.next-normal.next-large .next-search-btn {
|
|
17053
|
-
font-size:
|
|
17054
|
-
font-size: var(--search-normal-normal-l-btn-text-size,
|
|
17053
|
+
font-size: 14px;
|
|
17054
|
+
font-size: var(--search-normal-normal-l-btn-text-size, 14px); }
|
|
17055
17055
|
.next-search-normal.next-normal.next-large .next-search-btn .next-icon:before,
|
|
17056
17056
|
.next-search-normal.next-normal.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
17057
17057
|
width: 16px;
|
|
@@ -17161,8 +17161,8 @@
|
|
|
17161
17161
|
height: calc(40px - 1px*2);
|
|
17162
17162
|
height: calc(var(--search-normal-dark-l-height, 40px) - var(--search-normal-dark-border-width, 1px)*2); }
|
|
17163
17163
|
.next-search-normal.next-dark.next-large .next-search-btn {
|
|
17164
|
-
font-size:
|
|
17165
|
-
font-size: var(--search-normal-dark-l-btn-text-size,
|
|
17164
|
+
font-size: 14px;
|
|
17165
|
+
font-size: var(--search-normal-dark-l-btn-text-size, 14px); }
|
|
17166
17166
|
.next-search-normal.next-dark.next-large .next-search-btn .next-icon:before,
|
|
17167
17167
|
.next-search-normal.next-dark.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
17168
17168
|
width: 16px;
|
|
@@ -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: 14px;
|
|
18455
|
+
font-size: var(--step-circle-item-title-size, 14px);
|
|
18456
|
+
line-height: calc(14px + 4px);
|
|
18457
|
+
line-height: calc(var(--step-circle-item-title-size, 14px) + 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: 14px;
|
|
18493
|
+
font-size: var(--step-circle-item-title-size, 14px);
|
|
18494
|
+
line-height: calc(14px + 4px);
|
|
18495
|
+
line-height: calc(var(--step-circle-item-title-size, 14px) + 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: 14px;
|
|
18531
|
+
font-size: var(--step-circle-item-title-size, 14px);
|
|
18532
|
+
line-height: calc(14px + 4px);
|
|
18533
|
+
line-height: calc(var(--step-circle-item-title-size, 14px) + 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: 14px;
|
|
18569
|
+
font-size: var(--step-circle-item-title-size, 14px);
|
|
18570
|
+
line-height: calc(14px + 4px);
|
|
18571
|
+
line-height: calc(var(--step-circle-item-title-size, 14px) + 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 - 14px/2);
|
|
18601
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/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 - 14px/2);
|
|
18629
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/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 - 14px/2);
|
|
18657
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/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 - 14px/2);
|
|
18685
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/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);
|
|
@@ -18733,8 +18733,8 @@
|
|
|
18733
18733
|
font-weight: normal;
|
|
18734
18734
|
font-weight: var(--step-circle-item-title-weight, normal);
|
|
18735
18735
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
18736
|
-
font-size:
|
|
18737
|
-
font-size: var(--font-size-body-1,
|
|
18736
|
+
font-size: 14px;
|
|
18737
|
+
font-size: var(--font-size-body-1, 14px);
|
|
18738
18738
|
line-height: 1.28571; }
|
|
18739
18739
|
.next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
18740
18740
|
margin-top: 4px;
|
|
@@ -18776,8 +18776,8 @@
|
|
|
18776
18776
|
font-weight: normal;
|
|
18777
18777
|
font-weight: var(--step-circle-item-title-weight, normal);
|
|
18778
18778
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
18779
|
-
font-size:
|
|
18780
|
-
font-size: var(--font-size-body-1,
|
|
18779
|
+
font-size: 14px;
|
|
18780
|
+
font-size: var(--font-size-body-1, 14px);
|
|
18781
18781
|
line-height: 1.28571; }
|
|
18782
18782
|
.next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
18783
18783
|
margin-top: 4px;
|
|
@@ -18819,8 +18819,8 @@
|
|
|
18819
18819
|
font-weight: normal;
|
|
18820
18820
|
font-weight: var(--step-circle-item-title-weight, normal);
|
|
18821
18821
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
18822
|
-
font-size:
|
|
18823
|
-
font-size: var(--font-size-body-1,
|
|
18822
|
+
font-size: 14px;
|
|
18823
|
+
font-size: var(--font-size-body-1, 14px);
|
|
18824
18824
|
line-height: 1.28571; }
|
|
18825
18825
|
.next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
18826
18826
|
margin-top: 4px;
|
|
@@ -18862,8 +18862,8 @@
|
|
|
18862
18862
|
font-weight: normal;
|
|
18863
18863
|
font-weight: var(--step-circle-item-title-weight, normal);
|
|
18864
18864
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
18865
|
-
font-size:
|
|
18866
|
-
font-size: var(--font-size-body-1,
|
|
18865
|
+
font-size: 14px;
|
|
18866
|
+
font-size: var(--font-size-body-1, 14px);
|
|
18867
18867
|
line-height: 1.28571; }
|
|
18868
18868
|
.next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
18869
18869
|
margin-top: 4px;
|
|
@@ -19367,10 +19367,10 @@
|
|
|
19367
19367
|
text-align: center;
|
|
19368
19368
|
position: absolute; }
|
|
19369
19369
|
.next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
19370
|
-
font-size:
|
|
19371
|
-
font-size: var(--step-dot-item-title-size,
|
|
19372
|
-
line-height: calc(
|
|
19373
|
-
line-height: calc(var(--step-dot-item-title-size,
|
|
19370
|
+
font-size: 14px;
|
|
19371
|
+
font-size: var(--step-dot-item-title-size, 14px);
|
|
19372
|
+
line-height: calc(14px + 4px);
|
|
19373
|
+
line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
|
|
19374
19374
|
margin-top: 8px;
|
|
19375
19375
|
margin-top: var(--step-dot-item-title-margin-top, 8px);
|
|
19376
19376
|
font-weight: bold;
|
|
@@ -19405,10 +19405,10 @@
|
|
|
19405
19405
|
text-align: center;
|
|
19406
19406
|
position: absolute; }
|
|
19407
19407
|
.next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
19408
|
-
font-size:
|
|
19409
|
-
font-size: var(--step-dot-item-title-size,
|
|
19410
|
-
line-height: calc(
|
|
19411
|
-
line-height: calc(var(--step-dot-item-title-size,
|
|
19408
|
+
font-size: 14px;
|
|
19409
|
+
font-size: var(--step-dot-item-title-size, 14px);
|
|
19410
|
+
line-height: calc(14px + 4px);
|
|
19411
|
+
line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
|
|
19412
19412
|
margin-top: 8px;
|
|
19413
19413
|
margin-top: var(--step-dot-item-title-margin-top, 8px);
|
|
19414
19414
|
font-weight: bold;
|
|
@@ -19443,10 +19443,10 @@
|
|
|
19443
19443
|
text-align: center;
|
|
19444
19444
|
position: absolute; }
|
|
19445
19445
|
.next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
19446
|
-
font-size:
|
|
19447
|
-
font-size: var(--step-dot-item-title-size,
|
|
19448
|
-
line-height: calc(
|
|
19449
|
-
line-height: calc(var(--step-dot-item-title-size,
|
|
19446
|
+
font-size: 14px;
|
|
19447
|
+
font-size: var(--step-dot-item-title-size, 14px);
|
|
19448
|
+
line-height: calc(14px + 4px);
|
|
19449
|
+
line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
|
|
19450
19450
|
margin-top: 8px;
|
|
19451
19451
|
margin-top: var(--step-dot-item-title-margin-top, 8px);
|
|
19452
19452
|
font-weight: bold;
|
|
@@ -19481,10 +19481,10 @@
|
|
|
19481
19481
|
text-align: center;
|
|
19482
19482
|
position: absolute; }
|
|
19483
19483
|
.next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
19484
|
-
font-size:
|
|
19485
|
-
font-size: var(--step-dot-item-title-size,
|
|
19486
|
-
line-height: calc(
|
|
19487
|
-
line-height: calc(var(--step-dot-item-title-size,
|
|
19484
|
+
font-size: 14px;
|
|
19485
|
+
font-size: var(--step-dot-item-title-size, 14px);
|
|
19486
|
+
line-height: calc(14px + 4px);
|
|
19487
|
+
line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
|
|
19488
19488
|
margin-top: 8px;
|
|
19489
19489
|
margin-top: var(--step-dot-item-title-margin-top, 8px);
|
|
19490
19490
|
font-weight: bold;
|
|
@@ -19534,8 +19534,8 @@
|
|
|
19534
19534
|
font-weight: var(--step-dot-item-title-weight, bold);
|
|
19535
19535
|
text-align: left;
|
|
19536
19536
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
19537
|
-
font-size:
|
|
19538
|
-
font-size: var(--font-size-body-1,
|
|
19537
|
+
font-size: 14px;
|
|
19538
|
+
font-size: var(--font-size-body-1, 14px);
|
|
19539
19539
|
line-height: 1.28571; }
|
|
19540
19540
|
.next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
19541
19541
|
margin-top: 8px;
|
|
@@ -19577,8 +19577,8 @@
|
|
|
19577
19577
|
font-weight: var(--step-dot-item-title-weight, bold);
|
|
19578
19578
|
text-align: left;
|
|
19579
19579
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
19580
|
-
font-size:
|
|
19581
|
-
font-size: var(--font-size-body-1,
|
|
19580
|
+
font-size: 14px;
|
|
19581
|
+
font-size: var(--font-size-body-1, 14px);
|
|
19582
19582
|
line-height: 1.28571; }
|
|
19583
19583
|
.next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
19584
19584
|
margin-top: 8px;
|
|
@@ -19620,8 +19620,8 @@
|
|
|
19620
19620
|
font-weight: var(--step-dot-item-title-weight, bold);
|
|
19621
19621
|
text-align: left;
|
|
19622
19622
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
19623
|
-
font-size:
|
|
19624
|
-
font-size: var(--font-size-body-1,
|
|
19623
|
+
font-size: 14px;
|
|
19624
|
+
font-size: var(--font-size-body-1, 14px);
|
|
19625
19625
|
line-height: 1.28571; }
|
|
19626
19626
|
.next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
19627
19627
|
margin-top: 8px;
|
|
@@ -19663,8 +19663,8 @@
|
|
|
19663
19663
|
font-weight: var(--step-dot-item-title-weight, bold);
|
|
19664
19664
|
text-align: left;
|
|
19665
19665
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
19666
|
-
font-size:
|
|
19667
|
-
font-size: var(--font-size-body-1,
|
|
19666
|
+
font-size: 14px;
|
|
19667
|
+
font-size: var(--font-size-body-1, 14px);
|
|
19668
19668
|
line-height: 1.28571; }
|
|
19669
19669
|
.next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
19670
19670
|
margin-top: 8px;
|
|
@@ -19870,8 +19870,8 @@
|
|
|
19870
19870
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
19871
19871
|
text-align: right;
|
|
19872
19872
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
19873
|
-
font-size:
|
|
19874
|
-
font-size: var(--font-size-body-1,
|
|
19873
|
+
font-size: 14px;
|
|
19874
|
+
font-size: var(--font-size-body-1, 14px);
|
|
19875
19875
|
line-height: 1.28571; }
|
|
19876
19876
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
19877
19877
|
text-align: right; }
|
|
@@ -19886,8 +19886,8 @@
|
|
|
19886
19886
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
19887
19887
|
text-align: right;
|
|
19888
19888
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
19889
|
-
font-size:
|
|
19890
|
-
font-size: var(--font-size-body-1,
|
|
19889
|
+
font-size: 14px;
|
|
19890
|
+
font-size: var(--font-size-body-1, 14px);
|
|
19891
19891
|
line-height: 1.28571; }
|
|
19892
19892
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
19893
19893
|
text-align: right; }
|
|
@@ -19902,8 +19902,8 @@
|
|
|
19902
19902
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
19903
19903
|
text-align: right;
|
|
19904
19904
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
19905
|
-
font-size:
|
|
19906
|
-
font-size: var(--font-size-body-1,
|
|
19905
|
+
font-size: 14px;
|
|
19906
|
+
font-size: var(--font-size-body-1, 14px);
|
|
19907
19907
|
line-height: 1.28571; }
|
|
19908
19908
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
19909
19909
|
text-align: right; }
|
|
@@ -19918,8 +19918,8 @@
|
|
|
19918
19918
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
19919
19919
|
text-align: right;
|
|
19920
19920
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
19921
|
-
font-size:
|
|
19922
|
-
font-size: var(--font-size-body-1,
|
|
19921
|
+
font-size: 14px;
|
|
19922
|
+
font-size: var(--font-size-body-1, 14px);
|
|
19923
19923
|
line-height: 1.28571; }
|
|
19924
19924
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
19925
19925
|
text-align: right; }
|
|
@@ -19972,8 +19972,8 @@
|
|
|
19972
19972
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
19973
19973
|
text-align: right;
|
|
19974
19974
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
19975
|
-
font-size:
|
|
19976
|
-
font-size: var(--font-size-body-1,
|
|
19975
|
+
font-size: 14px;
|
|
19976
|
+
font-size: var(--font-size-body-1, 14px);
|
|
19977
19977
|
line-height: 1.28571; }
|
|
19978
19978
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
19979
19979
|
text-align: right; }
|
|
@@ -19987,8 +19987,8 @@
|
|
|
19987
19987
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
19988
19988
|
text-align: right;
|
|
19989
19989
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
19990
|
-
font-size:
|
|
19991
|
-
font-size: var(--font-size-body-1,
|
|
19990
|
+
font-size: 14px;
|
|
19991
|
+
font-size: var(--font-size-body-1, 14px);
|
|
19992
19992
|
line-height: 1.28571; }
|
|
19993
19993
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
19994
19994
|
text-align: right; }
|
|
@@ -20002,8 +20002,8 @@
|
|
|
20002
20002
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
20003
20003
|
text-align: right;
|
|
20004
20004
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
20005
|
-
font-size:
|
|
20006
|
-
font-size: var(--font-size-body-1,
|
|
20005
|
+
font-size: 14px;
|
|
20006
|
+
font-size: var(--font-size-body-1, 14px);
|
|
20007
20007
|
line-height: 1.28571; }
|
|
20008
20008
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
20009
20009
|
text-align: right; }
|
|
@@ -20017,8 +20017,8 @@
|
|
|
20017
20017
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
20018
20018
|
text-align: right;
|
|
20019
20019
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
20020
|
-
font-size:
|
|
20021
|
-
font-size: var(--font-size-body-1,
|
|
20020
|
+
font-size: 14px;
|
|
20021
|
+
font-size: var(--font-size-body-1, 14px);
|
|
20022
20022
|
line-height: 1.28571; }
|
|
20023
20023
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
20024
20024
|
text-align: right; }
|
|
@@ -20156,8 +20156,8 @@
|
|
|
20156
20156
|
line-height: 16px;
|
|
20157
20157
|
line-height: var(--switch-size-m-trigger, 16px); }
|
|
20158
20158
|
.next-switch-medium > .next-switch-children {
|
|
20159
|
-
font-size:
|
|
20160
|
-
font-size: var(--form-element-medium-font-size,
|
|
20159
|
+
font-size: 14px;
|
|
20160
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
20161
20161
|
.next-switch-medium.next-switch.next-switch-on > .next-switch-children {
|
|
20162
20162
|
margin: 0 calc(16px + 8px) 0 8px;
|
|
20163
20163
|
margin: 0 calc(var(--switch-size-m-trigger, 16px) + var(--switch-size-m-trigger-padding-r, 8px)) 0 var(--switch-size-m-trigger-padding-l, 8px); }
|
|
@@ -20504,8 +20504,8 @@
|
|
|
20504
20504
|
padding-right: 60px;
|
|
20505
20505
|
padding-right: var(--tab-nav-scroll-padding-right-m, 60px); }
|
|
20506
20506
|
.next-tabs.next-medium .next-tabs-tab-inner {
|
|
20507
|
-
font-size:
|
|
20508
|
-
font-size: var(--tab-item-text-size-m,
|
|
20507
|
+
font-size: 14px;
|
|
20508
|
+
font-size: var(--tab-item-text-size-m, 14px);
|
|
20509
20509
|
padding: 10px 24px;
|
|
20510
20510
|
padding: var(--tab-item-padding-tb-size-m, 10px) var(--tab-item-padding-lr-size-m, 24px); }
|
|
20511
20511
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
|
|
@@ -21945,8 +21945,8 @@
|
|
|
21945
21945
|
margin-left: 0; }
|
|
21946
21946
|
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
|
|
21947
21947
|
margin: 0;
|
|
21948
|
-
font-size:
|
|
21949
|
-
font-size: var(--timeline-item-title-font-size,
|
|
21948
|
+
font-size: 14px;
|
|
21949
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
21950
21950
|
font-weight: 600;
|
|
21951
21951
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
21952
21952
|
line-height: 1.5;
|
|
@@ -21963,8 +21963,8 @@
|
|
|
21963
21963
|
margin: 0;
|
|
21964
21964
|
margin-top: 4px;
|
|
21965
21965
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
21966
|
-
font-size:
|
|
21967
|
-
font-size: var(--timeline-item-body-font-size,
|
|
21966
|
+
font-size: 14px;
|
|
21967
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
21968
21968
|
line-height: 1.5;
|
|
21969
21969
|
line-height: var(--font-lineheight-2, 1.5);
|
|
21970
21970
|
color: #767d91;
|
|
@@ -22106,8 +22106,8 @@
|
|
|
22106
22106
|
margin-left: 0; }
|
|
22107
22107
|
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
|
|
22108
22108
|
margin: 0;
|
|
22109
|
-
font-size:
|
|
22110
|
-
font-size: var(--timeline-item-title-font-size,
|
|
22109
|
+
font-size: 14px;
|
|
22110
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
22111
22111
|
font-weight: 600;
|
|
22112
22112
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
22113
22113
|
line-height: 1.5;
|
|
@@ -22124,8 +22124,8 @@
|
|
|
22124
22124
|
margin: 0;
|
|
22125
22125
|
margin-top: 4px;
|
|
22126
22126
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
22127
|
-
font-size:
|
|
22128
|
-
font-size: var(--timeline-item-body-font-size,
|
|
22127
|
+
font-size: 14px;
|
|
22128
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
22129
22129
|
line-height: 1.5;
|
|
22130
22130
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22131
22131
|
color: #767d91;
|
|
@@ -22267,8 +22267,8 @@
|
|
|
22267
22267
|
margin-left: 0; }
|
|
22268
22268
|
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
|
|
22269
22269
|
margin: 0;
|
|
22270
|
-
font-size:
|
|
22271
|
-
font-size: var(--timeline-item-title-font-size,
|
|
22270
|
+
font-size: 14px;
|
|
22271
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
22272
22272
|
font-weight: 600;
|
|
22273
22273
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
22274
22274
|
line-height: 1.5;
|
|
@@ -22285,8 +22285,8 @@
|
|
|
22285
22285
|
margin: 0;
|
|
22286
22286
|
margin-top: 4px;
|
|
22287
22287
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
22288
|
-
font-size:
|
|
22289
|
-
font-size: var(--timeline-item-body-font-size,
|
|
22288
|
+
font-size: 14px;
|
|
22289
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
22290
22290
|
line-height: 1.5;
|
|
22291
22291
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22292
22292
|
color: #767d91;
|
|
@@ -22428,8 +22428,8 @@
|
|
|
22428
22428
|
margin-left: 0; }
|
|
22429
22429
|
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
|
|
22430
22430
|
margin: 0;
|
|
22431
|
-
font-size:
|
|
22432
|
-
font-size: var(--timeline-item-title-font-size,
|
|
22431
|
+
font-size: 14px;
|
|
22432
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
22433
22433
|
font-weight: 600;
|
|
22434
22434
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
22435
22435
|
line-height: 1.5;
|
|
@@ -22446,8 +22446,8 @@
|
|
|
22446
22446
|
margin: 0;
|
|
22447
22447
|
margin-top: 4px;
|
|
22448
22448
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
22449
|
-
font-size:
|
|
22450
|
-
font-size: var(--timeline-item-body-font-size,
|
|
22449
|
+
font-size: 14px;
|
|
22450
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
22451
22451
|
line-height: 1.5;
|
|
22452
22452
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22453
22453
|
color: #767d91;
|
|
@@ -22624,8 +22624,8 @@
|
|
|
22624
22624
|
margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
|
|
22625
22625
|
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
|
|
22626
22626
|
margin: 0;
|
|
22627
|
-
font-size:
|
|
22628
|
-
font-size: var(--timeline-item-title-font-size,
|
|
22627
|
+
font-size: 14px;
|
|
22628
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
22629
22629
|
font-weight: 600;
|
|
22630
22630
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
22631
22631
|
line-height: 1.5;
|
|
@@ -22642,8 +22642,8 @@
|
|
|
22642
22642
|
margin: 0;
|
|
22643
22643
|
margin-top: 4px;
|
|
22644
22644
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
22645
|
-
font-size:
|
|
22646
|
-
font-size: var(--timeline-item-body-font-size,
|
|
22645
|
+
font-size: 14px;
|
|
22646
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
22647
22647
|
line-height: 1.5;
|
|
22648
22648
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22649
22649
|
color: #767d91;
|
|
@@ -22778,8 +22778,8 @@
|
|
|
22778
22778
|
margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
|
|
22779
22779
|
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
|
|
22780
22780
|
margin: 0;
|
|
22781
|
-
font-size:
|
|
22782
|
-
font-size: var(--timeline-item-title-font-size,
|
|
22781
|
+
font-size: 14px;
|
|
22782
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
22783
22783
|
font-weight: 600;
|
|
22784
22784
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
22785
22785
|
line-height: 1.5;
|
|
@@ -22796,8 +22796,8 @@
|
|
|
22796
22796
|
margin: 0;
|
|
22797
22797
|
margin-top: 4px;
|
|
22798
22798
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
22799
|
-
font-size:
|
|
22800
|
-
font-size: var(--timeline-item-body-font-size,
|
|
22799
|
+
font-size: 14px;
|
|
22800
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
22801
22801
|
line-height: 1.5;
|
|
22802
22802
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22803
22803
|
color: #767d91;
|
|
@@ -22932,8 +22932,8 @@
|
|
|
22932
22932
|
margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
|
|
22933
22933
|
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
|
|
22934
22934
|
margin: 0;
|
|
22935
|
-
font-size:
|
|
22936
|
-
font-size: var(--timeline-item-title-font-size,
|
|
22935
|
+
font-size: 14px;
|
|
22936
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
22937
22937
|
font-weight: 600;
|
|
22938
22938
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
22939
22939
|
line-height: 1.5;
|
|
@@ -22950,8 +22950,8 @@
|
|
|
22950
22950
|
margin: 0;
|
|
22951
22951
|
margin-top: 4px;
|
|
22952
22952
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
22953
|
-
font-size:
|
|
22954
|
-
font-size: var(--timeline-item-body-font-size,
|
|
22953
|
+
font-size: 14px;
|
|
22954
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
22955
22955
|
line-height: 1.5;
|
|
22956
22956
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22957
22957
|
color: #767d91;
|
|
@@ -23086,8 +23086,8 @@
|
|
|
23086
23086
|
margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
|
|
23087
23087
|
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
|
|
23088
23088
|
margin: 0;
|
|
23089
|
-
font-size:
|
|
23090
|
-
font-size: var(--timeline-item-title-font-size,
|
|
23089
|
+
font-size: 14px;
|
|
23090
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
23091
23091
|
font-weight: 600;
|
|
23092
23092
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
23093
23093
|
line-height: 1.5;
|
|
@@ -23104,8 +23104,8 @@
|
|
|
23104
23104
|
margin: 0;
|
|
23105
23105
|
margin-top: 4px;
|
|
23106
23106
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
23107
|
-
font-size:
|
|
23108
|
-
font-size: var(--timeline-item-body-font-size,
|
|
23107
|
+
font-size: 14px;
|
|
23108
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
23109
23109
|
line-height: 1.5;
|
|
23110
23110
|
line-height: var(--font-lineheight-2, 1.5);
|
|
23111
23111
|
color: #767d91;
|
|
@@ -23175,8 +23175,8 @@
|
|
|
23175
23175
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-title {
|
|
23176
23176
|
margin: 0;
|
|
23177
23177
|
margin-top: 4px;
|
|
23178
|
-
font-size:
|
|
23179
|
-
font-size: var(--timeline-item-title-font-size,
|
|
23178
|
+
font-size: 14px;
|
|
23179
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
23180
23180
|
font-weight: 600;
|
|
23181
23181
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
23182
23182
|
line-height: 1.5;
|
|
@@ -23191,8 +23191,8 @@
|
|
|
23191
23191
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
23192
23192
|
margin: 0;
|
|
23193
23193
|
margin-top: 4px;
|
|
23194
|
-
font-size:
|
|
23195
|
-
font-size: var(--timeline-item-body-font-size,
|
|
23194
|
+
font-size: 14px;
|
|
23195
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
23196
23196
|
line-height: 1.5;
|
|
23197
23197
|
line-height: var(--font-lineheight-2, 1.5);
|
|
23198
23198
|
color: #767d91;
|
|
@@ -23244,8 +23244,8 @@
|
|
|
23244
23244
|
|
|
23245
23245
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-title {
|
|
23246
23246
|
margin: 0;
|
|
23247
|
-
font-size:
|
|
23248
|
-
font-size: var(--timeline-item-title-font-size,
|
|
23247
|
+
font-size: 14px;
|
|
23248
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
23249
23249
|
font-weight: 600;
|
|
23250
23250
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
23251
23251
|
line-height: 1.5;
|
|
@@ -23259,8 +23259,8 @@
|
|
|
23259
23259
|
|
|
23260
23260
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
23261
23261
|
margin: 0;
|
|
23262
|
-
font-size:
|
|
23263
|
-
font-size: var(--timeline-item-body-font-size,
|
|
23262
|
+
font-size: 14px;
|
|
23263
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
23264
23264
|
line-height: 1.5;
|
|
23265
23265
|
line-height: var(--font-lineheight-2, 1.5);
|
|
23266
23266
|
color: #767d91;
|
|
@@ -23326,8 +23326,8 @@
|
|
|
23326
23326
|
background-color: var(--transfer-panel-header-background-color, #FFFFFF);
|
|
23327
23327
|
color: #323643;
|
|
23328
23328
|
color: var(--transfer-panel-header-text-color, #323643);
|
|
23329
|
-
font-size:
|
|
23330
|
-
font-size: var(--transfer-panel-header-text-size,
|
|
23329
|
+
font-size: 14px;
|
|
23330
|
+
font-size: var(--transfer-panel-header-text-size, 14px); }
|
|
23331
23331
|
.next-transfer-panel-search {
|
|
23332
23332
|
padding: 0 4px;
|
|
23333
23333
|
padding: 0 var(--transfer-panel-search-margin-left-right, 4px);
|
|
@@ -23399,14 +23399,14 @@
|
|
|
23399
23399
|
.next-transfer-panel-count {
|
|
23400
23400
|
/* TODO */
|
|
23401
23401
|
margin-left: 4px;
|
|
23402
|
-
font-size:
|
|
23403
|
-
font-size: var(--font-size-body-1,
|
|
23402
|
+
font-size: 14px;
|
|
23403
|
+
font-size: var(--font-size-body-1, 14px);
|
|
23404
23404
|
vertical-align: middle;
|
|
23405
23405
|
color: #323643;
|
|
23406
23406
|
color: var(--transfer-panel-footer-text-color, #323643); }
|
|
23407
23407
|
.next-transfer-panel-move-all {
|
|
23408
|
-
font-size:
|
|
23409
|
-
font-size: var(--font-size-body-1,
|
|
23408
|
+
font-size: 14px;
|
|
23409
|
+
font-size: var(--font-size-body-1, 14px);
|
|
23410
23410
|
color: #284cc0;
|
|
23411
23411
|
color: var(--transfer-simple-panel-footer-text-color, #284cc0);
|
|
23412
23412
|
cursor: pointer; }
|
|
@@ -23837,8 +23837,8 @@
|
|
|
23837
23837
|
padding: 8px 20px;
|
|
23838
23838
|
padding: var(--tree-select-padding-vertical, 8px) var(--tree-select-padding-horizontal, 20px); }
|
|
23839
23839
|
.next-tree-select-not-found {
|
|
23840
|
-
font-size:
|
|
23841
|
-
font-size: var(--font-size-body-1,
|
|
23840
|
+
font-size: 14px;
|
|
23841
|
+
font-size: var(--font-size-body-1, 14px);
|
|
23842
23842
|
color: #a9aeba;
|
|
23843
23843
|
color: var(--color-text1-2, #a9aeba); }
|
|
23844
23844
|
|
|
@@ -25278,8 +25278,8 @@ h5.next-typography-title {
|
|
|
25278
25278
|
font-size: var(--typography-title-h5-font-size, 14px); }
|
|
25279
25279
|
|
|
25280
25280
|
h6.next-typography-title {
|
|
25281
|
-
font-size:
|
|
25282
|
-
font-size: var(--typography-title-h6-font-size,
|
|
25281
|
+
font-size: 14px;
|
|
25282
|
+
font-size: var(--typography-title-h6-font-size, 14px); }
|
|
25283
25283
|
|
|
25284
25284
|
/* put your code here */
|
|
25285
25285
|
.next-divider {
|
|
@@ -25478,8 +25478,8 @@ h6.next-typography-title {
|
|
|
25478
25478
|
border-bottom: 1px solid #e7e8eb;
|
|
25479
25479
|
border-bottom: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #e7e8eb); }
|
|
25480
25480
|
.next-table th .next-table-cell-wrapper {
|
|
25481
|
-
padding:
|
|
25482
|
-
padding: var(--table-header-padding-top,
|
|
25481
|
+
padding: 16px 10px;
|
|
25482
|
+
padding: var(--table-header-padding-top, 16px) var(--table-header-padding-left, 10px);
|
|
25483
25483
|
overflow: hidden;
|
|
25484
25484
|
text-overflow: ellipsis;
|
|
25485
25485
|
word-break: break-all; }
|
|
@@ -25690,8 +25690,8 @@ h6.next-typography-title {
|
|
|
25690
25690
|
.next-table-body,
|
|
25691
25691
|
.next-table-header {
|
|
25692
25692
|
overflow: auto;
|
|
25693
|
-
font-size:
|
|
25694
|
-
font-size: var(--table-th-font-size,
|
|
25693
|
+
font-size: 14px;
|
|
25694
|
+
font-size: var(--table-th-font-size, 14px); }
|
|
25695
25695
|
|
|
25696
25696
|
.next-table-column-resize-proxy {
|
|
25697
25697
|
position: absolute;
|
|
@@ -25721,8 +25721,8 @@ h6.next-typography-title {
|
|
|
25721
25721
|
display: none; }
|
|
25722
25722
|
|
|
25723
25723
|
.next-table-body {
|
|
25724
|
-
font-size:
|
|
25725
|
-
font-size: var(--table-body-font-size,
|
|
25724
|
+
font-size: 14px;
|
|
25725
|
+
font-size: var(--table-body-font-size, 14px);
|
|
25726
25726
|
position: relative; }
|
|
25727
25727
|
|
|
25728
25728
|
.next-table-fixed {
|
|
@@ -26624,11 +26624,11 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
26624
26624
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-label {
|
|
26625
26625
|
padding-left: 8px;
|
|
26626
26626
|
padding-left: var(--input-m-label-padding-left, 8px);
|
|
26627
|
-
font-size:
|
|
26628
|
-
font-size: var(--form-element-medium-font-size,
|
|
26627
|
+
font-size: 14px;
|
|
26628
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
26629
26629
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-inner {
|
|
26630
|
-
font-size:
|
|
26631
|
-
font-size: var(--form-element-medium-font-size,
|
|
26630
|
+
font-size: 14px;
|
|
26631
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
26632
26632
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-control {
|
|
26633
26633
|
padding-right: 8px;
|
|
26634
26634
|
padding-right: var(--input-m-icon-padding-right, 8px); }
|
|
@@ -26642,25 +26642,25 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
26642
26642
|
line-height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2) \0;
|
|
26643
26643
|
padding: 0 8px;
|
|
26644
26644
|
padding: 0 var(--input-m-padding, 8px);
|
|
26645
|
-
font-size:
|
|
26646
|
-
font-size: var(--form-element-medium-font-size,
|
|
26645
|
+
font-size: 14px;
|
|
26646
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
26647
26647
|
.next-time-picker2-input.next-time-picker2-input-medium input::-webkit-input-placeholder {
|
|
26648
|
-
font-size:
|
|
26649
|
-
font-size: var(--form-element-medium-font-size,
|
|
26648
|
+
font-size: 14px;
|
|
26649
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
26650
26650
|
.next-time-picker2-input.next-time-picker2-input-medium input::-moz-placeholder {
|
|
26651
|
-
font-size:
|
|
26652
|
-
font-size: var(--form-element-medium-font-size,
|
|
26651
|
+
font-size: 14px;
|
|
26652
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
26653
26653
|
.next-time-picker2-input.next-time-picker2-input-medium input::-ms-input-placeholder {
|
|
26654
|
-
font-size:
|
|
26655
|
-
font-size: var(--form-element-medium-font-size,
|
|
26654
|
+
font-size: 14px;
|
|
26655
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
26656
26656
|
.next-time-picker2-input.next-time-picker2-input-medium input::placeholder {
|
|
26657
|
-
font-size:
|
|
26658
|
-
font-size: var(--form-element-medium-font-size,
|
|
26657
|
+
font-size: 14px;
|
|
26658
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
26659
26659
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-text-field {
|
|
26660
26660
|
padding: 0 8px;
|
|
26661
26661
|
padding: 0 var(--input-m-padding, 8px);
|
|
26662
|
-
font-size:
|
|
26663
|
-
font-size: var(--form-element-medium-font-size,
|
|
26662
|
+
font-size: 14px;
|
|
26663
|
+
font-size: var(--form-element-medium-font-size, 14px);
|
|
26664
26664
|
height: calc(36px - 1px*2);
|
|
26665
26665
|
height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2);
|
|
26666
26666
|
line-height: calc(36px - 1px*2);
|
|
@@ -26681,11 +26681,11 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
26681
26681
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-label {
|
|
26682
26682
|
padding-left: 12px;
|
|
26683
26683
|
padding-left: var(--input-l-label-padding-left, 12px);
|
|
26684
|
-
font-size:
|
|
26685
|
-
font-size: var(--form-element-large-font-size,
|
|
26684
|
+
font-size: 14px;
|
|
26685
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
26686
26686
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-inner {
|
|
26687
|
-
font-size:
|
|
26688
|
-
font-size: var(--form-element-large-font-size,
|
|
26687
|
+
font-size: 14px;
|
|
26688
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
26689
26689
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-control {
|
|
26690
26690
|
padding-right: 12px;
|
|
26691
26691
|
padding-right: var(--input-l-icon-padding-right, 12px); }
|
|
@@ -26699,25 +26699,25 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
26699
26699
|
line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2) \0;
|
|
26700
26700
|
padding: 0 8px;
|
|
26701
26701
|
padding: 0 var(--input-l-padding, 8px);
|
|
26702
|
-
font-size:
|
|
26703
|
-
font-size: var(--form-element-large-font-size,
|
|
26702
|
+
font-size: 14px;
|
|
26703
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
26704
26704
|
.next-time-picker2-input.next-time-picker2-input-large input::-webkit-input-placeholder {
|
|
26705
|
-
font-size:
|
|
26706
|
-
font-size: var(--form-element-large-font-size,
|
|
26705
|
+
font-size: 14px;
|
|
26706
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
26707
26707
|
.next-time-picker2-input.next-time-picker2-input-large input::-moz-placeholder {
|
|
26708
|
-
font-size:
|
|
26709
|
-
font-size: var(--form-element-large-font-size,
|
|
26708
|
+
font-size: 14px;
|
|
26709
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
26710
26710
|
.next-time-picker2-input.next-time-picker2-input-large input::-ms-input-placeholder {
|
|
26711
|
-
font-size:
|
|
26712
|
-
font-size: var(--form-element-large-font-size,
|
|
26711
|
+
font-size: 14px;
|
|
26712
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
26713
26713
|
.next-time-picker2-input.next-time-picker2-input-large input::placeholder {
|
|
26714
|
-
font-size:
|
|
26715
|
-
font-size: var(--form-element-large-font-size,
|
|
26714
|
+
font-size: 14px;
|
|
26715
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
26716
26716
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-text-field {
|
|
26717
26717
|
padding: 0 8px;
|
|
26718
26718
|
padding: 0 var(--input-l-padding, 8px);
|
|
26719
|
-
font-size:
|
|
26720
|
-
font-size: var(--form-element-large-font-size,
|
|
26719
|
+
font-size: 14px;
|
|
26720
|
+
font-size: var(--form-element-large-font-size, 14px);
|
|
26721
26721
|
height: calc(40px - 1px*2);
|
|
26722
26722
|
height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
|
|
26723
26723
|
line-height: calc(40px - 1px*2);
|
|
@@ -27035,11 +27035,11 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
27035
27035
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-label {
|
|
27036
27036
|
padding-left: 8px;
|
|
27037
27037
|
padding-left: var(--input-m-label-padding-left, 8px);
|
|
27038
|
-
font-size:
|
|
27039
|
-
font-size: var(--form-element-medium-font-size,
|
|
27038
|
+
font-size: 14px;
|
|
27039
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27040
27040
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-inner {
|
|
27041
|
-
font-size:
|
|
27042
|
-
font-size: var(--form-element-medium-font-size,
|
|
27041
|
+
font-size: 14px;
|
|
27042
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27043
27043
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
|
|
27044
27044
|
padding-right: 8px;
|
|
27045
27045
|
padding-right: var(--input-m-icon-padding-right, 8px); }
|
|
@@ -27053,25 +27053,25 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
27053
27053
|
line-height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2) \0;
|
|
27054
27054
|
padding: 0 8px;
|
|
27055
27055
|
padding: 0 var(--input-m-padding, 8px);
|
|
27056
|
-
font-size:
|
|
27057
|
-
font-size: var(--form-element-medium-font-size,
|
|
27056
|
+
font-size: 14px;
|
|
27057
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27058
27058
|
.next-date-picker2-input.next-date-picker2-input-medium input::-webkit-input-placeholder {
|
|
27059
|
-
font-size:
|
|
27060
|
-
font-size: var(--form-element-medium-font-size,
|
|
27059
|
+
font-size: 14px;
|
|
27060
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27061
27061
|
.next-date-picker2-input.next-date-picker2-input-medium input::-moz-placeholder {
|
|
27062
|
-
font-size:
|
|
27063
|
-
font-size: var(--form-element-medium-font-size,
|
|
27062
|
+
font-size: 14px;
|
|
27063
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27064
27064
|
.next-date-picker2-input.next-date-picker2-input-medium input::-ms-input-placeholder {
|
|
27065
|
-
font-size:
|
|
27066
|
-
font-size: var(--form-element-medium-font-size,
|
|
27065
|
+
font-size: 14px;
|
|
27066
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27067
27067
|
.next-date-picker2-input.next-date-picker2-input-medium input::placeholder {
|
|
27068
|
-
font-size:
|
|
27069
|
-
font-size: var(--form-element-medium-font-size,
|
|
27068
|
+
font-size: 14px;
|
|
27069
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27070
27070
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-text-field {
|
|
27071
27071
|
padding: 0 8px;
|
|
27072
27072
|
padding: 0 var(--input-m-padding, 8px);
|
|
27073
|
-
font-size:
|
|
27074
|
-
font-size: var(--form-element-medium-font-size,
|
|
27073
|
+
font-size: 14px;
|
|
27074
|
+
font-size: var(--form-element-medium-font-size, 14px);
|
|
27075
27075
|
height: calc(36px - 1px*2);
|
|
27076
27076
|
height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2);
|
|
27077
27077
|
line-height: calc(36px - 1px*2);
|
|
@@ -27092,11 +27092,11 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
27092
27092
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-label {
|
|
27093
27093
|
padding-left: 12px;
|
|
27094
27094
|
padding-left: var(--input-l-label-padding-left, 12px);
|
|
27095
|
-
font-size:
|
|
27096
|
-
font-size: var(--form-element-large-font-size,
|
|
27095
|
+
font-size: 14px;
|
|
27096
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27097
27097
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-inner {
|
|
27098
|
-
font-size:
|
|
27099
|
-
font-size: var(--form-element-large-font-size,
|
|
27098
|
+
font-size: 14px;
|
|
27099
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27100
27100
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-control {
|
|
27101
27101
|
padding-right: 12px;
|
|
27102
27102
|
padding-right: var(--input-l-icon-padding-right, 12px); }
|
|
@@ -27110,25 +27110,25 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
27110
27110
|
line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2) \0;
|
|
27111
27111
|
padding: 0 8px;
|
|
27112
27112
|
padding: 0 var(--input-l-padding, 8px);
|
|
27113
|
-
font-size:
|
|
27114
|
-
font-size: var(--form-element-large-font-size,
|
|
27113
|
+
font-size: 14px;
|
|
27114
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27115
27115
|
.next-date-picker2-input.next-date-picker2-input-large input::-webkit-input-placeholder {
|
|
27116
|
-
font-size:
|
|
27117
|
-
font-size: var(--form-element-large-font-size,
|
|
27116
|
+
font-size: 14px;
|
|
27117
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27118
27118
|
.next-date-picker2-input.next-date-picker2-input-large input::-moz-placeholder {
|
|
27119
|
-
font-size:
|
|
27120
|
-
font-size: var(--form-element-large-font-size,
|
|
27119
|
+
font-size: 14px;
|
|
27120
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27121
27121
|
.next-date-picker2-input.next-date-picker2-input-large input::-ms-input-placeholder {
|
|
27122
|
-
font-size:
|
|
27123
|
-
font-size: var(--form-element-large-font-size,
|
|
27122
|
+
font-size: 14px;
|
|
27123
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27124
27124
|
.next-date-picker2-input.next-date-picker2-input-large input::placeholder {
|
|
27125
|
-
font-size:
|
|
27126
|
-
font-size: var(--form-element-large-font-size,
|
|
27125
|
+
font-size: 14px;
|
|
27126
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27127
27127
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-text-field {
|
|
27128
27128
|
padding: 0 8px;
|
|
27129
27129
|
padding: 0 var(--input-l-padding, 8px);
|
|
27130
|
-
font-size:
|
|
27131
|
-
font-size: var(--form-element-large-font-size,
|
|
27130
|
+
font-size: 14px;
|
|
27131
|
+
font-size: var(--form-element-large-font-size, 14px);
|
|
27132
27132
|
height: calc(40px - 1px*2);
|
|
27133
27133
|
height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
|
|
27134
27134
|
line-height: calc(40px - 1px*2);
|