@alifd/theme-fpx-warehouse 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/design-token.js +1 -1
- package/dist/next-1.css +70 -70
- package/dist/next-2.css +160 -160
- package/dist/next-noreset-1.css +66 -66
- package/dist/next-noreset-2.css +159 -159
- package/dist/next-noreset.css +224 -224
- package/dist/next-noreset.min-1.css +2 -2
- package/dist/next-noreset.min-2.css +2 -2
- package/dist/next-noreset.min.css +2 -2
- package/dist/next-noreset.var-1.css +131 -131
- package/dist/next-noreset.var-2.css +317 -317
- package/dist/next-noreset.var.css +447 -447
- package/dist/next-noreset.var.min-1.css +2 -2
- package/dist/next-noreset.var.min-2.css +2 -2
- package/dist/next-noreset.var.min.css +2 -2
- package/dist/next.css +229 -229
- package/dist/next.js +1 -1
- package/dist/next.min-1.css +2 -2
- package/dist/next.min-2.css +2 -2
- package/dist/next.min.css +2 -2
- package/dist/next.var-1.css +139 -139
- package/dist/next.var-2.css +319 -319
- package/dist/next.var.css +457 -457
- package/dist/next.var.min-1.css +2 -2
- package/dist/next.var.min-2.css +2 -2
- package/dist/next.var.min.css +2 -2
- package/package.json +1 -1
- package/variables.css +110 -110
- package/variables.js +5 -5
- package/variables.less +58 -58
- package/variables.scss +58 -58
- package/variables.scss2css.scss +134 -134
package/dist/next.var.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-fpx-warehouse@1.0.
|
|
2
|
+
* @alifd/theme-fpx-warehouse@1.0.3 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.27.33 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -490,8 +490,8 @@ html {
|
|
|
490
490
|
|
|
491
491
|
body {
|
|
492
492
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
493
|
-
font-size:
|
|
494
|
-
font-size: var(--font-size-body-1,
|
|
493
|
+
font-size: 14px;
|
|
494
|
+
font-size: var(--font-size-body-1, 14px);
|
|
495
495
|
line-height: 1.28571;
|
|
496
496
|
color: #323643;
|
|
497
497
|
color: var(--color-text1-4, #323643); }
|
|
@@ -548,8 +548,8 @@ h4 {
|
|
|
548
548
|
line-height: 24px; }
|
|
549
549
|
|
|
550
550
|
h5 {
|
|
551
|
-
margin-bottom: calc(
|
|
552
|
-
margin-bottom: calc(var(--font-size-body-1,
|
|
551
|
+
margin-bottom: calc(14px*0.5);
|
|
552
|
+
margin-bottom: calc(var(--font-size-body-1, 14px)*0.5);
|
|
553
553
|
font-size: 14px;
|
|
554
554
|
font-size: var(--font-size-body-2, 14px);
|
|
555
555
|
font-weight: normal;
|
|
@@ -559,17 +559,17 @@ h5 {
|
|
|
559
559
|
h6 {
|
|
560
560
|
margin-bottom: calc(14px*0.5);
|
|
561
561
|
margin-bottom: calc(var(--font-size-body-2, 14px)*0.5);
|
|
562
|
-
font-size:
|
|
563
|
-
font-size: var(--font-size-body-1,
|
|
562
|
+
font-size: 14px;
|
|
563
|
+
font-size: var(--font-size-body-1, 14px);
|
|
564
564
|
font-weight: 500;
|
|
565
565
|
font-weight: var(--font-weight-medium, 500);
|
|
566
566
|
line-height: 20px; }
|
|
567
567
|
|
|
568
568
|
p {
|
|
569
|
-
margin-bottom: calc(
|
|
570
|
-
margin-bottom: calc(var(--font-size-body-1,
|
|
571
|
-
font-size:
|
|
572
|
-
font-size: var(--font-size-body-1,
|
|
569
|
+
margin-bottom: calc(14px*0.5);
|
|
570
|
+
margin-bottom: calc(var(--font-size-body-1, 14px)*0.5);
|
|
571
|
+
font-size: 14px;
|
|
572
|
+
font-size: var(--font-size-body-1, 14px);
|
|
573
573
|
font-weight: normal;
|
|
574
574
|
font-weight: var(--font-weight-2, normal);
|
|
575
575
|
line-height: 20px; }
|
|
@@ -2747,8 +2747,8 @@ small {
|
|
|
2747
2747
|
height: calc(var(--radio-button-height-large, 40px) - 2px);
|
|
2748
2748
|
line-height: calc(40px - 2px);
|
|
2749
2749
|
line-height: calc(var(--radio-button-height-large, 40px) - 2px);
|
|
2750
|
-
font-size:
|
|
2751
|
-
font-size: var(--radio-button-font-size-large,
|
|
2750
|
+
font-size: 14px;
|
|
2751
|
+
font-size: var(--radio-button-font-size-large, 14px); }
|
|
2752
2752
|
|
|
2753
2753
|
.next-radio-button-medium[dir='rtl'] > label:first-child {
|
|
2754
2754
|
margin-left: -1px;
|
|
@@ -3018,8 +3018,8 @@ small {
|
|
|
3018
3018
|
height: calc(var(--radio-button-height-large, 40px) - 2px);
|
|
3019
3019
|
line-height: calc(40px - 2px);
|
|
3020
3020
|
line-height: calc(var(--radio-button-height-large, 40px) - 2px);
|
|
3021
|
-
font-size:
|
|
3022
|
-
font-size: var(--radio-button-font-size-large,
|
|
3021
|
+
font-size: 14px;
|
|
3022
|
+
font-size: var(--radio-button-font-size-large, 14px); }
|
|
3023
3023
|
|
|
3024
3024
|
.next-radio-button-medium > label {
|
|
3025
3025
|
padding: 0 8px;
|
|
@@ -3110,8 +3110,8 @@ small {
|
|
|
3110
3110
|
/* 使用已有变量$radio-font-margin-left,配左即两边都有间隔 */
|
|
3111
3111
|
margin-right: 8px;
|
|
3112
3112
|
margin-right: var(--radio-font-margin-left, 8px);
|
|
3113
|
-
font-size:
|
|
3114
|
-
font-size: var(--radio-font-size,
|
|
3113
|
+
font-size: 14px;
|
|
3114
|
+
font-size: var(--radio-font-size, 14px);
|
|
3115
3115
|
vertical-align: middle;
|
|
3116
3116
|
line-height: 1;
|
|
3117
3117
|
color: #323643;
|
|
@@ -3284,8 +3284,8 @@ small {
|
|
|
3284
3284
|
border-style: var(--balloon-border-style, solid);
|
|
3285
3285
|
border-radius: 4px;
|
|
3286
3286
|
border-radius: var(--balloon-corner, 4px);
|
|
3287
|
-
font-size:
|
|
3288
|
-
font-size: var(--balloon-content-font-size,
|
|
3287
|
+
font-size: 14px;
|
|
3288
|
+
font-size: var(--balloon-content-font-size, 14px);
|
|
3289
3289
|
font-weight: normal;
|
|
3290
3290
|
font-weight: var(--balloon-content-font-weight, normal);
|
|
3291
3291
|
/* stylelint-disable */
|
|
@@ -3339,12 +3339,12 @@ small {
|
|
|
3339
3339
|
.next-balloon-primary .next-balloon-close {
|
|
3340
3340
|
position: absolute;
|
|
3341
3341
|
top: -1px;
|
|
3342
|
-
-webkit-transform: translateY(calc(8px +
|
|
3343
|
-
-webkit-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
3344
|
-
-ms-transform: translateY(calc(8px +
|
|
3345
|
-
-ms-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
3346
|
-
transform: translateY(calc(8px +
|
|
3347
|
-
transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
3342
|
+
-webkit-transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
3343
|
+
-webkit-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
3344
|
+
-ms-transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
3345
|
+
-ms-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
3346
|
+
transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
3347
|
+
transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
3348
3348
|
right: 8px;
|
|
3349
3349
|
right: var(--balloon-size-close-margin-right, 8px);
|
|
3350
3350
|
font-size: 16px;
|
|
@@ -3557,12 +3557,12 @@ small {
|
|
|
3557
3557
|
.next-balloon-normal .next-balloon-close {
|
|
3558
3558
|
position: absolute;
|
|
3559
3559
|
top: -1px;
|
|
3560
|
-
-webkit-transform: translateY(calc(8px +
|
|
3561
|
-
-webkit-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
3562
|
-
-ms-transform: translateY(calc(8px +
|
|
3563
|
-
-ms-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
3564
|
-
transform: translateY(calc(8px +
|
|
3565
|
-
transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
3560
|
+
-webkit-transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
3561
|
+
-webkit-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
3562
|
+
-ms-transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
3563
|
+
-ms-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
3564
|
+
transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
3565
|
+
transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
3566
3566
|
right: 8px;
|
|
3567
3567
|
right: var(--balloon-size-close-margin-right, 8px);
|
|
3568
3568
|
font-size: 16px;
|
|
@@ -3781,8 +3781,8 @@ small {
|
|
|
3781
3781
|
border-style: var(--balloon-tooltip-border-style, solid);
|
|
3782
3782
|
border-radius: 4px;
|
|
3783
3783
|
border-radius: var(--balloon-corner, 4px);
|
|
3784
|
-
font-size:
|
|
3785
|
-
font-size: var(--balloon-tooltip-content-font-size,
|
|
3784
|
+
font-size: 14px;
|
|
3785
|
+
font-size: var(--balloon-tooltip-content-font-size, 14px);
|
|
3786
3786
|
font-weight: normal;
|
|
3787
3787
|
font-weight: var(--balloon-tooltip-content-font-weight, normal);
|
|
3788
3788
|
z-index: 0;
|
|
@@ -4355,8 +4355,8 @@ small {
|
|
|
4355
4355
|
background: var(--menu-background, #FFFFFF);
|
|
4356
4356
|
line-height: 36px;
|
|
4357
4357
|
line-height: var(--menu-line-height, 36px);
|
|
4358
|
-
font-size:
|
|
4359
|
-
font-size: var(--menu-font-size,
|
|
4358
|
+
font-size: 14px;
|
|
4359
|
+
font-size: var(--menu-font-size, 14px);
|
|
4360
4360
|
-webkit-animation-duration: 300ms;
|
|
4361
4361
|
animation-duration: 300ms;
|
|
4362
4362
|
-webkit-animation-timing-function: ease;
|
|
@@ -4434,8 +4434,8 @@ small {
|
|
|
4434
4434
|
color: #a9aeba;
|
|
4435
4435
|
color: var(--color-text1-2, #a9aeba);
|
|
4436
4436
|
font-style: normal;
|
|
4437
|
-
font-size:
|
|
4438
|
-
font-size: var(--menu-font-size,
|
|
4437
|
+
font-size: 14px;
|
|
4438
|
+
font-size: var(--menu-font-size, 14px); }
|
|
4439
4439
|
.next-menu-item .next-checkbox,
|
|
4440
4440
|
.next-menu-item .next-radio {
|
|
4441
4441
|
margin-right: 4px; }
|
|
@@ -4483,8 +4483,8 @@ small {
|
|
|
4483
4483
|
.next-menu-item-inner {
|
|
4484
4484
|
height: 36px;
|
|
4485
4485
|
height: var(--menu-line-height, 36px);
|
|
4486
|
-
font-size:
|
|
4487
|
-
font-size: var(--menu-font-size,
|
|
4486
|
+
font-size: 14px;
|
|
4487
|
+
font-size: var(--menu-font-size, 14px);
|
|
4488
4488
|
overflow: hidden;
|
|
4489
4489
|
text-overflow: ellipsis;
|
|
4490
4490
|
white-space: nowrap;
|
|
@@ -4633,8 +4633,8 @@ small {
|
|
|
4633
4633
|
.next-breadcrumb .next-breadcrumb-text {
|
|
4634
4634
|
height: 16px;
|
|
4635
4635
|
min-width: 16px;
|
|
4636
|
-
font-size:
|
|
4637
|
-
font-size: var(--breadcrumb-size-m-font-size,
|
|
4636
|
+
font-size: 14px;
|
|
4637
|
+
font-size: var(--breadcrumb-size-m-font-size, 14px);
|
|
4638
4638
|
line-height: 16px; }
|
|
4639
4639
|
.next-breadcrumb .next-breadcrumb-separator {
|
|
4640
4640
|
height: 16px;
|
|
@@ -4864,8 +4864,8 @@ small {
|
|
|
4864
4864
|
padding: 0 var(--btn-size-m-padding, 16px);
|
|
4865
4865
|
height: 32px;
|
|
4866
4866
|
height: var(--btn-size-m-height, 32px);
|
|
4867
|
-
font-size:
|
|
4868
|
-
font-size: var(--btn-size-m-font,
|
|
4867
|
+
font-size: 14px;
|
|
4868
|
+
font-size: var(--btn-size-m-font, 14px);
|
|
4869
4869
|
border-width: 1px;
|
|
4870
4870
|
border-width: var(--btn-size-m-border-width, 1px); }
|
|
4871
4871
|
.next-btn.next-medium > .next-btn-icon.next-icon-first {
|
|
@@ -5362,8 +5362,8 @@ small {
|
|
|
5362
5362
|
padding: 0 0px;
|
|
5363
5363
|
height: 24px;
|
|
5364
5364
|
height: var(--btn-text-size-l-height, 24px);
|
|
5365
|
-
font-size:
|
|
5366
|
-
font-size: var(--btn-text-size-l-font,
|
|
5365
|
+
font-size: 14px;
|
|
5366
|
+
font-size: var(--btn-text-size-l-font, 14px);
|
|
5367
5367
|
border-width: 0; }
|
|
5368
5368
|
.next-btn-text.next-large > .next-btn-icon.next-icon-first {
|
|
5369
5369
|
-webkit-transform: scale(1);
|
|
@@ -6013,11 +6013,11 @@ small {
|
|
|
6013
6013
|
.next-input.next-medium .next-input-label {
|
|
6014
6014
|
padding-left: 8px;
|
|
6015
6015
|
padding-left: var(--input-m-label-padding-left, 8px);
|
|
6016
|
-
font-size:
|
|
6017
|
-
font-size: var(--form-element-medium-font-size,
|
|
6016
|
+
font-size: 14px;
|
|
6017
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
6018
6018
|
.next-input.next-medium .next-input-inner {
|
|
6019
|
-
font-size:
|
|
6020
|
-
font-size: var(--form-element-medium-font-size,
|
|
6019
|
+
font-size: 14px;
|
|
6020
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
6021
6021
|
.next-input.next-medium .next-input-control {
|
|
6022
6022
|
padding-right: 8px;
|
|
6023
6023
|
padding-right: var(--input-m-icon-padding-right, 8px); }
|
|
@@ -6031,25 +6031,25 @@ small {
|
|
|
6031
6031
|
line-height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2) \0;
|
|
6032
6032
|
padding: 0 8px;
|
|
6033
6033
|
padding: 0 var(--input-m-padding, 8px);
|
|
6034
|
-
font-size:
|
|
6035
|
-
font-size: var(--form-element-medium-font-size,
|
|
6034
|
+
font-size: 14px;
|
|
6035
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
6036
6036
|
.next-input.next-medium input::-webkit-input-placeholder {
|
|
6037
|
-
font-size:
|
|
6038
|
-
font-size: var(--form-element-medium-font-size,
|
|
6037
|
+
font-size: 14px;
|
|
6038
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
6039
6039
|
.next-input.next-medium input::-moz-placeholder {
|
|
6040
|
-
font-size:
|
|
6041
|
-
font-size: var(--form-element-medium-font-size,
|
|
6040
|
+
font-size: 14px;
|
|
6041
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
6042
6042
|
.next-input.next-medium input::-ms-input-placeholder {
|
|
6043
|
-
font-size:
|
|
6044
|
-
font-size: var(--form-element-medium-font-size,
|
|
6043
|
+
font-size: 14px;
|
|
6044
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
6045
6045
|
.next-input.next-medium input::placeholder {
|
|
6046
|
-
font-size:
|
|
6047
|
-
font-size: var(--form-element-medium-font-size,
|
|
6046
|
+
font-size: 14px;
|
|
6047
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
6048
6048
|
.next-input.next-medium .next-input-text-field {
|
|
6049
6049
|
padding: 0 8px;
|
|
6050
6050
|
padding: 0 var(--input-m-padding, 8px);
|
|
6051
|
-
font-size:
|
|
6052
|
-
font-size: var(--form-element-medium-font-size,
|
|
6051
|
+
font-size: 14px;
|
|
6052
|
+
font-size: var(--form-element-medium-font-size, 14px);
|
|
6053
6053
|
height: calc(36px - 1px*2);
|
|
6054
6054
|
height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2);
|
|
6055
6055
|
line-height: calc(36px - 1px*2);
|
|
@@ -6070,11 +6070,11 @@ small {
|
|
|
6070
6070
|
.next-input.next-large .next-input-label {
|
|
6071
6071
|
padding-left: 12px;
|
|
6072
6072
|
padding-left: var(--input-l-label-padding-left, 12px);
|
|
6073
|
-
font-size:
|
|
6074
|
-
font-size: var(--form-element-large-font-size,
|
|
6073
|
+
font-size: 14px;
|
|
6074
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
6075
6075
|
.next-input.next-large .next-input-inner {
|
|
6076
|
-
font-size:
|
|
6077
|
-
font-size: var(--form-element-large-font-size,
|
|
6076
|
+
font-size: 14px;
|
|
6077
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
6078
6078
|
.next-input.next-large .next-input-control {
|
|
6079
6079
|
padding-right: 12px;
|
|
6080
6080
|
padding-right: var(--input-l-icon-padding-right, 12px); }
|
|
@@ -6088,25 +6088,25 @@ small {
|
|
|
6088
6088
|
line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2) \0;
|
|
6089
6089
|
padding: 0 8px;
|
|
6090
6090
|
padding: 0 var(--input-l-padding, 8px);
|
|
6091
|
-
font-size:
|
|
6092
|
-
font-size: var(--form-element-large-font-size,
|
|
6091
|
+
font-size: 14px;
|
|
6092
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
6093
6093
|
.next-input.next-large input::-webkit-input-placeholder {
|
|
6094
|
-
font-size:
|
|
6095
|
-
font-size: var(--form-element-large-font-size,
|
|
6094
|
+
font-size: 14px;
|
|
6095
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
6096
6096
|
.next-input.next-large input::-moz-placeholder {
|
|
6097
|
-
font-size:
|
|
6098
|
-
font-size: var(--form-element-large-font-size,
|
|
6097
|
+
font-size: 14px;
|
|
6098
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
6099
6099
|
.next-input.next-large input::-ms-input-placeholder {
|
|
6100
|
-
font-size:
|
|
6101
|
-
font-size: var(--form-element-large-font-size,
|
|
6100
|
+
font-size: 14px;
|
|
6101
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
6102
6102
|
.next-input.next-large input::placeholder {
|
|
6103
|
-
font-size:
|
|
6104
|
-
font-size: var(--form-element-large-font-size,
|
|
6103
|
+
font-size: 14px;
|
|
6104
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
6105
6105
|
.next-input.next-large .next-input-text-field {
|
|
6106
6106
|
padding: 0 8px;
|
|
6107
6107
|
padding: 0 var(--input-l-padding, 8px);
|
|
6108
|
-
font-size:
|
|
6109
|
-
font-size: var(--form-element-large-font-size,
|
|
6108
|
+
font-size: 14px;
|
|
6109
|
+
font-size: var(--form-element-large-font-size, 14px);
|
|
6110
6110
|
height: calc(40px - 1px*2);
|
|
6111
6111
|
height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
|
|
6112
6112
|
line-height: calc(40px - 1px*2);
|
|
@@ -6134,11 +6134,11 @@ small {
|
|
|
6134
6134
|
border-radius: 4px;
|
|
6135
6135
|
border-radius: var(--input-multiple-corner, 4px); }
|
|
6136
6136
|
.next-input.next-input-textarea.next-small textarea {
|
|
6137
|
-
font-size:
|
|
6138
|
-
font-size: var(--form-element-medium-font-size,
|
|
6137
|
+
font-size: 14px;
|
|
6138
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
6139
6139
|
.next-input.next-input-textarea.next-large textarea {
|
|
6140
|
-
font-size:
|
|
6141
|
-
font-size: var(--form-element-large-font-size,
|
|
6140
|
+
font-size: 14px;
|
|
6141
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
6142
6142
|
.next-input.next-input-textarea .next-input-control {
|
|
6143
6143
|
display: block;
|
|
6144
6144
|
width: auto;
|
|
@@ -6488,13 +6488,13 @@ small {
|
|
|
6488
6488
|
border-radius: 4px;
|
|
6489
6489
|
border-radius: var(--form-element-small-corner, 4px); }
|
|
6490
6490
|
.next-input-group-text.next-medium {
|
|
6491
|
-
font-size:
|
|
6492
|
-
font-size: var(--form-element-medium-font-size,
|
|
6491
|
+
font-size: 14px;
|
|
6492
|
+
font-size: var(--form-element-medium-font-size, 14px);
|
|
6493
6493
|
border-radius: 4px;
|
|
6494
6494
|
border-radius: var(--form-element-medium-corner, 4px); }
|
|
6495
6495
|
.next-input-group-text.next-large {
|
|
6496
|
-
font-size:
|
|
6497
|
-
font-size: var(--form-element-large-font-size,
|
|
6496
|
+
font-size: 14px;
|
|
6497
|
+
font-size: var(--form-element-large-font-size, 14px);
|
|
6498
6498
|
border-radius: 4px;
|
|
6499
6499
|
border-radius: var(--form-element-large-corner, 4px); }
|
|
6500
6500
|
|
|
@@ -7374,8 +7374,8 @@ small {
|
|
|
7374
7374
|
right: 0;
|
|
7375
7375
|
top: 0;
|
|
7376
7376
|
height: 100%;
|
|
7377
|
-
font-size:
|
|
7378
|
-
font-size: var(--card-title-extra-font-size,
|
|
7377
|
+
font-size: 14px;
|
|
7378
|
+
font-size: var(--card-title-extra-font-size, 14px);
|
|
7379
7379
|
color: #005adc;
|
|
7380
7380
|
color: var(--card-title-extra-color, #005adc); }
|
|
7381
7381
|
.next-card-body {
|
|
@@ -7486,8 +7486,8 @@ small {
|
|
|
7486
7486
|
padding-left: var(--card-padding-lr, 20px);
|
|
7487
7487
|
padding-right: 20px;
|
|
7488
7488
|
padding-right: var(--card-padding-lr, 20px);
|
|
7489
|
-
font-size:
|
|
7490
|
-
font-size: var(--card-content-font-size,
|
|
7489
|
+
font-size: 14px;
|
|
7490
|
+
font-size: var(--card-content-font-size, 14px);
|
|
7491
7491
|
line-height: 1.5;
|
|
7492
7492
|
line-height: var(--card-content-line-height, 1.5);
|
|
7493
7493
|
color: #767d91;
|
|
@@ -7844,8 +7844,8 @@ small {
|
|
|
7844
7844
|
margin-bottom: 8px; }
|
|
7845
7845
|
|
|
7846
7846
|
.next-checkbox-label {
|
|
7847
|
-
font-size:
|
|
7848
|
-
font-size: var(--checkbox-font-size,
|
|
7847
|
+
font-size: 14px;
|
|
7848
|
+
font-size: var(--checkbox-font-size, 14px);
|
|
7849
7849
|
color: #323643;
|
|
7850
7850
|
color: var(--checkbox-label-color, #323643);
|
|
7851
7851
|
vertical-align: middle;
|
|
@@ -7918,8 +7918,8 @@ small {
|
|
|
7918
7918
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7919
7919
|
background: #eef1f6;
|
|
7920
7920
|
background: var(--collapse-title-bg-color, #eef1f6);
|
|
7921
|
-
font-size:
|
|
7922
|
-
font-size: var(--collapse-title-font-size,
|
|
7921
|
+
font-size: 14px;
|
|
7922
|
+
font-size: var(--collapse-title-font-size, 14px);
|
|
7923
7923
|
font-weight: 500;
|
|
7924
7924
|
font-weight: var(--collapse-title-font-weight, 500);
|
|
7925
7925
|
color: #323643;
|
|
@@ -7947,8 +7947,8 @@ small {
|
|
|
7947
7947
|
padding: 0 var(--collapse-content-padding-x, 24px);
|
|
7948
7948
|
background: #FFFFFF;
|
|
7949
7949
|
background: var(--collapse-content-bg-color, #FFFFFF);
|
|
7950
|
-
font-size:
|
|
7951
|
-
font-size: var(--collapse-content-font-size,
|
|
7950
|
+
font-size: 14px;
|
|
7951
|
+
font-size: var(--collapse-content-font-size, 14px);
|
|
7952
7952
|
color: #323643;
|
|
7953
7953
|
color: var(--collapse-content-color, #323643);
|
|
7954
7954
|
-webkit-transition: all 300ms ease;
|
|
@@ -8018,8 +8018,8 @@ small {
|
|
|
8018
8018
|
height: var(--time-picker-menu-title-height, 12px);
|
|
8019
8019
|
line-height: 12px;
|
|
8020
8020
|
line-height: var(--time-picker-menu-title-height, 12px);
|
|
8021
|
-
font-size:
|
|
8022
|
-
font-size: var(--time-picker-menu-title-font-size,
|
|
8021
|
+
font-size: 14px;
|
|
8022
|
+
font-size: var(--time-picker-menu-title-font-size, 14px);
|
|
8023
8023
|
font-weight: normal;
|
|
8024
8024
|
font-weight: var(--time-pikcer-menu-title-font-weight, normal);
|
|
8025
8025
|
color: #c3cbd5;
|
|
@@ -8032,8 +8032,8 @@ small {
|
|
|
8032
8032
|
list-style: none;
|
|
8033
8033
|
margin: 0;
|
|
8034
8034
|
padding: 0;
|
|
8035
|
-
font-size:
|
|
8036
|
-
font-size: var(--time-picker-menu-item-font-size,
|
|
8035
|
+
font-size: 14px;
|
|
8036
|
+
font-size: var(--time-picker-menu-item-font-size, 14px);
|
|
8037
8037
|
height: calc(28px*7);
|
|
8038
8038
|
height: calc(var(--time-picker-menu-item-height, 28px)*7); }
|
|
8039
8039
|
.next-time-picker-menu-item {
|
|
@@ -8872,8 +8872,8 @@ small {
|
|
|
8872
8872
|
margin-top: var(--message-size-m-content-margin-top, 4px);
|
|
8873
8873
|
padding: 0 20px 0 calc(8px + 16px);
|
|
8874
8874
|
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));
|
|
8875
|
-
font-size:
|
|
8876
|
-
font-size: var(--message-size-m-content-font,
|
|
8875
|
+
font-size: 14px;
|
|
8876
|
+
font-size: var(--message-size-m-content-font, 14px);
|
|
8877
8877
|
line-height: 1.5;
|
|
8878
8878
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
8879
8879
|
.next-message.next-medium .next-message-symbol + .next-message-content {
|
|
@@ -8923,8 +8923,8 @@ small {
|
|
|
8923
8923
|
margin-top: var(--message-size-l-content-margin-top, 8px);
|
|
8924
8924
|
padding: 0 16px 0 calc(8px + 20px);
|
|
8925
8925
|
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));
|
|
8926
|
-
font-size:
|
|
8927
|
-
font-size: var(--message-size-l-content-font,
|
|
8926
|
+
font-size: 14px;
|
|
8927
|
+
font-size: var(--message-size-l-content-font, 14px);
|
|
8928
8928
|
line-height: 1.5;
|
|
8929
8929
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
8930
8930
|
.next-message.next-large .next-message-symbol + .next-message-content {
|
|
@@ -9293,8 +9293,8 @@ small {
|
|
|
9293
9293
|
.next-drawer-body {
|
|
9294
9294
|
padding: 16px 20px 16px 20px;
|
|
9295
9295
|
padding: var(--drawer-content-padding-top, 16px) var(--drawer-content-padding-left-right, 20px) var(--drawer-content-padding-bottom, 16px) var(--drawer-content-padding-left-right, 20px);
|
|
9296
|
-
font-size:
|
|
9297
|
-
font-size: var(--drawer-content-font-size,
|
|
9296
|
+
font-size: 14px;
|
|
9297
|
+
font-size: var(--drawer-content-font-size, 14px);
|
|
9298
9298
|
line-height: 1.5;
|
|
9299
9299
|
line-height: var(--font-lineheight-2, 1.5);
|
|
9300
9300
|
color: #767d91;
|
|
@@ -13461,8 +13461,8 @@ small {
|
|
|
13461
13461
|
color: #323643;
|
|
13462
13462
|
color: var(--form-element-preview-text-color, #323643); }
|
|
13463
13463
|
.next-form-preview.next-form-item.next-medium .next-form-item-label {
|
|
13464
|
-
font-size:
|
|
13465
|
-
font-size: var(--form-element-medium-preview-label-font-size,
|
|
13464
|
+
font-size: 14px;
|
|
13465
|
+
font-size: var(--form-element-medium-preview-label-font-size, 14px);
|
|
13466
13466
|
line-height: 24px;
|
|
13467
13467
|
line-height: var(--form-element-medium-preview-height, 24px); }
|
|
13468
13468
|
.next-form-preview.next-form-item.next-small .next-form-item-label {
|
|
@@ -13528,22 +13528,22 @@ small {
|
|
|
13528
13528
|
line-height: calc(36px - 4px);
|
|
13529
13529
|
line-height: calc(var(--form-element-medium-height, 36px) - 4px); }
|
|
13530
13530
|
.next-form-item .next-form-preview {
|
|
13531
|
-
font-size:
|
|
13532
|
-
font-size: var(--form-element-medium-preview-font-size,
|
|
13531
|
+
font-size: 14px;
|
|
13532
|
+
font-size: var(--form-element-medium-preview-font-size, 14px);
|
|
13533
13533
|
line-height: 24px;
|
|
13534
13534
|
line-height: var(--form-element-medium-preview-height, 24px); }
|
|
13535
13535
|
.next-form-item .next-form-preview.next-input-textarea > p {
|
|
13536
|
-
font-size:
|
|
13537
|
-
font-size: var(--form-element-medium-preview-font-size,
|
|
13536
|
+
font-size: 14px;
|
|
13537
|
+
font-size: var(--form-element-medium-preview-font-size, 14px);
|
|
13538
13538
|
text-align: justify;
|
|
13539
|
-
min-height: calc(
|
|
13540
|
-
min-height: calc(var(--form-element-medium-preview-font-size,
|
|
13539
|
+
min-height: calc(14px*1.4);
|
|
13540
|
+
min-height: calc(var(--form-element-medium-preview-font-size, 14px)*1.4);
|
|
13541
13541
|
line-height: 1.4;
|
|
13542
|
-
margin-top: calc(24px/2 -
|
|
13543
|
-
margin-top: calc(var(--form-element-medium-preview-height, 24px)/2 - var(--form-element-medium-preview-font-size,
|
|
13542
|
+
margin-top: calc(24px/2 - 14px*1.4/2);
|
|
13543
|
+
margin-top: calc(var(--form-element-medium-preview-height, 24px)/2 - var(--form-element-medium-preview-font-size, 14px)*1.4/2); }
|
|
13544
13544
|
.next-form-item .next-form-item-label {
|
|
13545
|
-
font-size:
|
|
13546
|
-
font-size: var(--form-element-medium-font-size,
|
|
13545
|
+
font-size: 14px;
|
|
13546
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
13547
13547
|
.next-form-item .next-form-item-label > label {
|
|
13548
13548
|
display: inline-block;
|
|
13549
13549
|
line-height: 1.5;
|
|
@@ -13579,8 +13579,8 @@ small {
|
|
|
13579
13579
|
margin-top: calc(40px/2 - 13px);
|
|
13580
13580
|
margin-top: calc(var(--form-element-large-height, 40px)/2 - 13px); }
|
|
13581
13581
|
.next-form-item.next-large .next-form-item-label {
|
|
13582
|
-
font-size:
|
|
13583
|
-
font-size: var(--form-element-large-font-size,
|
|
13582
|
+
font-size: 14px;
|
|
13583
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
13584
13584
|
.next-form-item.next-large .next-form-item-help-margin-offset {
|
|
13585
13585
|
margin-top: -var(--form-item-l-margin-b, 8px); }
|
|
13586
13586
|
.next-form-item.next-small {
|
|
@@ -13667,8 +13667,8 @@ small {
|
|
|
13667
13667
|
.next-form-item-help {
|
|
13668
13668
|
margin-top: 2px;
|
|
13669
13669
|
margin-top: var(--form-help-margin-top, 2px);
|
|
13670
|
-
font-size:
|
|
13671
|
-
font-size: var(--form-help-font-size,
|
|
13670
|
+
font-size: 14px;
|
|
13671
|
+
font-size: var(--form-help-font-size, 14px);
|
|
13672
13672
|
line-height: 1.5;
|
|
13673
13673
|
line-height: var(--font-lineheight-2, 1.5);
|
|
13674
13674
|
color: #a9aeba;
|
|
@@ -14136,8 +14136,8 @@ small {
|
|
|
14136
14136
|
.next-select-highlight {
|
|
14137
14137
|
color: #284cc0;
|
|
14138
14138
|
color: var(--select-highlight-color, #284cc0);
|
|
14139
|
-
font-size:
|
|
14140
|
-
font-size: var(--select-highlight-font,
|
|
14139
|
+
font-size: 14px;
|
|
14140
|
+
font-size: var(--select-highlight-font, 14px); }
|
|
14141
14141
|
.next-select-in-ie.next-select-trigger .next-select-values {
|
|
14142
14142
|
/* 在 table 布局中,overflow: hidden 会导致负的 margin 失效 */
|
|
14143
14143
|
overflow: visible; }
|
|
@@ -14222,8 +14222,8 @@ small {
|
|
|
14222
14222
|
display: block; }
|
|
14223
14223
|
|
|
14224
14224
|
.next-list-empty {
|
|
14225
|
-
font-size:
|
|
14226
|
-
font-size: var(--font-size-body-1,
|
|
14225
|
+
font-size: 14px;
|
|
14226
|
+
font-size: var(--font-size-body-1, 14px);
|
|
14227
14227
|
color: #c3cbd5;
|
|
14228
14228
|
color: var(--color-line1-4, #c3cbd5);
|
|
14229
14229
|
padding: 32px 0;
|
|
@@ -14335,8 +14335,8 @@ small {
|
|
|
14335
14335
|
padding-left: var(--list-size-m-item-media-margin, 8px); }
|
|
14336
14336
|
|
|
14337
14337
|
.next-list-medium .next-list-item {
|
|
14338
|
-
font-size:
|
|
14339
|
-
font-size: var(--list-size-m-item-content-font-size,
|
|
14338
|
+
font-size: 14px;
|
|
14339
|
+
font-size: var(--list-size-m-item-content-font-size, 14px);
|
|
14340
14340
|
line-height: 1.5;
|
|
14341
14341
|
line-height: var(--list-size-m-item-content-line-height, 1.5);
|
|
14342
14342
|
padding: 16px 0px;
|
|
@@ -14371,8 +14371,8 @@ small {
|
|
|
14371
14371
|
padding-left: var(--list-size-s-item-media-margin, 8px); }
|
|
14372
14372
|
|
|
14373
14373
|
.next-list-small .next-list-item {
|
|
14374
|
-
font-size:
|
|
14375
|
-
font-size: var(--list-size-s-item-content-font-size,
|
|
14374
|
+
font-size: 14px;
|
|
14375
|
+
font-size: var(--list-size-s-item-content-font-size, 14px);
|
|
14376
14376
|
font-weight: normal;
|
|
14377
14377
|
font-weight: var(--list-size-s-item-title-font-weight, normal);
|
|
14378
14378
|
line-height: 1.3;
|
|
@@ -14517,8 +14517,8 @@ small {
|
|
|
14517
14517
|
height: var(--nav-group-height, 40px);
|
|
14518
14518
|
line-height: 40px;
|
|
14519
14519
|
line-height: var(--nav-group-height, 40px);
|
|
14520
|
-
font-size:
|
|
14521
|
-
font-size: var(--nav-group-font-size,
|
|
14520
|
+
font-size: 14px;
|
|
14521
|
+
font-size: var(--nav-group-font-size, 14px); }
|
|
14522
14522
|
.next-nav-item .next-menu-item-text > span,
|
|
14523
14523
|
.next-nav-item .next-nav-group-label > span {
|
|
14524
14524
|
opacity: 1;
|
|
@@ -14549,8 +14549,8 @@ small {
|
|
|
14549
14549
|
height: calc(var(--nav-hoz-height, 56px) + var(--nav-hoz-item-margin-tb, 0px)*2);
|
|
14550
14550
|
line-height: calc(56px - 1px*2);
|
|
14551
14551
|
line-height: calc(var(--nav-hoz-height, 56px) - var(--popup-local-border-width, 1px)*2);
|
|
14552
|
-
font-size:
|
|
14553
|
-
font-size: var(--nav-hoz-font-size,
|
|
14552
|
+
font-size: 14px;
|
|
14553
|
+
font-size: var(--nav-hoz-font-size, 14px); }
|
|
14554
14554
|
.next-nav.next-hoz .next-menu-item.next-nav-item {
|
|
14555
14555
|
margin-left: 0px;
|
|
14556
14556
|
margin-left: var(--nav-hoz-item-margin-lr, 0px);
|
|
@@ -14569,8 +14569,8 @@ small {
|
|
|
14569
14569
|
.next-nav.next-hoz .next-menu-item-inner {
|
|
14570
14570
|
height: calc(56px - 1px*2);
|
|
14571
14571
|
height: calc(var(--nav-hoz-height, 56px) - var(--popup-local-border-width, 1px)*2);
|
|
14572
|
-
font-size:
|
|
14573
|
-
font-size: var(--nav-hoz-font-size,
|
|
14572
|
+
font-size: 14px;
|
|
14573
|
+
font-size: var(--nav-hoz-font-size, 14px); }
|
|
14574
14574
|
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title {
|
|
14575
14575
|
line-height: 1;
|
|
14576
14576
|
padding: 12px 8px; }
|
|
@@ -14589,8 +14589,8 @@ small {
|
|
|
14589
14589
|
height: var(--nav-group-height, 40px);
|
|
14590
14590
|
line-height: 40px;
|
|
14591
14591
|
line-height: var(--nav-group-height, 40px);
|
|
14592
|
-
font-size:
|
|
14593
|
-
font-size: var(--nav-group-font-size,
|
|
14592
|
+
font-size: 14px;
|
|
14593
|
+
font-size: var(--nav-group-font-size, 14px); }
|
|
14594
14594
|
.next-nav.next-hoz .next-menu-header {
|
|
14595
14595
|
float: left;
|
|
14596
14596
|
height: calc(56px - 1px*2);
|
|
@@ -14666,8 +14666,8 @@ small {
|
|
|
14666
14666
|
height: var(--nav-group-height, 40px);
|
|
14667
14667
|
line-height: 40px;
|
|
14668
14668
|
line-height: var(--nav-group-height, 40px);
|
|
14669
|
-
font-size:
|
|
14670
|
-
font-size: var(--nav-group-font-size,
|
|
14669
|
+
font-size: 14px;
|
|
14670
|
+
font-size: var(--nav-group-font-size, 14px); }
|
|
14671
14671
|
.next-nav.next-ver > .next-menu-item:first-child,
|
|
14672
14672
|
.next-nav.next-ver > .next-menu-sub-menu-wrapper:first-child > .next-menu-item {
|
|
14673
14673
|
margin-top: 8px;
|
|
@@ -14682,8 +14682,8 @@ small {
|
|
|
14682
14682
|
.next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
|
|
14683
14683
|
height: 36px;
|
|
14684
14684
|
height: var(--nav-ver-sub-nav-height, 36px);
|
|
14685
|
-
font-size:
|
|
14686
|
-
font-size: var(--nav-ver-sub-nav-font-size,
|
|
14685
|
+
font-size: 14px;
|
|
14686
|
+
font-size: var(--nav-ver-sub-nav-font-size, 14px); }
|
|
14687
14687
|
.next-nav.next-ver .next-nav-item:before {
|
|
14688
14688
|
height: 0;
|
|
14689
14689
|
top: 50%;
|
|
@@ -15990,15 +15990,15 @@ small {
|
|
|
15990
15990
|
line-height: inherit; }
|
|
15991
15991
|
|
|
15992
15992
|
.next-pagination[dir="rtl"].next-large .next-pagination-display {
|
|
15993
|
-
font-size:
|
|
15994
|
-
font-size: var(--pagination-large-total-font-size,
|
|
15993
|
+
font-size: 14px;
|
|
15994
|
+
font-size: var(--pagination-large-total-font-size, 14px); }
|
|
15995
15995
|
.next-pagination[dir="rtl"].next-large .next-pagination-display em {
|
|
15996
|
-
font-size:
|
|
15997
|
-
font-size: var(--pagination-large-current-font-size,
|
|
15996
|
+
font-size: 14px;
|
|
15997
|
+
font-size: var(--pagination-large-current-font-size, 14px); }
|
|
15998
15998
|
|
|
15999
15999
|
.next-pagination[dir="rtl"].next-large .next-pagination-jump-text {
|
|
16000
|
-
font-size:
|
|
16001
|
-
font-size: var(--pagination-large-jump-font-size,
|
|
16000
|
+
font-size: 14px;
|
|
16001
|
+
font-size: var(--pagination-large-jump-font-size, 14px); }
|
|
16002
16002
|
|
|
16003
16003
|
.next-pagination[dir="rtl"].next-large .next-pagination-jump-input {
|
|
16004
16004
|
width: 48px;
|
|
@@ -16009,8 +16009,8 @@ small {
|
|
|
16009
16009
|
height: var(--form-element-large-height, 40px);
|
|
16010
16010
|
line-height: 40px;
|
|
16011
16011
|
line-height: var(--form-element-large-height, 40px);
|
|
16012
|
-
font-size:
|
|
16013
|
-
font-size: var(--pagination-large-jump-font-size,
|
|
16012
|
+
font-size: 14px;
|
|
16013
|
+
font-size: var(--pagination-large-jump-font-size, 14px);
|
|
16014
16014
|
vertical-align: middle; }
|
|
16015
16015
|
|
|
16016
16016
|
.next-pagination[dir="rtl"].next-large .next-pagination-size-selector-btn {
|
|
@@ -16380,14 +16380,14 @@ small {
|
|
|
16380
16380
|
font-size: var(--pagination-large-ellipsis-size, 16px);
|
|
16381
16381
|
line-height: inherit; }
|
|
16382
16382
|
.next-pagination.next-large .next-pagination-display {
|
|
16383
|
-
font-size:
|
|
16384
|
-
font-size: var(--pagination-large-total-font-size,
|
|
16383
|
+
font-size: 14px;
|
|
16384
|
+
font-size: var(--pagination-large-total-font-size, 14px); }
|
|
16385
16385
|
.next-pagination.next-large .next-pagination-display em {
|
|
16386
|
-
font-size:
|
|
16387
|
-
font-size: var(--pagination-large-current-font-size,
|
|
16386
|
+
font-size: 14px;
|
|
16387
|
+
font-size: var(--pagination-large-current-font-size, 14px); }
|
|
16388
16388
|
.next-pagination.next-large .next-pagination-jump-text {
|
|
16389
|
-
font-size:
|
|
16390
|
-
font-size: var(--pagination-large-jump-font-size,
|
|
16389
|
+
font-size: 14px;
|
|
16390
|
+
font-size: var(--pagination-large-jump-font-size, 14px); }
|
|
16391
16391
|
.next-pagination.next-large .next-pagination-jump-input {
|
|
16392
16392
|
width: 48px;
|
|
16393
16393
|
width: var(--pagination-large-input-width, 48px); }
|
|
@@ -16396,8 +16396,8 @@ small {
|
|
|
16396
16396
|
height: var(--form-element-large-height, 40px);
|
|
16397
16397
|
line-height: 40px;
|
|
16398
16398
|
line-height: var(--form-element-large-height, 40px);
|
|
16399
|
-
font-size:
|
|
16400
|
-
font-size: var(--pagination-large-jump-font-size,
|
|
16399
|
+
font-size: 14px;
|
|
16400
|
+
font-size: var(--pagination-large-jump-font-size, 14px);
|
|
16401
16401
|
vertical-align: middle; }
|
|
16402
16402
|
.next-pagination.next-large .next-pagination-size-selector-btn {
|
|
16403
16403
|
padding: 0 16px;
|
|
@@ -16458,8 +16458,8 @@ small {
|
|
|
16458
16458
|
line-height: 1.5;
|
|
16459
16459
|
line-height: var(--paragraph-l-line-height, 1.5); }
|
|
16460
16460
|
.next-paragraph-small {
|
|
16461
|
-
font-size:
|
|
16462
|
-
font-size: var(--paragraph-s-font-size,
|
|
16461
|
+
font-size: 14px;
|
|
16462
|
+
font-size: var(--paragraph-s-font-size, 14px); }
|
|
16463
16463
|
.next-paragraph-medium {
|
|
16464
16464
|
font-size: 14px;
|
|
16465
16465
|
font-size: var(--paragraph-m-font-size, 14px); }
|
|
@@ -16569,8 +16569,8 @@ small {
|
|
|
16569
16569
|
margin-top: calc(0px - 12px/2);
|
|
16570
16570
|
margin-top: calc(0px - var(--progress-line-height-size-l, 12px)/2); }
|
|
16571
16571
|
.next-progress-line.next-large .next-progress-line-text {
|
|
16572
|
-
font-size:
|
|
16573
|
-
font-size: var(--progress-line-font-l,
|
|
16572
|
+
font-size: 14px;
|
|
16573
|
+
font-size: var(--progress-line-font-l, 14px);
|
|
16574
16574
|
line-height: 12px;
|
|
16575
16575
|
line-height: var(--progress-line-height-size-l, 12px); }
|
|
16576
16576
|
.next-progress-line-show-info .next-progress-line-container {
|
|
@@ -16637,8 +16637,8 @@ small {
|
|
|
16637
16637
|
margin-top: calc(0px - 12px/2);
|
|
16638
16638
|
margin-top: calc(0px - var(--progress-line-height-size-l, 12px)/2); }
|
|
16639
16639
|
.next-progress-line-show-border.next-large .next-progress-line-text {
|
|
16640
|
-
font-size:
|
|
16641
|
-
font-size: var(--progress-line-font-l,
|
|
16640
|
+
font-size: 14px;
|
|
16641
|
+
font-size: var(--progress-line-font-l, 14px);
|
|
16642
16642
|
line-height: calc(12px + 1px*2);
|
|
16643
16643
|
line-height: calc(var(--progress-line-height-size-l, 12px) + var(--progress-line-underlay-border-width, 1px)*2); }
|
|
16644
16644
|
|
|
@@ -17159,8 +17159,8 @@ small {
|
|
|
17159
17159
|
margin-left: var(--rating-small-text-margin-left, 8px); }
|
|
17160
17160
|
|
|
17161
17161
|
.next-rating-medium {
|
|
17162
|
-
font-size:
|
|
17163
|
-
font-size: var(--rating-medium-font-size,
|
|
17162
|
+
font-size: 14px;
|
|
17163
|
+
font-size: var(--rating-medium-font-size, 14px); }
|
|
17164
17164
|
.next-rating-medium .next-icon:before,
|
|
17165
17165
|
.next-rating-medium .next-icon .next-icon-remote {
|
|
17166
17166
|
width: 16px;
|
|
@@ -17171,8 +17171,8 @@ small {
|
|
|
17171
17171
|
margin-left: var(--rating-medium-text-margin-left, 12px); }
|
|
17172
17172
|
|
|
17173
17173
|
.next-rating-large {
|
|
17174
|
-
font-size:
|
|
17175
|
-
font-size: var(--rating-large-font-size,
|
|
17174
|
+
font-size: 14px;
|
|
17175
|
+
font-size: var(--rating-large-font-size, 14px); }
|
|
17176
17176
|
.next-rating-large .next-icon:before,
|
|
17177
17177
|
.next-rating-large .next-icon .next-icon-remote {
|
|
17178
17178
|
width: 20px;
|
|
@@ -17407,8 +17407,8 @@ small {
|
|
|
17407
17407
|
height: calc(40px - 1px*2);
|
|
17408
17408
|
height: calc(var(--search-normal-primary-l-height, 40px) - var(--search-normal-primary-border-width, 1px)*2); }
|
|
17409
17409
|
.next-search-normal.next-primary.next-large .next-search-btn {
|
|
17410
|
-
font-size:
|
|
17411
|
-
font-size: var(--search-normal-primary-l-btn-text-size,
|
|
17410
|
+
font-size: 14px;
|
|
17411
|
+
font-size: var(--search-normal-primary-l-btn-text-size, 14px); }
|
|
17412
17412
|
.next-search-normal.next-primary.next-large .next-search-btn .next-icon:before,
|
|
17413
17413
|
.next-search-normal.next-primary.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
17414
17414
|
width: 16px;
|
|
@@ -17510,8 +17510,8 @@ small {
|
|
|
17510
17510
|
height: calc(40px - 1px*2);
|
|
17511
17511
|
height: calc(var(--search-normal-secondary-l-height, 40px) - var(--search-normal-secondary-border-width, 1px)*2); }
|
|
17512
17512
|
.next-search-normal.next-secondary.next-large .next-search-btn {
|
|
17513
|
-
font-size:
|
|
17514
|
-
font-size: var(--search-normal-secondary-l-btn-text-size,
|
|
17513
|
+
font-size: 14px;
|
|
17514
|
+
font-size: var(--search-normal-secondary-l-btn-text-size, 14px); }
|
|
17515
17515
|
.next-search-normal.next-secondary.next-large .next-search-btn .next-icon:before,
|
|
17516
17516
|
.next-search-normal.next-secondary.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
17517
17517
|
width: 16px;
|
|
@@ -17544,8 +17544,8 @@ small {
|
|
|
17544
17544
|
height: calc(36px - 1px*2);
|
|
17545
17545
|
height: calc(var(--search-normal-secondary-m-height, 36px) - var(--search-normal-secondary-border-width, 1px)*2); }
|
|
17546
17546
|
.next-search-normal.next-secondary.next-medium .next-search-btn {
|
|
17547
|
-
font-size:
|
|
17548
|
-
font-size: var(--search-normal-secondary-m-btn-text-size,
|
|
17547
|
+
font-size: 14px;
|
|
17548
|
+
font-size: var(--search-normal-secondary-m-btn-text-size, 14px); }
|
|
17549
17549
|
.next-search-normal.next-secondary.next-medium .next-search-btn .next-icon:before,
|
|
17550
17550
|
.next-search-normal.next-secondary.next-medium .next-search-btn .next-icon .next-icon-remote {
|
|
17551
17551
|
width: 16px;
|
|
@@ -17613,8 +17613,8 @@ small {
|
|
|
17613
17613
|
height: calc(40px - 1px*2);
|
|
17614
17614
|
height: calc(var(--search-normal-normal-l-height, 40px) - var(--search-normal-normal-border-width, 1px)*2); }
|
|
17615
17615
|
.next-search-normal.next-normal.next-large .next-search-btn {
|
|
17616
|
-
font-size:
|
|
17617
|
-
font-size: var(--search-normal-normal-l-btn-text-size,
|
|
17616
|
+
font-size: 14px;
|
|
17617
|
+
font-size: var(--search-normal-normal-l-btn-text-size, 14px); }
|
|
17618
17618
|
.next-search-normal.next-normal.next-large .next-search-btn .next-icon:before,
|
|
17619
17619
|
.next-search-normal.next-normal.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
17620
17620
|
width: 16px;
|
|
@@ -17724,8 +17724,8 @@ small {
|
|
|
17724
17724
|
height: calc(40px - 1px*2);
|
|
17725
17725
|
height: calc(var(--search-normal-dark-l-height, 40px) - var(--search-normal-dark-border-width, 1px)*2); }
|
|
17726
17726
|
.next-search-normal.next-dark.next-large .next-search-btn {
|
|
17727
|
-
font-size:
|
|
17728
|
-
font-size: var(--search-normal-dark-l-btn-text-size,
|
|
17727
|
+
font-size: 14px;
|
|
17728
|
+
font-size: var(--search-normal-dark-l-btn-text-size, 14px); }
|
|
17729
17729
|
.next-search-normal.next-dark.next-large .next-search-btn .next-icon:before,
|
|
17730
17730
|
.next-search-normal.next-dark.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
17731
17731
|
width: 16px;
|
|
@@ -18323,8 +18323,8 @@ small {
|
|
|
18323
18323
|
.next-step-arrow > .next-step-item-wait .next-step-item-content {
|
|
18324
18324
|
color: #323643;
|
|
18325
18325
|
color: var(--step-arrow-item-title-wait-color, #323643);
|
|
18326
|
-
font-size:
|
|
18327
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18326
|
+
font-size: 14px;
|
|
18327
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18328
18328
|
line-height: 1.5;
|
|
18329
18329
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18330
18330
|
word-break: break-word; }
|
|
@@ -18341,8 +18341,8 @@ small {
|
|
|
18341
18341
|
display: block;
|
|
18342
18342
|
width: 32px;
|
|
18343
18343
|
height: 32px;
|
|
18344
|
-
font-size:
|
|
18345
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18344
|
+
font-size: 14px;
|
|
18345
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18346
18346
|
font-weight: normal;
|
|
18347
18347
|
font-weight: var(--font-weight-2, normal);
|
|
18348
18348
|
line-height: calc(32px - 1px*2);
|
|
@@ -18397,8 +18397,8 @@ small {
|
|
|
18397
18397
|
.next-step-arrow > .next-step-item-process .next-step-item-content {
|
|
18398
18398
|
color: #FFFFFF;
|
|
18399
18399
|
color: var(--step-arrow-item-title-process-color, #FFFFFF);
|
|
18400
|
-
font-size:
|
|
18401
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18400
|
+
font-size: 14px;
|
|
18401
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18402
18402
|
line-height: 1.5;
|
|
18403
18403
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18404
18404
|
word-break: break-word; }
|
|
@@ -18415,8 +18415,8 @@ small {
|
|
|
18415
18415
|
display: block;
|
|
18416
18416
|
width: 32px;
|
|
18417
18417
|
height: 32px;
|
|
18418
|
-
font-size:
|
|
18419
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18418
|
+
font-size: 14px;
|
|
18419
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18420
18420
|
font-weight: normal;
|
|
18421
18421
|
font-weight: var(--font-weight-2, normal);
|
|
18422
18422
|
line-height: calc(32px - 1px*2);
|
|
@@ -18471,8 +18471,8 @@ small {
|
|
|
18471
18471
|
.next-step-arrow > .next-step-item-finish .next-step-item-content {
|
|
18472
18472
|
color: #284cc0;
|
|
18473
18473
|
color: var(--step-arrow-item-title-finish-color, #284cc0);
|
|
18474
|
-
font-size:
|
|
18475
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18474
|
+
font-size: 14px;
|
|
18475
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18476
18476
|
line-height: 1.5;
|
|
18477
18477
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18478
18478
|
word-break: break-word; }
|
|
@@ -18489,8 +18489,8 @@ small {
|
|
|
18489
18489
|
display: block;
|
|
18490
18490
|
width: 32px;
|
|
18491
18491
|
height: 32px;
|
|
18492
|
-
font-size:
|
|
18493
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18492
|
+
font-size: 14px;
|
|
18493
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18494
18494
|
font-weight: normal;
|
|
18495
18495
|
font-weight: var(--font-weight-2, normal);
|
|
18496
18496
|
line-height: calc(32px - 1px*2);
|
|
@@ -18546,8 +18546,8 @@ small {
|
|
|
18546
18546
|
.next-step-arrow .next-step-item-disabled .next-step-item-content {
|
|
18547
18547
|
color: #c3cbd5;
|
|
18548
18548
|
color: var(--step-arrow-item-title-disabled-color, #c3cbd5);
|
|
18549
|
-
font-size:
|
|
18550
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18549
|
+
font-size: 14px;
|
|
18550
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18551
18551
|
line-height: 1.5;
|
|
18552
18552
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18553
18553
|
word-break: break-word; }
|
|
@@ -18564,8 +18564,8 @@ small {
|
|
|
18564
18564
|
display: block;
|
|
18565
18565
|
width: 32px;
|
|
18566
18566
|
height: 32px;
|
|
18567
|
-
font-size:
|
|
18568
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18567
|
+
font-size: 14px;
|
|
18568
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18569
18569
|
font-weight: normal;
|
|
18570
18570
|
font-weight: var(--font-weight-2, normal);
|
|
18571
18571
|
line-height: calc(32px - 1px*2);
|
|
@@ -18671,8 +18671,8 @@ small {
|
|
|
18671
18671
|
.next-step-circle > .next-step-item-wait .next-step-item-content {
|
|
18672
18672
|
color: #a9aeba;
|
|
18673
18673
|
color: var(--step-circle-item-title-wait-color, #a9aeba);
|
|
18674
|
-
font-size:
|
|
18675
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18674
|
+
font-size: 14px;
|
|
18675
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18676
18676
|
line-height: 1.5;
|
|
18677
18677
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18678
18678
|
word-break: break-word; }
|
|
@@ -18695,8 +18695,8 @@ small {
|
|
|
18695
18695
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
18696
18696
|
height: 32px;
|
|
18697
18697
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
18698
|
-
font-size:
|
|
18699
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18698
|
+
font-size: 14px;
|
|
18699
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18700
18700
|
font-weight: normal;
|
|
18701
18701
|
font-weight: var(--font-weight-2, normal);
|
|
18702
18702
|
line-height: calc(32px - 1px*2);
|
|
@@ -18755,8 +18755,8 @@ small {
|
|
|
18755
18755
|
.next-step-circle > .next-step-item-process .next-step-item-content {
|
|
18756
18756
|
color: #323643;
|
|
18757
18757
|
color: var(--step-circle-item-title-process-color, #323643);
|
|
18758
|
-
font-size:
|
|
18759
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18758
|
+
font-size: 14px;
|
|
18759
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18760
18760
|
line-height: 1.5;
|
|
18761
18761
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18762
18762
|
word-break: break-word; }
|
|
@@ -18779,8 +18779,8 @@ small {
|
|
|
18779
18779
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
18780
18780
|
height: 32px;
|
|
18781
18781
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
18782
|
-
font-size:
|
|
18783
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18782
|
+
font-size: 14px;
|
|
18783
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18784
18784
|
font-weight: normal;
|
|
18785
18785
|
font-weight: var(--font-weight-2, normal);
|
|
18786
18786
|
line-height: calc(32px - 1px*2);
|
|
@@ -18839,8 +18839,8 @@ small {
|
|
|
18839
18839
|
.next-step-circle > .next-step-item-finish .next-step-item-content {
|
|
18840
18840
|
color: #323643;
|
|
18841
18841
|
color: var(--step-circle-item-title-finish-color, #323643);
|
|
18842
|
-
font-size:
|
|
18843
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18842
|
+
font-size: 14px;
|
|
18843
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18844
18844
|
line-height: 1.5;
|
|
18845
18845
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18846
18846
|
word-break: break-word; }
|
|
@@ -18863,8 +18863,8 @@ small {
|
|
|
18863
18863
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
18864
18864
|
height: 32px;
|
|
18865
18865
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
18866
|
-
font-size:
|
|
18867
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18866
|
+
font-size: 14px;
|
|
18867
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18868
18868
|
font-weight: normal;
|
|
18869
18869
|
font-weight: var(--font-weight-2, normal);
|
|
18870
18870
|
line-height: calc(32px - 1px*2);
|
|
@@ -18923,8 +18923,8 @@ small {
|
|
|
18923
18923
|
.next-step-circle .next-step-item-disabled .next-step-item-content {
|
|
18924
18924
|
color: #c3cbd5;
|
|
18925
18925
|
color: var(--step-circle-item-title-disabled-color, #c3cbd5);
|
|
18926
|
-
font-size:
|
|
18927
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18926
|
+
font-size: 14px;
|
|
18927
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18928
18928
|
line-height: 1.5;
|
|
18929
18929
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18930
18930
|
word-break: break-word; }
|
|
@@ -18947,8 +18947,8 @@ small {
|
|
|
18947
18947
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
18948
18948
|
height: 32px;
|
|
18949
18949
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
18950
|
-
font-size:
|
|
18951
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18950
|
+
font-size: 14px;
|
|
18951
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
18952
18952
|
font-weight: normal;
|
|
18953
18953
|
font-weight: var(--font-weight-2, normal);
|
|
18954
18954
|
line-height: calc(32px - 1px*2);
|
|
@@ -19014,10 +19014,10 @@ small {
|
|
|
19014
19014
|
text-align: center;
|
|
19015
19015
|
position: absolute; }
|
|
19016
19016
|
.next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
19017
|
-
font-size:
|
|
19018
|
-
font-size: var(--step-circle-item-title-size,
|
|
19019
|
-
line-height: calc(
|
|
19020
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
19017
|
+
font-size: 16px;
|
|
19018
|
+
font-size: var(--step-circle-item-title-size, 16px);
|
|
19019
|
+
line-height: calc(16px + 4px);
|
|
19020
|
+
line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
|
|
19021
19021
|
margin-top: 8px;
|
|
19022
19022
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
19023
19023
|
font-weight: normal;
|
|
@@ -19052,10 +19052,10 @@ small {
|
|
|
19052
19052
|
text-align: center;
|
|
19053
19053
|
position: absolute; }
|
|
19054
19054
|
.next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
19055
|
-
font-size:
|
|
19056
|
-
font-size: var(--step-circle-item-title-size,
|
|
19057
|
-
line-height: calc(
|
|
19058
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
19055
|
+
font-size: 16px;
|
|
19056
|
+
font-size: var(--step-circle-item-title-size, 16px);
|
|
19057
|
+
line-height: calc(16px + 4px);
|
|
19058
|
+
line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
|
|
19059
19059
|
margin-top: 8px;
|
|
19060
19060
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
19061
19061
|
font-weight: normal;
|
|
@@ -19090,10 +19090,10 @@ small {
|
|
|
19090
19090
|
text-align: center;
|
|
19091
19091
|
position: absolute; }
|
|
19092
19092
|
.next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
19093
|
-
font-size:
|
|
19094
|
-
font-size: var(--step-circle-item-title-size,
|
|
19095
|
-
line-height: calc(
|
|
19096
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
19093
|
+
font-size: 16px;
|
|
19094
|
+
font-size: var(--step-circle-item-title-size, 16px);
|
|
19095
|
+
line-height: calc(16px + 4px);
|
|
19096
|
+
line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
|
|
19097
19097
|
margin-top: 8px;
|
|
19098
19098
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
19099
19099
|
font-weight: normal;
|
|
@@ -19128,10 +19128,10 @@ small {
|
|
|
19128
19128
|
text-align: center;
|
|
19129
19129
|
position: absolute; }
|
|
19130
19130
|
.next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
19131
|
-
font-size:
|
|
19132
|
-
font-size: var(--step-circle-item-title-size,
|
|
19133
|
-
line-height: calc(
|
|
19134
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
19131
|
+
font-size: 16px;
|
|
19132
|
+
font-size: var(--step-circle-item-title-size, 16px);
|
|
19133
|
+
line-height: calc(16px + 4px);
|
|
19134
|
+
line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
|
|
19135
19135
|
margin-top: 8px;
|
|
19136
19136
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
19137
19137
|
font-weight: normal;
|
|
@@ -19160,8 +19160,8 @@ small {
|
|
|
19160
19160
|
display: inline-block;
|
|
19161
19161
|
padding-right: 8px;
|
|
19162
19162
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
19163
|
-
margin-top: calc(32px/2 -
|
|
19164
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
19163
|
+
margin-top: calc(32px/2 - 16px/2);
|
|
19164
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
|
|
19165
19165
|
|
|
19166
19166
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
|
|
19167
19167
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -19188,8 +19188,8 @@ small {
|
|
|
19188
19188
|
display: inline-block;
|
|
19189
19189
|
padding-right: 8px;
|
|
19190
19190
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
19191
|
-
margin-top: calc(32px/2 -
|
|
19192
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
19191
|
+
margin-top: calc(32px/2 - 16px/2);
|
|
19192
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
|
|
19193
19193
|
|
|
19194
19194
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
|
|
19195
19195
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -19216,8 +19216,8 @@ small {
|
|
|
19216
19216
|
display: inline-block;
|
|
19217
19217
|
padding-right: 8px;
|
|
19218
19218
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
19219
|
-
margin-top: calc(32px/2 -
|
|
19220
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
19219
|
+
margin-top: calc(32px/2 - 16px/2);
|
|
19220
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
|
|
19221
19221
|
|
|
19222
19222
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
|
|
19223
19223
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -19244,8 +19244,8 @@ small {
|
|
|
19244
19244
|
display: inline-block;
|
|
19245
19245
|
padding-right: 8px;
|
|
19246
19246
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
19247
|
-
margin-top: calc(32px/2 -
|
|
19248
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
19247
|
+
margin-top: calc(32px/2 - 16px/2);
|
|
19248
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
|
|
19249
19249
|
|
|
19250
19250
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
|
|
19251
19251
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -19296,16 +19296,16 @@ small {
|
|
|
19296
19296
|
font-weight: normal;
|
|
19297
19297
|
font-weight: var(--step-circle-item-title-weight, normal);
|
|
19298
19298
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
19299
|
-
font-size:
|
|
19300
|
-
font-size: var(--font-size-body-1,
|
|
19299
|
+
font-size: 14px;
|
|
19300
|
+
font-size: var(--font-size-body-1, 14px);
|
|
19301
19301
|
line-height: 1.28571; }
|
|
19302
19302
|
.next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
19303
19303
|
margin-top: 4px;
|
|
19304
19304
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
19305
19305
|
min-height: 8px;
|
|
19306
19306
|
text-align: left;
|
|
19307
|
-
font-size:
|
|
19308
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19307
|
+
font-size: 14px;
|
|
19308
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19309
19309
|
line-height: 1.5;
|
|
19310
19310
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
19311
19311
|
.next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
|
|
@@ -19339,16 +19339,16 @@ small {
|
|
|
19339
19339
|
font-weight: normal;
|
|
19340
19340
|
font-weight: var(--step-circle-item-title-weight, normal);
|
|
19341
19341
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
19342
|
-
font-size:
|
|
19343
|
-
font-size: var(--font-size-body-1,
|
|
19342
|
+
font-size: 14px;
|
|
19343
|
+
font-size: var(--font-size-body-1, 14px);
|
|
19344
19344
|
line-height: 1.28571; }
|
|
19345
19345
|
.next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
19346
19346
|
margin-top: 4px;
|
|
19347
19347
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
19348
19348
|
min-height: 8px;
|
|
19349
19349
|
text-align: left;
|
|
19350
|
-
font-size:
|
|
19351
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19350
|
+
font-size: 14px;
|
|
19351
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19352
19352
|
line-height: 1.5;
|
|
19353
19353
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
19354
19354
|
.next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
|
|
@@ -19382,16 +19382,16 @@ small {
|
|
|
19382
19382
|
font-weight: normal;
|
|
19383
19383
|
font-weight: var(--step-circle-item-title-weight, normal);
|
|
19384
19384
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
19385
|
-
font-size:
|
|
19386
|
-
font-size: var(--font-size-body-1,
|
|
19385
|
+
font-size: 14px;
|
|
19386
|
+
font-size: var(--font-size-body-1, 14px);
|
|
19387
19387
|
line-height: 1.28571; }
|
|
19388
19388
|
.next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
19389
19389
|
margin-top: 4px;
|
|
19390
19390
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
19391
19391
|
min-height: 8px;
|
|
19392
19392
|
text-align: left;
|
|
19393
|
-
font-size:
|
|
19394
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19393
|
+
font-size: 14px;
|
|
19394
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19395
19395
|
line-height: 1.5;
|
|
19396
19396
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
19397
19397
|
.next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
|
|
@@ -19425,16 +19425,16 @@ small {
|
|
|
19425
19425
|
font-weight: normal;
|
|
19426
19426
|
font-weight: var(--step-circle-item-title-weight, normal);
|
|
19427
19427
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
19428
|
-
font-size:
|
|
19429
|
-
font-size: var(--font-size-body-1,
|
|
19428
|
+
font-size: 14px;
|
|
19429
|
+
font-size: var(--font-size-body-1, 14px);
|
|
19430
19430
|
line-height: 1.28571; }
|
|
19431
19431
|
.next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
19432
19432
|
margin-top: 4px;
|
|
19433
19433
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
19434
19434
|
min-height: 8px;
|
|
19435
19435
|
text-align: left;
|
|
19436
|
-
font-size:
|
|
19437
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19436
|
+
font-size: 14px;
|
|
19437
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19438
19438
|
line-height: 1.5;
|
|
19439
19439
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
19440
19440
|
|
|
@@ -19497,8 +19497,8 @@ small {
|
|
|
19497
19497
|
.next-step-dot > .next-step-item-wait .next-step-item-content {
|
|
19498
19498
|
color: #a9aeba;
|
|
19499
19499
|
color: var(--step-dot-item-title-wait-color, #a9aeba);
|
|
19500
|
-
font-size:
|
|
19501
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19500
|
+
font-size: 14px;
|
|
19501
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19502
19502
|
line-height: 1.5;
|
|
19503
19503
|
line-height: var(--font-lineheight-2, 1.5);
|
|
19504
19504
|
word-break: break-word; }
|
|
@@ -19521,8 +19521,8 @@ small {
|
|
|
19521
19521
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
19522
19522
|
height: 12px;
|
|
19523
19523
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
19524
|
-
font-size:
|
|
19525
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
19524
|
+
font-size: 14px;
|
|
19525
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
19526
19526
|
font-weight: normal;
|
|
19527
19527
|
font-weight: var(--font-weight-2, normal);
|
|
19528
19528
|
line-height: calc(12px - 1px*2);
|
|
@@ -19603,8 +19603,8 @@ small {
|
|
|
19603
19603
|
.next-step-dot > .next-step-item-process .next-step-item-content {
|
|
19604
19604
|
color: #323643;
|
|
19605
19605
|
color: var(--step-dot-item-title-process-color, #323643);
|
|
19606
|
-
font-size:
|
|
19607
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19606
|
+
font-size: 14px;
|
|
19607
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19608
19608
|
line-height: 1.5;
|
|
19609
19609
|
line-height: var(--font-lineheight-2, 1.5);
|
|
19610
19610
|
word-break: break-word; }
|
|
@@ -19627,8 +19627,8 @@ small {
|
|
|
19627
19627
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
19628
19628
|
height: 12px;
|
|
19629
19629
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
19630
|
-
font-size:
|
|
19631
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
19630
|
+
font-size: 14px;
|
|
19631
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
19632
19632
|
font-weight: normal;
|
|
19633
19633
|
font-weight: var(--font-weight-2, normal);
|
|
19634
19634
|
line-height: calc(12px - 1px*2);
|
|
@@ -19709,8 +19709,8 @@ small {
|
|
|
19709
19709
|
.next-step-dot > .next-step-item-finish .next-step-item-content {
|
|
19710
19710
|
color: #323643;
|
|
19711
19711
|
color: var(--step-dot-item-title-finish-color, #323643);
|
|
19712
|
-
font-size:
|
|
19713
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19712
|
+
font-size: 14px;
|
|
19713
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19714
19714
|
line-height: 1.5;
|
|
19715
19715
|
line-height: var(--font-lineheight-2, 1.5);
|
|
19716
19716
|
word-break: break-word; }
|
|
@@ -19733,8 +19733,8 @@ small {
|
|
|
19733
19733
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
19734
19734
|
height: 12px;
|
|
19735
19735
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
19736
|
-
font-size:
|
|
19737
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
19736
|
+
font-size: 14px;
|
|
19737
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
19738
19738
|
font-weight: normal;
|
|
19739
19739
|
font-weight: var(--font-weight-2, normal);
|
|
19740
19740
|
line-height: calc(12px - 1px*2);
|
|
@@ -19815,8 +19815,8 @@ small {
|
|
|
19815
19815
|
.next-step-dot .next-step-item-disabled .next-step-item-content {
|
|
19816
19816
|
color: #c3cbd5;
|
|
19817
19817
|
color: var(--step-dot-item-title-disabled-color, #c3cbd5);
|
|
19818
|
-
font-size:
|
|
19819
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
19818
|
+
font-size: 14px;
|
|
19819
|
+
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19820
19820
|
line-height: 1.5;
|
|
19821
19821
|
line-height: var(--font-lineheight-2, 1.5);
|
|
19822
19822
|
word-break: break-word; }
|
|
@@ -19839,8 +19839,8 @@ small {
|
|
|
19839
19839
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
19840
19840
|
height: 12px;
|
|
19841
19841
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
19842
|
-
font-size:
|
|
19843
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
19842
|
+
font-size: 14px;
|
|
19843
|
+
font-size: var(--step-circle-item-node-font-size, 14px);
|
|
19844
19844
|
font-weight: normal;
|
|
19845
19845
|
font-weight: var(--font-weight-2, normal);
|
|
19846
19846
|
line-height: calc(12px - 1px*2);
|
|
@@ -19930,10 +19930,10 @@ small {
|
|
|
19930
19930
|
text-align: center;
|
|
19931
19931
|
position: absolute; }
|
|
19932
19932
|
.next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
19933
|
-
font-size:
|
|
19934
|
-
font-size: var(--step-dot-item-title-size,
|
|
19935
|
-
line-height: calc(
|
|
19936
|
-
line-height: calc(var(--step-dot-item-title-size,
|
|
19933
|
+
font-size: 14px;
|
|
19934
|
+
font-size: var(--step-dot-item-title-size, 14px);
|
|
19935
|
+
line-height: calc(14px + 4px);
|
|
19936
|
+
line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
|
|
19937
19937
|
margin-top: 8px;
|
|
19938
19938
|
margin-top: var(--step-dot-item-title-margin-top, 8px);
|
|
19939
19939
|
font-weight: bold;
|
|
@@ -19968,10 +19968,10 @@ small {
|
|
|
19968
19968
|
text-align: center;
|
|
19969
19969
|
position: absolute; }
|
|
19970
19970
|
.next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
19971
|
-
font-size:
|
|
19972
|
-
font-size: var(--step-dot-item-title-size,
|
|
19973
|
-
line-height: calc(
|
|
19974
|
-
line-height: calc(var(--step-dot-item-title-size,
|
|
19971
|
+
font-size: 14px;
|
|
19972
|
+
font-size: var(--step-dot-item-title-size, 14px);
|
|
19973
|
+
line-height: calc(14px + 4px);
|
|
19974
|
+
line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
|
|
19975
19975
|
margin-top: 8px;
|
|
19976
19976
|
margin-top: var(--step-dot-item-title-margin-top, 8px);
|
|
19977
19977
|
font-weight: bold;
|
|
@@ -20006,10 +20006,10 @@ small {
|
|
|
20006
20006
|
text-align: center;
|
|
20007
20007
|
position: absolute; }
|
|
20008
20008
|
.next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
20009
|
-
font-size:
|
|
20010
|
-
font-size: var(--step-dot-item-title-size,
|
|
20011
|
-
line-height: calc(
|
|
20012
|
-
line-height: calc(var(--step-dot-item-title-size,
|
|
20009
|
+
font-size: 14px;
|
|
20010
|
+
font-size: var(--step-dot-item-title-size, 14px);
|
|
20011
|
+
line-height: calc(14px + 4px);
|
|
20012
|
+
line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
|
|
20013
20013
|
margin-top: 8px;
|
|
20014
20014
|
margin-top: var(--step-dot-item-title-margin-top, 8px);
|
|
20015
20015
|
font-weight: bold;
|
|
@@ -20044,10 +20044,10 @@ small {
|
|
|
20044
20044
|
text-align: center;
|
|
20045
20045
|
position: absolute; }
|
|
20046
20046
|
.next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
20047
|
-
font-size:
|
|
20048
|
-
font-size: var(--step-dot-item-title-size,
|
|
20049
|
-
line-height: calc(
|
|
20050
|
-
line-height: calc(var(--step-dot-item-title-size,
|
|
20047
|
+
font-size: 14px;
|
|
20048
|
+
font-size: var(--step-dot-item-title-size, 14px);
|
|
20049
|
+
line-height: calc(14px + 4px);
|
|
20050
|
+
line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
|
|
20051
20051
|
margin-top: 8px;
|
|
20052
20052
|
margin-top: var(--step-dot-item-title-margin-top, 8px);
|
|
20053
20053
|
font-weight: bold;
|
|
@@ -20097,8 +20097,8 @@ small {
|
|
|
20097
20097
|
font-weight: var(--step-dot-item-title-weight, bold);
|
|
20098
20098
|
text-align: left;
|
|
20099
20099
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
20100
|
-
font-size:
|
|
20101
|
-
font-size: var(--font-size-body-1,
|
|
20100
|
+
font-size: 14px;
|
|
20101
|
+
font-size: var(--font-size-body-1, 14px);
|
|
20102
20102
|
line-height: 1.28571; }
|
|
20103
20103
|
.next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
20104
20104
|
margin-top: 8px;
|
|
@@ -20140,8 +20140,8 @@ small {
|
|
|
20140
20140
|
font-weight: var(--step-dot-item-title-weight, bold);
|
|
20141
20141
|
text-align: left;
|
|
20142
20142
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
20143
|
-
font-size:
|
|
20144
|
-
font-size: var(--font-size-body-1,
|
|
20143
|
+
font-size: 14px;
|
|
20144
|
+
font-size: var(--font-size-body-1, 14px);
|
|
20145
20145
|
line-height: 1.28571; }
|
|
20146
20146
|
.next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
20147
20147
|
margin-top: 8px;
|
|
@@ -20183,8 +20183,8 @@ small {
|
|
|
20183
20183
|
font-weight: var(--step-dot-item-title-weight, bold);
|
|
20184
20184
|
text-align: left;
|
|
20185
20185
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
20186
|
-
font-size:
|
|
20187
|
-
font-size: var(--font-size-body-1,
|
|
20186
|
+
font-size: 14px;
|
|
20187
|
+
font-size: var(--font-size-body-1, 14px);
|
|
20188
20188
|
line-height: 1.28571; }
|
|
20189
20189
|
.next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
20190
20190
|
margin-top: 8px;
|
|
@@ -20226,8 +20226,8 @@ small {
|
|
|
20226
20226
|
font-weight: var(--step-dot-item-title-weight, bold);
|
|
20227
20227
|
text-align: left;
|
|
20228
20228
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
20229
|
-
font-size:
|
|
20230
|
-
font-size: var(--font-size-body-1,
|
|
20229
|
+
font-size: 14px;
|
|
20230
|
+
font-size: var(--font-size-body-1, 14px);
|
|
20231
20231
|
line-height: 1.28571; }
|
|
20232
20232
|
.next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
20233
20233
|
margin-top: 8px;
|
|
@@ -20433,8 +20433,8 @@ small {
|
|
|
20433
20433
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
20434
20434
|
text-align: right;
|
|
20435
20435
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
20436
|
-
font-size:
|
|
20437
|
-
font-size: var(--font-size-body-1,
|
|
20436
|
+
font-size: 14px;
|
|
20437
|
+
font-size: var(--font-size-body-1, 14px);
|
|
20438
20438
|
line-height: 1.28571; }
|
|
20439
20439
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
20440
20440
|
text-align: right; }
|
|
@@ -20449,8 +20449,8 @@ small {
|
|
|
20449
20449
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
20450
20450
|
text-align: right;
|
|
20451
20451
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
20452
|
-
font-size:
|
|
20453
|
-
font-size: var(--font-size-body-1,
|
|
20452
|
+
font-size: 14px;
|
|
20453
|
+
font-size: var(--font-size-body-1, 14px);
|
|
20454
20454
|
line-height: 1.28571; }
|
|
20455
20455
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
20456
20456
|
text-align: right; }
|
|
@@ -20465,8 +20465,8 @@ small {
|
|
|
20465
20465
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
20466
20466
|
text-align: right;
|
|
20467
20467
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
20468
|
-
font-size:
|
|
20469
|
-
font-size: var(--font-size-body-1,
|
|
20468
|
+
font-size: 14px;
|
|
20469
|
+
font-size: var(--font-size-body-1, 14px);
|
|
20470
20470
|
line-height: 1.28571; }
|
|
20471
20471
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
20472
20472
|
text-align: right; }
|
|
@@ -20481,8 +20481,8 @@ small {
|
|
|
20481
20481
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
20482
20482
|
text-align: right;
|
|
20483
20483
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
20484
|
-
font-size:
|
|
20485
|
-
font-size: var(--font-size-body-1,
|
|
20484
|
+
font-size: 14px;
|
|
20485
|
+
font-size: var(--font-size-body-1, 14px);
|
|
20486
20486
|
line-height: 1.28571; }
|
|
20487
20487
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
20488
20488
|
text-align: right; }
|
|
@@ -20535,8 +20535,8 @@ small {
|
|
|
20535
20535
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
20536
20536
|
text-align: right;
|
|
20537
20537
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
20538
|
-
font-size:
|
|
20539
|
-
font-size: var(--font-size-body-1,
|
|
20538
|
+
font-size: 14px;
|
|
20539
|
+
font-size: var(--font-size-body-1, 14px);
|
|
20540
20540
|
line-height: 1.28571; }
|
|
20541
20541
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
20542
20542
|
text-align: right; }
|
|
@@ -20550,8 +20550,8 @@ small {
|
|
|
20550
20550
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
20551
20551
|
text-align: right;
|
|
20552
20552
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
20553
|
-
font-size:
|
|
20554
|
-
font-size: var(--font-size-body-1,
|
|
20553
|
+
font-size: 14px;
|
|
20554
|
+
font-size: var(--font-size-body-1, 14px);
|
|
20555
20555
|
line-height: 1.28571; }
|
|
20556
20556
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
20557
20557
|
text-align: right; }
|
|
@@ -20565,8 +20565,8 @@ small {
|
|
|
20565
20565
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
20566
20566
|
text-align: right;
|
|
20567
20567
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
20568
|
-
font-size:
|
|
20569
|
-
font-size: var(--font-size-body-1,
|
|
20568
|
+
font-size: 14px;
|
|
20569
|
+
font-size: var(--font-size-body-1, 14px);
|
|
20570
20570
|
line-height: 1.28571; }
|
|
20571
20571
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
20572
20572
|
text-align: right; }
|
|
@@ -20580,8 +20580,8 @@ small {
|
|
|
20580
20580
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
20581
20581
|
text-align: right;
|
|
20582
20582
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
20583
|
-
font-size:
|
|
20584
|
-
font-size: var(--font-size-body-1,
|
|
20583
|
+
font-size: 14px;
|
|
20584
|
+
font-size: var(--font-size-body-1, 14px);
|
|
20585
20585
|
line-height: 1.28571; }
|
|
20586
20586
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
20587
20587
|
text-align: right; }
|
|
@@ -20719,8 +20719,8 @@ small {
|
|
|
20719
20719
|
line-height: 16px;
|
|
20720
20720
|
line-height: var(--switch-size-m-trigger, 16px); }
|
|
20721
20721
|
.next-switch-medium > .next-switch-children {
|
|
20722
|
-
font-size:
|
|
20723
|
-
font-size: var(--form-element-medium-font-size,
|
|
20722
|
+
font-size: 14px;
|
|
20723
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
20724
20724
|
.next-switch-medium.next-switch.next-switch-on > .next-switch-children {
|
|
20725
20725
|
margin: 0 calc(16px + 8px) 0 8px;
|
|
20726
20726
|
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); }
|
|
@@ -21067,8 +21067,8 @@ small {
|
|
|
21067
21067
|
padding-right: 60px;
|
|
21068
21068
|
padding-right: var(--tab-nav-scroll-padding-right-m, 60px); }
|
|
21069
21069
|
.next-tabs.next-medium .next-tabs-tab-inner {
|
|
21070
|
-
font-size:
|
|
21071
|
-
font-size: var(--tab-item-text-size-m,
|
|
21070
|
+
font-size: 14px;
|
|
21071
|
+
font-size: var(--tab-item-text-size-m, 14px);
|
|
21072
21072
|
padding: 10px 24px;
|
|
21073
21073
|
padding: var(--tab-item-padding-tb-size-m, 10px) var(--tab-item-padding-lr-size-m, 24px); }
|
|
21074
21074
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
|
|
@@ -22227,8 +22227,8 @@ small {
|
|
|
22227
22227
|
line-height: calc(var(--tag-size-m-height, 24px) - var(--tag-border-width, 1px)*2);
|
|
22228
22228
|
font-size: 0; }
|
|
22229
22229
|
.next-tag-medium > .next-tag-body {
|
|
22230
|
-
font-size:
|
|
22231
|
-
font-size: var(--tag-size-m-text-size,
|
|
22230
|
+
font-size: 14px;
|
|
22231
|
+
font-size: var(--tag-size-m-text-size, 14px);
|
|
22232
22232
|
padding: 0 8px;
|
|
22233
22233
|
padding: 0 var(--tag-size-m-padding-lr, 8px);
|
|
22234
22234
|
min-width: 40px;
|
|
@@ -22508,8 +22508,8 @@ small {
|
|
|
22508
22508
|
margin-left: 0; }
|
|
22509
22509
|
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
|
|
22510
22510
|
margin: 0;
|
|
22511
|
-
font-size:
|
|
22512
|
-
font-size: var(--timeline-item-title-font-size,
|
|
22511
|
+
font-size: 14px;
|
|
22512
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
22513
22513
|
font-weight: 600;
|
|
22514
22514
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
22515
22515
|
line-height: 1.5;
|
|
@@ -22526,8 +22526,8 @@ small {
|
|
|
22526
22526
|
margin: 0;
|
|
22527
22527
|
margin-top: 4px;
|
|
22528
22528
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
22529
|
-
font-size:
|
|
22530
|
-
font-size: var(--timeline-item-body-font-size,
|
|
22529
|
+
font-size: 14px;
|
|
22530
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
22531
22531
|
line-height: 1.5;
|
|
22532
22532
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22533
22533
|
color: #767d91;
|
|
@@ -22539,8 +22539,8 @@ small {
|
|
|
22539
22539
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22540
22540
|
margin-bottom: 12px;
|
|
22541
22541
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22542
|
-
font-size:
|
|
22543
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22542
|
+
font-size: 14px;
|
|
22543
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
22544
22544
|
color: #a9aeba;
|
|
22545
22545
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
22546
22546
|
text-align: right; }
|
|
@@ -22669,8 +22669,8 @@ small {
|
|
|
22669
22669
|
margin-left: 0; }
|
|
22670
22670
|
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
|
|
22671
22671
|
margin: 0;
|
|
22672
|
-
font-size:
|
|
22673
|
-
font-size: var(--timeline-item-title-font-size,
|
|
22672
|
+
font-size: 14px;
|
|
22673
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
22674
22674
|
font-weight: 600;
|
|
22675
22675
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
22676
22676
|
line-height: 1.5;
|
|
@@ -22687,8 +22687,8 @@ small {
|
|
|
22687
22687
|
margin: 0;
|
|
22688
22688
|
margin-top: 4px;
|
|
22689
22689
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
22690
|
-
font-size:
|
|
22691
|
-
font-size: var(--timeline-item-body-font-size,
|
|
22690
|
+
font-size: 14px;
|
|
22691
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
22692
22692
|
line-height: 1.5;
|
|
22693
22693
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22694
22694
|
color: #767d91;
|
|
@@ -22700,8 +22700,8 @@ small {
|
|
|
22700
22700
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22701
22701
|
margin-bottom: 12px;
|
|
22702
22702
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22703
|
-
font-size:
|
|
22704
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22703
|
+
font-size: 14px;
|
|
22704
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
22705
22705
|
color: #a9aeba;
|
|
22706
22706
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
22707
22707
|
text-align: right; }
|
|
@@ -22830,8 +22830,8 @@ small {
|
|
|
22830
22830
|
margin-left: 0; }
|
|
22831
22831
|
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
|
|
22832
22832
|
margin: 0;
|
|
22833
|
-
font-size:
|
|
22834
|
-
font-size: var(--timeline-item-title-font-size,
|
|
22833
|
+
font-size: 14px;
|
|
22834
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
22835
22835
|
font-weight: 600;
|
|
22836
22836
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
22837
22837
|
line-height: 1.5;
|
|
@@ -22848,8 +22848,8 @@ small {
|
|
|
22848
22848
|
margin: 0;
|
|
22849
22849
|
margin-top: 4px;
|
|
22850
22850
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
22851
|
-
font-size:
|
|
22852
|
-
font-size: var(--timeline-item-body-font-size,
|
|
22851
|
+
font-size: 14px;
|
|
22852
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
22853
22853
|
line-height: 1.5;
|
|
22854
22854
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22855
22855
|
color: #767d91;
|
|
@@ -22861,8 +22861,8 @@ small {
|
|
|
22861
22861
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22862
22862
|
margin-bottom: 12px;
|
|
22863
22863
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22864
|
-
font-size:
|
|
22865
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22864
|
+
font-size: 14px;
|
|
22865
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
22866
22866
|
color: #a9aeba;
|
|
22867
22867
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
22868
22868
|
text-align: right; }
|
|
@@ -22991,8 +22991,8 @@ small {
|
|
|
22991
22991
|
margin-left: 0; }
|
|
22992
22992
|
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
|
|
22993
22993
|
margin: 0;
|
|
22994
|
-
font-size:
|
|
22995
|
-
font-size: var(--timeline-item-title-font-size,
|
|
22994
|
+
font-size: 14px;
|
|
22995
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
22996
22996
|
font-weight: 600;
|
|
22997
22997
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
22998
22998
|
line-height: 1.5;
|
|
@@ -23009,8 +23009,8 @@ small {
|
|
|
23009
23009
|
margin: 0;
|
|
23010
23010
|
margin-top: 4px;
|
|
23011
23011
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
23012
|
-
font-size:
|
|
23013
|
-
font-size: var(--timeline-item-body-font-size,
|
|
23012
|
+
font-size: 14px;
|
|
23013
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
23014
23014
|
line-height: 1.5;
|
|
23015
23015
|
line-height: var(--font-lineheight-2, 1.5);
|
|
23016
23016
|
color: #767d91;
|
|
@@ -23022,8 +23022,8 @@ small {
|
|
|
23022
23022
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23023
23023
|
margin-bottom: 12px;
|
|
23024
23024
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23025
|
-
font-size:
|
|
23026
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23025
|
+
font-size: 14px;
|
|
23026
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23027
23027
|
color: #a9aeba;
|
|
23028
23028
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23029
23029
|
text-align: right; }
|
|
@@ -23187,8 +23187,8 @@ small {
|
|
|
23187
23187
|
margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
|
|
23188
23188
|
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
|
|
23189
23189
|
margin: 0;
|
|
23190
|
-
font-size:
|
|
23191
|
-
font-size: var(--timeline-item-title-font-size,
|
|
23190
|
+
font-size: 14px;
|
|
23191
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
23192
23192
|
font-weight: 600;
|
|
23193
23193
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
23194
23194
|
line-height: 1.5;
|
|
@@ -23205,8 +23205,8 @@ small {
|
|
|
23205
23205
|
margin: 0;
|
|
23206
23206
|
margin-top: 4px;
|
|
23207
23207
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
23208
|
-
font-size:
|
|
23209
|
-
font-size: var(--timeline-item-body-font-size,
|
|
23208
|
+
font-size: 14px;
|
|
23209
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
23210
23210
|
line-height: 1.5;
|
|
23211
23211
|
line-height: var(--font-lineheight-2, 1.5);
|
|
23212
23212
|
color: #767d91;
|
|
@@ -23218,8 +23218,8 @@ small {
|
|
|
23218
23218
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23219
23219
|
margin-bottom: 12px;
|
|
23220
23220
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23221
|
-
font-size:
|
|
23222
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23221
|
+
font-size: 14px;
|
|
23222
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23223
23223
|
color: #a9aeba;
|
|
23224
23224
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23225
23225
|
text-align: left; }
|
|
@@ -23341,8 +23341,8 @@ small {
|
|
|
23341
23341
|
margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
|
|
23342
23342
|
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
|
|
23343
23343
|
margin: 0;
|
|
23344
|
-
font-size:
|
|
23345
|
-
font-size: var(--timeline-item-title-font-size,
|
|
23344
|
+
font-size: 14px;
|
|
23345
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
23346
23346
|
font-weight: 600;
|
|
23347
23347
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
23348
23348
|
line-height: 1.5;
|
|
@@ -23359,8 +23359,8 @@ small {
|
|
|
23359
23359
|
margin: 0;
|
|
23360
23360
|
margin-top: 4px;
|
|
23361
23361
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
23362
|
-
font-size:
|
|
23363
|
-
font-size: var(--timeline-item-body-font-size,
|
|
23362
|
+
font-size: 14px;
|
|
23363
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
23364
23364
|
line-height: 1.5;
|
|
23365
23365
|
line-height: var(--font-lineheight-2, 1.5);
|
|
23366
23366
|
color: #767d91;
|
|
@@ -23372,8 +23372,8 @@ small {
|
|
|
23372
23372
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23373
23373
|
margin-bottom: 12px;
|
|
23374
23374
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23375
|
-
font-size:
|
|
23376
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23375
|
+
font-size: 14px;
|
|
23376
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23377
23377
|
color: #a9aeba;
|
|
23378
23378
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23379
23379
|
text-align: left; }
|
|
@@ -23495,8 +23495,8 @@ small {
|
|
|
23495
23495
|
margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
|
|
23496
23496
|
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
|
|
23497
23497
|
margin: 0;
|
|
23498
|
-
font-size:
|
|
23499
|
-
font-size: var(--timeline-item-title-font-size,
|
|
23498
|
+
font-size: 14px;
|
|
23499
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
23500
23500
|
font-weight: 600;
|
|
23501
23501
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
23502
23502
|
line-height: 1.5;
|
|
@@ -23513,8 +23513,8 @@ small {
|
|
|
23513
23513
|
margin: 0;
|
|
23514
23514
|
margin-top: 4px;
|
|
23515
23515
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
23516
|
-
font-size:
|
|
23517
|
-
font-size: var(--timeline-item-body-font-size,
|
|
23516
|
+
font-size: 14px;
|
|
23517
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
23518
23518
|
line-height: 1.5;
|
|
23519
23519
|
line-height: var(--font-lineheight-2, 1.5);
|
|
23520
23520
|
color: #767d91;
|
|
@@ -23526,8 +23526,8 @@ small {
|
|
|
23526
23526
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23527
23527
|
margin-bottom: 12px;
|
|
23528
23528
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23529
|
-
font-size:
|
|
23530
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23529
|
+
font-size: 14px;
|
|
23530
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23531
23531
|
color: #a9aeba;
|
|
23532
23532
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23533
23533
|
text-align: left; }
|
|
@@ -23649,8 +23649,8 @@ small {
|
|
|
23649
23649
|
margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
|
|
23650
23650
|
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
|
|
23651
23651
|
margin: 0;
|
|
23652
|
-
font-size:
|
|
23653
|
-
font-size: var(--timeline-item-title-font-size,
|
|
23652
|
+
font-size: 14px;
|
|
23653
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
23654
23654
|
font-weight: 600;
|
|
23655
23655
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
23656
23656
|
line-height: 1.5;
|
|
@@ -23667,8 +23667,8 @@ small {
|
|
|
23667
23667
|
margin: 0;
|
|
23668
23668
|
margin-top: 4px;
|
|
23669
23669
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
23670
|
-
font-size:
|
|
23671
|
-
font-size: var(--timeline-item-body-font-size,
|
|
23670
|
+
font-size: 14px;
|
|
23671
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
23672
23672
|
line-height: 1.5;
|
|
23673
23673
|
line-height: var(--font-lineheight-2, 1.5);
|
|
23674
23674
|
color: #767d91;
|
|
@@ -23680,8 +23680,8 @@ small {
|
|
|
23680
23680
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23681
23681
|
margin-bottom: 12px;
|
|
23682
23682
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23683
|
-
font-size:
|
|
23684
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23683
|
+
font-size: 14px;
|
|
23684
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23685
23685
|
color: #a9aeba;
|
|
23686
23686
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23687
23687
|
text-align: left; }
|
|
@@ -23738,8 +23738,8 @@ small {
|
|
|
23738
23738
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-title {
|
|
23739
23739
|
margin: 0;
|
|
23740
23740
|
margin-top: 4px;
|
|
23741
|
-
font-size:
|
|
23742
|
-
font-size: var(--timeline-item-title-font-size,
|
|
23741
|
+
font-size: 14px;
|
|
23742
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
23743
23743
|
font-weight: 600;
|
|
23744
23744
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
23745
23745
|
line-height: 1.5;
|
|
@@ -23754,8 +23754,8 @@ small {
|
|
|
23754
23754
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
23755
23755
|
margin: 0;
|
|
23756
23756
|
margin-top: 4px;
|
|
23757
|
-
font-size:
|
|
23758
|
-
font-size: var(--timeline-item-body-font-size,
|
|
23757
|
+
font-size: 14px;
|
|
23758
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
23759
23759
|
line-height: 1.5;
|
|
23760
23760
|
line-height: var(--font-lineheight-2, 1.5);
|
|
23761
23761
|
color: #767d91;
|
|
@@ -23768,8 +23768,8 @@ small {
|
|
|
23768
23768
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23769
23769
|
margin-bottom: 12px;
|
|
23770
23770
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23771
|
-
font-size:
|
|
23772
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23771
|
+
font-size: 14px;
|
|
23772
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23773
23773
|
color: #a9aeba;
|
|
23774
23774
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23775
23775
|
text-align: right; }
|
|
@@ -23807,8 +23807,8 @@ small {
|
|
|
23807
23807
|
|
|
23808
23808
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-title {
|
|
23809
23809
|
margin: 0;
|
|
23810
|
-
font-size:
|
|
23811
|
-
font-size: var(--timeline-item-title-font-size,
|
|
23810
|
+
font-size: 14px;
|
|
23811
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
23812
23812
|
font-weight: 600;
|
|
23813
23813
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
23814
23814
|
line-height: 1.5;
|
|
@@ -23822,8 +23822,8 @@ small {
|
|
|
23822
23822
|
|
|
23823
23823
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
23824
23824
|
margin: 0;
|
|
23825
|
-
font-size:
|
|
23826
|
-
font-size: var(--timeline-item-body-font-size,
|
|
23825
|
+
font-size: 14px;
|
|
23826
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
23827
23827
|
line-height: 1.5;
|
|
23828
23828
|
line-height: var(--font-lineheight-2, 1.5);
|
|
23829
23829
|
color: #767d91;
|
|
@@ -23836,8 +23836,8 @@ small {
|
|
|
23836
23836
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
23837
23837
|
margin-bottom: 12px;
|
|
23838
23838
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
23839
|
-
font-size:
|
|
23840
|
-
font-size: var(--timeline-item-time-font-size,
|
|
23839
|
+
font-size: 14px;
|
|
23840
|
+
font-size: var(--timeline-item-time-font-size, 14px);
|
|
23841
23841
|
color: #a9aeba;
|
|
23842
23842
|
color: var(--timeline-item-time-color, #a9aeba);
|
|
23843
23843
|
text-align: left; }
|
|
@@ -23889,8 +23889,8 @@ small {
|
|
|
23889
23889
|
background-color: var(--transfer-panel-header-background-color, #FFFFFF);
|
|
23890
23890
|
color: #323643;
|
|
23891
23891
|
color: var(--transfer-panel-header-text-color, #323643);
|
|
23892
|
-
font-size:
|
|
23893
|
-
font-size: var(--transfer-panel-header-text-size,
|
|
23892
|
+
font-size: 14px;
|
|
23893
|
+
font-size: var(--transfer-panel-header-text-size, 14px); }
|
|
23894
23894
|
.next-transfer-panel-search {
|
|
23895
23895
|
padding: 0 4px;
|
|
23896
23896
|
padding: 0 var(--transfer-panel-search-margin-left-right, 4px);
|
|
@@ -23962,14 +23962,14 @@ small {
|
|
|
23962
23962
|
.next-transfer-panel-count {
|
|
23963
23963
|
/* TODO */
|
|
23964
23964
|
margin-left: 4px;
|
|
23965
|
-
font-size:
|
|
23966
|
-
font-size: var(--font-size-body-1,
|
|
23965
|
+
font-size: 14px;
|
|
23966
|
+
font-size: var(--font-size-body-1, 14px);
|
|
23967
23967
|
vertical-align: middle;
|
|
23968
23968
|
color: #323643;
|
|
23969
23969
|
color: var(--transfer-panel-footer-text-color, #323643); }
|
|
23970
23970
|
.next-transfer-panel-move-all {
|
|
23971
|
-
font-size:
|
|
23972
|
-
font-size: var(--font-size-body-1,
|
|
23971
|
+
font-size: 14px;
|
|
23972
|
+
font-size: var(--font-size-body-1, 14px);
|
|
23973
23973
|
color: #284cc0;
|
|
23974
23974
|
color: var(--transfer-simple-panel-footer-text-color, #284cc0);
|
|
23975
23975
|
cursor: pointer; }
|
|
@@ -24030,16 +24030,16 @@ small {
|
|
|
24030
24030
|
padding: 0 var(--tree-node-title-padding, 4px);
|
|
24031
24031
|
border-radius: 4px;
|
|
24032
24032
|
border-radius: var(--tree-node-title-border-radius, 4px);
|
|
24033
|
-
font-size:
|
|
24034
|
-
font-size: var(--tree-node-title-font-size,
|
|
24033
|
+
font-size: 14px;
|
|
24034
|
+
font-size: var(--tree-node-title-font-size, 14px); }
|
|
24035
24035
|
.next-tree-node-label .next-icon {
|
|
24036
|
-
font-size: calc(
|
|
24037
|
-
font-size: calc(var(--tree-node-title-font-size,
|
|
24036
|
+
font-size: calc(14px + 2px);
|
|
24037
|
+
font-size: calc(var(--tree-node-title-font-size, 14px) + 2px); }
|
|
24038
24038
|
.next-tree-node-label .next-icon::before {
|
|
24039
|
-
font-size:
|
|
24040
|
-
font-size: var(--tree-node-title-font-size,
|
|
24041
|
-
width:
|
|
24042
|
-
width: var(--tree-node-title-font-size,
|
|
24039
|
+
font-size: 14px;
|
|
24040
|
+
font-size: var(--tree-node-title-font-size, 14px);
|
|
24041
|
+
width: 14px;
|
|
24042
|
+
width: var(--tree-node-title-font-size, 14px);
|
|
24043
24043
|
margin-right: .5em; }
|
|
24044
24044
|
.next-tree-node-input.next-input {
|
|
24045
24045
|
margin: 0 4px;
|
|
@@ -24400,8 +24400,8 @@ small {
|
|
|
24400
24400
|
padding: 8px 20px;
|
|
24401
24401
|
padding: var(--tree-select-padding-vertical, 8px) var(--tree-select-padding-horizontal, 20px); }
|
|
24402
24402
|
.next-tree-select-not-found {
|
|
24403
|
-
font-size:
|
|
24404
|
-
font-size: var(--font-size-body-1,
|
|
24403
|
+
font-size: 14px;
|
|
24404
|
+
font-size: var(--font-size-body-1, 14px);
|
|
24405
24405
|
color: #a9aeba;
|
|
24406
24406
|
color: var(--color-text1-2, #a9aeba); }
|
|
24407
24407
|
|
|
@@ -25841,8 +25841,8 @@ h5.next-typography-title {
|
|
|
25841
25841
|
font-size: var(--typography-title-h5-font-size, 14px); }
|
|
25842
25842
|
|
|
25843
25843
|
h6.next-typography-title {
|
|
25844
|
-
font-size:
|
|
25845
|
-
font-size: var(--typography-title-h6-font-size,
|
|
25844
|
+
font-size: 14px;
|
|
25845
|
+
font-size: var(--typography-title-h6-font-size, 14px); }
|
|
25846
25846
|
|
|
25847
25847
|
/* put your code here */
|
|
25848
25848
|
.next-divider {
|
|
@@ -26253,8 +26253,8 @@ h6.next-typography-title {
|
|
|
26253
26253
|
.next-table-body,
|
|
26254
26254
|
.next-table-header {
|
|
26255
26255
|
overflow: auto;
|
|
26256
|
-
font-size:
|
|
26257
|
-
font-size: var(--table-th-font-size,
|
|
26256
|
+
font-size: 14px;
|
|
26257
|
+
font-size: var(--table-th-font-size, 14px); }
|
|
26258
26258
|
|
|
26259
26259
|
.next-table-column-resize-proxy {
|
|
26260
26260
|
position: absolute;
|
|
@@ -26284,8 +26284,8 @@ h6.next-typography-title {
|
|
|
26284
26284
|
display: none; }
|
|
26285
26285
|
|
|
26286
26286
|
.next-table-body {
|
|
26287
|
-
font-size:
|
|
26288
|
-
font-size: var(--table-body-font-size,
|
|
26287
|
+
font-size: 14px;
|
|
26288
|
+
font-size: var(--table-body-font-size, 14px);
|
|
26289
26289
|
position: relative; }
|
|
26290
26290
|
|
|
26291
26291
|
.next-table-fixed {
|
|
@@ -27187,11 +27187,11 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
27187
27187
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-label {
|
|
27188
27188
|
padding-left: 8px;
|
|
27189
27189
|
padding-left: var(--input-m-label-padding-left, 8px);
|
|
27190
|
-
font-size:
|
|
27191
|
-
font-size: var(--form-element-medium-font-size,
|
|
27190
|
+
font-size: 14px;
|
|
27191
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27192
27192
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-inner {
|
|
27193
|
-
font-size:
|
|
27194
|
-
font-size: var(--form-element-medium-font-size,
|
|
27193
|
+
font-size: 14px;
|
|
27194
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27195
27195
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-control {
|
|
27196
27196
|
padding-right: 8px;
|
|
27197
27197
|
padding-right: var(--input-m-icon-padding-right, 8px); }
|
|
@@ -27205,25 +27205,25 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
27205
27205
|
line-height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2) \0;
|
|
27206
27206
|
padding: 0 8px;
|
|
27207
27207
|
padding: 0 var(--input-m-padding, 8px);
|
|
27208
|
-
font-size:
|
|
27209
|
-
font-size: var(--form-element-medium-font-size,
|
|
27208
|
+
font-size: 14px;
|
|
27209
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27210
27210
|
.next-time-picker2-input.next-time-picker2-input-medium input::-webkit-input-placeholder {
|
|
27211
|
-
font-size:
|
|
27212
|
-
font-size: var(--form-element-medium-font-size,
|
|
27211
|
+
font-size: 14px;
|
|
27212
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27213
27213
|
.next-time-picker2-input.next-time-picker2-input-medium input::-moz-placeholder {
|
|
27214
|
-
font-size:
|
|
27215
|
-
font-size: var(--form-element-medium-font-size,
|
|
27214
|
+
font-size: 14px;
|
|
27215
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27216
27216
|
.next-time-picker2-input.next-time-picker2-input-medium input::-ms-input-placeholder {
|
|
27217
|
-
font-size:
|
|
27218
|
-
font-size: var(--form-element-medium-font-size,
|
|
27217
|
+
font-size: 14px;
|
|
27218
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27219
27219
|
.next-time-picker2-input.next-time-picker2-input-medium input::placeholder {
|
|
27220
|
-
font-size:
|
|
27221
|
-
font-size: var(--form-element-medium-font-size,
|
|
27220
|
+
font-size: 14px;
|
|
27221
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27222
27222
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-text-field {
|
|
27223
27223
|
padding: 0 8px;
|
|
27224
27224
|
padding: 0 var(--input-m-padding, 8px);
|
|
27225
|
-
font-size:
|
|
27226
|
-
font-size: var(--form-element-medium-font-size,
|
|
27225
|
+
font-size: 14px;
|
|
27226
|
+
font-size: var(--form-element-medium-font-size, 14px);
|
|
27227
27227
|
height: calc(36px - 1px*2);
|
|
27228
27228
|
height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2);
|
|
27229
27229
|
line-height: calc(36px - 1px*2);
|
|
@@ -27244,11 +27244,11 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
27244
27244
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-label {
|
|
27245
27245
|
padding-left: 12px;
|
|
27246
27246
|
padding-left: var(--input-l-label-padding-left, 12px);
|
|
27247
|
-
font-size:
|
|
27248
|
-
font-size: var(--form-element-large-font-size,
|
|
27247
|
+
font-size: 14px;
|
|
27248
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27249
27249
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-inner {
|
|
27250
|
-
font-size:
|
|
27251
|
-
font-size: var(--form-element-large-font-size,
|
|
27250
|
+
font-size: 14px;
|
|
27251
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27252
27252
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-control {
|
|
27253
27253
|
padding-right: 12px;
|
|
27254
27254
|
padding-right: var(--input-l-icon-padding-right, 12px); }
|
|
@@ -27262,25 +27262,25 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
27262
27262
|
line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2) \0;
|
|
27263
27263
|
padding: 0 8px;
|
|
27264
27264
|
padding: 0 var(--input-l-padding, 8px);
|
|
27265
|
-
font-size:
|
|
27266
|
-
font-size: var(--form-element-large-font-size,
|
|
27265
|
+
font-size: 14px;
|
|
27266
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27267
27267
|
.next-time-picker2-input.next-time-picker2-input-large input::-webkit-input-placeholder {
|
|
27268
|
-
font-size:
|
|
27269
|
-
font-size: var(--form-element-large-font-size,
|
|
27268
|
+
font-size: 14px;
|
|
27269
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27270
27270
|
.next-time-picker2-input.next-time-picker2-input-large input::-moz-placeholder {
|
|
27271
|
-
font-size:
|
|
27272
|
-
font-size: var(--form-element-large-font-size,
|
|
27271
|
+
font-size: 14px;
|
|
27272
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27273
27273
|
.next-time-picker2-input.next-time-picker2-input-large input::-ms-input-placeholder {
|
|
27274
|
-
font-size:
|
|
27275
|
-
font-size: var(--form-element-large-font-size,
|
|
27274
|
+
font-size: 14px;
|
|
27275
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27276
27276
|
.next-time-picker2-input.next-time-picker2-input-large input::placeholder {
|
|
27277
|
-
font-size:
|
|
27278
|
-
font-size: var(--form-element-large-font-size,
|
|
27277
|
+
font-size: 14px;
|
|
27278
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27279
27279
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-text-field {
|
|
27280
27280
|
padding: 0 8px;
|
|
27281
27281
|
padding: 0 var(--input-l-padding, 8px);
|
|
27282
|
-
font-size:
|
|
27283
|
-
font-size: var(--form-element-large-font-size,
|
|
27282
|
+
font-size: 14px;
|
|
27283
|
+
font-size: var(--form-element-large-font-size, 14px);
|
|
27284
27284
|
height: calc(40px - 1px*2);
|
|
27285
27285
|
height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
|
|
27286
27286
|
line-height: calc(40px - 1px*2);
|
|
@@ -27598,11 +27598,11 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
27598
27598
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-label {
|
|
27599
27599
|
padding-left: 8px;
|
|
27600
27600
|
padding-left: var(--input-m-label-padding-left, 8px);
|
|
27601
|
-
font-size:
|
|
27602
|
-
font-size: var(--form-element-medium-font-size,
|
|
27601
|
+
font-size: 14px;
|
|
27602
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27603
27603
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-inner {
|
|
27604
|
-
font-size:
|
|
27605
|
-
font-size: var(--form-element-medium-font-size,
|
|
27604
|
+
font-size: 14px;
|
|
27605
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27606
27606
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
|
|
27607
27607
|
padding-right: 8px;
|
|
27608
27608
|
padding-right: var(--input-m-icon-padding-right, 8px); }
|
|
@@ -27616,25 +27616,25 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
27616
27616
|
line-height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2) \0;
|
|
27617
27617
|
padding: 0 8px;
|
|
27618
27618
|
padding: 0 var(--input-m-padding, 8px);
|
|
27619
|
-
font-size:
|
|
27620
|
-
font-size: var(--form-element-medium-font-size,
|
|
27619
|
+
font-size: 14px;
|
|
27620
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27621
27621
|
.next-date-picker2-input.next-date-picker2-input-medium input::-webkit-input-placeholder {
|
|
27622
|
-
font-size:
|
|
27623
|
-
font-size: var(--form-element-medium-font-size,
|
|
27622
|
+
font-size: 14px;
|
|
27623
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27624
27624
|
.next-date-picker2-input.next-date-picker2-input-medium input::-moz-placeholder {
|
|
27625
|
-
font-size:
|
|
27626
|
-
font-size: var(--form-element-medium-font-size,
|
|
27625
|
+
font-size: 14px;
|
|
27626
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27627
27627
|
.next-date-picker2-input.next-date-picker2-input-medium input::-ms-input-placeholder {
|
|
27628
|
-
font-size:
|
|
27629
|
-
font-size: var(--form-element-medium-font-size,
|
|
27628
|
+
font-size: 14px;
|
|
27629
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27630
27630
|
.next-date-picker2-input.next-date-picker2-input-medium input::placeholder {
|
|
27631
|
-
font-size:
|
|
27632
|
-
font-size: var(--form-element-medium-font-size,
|
|
27631
|
+
font-size: 14px;
|
|
27632
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
27633
27633
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-text-field {
|
|
27634
27634
|
padding: 0 8px;
|
|
27635
27635
|
padding: 0 var(--input-m-padding, 8px);
|
|
27636
|
-
font-size:
|
|
27637
|
-
font-size: var(--form-element-medium-font-size,
|
|
27636
|
+
font-size: 14px;
|
|
27637
|
+
font-size: var(--form-element-medium-font-size, 14px);
|
|
27638
27638
|
height: calc(36px - 1px*2);
|
|
27639
27639
|
height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2);
|
|
27640
27640
|
line-height: calc(36px - 1px*2);
|
|
@@ -27655,11 +27655,11 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
27655
27655
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-label {
|
|
27656
27656
|
padding-left: 12px;
|
|
27657
27657
|
padding-left: var(--input-l-label-padding-left, 12px);
|
|
27658
|
-
font-size:
|
|
27659
|
-
font-size: var(--form-element-large-font-size,
|
|
27658
|
+
font-size: 14px;
|
|
27659
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27660
27660
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-inner {
|
|
27661
|
-
font-size:
|
|
27662
|
-
font-size: var(--form-element-large-font-size,
|
|
27661
|
+
font-size: 14px;
|
|
27662
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27663
27663
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-control {
|
|
27664
27664
|
padding-right: 12px;
|
|
27665
27665
|
padding-right: var(--input-l-icon-padding-right, 12px); }
|
|
@@ -27673,25 +27673,25 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
27673
27673
|
line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2) \0;
|
|
27674
27674
|
padding: 0 8px;
|
|
27675
27675
|
padding: 0 var(--input-l-padding, 8px);
|
|
27676
|
-
font-size:
|
|
27677
|
-
font-size: var(--form-element-large-font-size,
|
|
27676
|
+
font-size: 14px;
|
|
27677
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27678
27678
|
.next-date-picker2-input.next-date-picker2-input-large input::-webkit-input-placeholder {
|
|
27679
|
-
font-size:
|
|
27680
|
-
font-size: var(--form-element-large-font-size,
|
|
27679
|
+
font-size: 14px;
|
|
27680
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27681
27681
|
.next-date-picker2-input.next-date-picker2-input-large input::-moz-placeholder {
|
|
27682
|
-
font-size:
|
|
27683
|
-
font-size: var(--form-element-large-font-size,
|
|
27682
|
+
font-size: 14px;
|
|
27683
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27684
27684
|
.next-date-picker2-input.next-date-picker2-input-large input::-ms-input-placeholder {
|
|
27685
|
-
font-size:
|
|
27686
|
-
font-size: var(--form-element-large-font-size,
|
|
27685
|
+
font-size: 14px;
|
|
27686
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27687
27687
|
.next-date-picker2-input.next-date-picker2-input-large input::placeholder {
|
|
27688
|
-
font-size:
|
|
27689
|
-
font-size: var(--form-element-large-font-size,
|
|
27688
|
+
font-size: 14px;
|
|
27689
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
27690
27690
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-text-field {
|
|
27691
27691
|
padding: 0 8px;
|
|
27692
27692
|
padding: 0 var(--input-l-padding, 8px);
|
|
27693
|
-
font-size:
|
|
27694
|
-
font-size: var(--form-element-large-font-size,
|
|
27693
|
+
font-size: 14px;
|
|
27694
|
+
font-size: var(--form-element-large-font-size, 14px);
|
|
27695
27695
|
height: calc(40px - 1px*2);
|
|
27696
27696
|
height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
|
|
27697
27697
|
line-height: calc(40px - 1px*2);
|