@alifd/theme-fpx-warehouse 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/next.var.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @alifd/theme-fpx-warehouse@1.0.0 (https://fusion.design)
2
+ * @alifd/theme-fpx-warehouse@1.0.2 (https://fusion.design)
3
3
  * @alifd/next@1.27.33 (https://fusion.design)
4
4
  * Copyright 2018-present Alibaba Group,
5
5
  * Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
@@ -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: 12px;
494
- font-size: var(--font-size-body-1, 12px);
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(12px*0.5);
552
- margin-bottom: calc(var(--font-size-body-1, 12px)*0.5);
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: 12px;
563
- font-size: var(--font-size-body-1, 12px);
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(12px*0.5);
570
- margin-bottom: calc(var(--font-size-body-1, 12px)*0.5);
571
- font-size: 12px;
572
- font-size: var(--font-size-body-1, 12px);
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: 12px;
2751
- font-size: var(--radio-button-font-size-large, 12px); }
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: 12px;
3022
- font-size: var(--radio-button-font-size-large, 12px); }
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;
@@ -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: 12px;
3288
- font-size: var(--balloon-content-font-size, 12px);
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 + 12px/2 - 16px/2));
3343
- -webkit-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 12px)/2 - var(--balloon-size-close, 16px)/2));
3344
- -ms-transform: translateY(calc(8px + 12px/2 - 16px/2));
3345
- -ms-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 12px)/2 - var(--balloon-size-close, 16px)/2));
3346
- transform: translateY(calc(8px + 12px/2 - 16px/2));
3347
- transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 12px)/2 - var(--balloon-size-close, 16px)/2));
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 + 12px/2 - 16px/2));
3561
- -webkit-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 12px)/2 - var(--balloon-size-close, 16px)/2));
3562
- -ms-transform: translateY(calc(8px + 12px/2 - 16px/2));
3563
- -ms-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 12px)/2 - var(--balloon-size-close, 16px)/2));
3564
- transform: translateY(calc(8px + 12px/2 - 16px/2));
3565
- transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 12px)/2 - var(--balloon-size-close, 16px)/2));
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: 12px;
3785
- font-size: var(--balloon-tooltip-content-font-size, 12px);
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;
@@ -4633,8 +4633,8 @@ small {
4633
4633
  .next-breadcrumb .next-breadcrumb-text {
4634
4634
  height: 16px;
4635
4635
  min-width: 16px;
4636
- font-size: 12px;
4637
- font-size: var(--breadcrumb-size-m-font-size, 12px);
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: 12px;
4868
- font-size: var(--btn-size-m-font, 12px);
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: 12px;
5366
- font-size: var(--btn-text-size-l-font, 12px);
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: 12px;
6017
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
6020
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
6035
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
6038
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
6041
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
6044
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
6047
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
6052
- font-size: var(--form-element-medium-font-size, 12px);
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: 12px;
6074
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
6077
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
6092
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
6095
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
6098
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
6101
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
6104
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
6109
- font-size: var(--form-element-large-font-size, 12px);
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: 12px;
6138
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
6141
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
6492
- font-size: var(--form-element-medium-font-size, 12px);
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: 12px;
6497
- font-size: var(--form-element-large-font-size, 12px);
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: 12px;
7378
- font-size: var(--card-title-extra-font-size, 12px);
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: 12px;
7490
- font-size: var(--card-content-font-size, 12px);
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;
@@ -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: 12px;
7922
- font-size: var(--collapse-title-font-size, 12px);
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: 12px;
7951
- font-size: var(--collapse-content-font-size, 12px);
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;
@@ -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: 12px;
8876
- font-size: var(--message-size-m-content-font, 12px);
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: 12px;
8927
- font-size: var(--message-size-l-content-font, 12px);
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 {
@@ -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: 12px;
13465
- font-size: var(--form-element-medium-preview-label-font-size, 12px);
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: 12px;
13532
- font-size: var(--form-element-medium-preview-font-size, 12px);
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: 12px;
13537
- font-size: var(--form-element-medium-preview-font-size, 12px);
13536
+ font-size: 14px;
13537
+ font-size: var(--form-element-medium-preview-font-size, 14px);
13538
13538
  text-align: justify;
13539
- min-height: calc(12px*1.4);
13540
- min-height: calc(var(--form-element-medium-preview-font-size, 12px)*1.4);
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 - 12px*1.4/2);
13543
- margin-top: calc(var(--form-element-medium-preview-height, 24px)/2 - var(--form-element-medium-preview-font-size, 12px)*1.4/2); }
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: 12px;
13546
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
13583
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
13671
- font-size: var(--form-help-font-size, 12px);
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: 12px;
14140
- font-size: var(--select-highlight-font, 12px); }
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: 12px;
14226
- font-size: var(--font-size-body-1, 12px);
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: 12px;
14339
- font-size: var(--list-size-m-item-content-font-size, 12px);
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: 12px;
14375
- font-size: var(--list-size-s-item-content-font-size, 12px);
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: 12px;
14521
- font-size: var(--nav-group-font-size, 12px); }
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: 12px;
14553
- font-size: var(--nav-hoz-font-size, 12px); }
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: 12px;
14573
- font-size: var(--nav-hoz-font-size, 12px); }
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: 12px;
14593
- font-size: var(--nav-group-font-size, 12px); }
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: 12px;
14670
- font-size: var(--nav-group-font-size, 12px); }
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: 12px;
14686
- font-size: var(--nav-ver-sub-nav-font-size, 12px); }
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: 12px;
15994
- font-size: var(--pagination-large-total-font-size, 12px); }
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: 12px;
15997
- font-size: var(--pagination-large-current-font-size, 12px); }
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: 12px;
16001
- font-size: var(--pagination-large-jump-font-size, 12px); }
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: 12px;
16013
- font-size: var(--pagination-large-jump-font-size, 12px);
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: 12px;
16384
- font-size: var(--pagination-large-total-font-size, 12px); }
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: 12px;
16387
- font-size: var(--pagination-large-current-font-size, 12px); }
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: 12px;
16390
- font-size: var(--pagination-large-jump-font-size, 12px); }
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: 12px;
16400
- font-size: var(--pagination-large-jump-font-size, 12px);
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: 12px;
16462
- font-size: var(--paragraph-s-font-size, 12px); }
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: 12px;
16573
- font-size: var(--progress-line-font-l, 12px);
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: 12px;
16641
- font-size: var(--progress-line-font-l, 12px);
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: 12px;
17163
- font-size: var(--rating-medium-font-size, 12px); }
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: 12px;
17175
- font-size: var(--rating-large-font-size, 12px); }
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: 12px;
17411
- font-size: var(--search-normal-primary-l-btn-text-size, 12px); }
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: 12px;
17514
- font-size: var(--search-normal-secondary-l-btn-text-size, 12px); }
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: 12px;
17548
- font-size: var(--search-normal-secondary-m-btn-text-size, 12px); }
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: 12px;
17617
- font-size: var(--search-normal-normal-l-btn-text-size, 12px); }
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: 12px;
17728
- font-size: var(--search-normal-dark-l-btn-text-size, 12px); }
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;
@@ -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: 12px;
19018
- font-size: var(--step-circle-item-title-size, 12px);
19019
- line-height: calc(12px + 4px);
19020
- line-height: calc(var(--step-circle-item-title-size, 12px) + 4px);
19017
+ font-size: 14px;
19018
+ font-size: var(--step-circle-item-title-size, 14px);
19019
+ line-height: calc(14px + 4px);
19020
+ line-height: calc(var(--step-circle-item-title-size, 14px) + 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: 12px;
19056
- font-size: var(--step-circle-item-title-size, 12px);
19057
- line-height: calc(12px + 4px);
19058
- line-height: calc(var(--step-circle-item-title-size, 12px) + 4px);
19055
+ font-size: 14px;
19056
+ font-size: var(--step-circle-item-title-size, 14px);
19057
+ line-height: calc(14px + 4px);
19058
+ line-height: calc(var(--step-circle-item-title-size, 14px) + 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: 12px;
19094
- font-size: var(--step-circle-item-title-size, 12px);
19095
- line-height: calc(12px + 4px);
19096
- line-height: calc(var(--step-circle-item-title-size, 12px) + 4px);
19093
+ font-size: 14px;
19094
+ font-size: var(--step-circle-item-title-size, 14px);
19095
+ line-height: calc(14px + 4px);
19096
+ line-height: calc(var(--step-circle-item-title-size, 14px) + 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: 12px;
19132
- font-size: var(--step-circle-item-title-size, 12px);
19133
- line-height: calc(12px + 4px);
19134
- line-height: calc(var(--step-circle-item-title-size, 12px) + 4px);
19131
+ font-size: 14px;
19132
+ font-size: var(--step-circle-item-title-size, 14px);
19133
+ line-height: calc(14px + 4px);
19134
+ line-height: calc(var(--step-circle-item-title-size, 14px) + 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 - 12px/2);
19164
- margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 12px)/2); }
19163
+ margin-top: calc(32px/2 - 14px/2);
19164
+ margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/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 - 12px/2);
19192
- margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 12px)/2); }
19191
+ margin-top: calc(32px/2 - 14px/2);
19192
+ margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/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 - 12px/2);
19220
- margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 12px)/2); }
19219
+ margin-top: calc(32px/2 - 14px/2);
19220
+ margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/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 - 12px/2);
19248
- margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 12px)/2); }
19247
+ margin-top: calc(32px/2 - 14px/2);
19248
+ margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/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,8 +19296,8 @@ 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: 12px;
19300
- font-size: var(--font-size-body-1, 12px);
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;
@@ -19339,8 +19339,8 @@ 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: 12px;
19343
- font-size: var(--font-size-body-1, 12px);
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;
@@ -19382,8 +19382,8 @@ 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: 12px;
19386
- font-size: var(--font-size-body-1, 12px);
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;
@@ -19425,8 +19425,8 @@ 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: 12px;
19429
- font-size: var(--font-size-body-1, 12px);
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;
@@ -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: 12px;
19934
- font-size: var(--step-dot-item-title-size, 12px);
19935
- line-height: calc(12px + 4px);
19936
- line-height: calc(var(--step-dot-item-title-size, 12px) + 4px);
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: 12px;
19972
- font-size: var(--step-dot-item-title-size, 12px);
19973
- line-height: calc(12px + 4px);
19974
- line-height: calc(var(--step-dot-item-title-size, 12px) + 4px);
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: 12px;
20010
- font-size: var(--step-dot-item-title-size, 12px);
20011
- line-height: calc(12px + 4px);
20012
- line-height: calc(var(--step-dot-item-title-size, 12px) + 4px);
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: 12px;
20048
- font-size: var(--step-dot-item-title-size, 12px);
20049
- line-height: calc(12px + 4px);
20050
- line-height: calc(var(--step-dot-item-title-size, 12px) + 4px);
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: 12px;
20101
- font-size: var(--font-size-body-1, 12px);
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: 12px;
20144
- font-size: var(--font-size-body-1, 12px);
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: 12px;
20187
- font-size: var(--font-size-body-1, 12px);
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: 12px;
20230
- font-size: var(--font-size-body-1, 12px);
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: 12px;
20437
- font-size: var(--font-size-body-1, 12px);
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: 12px;
20453
- font-size: var(--font-size-body-1, 12px);
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: 12px;
20469
- font-size: var(--font-size-body-1, 12px);
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: 12px;
20485
- font-size: var(--font-size-body-1, 12px);
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: 12px;
20539
- font-size: var(--font-size-body-1, 12px);
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: 12px;
20554
- font-size: var(--font-size-body-1, 12px);
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: 12px;
20569
- font-size: var(--font-size-body-1, 12px);
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: 12px;
20584
- font-size: var(--font-size-body-1, 12px);
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: 12px;
20723
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
21071
- font-size: var(--tab-item-text-size-m, 12px);
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 {
@@ -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: 12px;
22512
- font-size: var(--timeline-item-title-font-size, 12px);
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: 12px;
22530
- font-size: var(--timeline-item-body-font-size, 12px);
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;
@@ -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: 12px;
22673
- font-size: var(--timeline-item-title-font-size, 12px);
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: 12px;
22691
- font-size: var(--timeline-item-body-font-size, 12px);
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;
@@ -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: 12px;
22834
- font-size: var(--timeline-item-title-font-size, 12px);
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: 12px;
22852
- font-size: var(--timeline-item-body-font-size, 12px);
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;
@@ -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: 12px;
22995
- font-size: var(--timeline-item-title-font-size, 12px);
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: 12px;
23013
- font-size: var(--timeline-item-body-font-size, 12px);
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;
@@ -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: 12px;
23191
- font-size: var(--timeline-item-title-font-size, 12px);
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: 12px;
23209
- font-size: var(--timeline-item-body-font-size, 12px);
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;
@@ -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: 12px;
23345
- font-size: var(--timeline-item-title-font-size, 12px);
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: 12px;
23363
- font-size: var(--timeline-item-body-font-size, 12px);
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;
@@ -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: 12px;
23499
- font-size: var(--timeline-item-title-font-size, 12px);
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: 12px;
23517
- font-size: var(--timeline-item-body-font-size, 12px);
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;
@@ -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: 12px;
23653
- font-size: var(--timeline-item-title-font-size, 12px);
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: 12px;
23671
- font-size: var(--timeline-item-body-font-size, 12px);
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;
@@ -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: 12px;
23742
- font-size: var(--timeline-item-title-font-size, 12px);
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: 12px;
23758
- font-size: var(--timeline-item-body-font-size, 12px);
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;
@@ -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: 12px;
23811
- font-size: var(--timeline-item-title-font-size, 12px);
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: 12px;
23826
- font-size: var(--timeline-item-body-font-size, 12px);
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;
@@ -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: 12px;
23893
- font-size: var(--transfer-panel-header-text-size, 12px); }
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: 12px;
23966
- font-size: var(--font-size-body-1, 12px);
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: 12px;
23972
- font-size: var(--font-size-body-1, 12px);
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; }
@@ -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: 12px;
24404
- font-size: var(--font-size-body-1, 12px);
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: 12px;
25845
- font-size: var(--typography-title-h6-font-size, 12px); }
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 {
@@ -26041,8 +26041,8 @@ h6.next-typography-title {
26041
26041
  border-bottom: 1px solid #e7e8eb;
26042
26042
  border-bottom: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #e7e8eb); }
26043
26043
  .next-table th .next-table-cell-wrapper {
26044
- padding: 8px 8px;
26045
- padding: var(--table-header-padding-top, 8px) var(--table-header-padding-left, 8px);
26044
+ padding: 16px 10px;
26045
+ padding: var(--table-header-padding-top, 16px) var(--table-header-padding-left, 10px);
26046
26046
  overflow: hidden;
26047
26047
  text-overflow: ellipsis;
26048
26048
  word-break: break-all; }
@@ -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: 12px;
26257
- font-size: var(--table-th-font-size, 12px); }
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: 12px;
26288
- font-size: var(--table-body-font-size, 12px);
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: 12px;
27191
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
27194
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
27209
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
27212
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
27215
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
27218
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
27221
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
27226
- font-size: var(--form-element-medium-font-size, 12px);
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: 12px;
27248
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
27251
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
27266
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
27269
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
27272
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
27275
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
27278
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
27283
- font-size: var(--form-element-large-font-size, 12px);
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: 12px;
27602
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
27605
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
27620
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
27623
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
27626
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
27629
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
27632
- font-size: var(--form-element-medium-font-size, 12px); }
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: 12px;
27637
- font-size: var(--form-element-medium-font-size, 12px);
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: 12px;
27659
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
27662
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
27677
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
27680
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
27683
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
27686
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
27689
- font-size: var(--form-element-large-font-size, 12px); }
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: 12px;
27694
- font-size: var(--form-element-large-font-size, 12px);
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);