@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/dist/next.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @alifd/theme-fpx-warehouse@1.0.1 (https://fusion.design)
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)
@@ -484,7 +484,7 @@ html {
484
484
 
485
485
  body {
486
486
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
487
- font-size: 12px;
487
+ font-size: 14px;
488
488
  line-height: 1.28571;
489
489
  color: #323643; }
490
490
 
@@ -528,20 +528,20 @@ h4 {
528
528
  line-height: 24px; }
529
529
 
530
530
  h5 {
531
- margin-bottom: 6px;
531
+ margin-bottom: 7px;
532
532
  font-size: 14px;
533
533
  font-weight: normal;
534
534
  line-height: 24px; }
535
535
 
536
536
  h6 {
537
537
  margin-bottom: 7px;
538
- font-size: 12px;
538
+ font-size: 14px;
539
539
  font-weight: 500;
540
540
  line-height: 20px; }
541
541
 
542
542
  p {
543
- margin-bottom: 6px;
544
- font-size: 12px;
543
+ margin-bottom: 7px;
544
+ font-size: 14px;
545
545
  font-weight: normal;
546
546
  line-height: 20px; }
547
547
 
@@ -2567,7 +2567,7 @@ small {
2567
2567
  .next-radio-button-large[dir='rtl'] .next-radio-label {
2568
2568
  height: 38px;
2569
2569
  line-height: 38px;
2570
- font-size: 12px; }
2570
+ font-size: 14px; }
2571
2571
 
2572
2572
  .next-radio-button-medium[dir='rtl'] > label:first-child {
2573
2573
  margin-left: -1px;
@@ -2774,7 +2774,7 @@ small {
2774
2774
  .next-radio-button-large .next-radio-label {
2775
2775
  height: 38px;
2776
2776
  line-height: 38px;
2777
- font-size: 12px; }
2777
+ font-size: 14px; }
2778
2778
 
2779
2779
  .next-radio-button-medium > label {
2780
2780
  padding: 0 8px;
@@ -2841,7 +2841,7 @@ small {
2841
2841
  margin-left: 8px;
2842
2842
  /* 使用已有变量$radio-font-margin-left,配左即两边都有间隔 */
2843
2843
  margin-right: 8px;
2844
- font-size: 12px;
2844
+ font-size: 14px;
2845
2845
  vertical-align: middle;
2846
2846
  line-height: 1;
2847
2847
  color: #323643; }
@@ -2986,7 +2986,7 @@ small {
2986
2986
  max-width: 300px;
2987
2987
  border-style: solid;
2988
2988
  border-radius: 4px;
2989
- font-size: 12px;
2989
+ font-size: 14px;
2990
2990
  font-weight: normal;
2991
2991
  /* stylelint-disable */
2992
2992
  word-wrap: break-all;
@@ -3025,9 +3025,9 @@ small {
3025
3025
  .next-balloon-primary .next-balloon-close {
3026
3026
  position: absolute;
3027
3027
  top: -1px;
3028
- -webkit-transform: translateY(6px);
3029
- -ms-transform: translateY(6px);
3030
- transform: translateY(6px);
3028
+ -webkit-transform: translateY(7px);
3029
+ -ms-transform: translateY(7px);
3030
+ transform: translateY(7px);
3031
3031
  right: 8px;
3032
3032
  font-size: 16px;
3033
3033
  cursor: pointer;
@@ -3159,9 +3159,9 @@ small {
3159
3159
  .next-balloon-normal .next-balloon-close {
3160
3160
  position: absolute;
3161
3161
  top: -1px;
3162
- -webkit-transform: translateY(6px);
3163
- -ms-transform: translateY(6px);
3164
- transform: translateY(6px);
3162
+ -webkit-transform: translateY(7px);
3163
+ -ms-transform: translateY(7px);
3164
+ transform: translateY(7px);
3165
3165
  right: 8px;
3166
3166
  font-size: 16px;
3167
3167
  cursor: pointer;
@@ -3300,7 +3300,7 @@ small {
3300
3300
  max-width: 300px;
3301
3301
  border-style: solid;
3302
3302
  border-radius: 4px;
3303
- font-size: 12px;
3303
+ font-size: 14px;
3304
3304
  font-weight: normal;
3305
3305
  z-index: 0;
3306
3306
  /* stylelint-disable */
@@ -3712,7 +3712,7 @@ small {
3712
3712
  box-shadow: none;
3713
3713
  background: #FFFFFF;
3714
3714
  line-height: 36px;
3715
- font-size: 12px;
3715
+ font-size: 14px;
3716
3716
  -webkit-animation-duration: 300ms;
3717
3717
  animation-duration: 300ms;
3718
3718
  -webkit-animation-timing-function: ease;
@@ -3782,7 +3782,7 @@ small {
3782
3782
  float: right;
3783
3783
  color: #a9aeba;
3784
3784
  font-style: normal;
3785
- font-size: 12px; }
3785
+ font-size: 14px; }
3786
3786
  .next-menu-item .next-checkbox,
3787
3787
  .next-menu-item .next-radio {
3788
3788
  margin-right: 4px; }
@@ -3816,7 +3816,7 @@ small {
3816
3816
  color: #284cc0; }
3817
3817
  .next-menu-item-inner {
3818
3818
  height: 36px;
3819
- font-size: 12px;
3819
+ font-size: 14px;
3820
3820
  overflow: hidden;
3821
3821
  text-overflow: ellipsis;
3822
3822
  white-space: nowrap;
@@ -3949,7 +3949,7 @@ small {
3949
3949
  .next-breadcrumb .next-breadcrumb-text {
3950
3950
  height: 16px;
3951
3951
  min-width: 16px;
3952
- font-size: 12px;
3952
+ font-size: 14px;
3953
3953
  line-height: 16px; }
3954
3954
  .next-breadcrumb .next-breadcrumb-separator {
3955
3955
  height: 16px;
@@ -4151,7 +4151,7 @@ small {
4151
4151
  border-radius: 4px;
4152
4152
  padding: 0 16px;
4153
4153
  height: 32px;
4154
- font-size: 12px;
4154
+ font-size: 14px;
4155
4155
  border-width: 1px; }
4156
4156
  .next-btn.next-medium > .next-btn-icon.next-icon-first {
4157
4157
  -webkit-transform: scale(1);
@@ -4527,7 +4527,7 @@ small {
4527
4527
  border-radius: 0;
4528
4528
  padding: 0 0px;
4529
4529
  height: 24px;
4530
- font-size: 12px;
4530
+ font-size: 14px;
4531
4531
  border-width: 0; }
4532
4532
  .next-btn-text.next-large > .next-btn-icon.next-icon-first {
4533
4533
  -webkit-transform: scale(1);
@@ -5108,9 +5108,9 @@ small {
5108
5108
  border-radius: 4px; }
5109
5109
  .next-input.next-medium .next-input-label {
5110
5110
  padding-left: 8px;
5111
- font-size: 12px; }
5111
+ font-size: 14px; }
5112
5112
  .next-input.next-medium .next-input-inner {
5113
- font-size: 12px; }
5113
+ font-size: 14px; }
5114
5114
  .next-input.next-medium .next-input-control {
5115
5115
  padding-right: 8px; }
5116
5116
  .next-input.next-medium .next-input-inner-text {
@@ -5119,18 +5119,18 @@ small {
5119
5119
  height: 34px;
5120
5120
  line-height: 34px \0;
5121
5121
  padding: 0 8px;
5122
- font-size: 12px; }
5122
+ font-size: 14px; }
5123
5123
  .next-input.next-medium input::-webkit-input-placeholder {
5124
- font-size: 12px; }
5124
+ font-size: 14px; }
5125
5125
  .next-input.next-medium input::-moz-placeholder {
5126
- font-size: 12px; }
5126
+ font-size: 14px; }
5127
5127
  .next-input.next-medium input::-ms-input-placeholder {
5128
- font-size: 12px; }
5128
+ font-size: 14px; }
5129
5129
  .next-input.next-medium input::placeholder {
5130
- font-size: 12px; }
5130
+ font-size: 14px; }
5131
5131
  .next-input.next-medium .next-input-text-field {
5132
5132
  padding: 0 8px;
5133
- font-size: 12px;
5133
+ font-size: 14px;
5134
5134
  height: 34px;
5135
5135
  line-height: 34px; }
5136
5136
  .next-input.next-medium .next-icon:before,
@@ -5145,9 +5145,9 @@ small {
5145
5145
  border-radius: 4px; }
5146
5146
  .next-input.next-large .next-input-label {
5147
5147
  padding-left: 12px;
5148
- font-size: 12px; }
5148
+ font-size: 14px; }
5149
5149
  .next-input.next-large .next-input-inner {
5150
- font-size: 12px; }
5150
+ font-size: 14px; }
5151
5151
  .next-input.next-large .next-input-control {
5152
5152
  padding-right: 12px; }
5153
5153
  .next-input.next-large .next-input-inner-text {
@@ -5156,18 +5156,18 @@ small {
5156
5156
  height: 38px;
5157
5157
  line-height: 38px \0;
5158
5158
  padding: 0 8px;
5159
- font-size: 12px; }
5159
+ font-size: 14px; }
5160
5160
  .next-input.next-large input::-webkit-input-placeholder {
5161
- font-size: 12px; }
5161
+ font-size: 14px; }
5162
5162
  .next-input.next-large input::-moz-placeholder {
5163
- font-size: 12px; }
5163
+ font-size: 14px; }
5164
5164
  .next-input.next-large input::-ms-input-placeholder {
5165
- font-size: 12px; }
5165
+ font-size: 14px; }
5166
5166
  .next-input.next-large input::placeholder {
5167
- font-size: 12px; }
5167
+ font-size: 14px; }
5168
5168
  .next-input.next-large .next-input-text-field {
5169
5169
  padding: 0 8px;
5170
- font-size: 12px;
5170
+ font-size: 14px;
5171
5171
  height: 38px;
5172
5172
  line-height: 38px; }
5173
5173
  .next-input.next-large .next-icon:before,
@@ -5187,9 +5187,9 @@ small {
5187
5187
  font-size: 12px;
5188
5188
  border-radius: 4px; }
5189
5189
  .next-input.next-input-textarea.next-small textarea {
5190
- font-size: 12px; }
5190
+ font-size: 14px; }
5191
5191
  .next-input.next-input-textarea.next-large textarea {
5192
- font-size: 12px; }
5192
+ font-size: 14px; }
5193
5193
  .next-input.next-input-textarea .next-input-control {
5194
5194
  display: block;
5195
5195
  width: auto;
@@ -5465,10 +5465,10 @@ small {
5465
5465
  font-size: 12px;
5466
5466
  border-radius: 4px; }
5467
5467
  .next-input-group-text.next-medium {
5468
- font-size: 12px;
5468
+ font-size: 14px;
5469
5469
  border-radius: 4px; }
5470
5470
  .next-input-group-text.next-large {
5471
- font-size: 12px;
5471
+ font-size: 14px;
5472
5472
  border-radius: 4px; }
5473
5473
 
5474
5474
  .next-input[dir="rtl"].next-small .next-input-label {
@@ -6170,7 +6170,7 @@ small {
6170
6170
  right: 0;
6171
6171
  top: 0;
6172
6172
  height: 100%;
6173
- font-size: 12px;
6173
+ font-size: 14px;
6174
6174
  color: #005adc; }
6175
6175
  .next-card-body {
6176
6176
  padding-bottom: 16px;
@@ -6255,7 +6255,7 @@ small {
6255
6255
  padding-bottom: 16px;
6256
6256
  padding-left: 20px;
6257
6257
  padding-right: 20px;
6258
- font-size: 12px;
6258
+ font-size: 14px;
6259
6259
  line-height: 1.5;
6260
6260
  color: #767d91; }
6261
6261
 
@@ -6544,7 +6544,7 @@ small {
6544
6544
  margin-bottom: 8px; }
6545
6545
 
6546
6546
  .next-checkbox-label {
6547
- font-size: 12px;
6547
+ font-size: 14px;
6548
6548
  color: #323643;
6549
6549
  vertical-align: middle;
6550
6550
  margin: 0;
@@ -6607,7 +6607,7 @@ small {
6607
6607
  position: relative;
6608
6608
  line-height: 1.5;
6609
6609
  background: #eef1f6;
6610
- font-size: 12px;
6610
+ font-size: 14px;
6611
6611
  font-weight: 500;
6612
6612
  color: #323643;
6613
6613
  cursor: pointer;
@@ -6625,7 +6625,7 @@ small {
6625
6625
  line-height: 1.5;
6626
6626
  padding: 0 24px;
6627
6627
  background: #FFFFFF;
6628
- font-size: 12px;
6628
+ font-size: 14px;
6629
6629
  color: #323643;
6630
6630
  -webkit-transition: all 300ms ease;
6631
6631
  transition: all 300ms ease;
@@ -6679,7 +6679,7 @@ small {
6679
6679
  cursor: default;
6680
6680
  height: 12px;
6681
6681
  line-height: 12px;
6682
- font-size: 12px;
6682
+ font-size: 14px;
6683
6683
  font-weight: normal;
6684
6684
  color: #c3cbd5;
6685
6685
  background: #FFFFFF; }
@@ -6689,7 +6689,7 @@ small {
6689
6689
  list-style: none;
6690
6690
  margin: 0;
6691
6691
  padding: 0;
6692
- font-size: 12px;
6692
+ font-size: 14px;
6693
6693
  height: 196px; }
6694
6694
  .next-time-picker-menu-item {
6695
6695
  cursor: pointer;
@@ -7349,7 +7349,7 @@ small {
7349
7349
  .next-message.next-medium .next-message-content {
7350
7350
  margin-top: 4px;
7351
7351
  padding: 0 20px 0 24px;
7352
- font-size: 12px;
7352
+ font-size: 14px;
7353
7353
  line-height: 1.5; }
7354
7354
  .next-message.next-medium .next-message-symbol + .next-message-content {
7355
7355
  margin-top: 0; }
@@ -7382,7 +7382,7 @@ small {
7382
7382
  .next-message.next-large .next-message-content {
7383
7383
  margin-top: 8px;
7384
7384
  padding: 0 16px 0 28px;
7385
- font-size: 12px;
7385
+ font-size: 14px;
7386
7386
  line-height: 1.5; }
7387
7387
  .next-message.next-large .next-message-symbol + .next-message-content {
7388
7388
  margin-top: 0; }
@@ -7688,7 +7688,7 @@ small {
7688
7688
  border-bottom: 0; }
7689
7689
  .next-drawer-body {
7690
7690
  padding: 16px 20px 16px 20px;
7691
- font-size: 12px;
7691
+ font-size: 14px;
7692
7692
  line-height: 1.5;
7693
7693
  color: #767d91; }
7694
7694
  .next-drawer-close {
@@ -11837,7 +11837,7 @@ small {
11837
11837
  .next-form-preview.next-form-item .next-form-preview {
11838
11838
  color: #323643; }
11839
11839
  .next-form-preview.next-form-item.next-medium .next-form-item-label {
11840
- font-size: 12px;
11840
+ font-size: 14px;
11841
11841
  line-height: 24px; }
11842
11842
  .next-form-preview.next-form-item.next-small .next-form-item-label {
11843
11843
  font-size: 12px;
@@ -11887,16 +11887,16 @@ small {
11887
11887
  .next-form-item .next-radio-group {
11888
11888
  line-height: 32px; }
11889
11889
  .next-form-item .next-form-preview {
11890
- font-size: 12px;
11890
+ font-size: 14px;
11891
11891
  line-height: 24px; }
11892
11892
  .next-form-item .next-form-preview.next-input-textarea > p {
11893
- font-size: 12px;
11893
+ font-size: 14px;
11894
11894
  text-align: justify;
11895
- min-height: 16.8px;
11895
+ min-height: 19.6px;
11896
11896
  line-height: 1.4;
11897
- margin-top: 3.6px; }
11897
+ margin-top: 2.2px; }
11898
11898
  .next-form-item .next-form-item-label {
11899
- font-size: 12px; }
11899
+ font-size: 14px; }
11900
11900
  .next-form-item .next-form-item-label > label {
11901
11901
  display: inline-block;
11902
11902
  line-height: 1.5; }
@@ -11922,7 +11922,7 @@ small {
11922
11922
  .next-form-item.next-large .next-switch {
11923
11923
  margin-top: 7px; }
11924
11924
  .next-form-item.next-large .next-form-item-label {
11925
- font-size: 12px; }
11925
+ font-size: 14px; }
11926
11926
  .next-form-item.next-large .next-form-item-help-margin-offset {
11927
11927
  margin-top: -8px; }
11928
11928
  .next-form-item.next-small {
@@ -11994,7 +11994,7 @@ small {
11994
11994
  color: #f85359; }
11995
11995
  .next-form-item-help {
11996
11996
  margin-top: 2px;
11997
- font-size: 12px;
11997
+ font-size: 14px;
11998
11998
  line-height: 1.5;
11999
11999
  color: #a9aeba; }
12000
12000
  .next-form .next-form-item-help-margin-offset {
@@ -12390,7 +12390,7 @@ small {
12390
12390
  color: #284cc0; }
12391
12391
  .next-select-highlight {
12392
12392
  color: #284cc0;
12393
- font-size: 12px; }
12393
+ font-size: 14px; }
12394
12394
  .next-select-in-ie.next-select-trigger .next-select-values {
12395
12395
  /* 在 table 布局中,overflow: hidden 会导致负的 margin 失效 */
12396
12396
  overflow: visible; }
@@ -12465,7 +12465,7 @@ small {
12465
12465
  display: block; }
12466
12466
 
12467
12467
  .next-list-empty {
12468
- font-size: 12px;
12468
+ font-size: 14px;
12469
12469
  color: #c3cbd5;
12470
12470
  padding: 32px 0;
12471
12471
  text-align: center; }
@@ -12567,7 +12567,7 @@ small {
12567
12567
  padding-left: 8px; }
12568
12568
 
12569
12569
  .next-list-medium .next-list-item {
12570
- font-size: 12px;
12570
+ font-size: 14px;
12571
12571
  line-height: 1.5;
12572
12572
  padding: 16px 0px; }
12573
12573
 
@@ -12591,7 +12591,7 @@ small {
12591
12591
  padding-left: 8px; }
12592
12592
 
12593
12593
  .next-list-small .next-list-item {
12594
- font-size: 12px;
12594
+ font-size: 14px;
12595
12595
  font-weight: normal;
12596
12596
  line-height: 1.3;
12597
12597
  padding: 8px 0px; }
@@ -12702,7 +12702,7 @@ small {
12702
12702
  .next-nav-group-label {
12703
12703
  height: 40px;
12704
12704
  line-height: 40px;
12705
- font-size: 12px; }
12705
+ font-size: 14px; }
12706
12706
  .next-nav-item .next-menu-item-text > span,
12707
12707
  .next-nav-item .next-nav-group-label > span {
12708
12708
  opacity: 1;
@@ -12731,7 +12731,7 @@ small {
12731
12731
  padding: 0;
12732
12732
  height: 56px;
12733
12733
  line-height: 54px;
12734
- font-size: 12px; }
12734
+ font-size: 14px; }
12735
12735
  .next-nav.next-hoz .next-menu-item.next-nav-item {
12736
12736
  margin-left: 0px;
12737
12737
  margin-right: 0px;
@@ -12743,7 +12743,7 @@ small {
12743
12743
  margin-bottom: 0px; }
12744
12744
  .next-nav.next-hoz .next-menu-item-inner {
12745
12745
  height: 54px;
12746
- font-size: 12px; }
12746
+ font-size: 14px; }
12747
12747
  .next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title {
12748
12748
  line-height: 1;
12749
12749
  padding: 12px 8px; }
@@ -12759,7 +12759,7 @@ small {
12759
12759
  .next-nav.next-hoz .next-nav-group-label .next-menu-item-inner {
12760
12760
  height: 40px;
12761
12761
  line-height: 40px;
12762
- font-size: 12px; }
12762
+ font-size: 14px; }
12763
12763
  .next-nav.next-hoz .next-menu-header {
12764
12764
  float: left;
12765
12765
  height: 54px; }
@@ -12815,7 +12815,7 @@ small {
12815
12815
  .next-nav.next-ver .next-nav-group-label .next-menu-item-inner {
12816
12816
  height: 40px;
12817
12817
  line-height: 40px;
12818
- font-size: 12px; }
12818
+ font-size: 14px; }
12819
12819
  .next-nav.next-ver > .next-menu-item:first-child,
12820
12820
  .next-nav.next-ver > .next-menu-sub-menu-wrapper:first-child > .next-menu-item {
12821
12821
  margin-top: 8px; }
@@ -12826,7 +12826,7 @@ small {
12826
12826
  line-height: 36px; }
12827
12827
  .next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
12828
12828
  height: 36px;
12829
- font-size: 12px; }
12829
+ font-size: 14px; }
12830
12830
  .next-nav.next-ver .next-nav-item:before {
12831
12831
  height: 0;
12832
12832
  top: 50%;
@@ -13762,12 +13762,12 @@ small {
13762
13762
  line-height: inherit; }
13763
13763
 
13764
13764
  .next-pagination[dir="rtl"].next-large .next-pagination-display {
13765
- font-size: 12px; }
13765
+ font-size: 14px; }
13766
13766
  .next-pagination[dir="rtl"].next-large .next-pagination-display em {
13767
- font-size: 12px; }
13767
+ font-size: 14px; }
13768
13768
 
13769
13769
  .next-pagination[dir="rtl"].next-large .next-pagination-jump-text {
13770
- font-size: 12px; }
13770
+ font-size: 14px; }
13771
13771
 
13772
13772
  .next-pagination[dir="rtl"].next-large .next-pagination-jump-input {
13773
13773
  width: 48px; }
@@ -13775,7 +13775,7 @@ small {
13775
13775
  .next-pagination[dir="rtl"].next-large .next-pagination-size-selector-title {
13776
13776
  height: 40px;
13777
13777
  line-height: 40px;
13778
- font-size: 12px;
13778
+ font-size: 14px;
13779
13779
  vertical-align: middle; }
13780
13780
 
13781
13781
  .next-pagination[dir="rtl"].next-large .next-pagination-size-selector-btn {
@@ -14057,17 +14057,17 @@ small {
14057
14057
  font-size: 16px;
14058
14058
  line-height: inherit; }
14059
14059
  .next-pagination.next-large .next-pagination-display {
14060
- font-size: 12px; }
14060
+ font-size: 14px; }
14061
14061
  .next-pagination.next-large .next-pagination-display em {
14062
- font-size: 12px; }
14062
+ font-size: 14px; }
14063
14063
  .next-pagination.next-large .next-pagination-jump-text {
14064
- font-size: 12px; }
14064
+ font-size: 14px; }
14065
14065
  .next-pagination.next-large .next-pagination-jump-input {
14066
14066
  width: 48px; }
14067
14067
  .next-pagination.next-large .next-pagination-size-selector-title {
14068
14068
  height: 40px;
14069
14069
  line-height: 40px;
14070
- font-size: 12px;
14070
+ font-size: 14px;
14071
14071
  vertical-align: middle; }
14072
14072
  .next-pagination.next-large .next-pagination-size-selector-btn {
14073
14073
  padding: 0 16px; }
@@ -14118,7 +14118,7 @@ small {
14118
14118
  .next-paragraph-long {
14119
14119
  line-height: 1.5; }
14120
14120
  .next-paragraph-small {
14121
- font-size: 12px; }
14121
+ font-size: 14px; }
14122
14122
  .next-paragraph-medium {
14123
14123
  font-size: 14px; }
14124
14124
 
@@ -14201,7 +14201,7 @@ small {
14201
14201
  top: 50%;
14202
14202
  margin-top: -6px; }
14203
14203
  .next-progress-line.next-large .next-progress-line-text {
14204
- font-size: 12px;
14204
+ font-size: 14px;
14205
14205
  line-height: 12px; }
14206
14206
  .next-progress-line-show-info .next-progress-line-container {
14207
14207
  padding-right: 60px;
@@ -14246,7 +14246,7 @@ small {
14246
14246
  top: 50%;
14247
14247
  margin-top: -6px; }
14248
14248
  .next-progress-line-show-border.next-large .next-progress-line-text {
14249
- font-size: 12px;
14249
+ font-size: 14px;
14250
14250
  line-height: 14px; }
14251
14251
 
14252
14252
  .next-progress-circle {
@@ -14666,7 +14666,7 @@ small {
14666
14666
  margin-left: 8px; }
14667
14667
 
14668
14668
  .next-rating-medium {
14669
- font-size: 12px; }
14669
+ font-size: 14px; }
14670
14670
  .next-rating-medium .next-icon:before,
14671
14671
  .next-rating-medium .next-icon .next-icon-remote {
14672
14672
  width: 16px;
@@ -14676,7 +14676,7 @@ small {
14676
14676
  margin-left: 12px; }
14677
14677
 
14678
14678
  .next-rating-large {
14679
- font-size: 12px; }
14679
+ font-size: 14px; }
14680
14680
  .next-rating-large .next-icon:before,
14681
14681
  .next-rating-large .next-icon .next-icon-remote {
14682
14682
  width: 20px;
@@ -14859,7 +14859,7 @@ small {
14859
14859
  .next-search-normal.next-primary.next-large .next-select {
14860
14860
  height: 38px; }
14861
14861
  .next-search-normal.next-primary.next-large .next-search-btn {
14862
- font-size: 12px; }
14862
+ font-size: 14px; }
14863
14863
  .next-search-normal.next-primary.next-large .next-search-btn .next-icon:before,
14864
14864
  .next-search-normal.next-primary.next-large .next-search-btn .next-icon .next-icon-remote {
14865
14865
  width: 16px;
@@ -14929,7 +14929,7 @@ small {
14929
14929
  .next-search-normal.next-secondary.next-large .next-select {
14930
14930
  height: 38px; }
14931
14931
  .next-search-normal.next-secondary.next-large .next-search-btn {
14932
- font-size: 12px; }
14932
+ font-size: 14px; }
14933
14933
  .next-search-normal.next-secondary.next-large .next-search-btn .next-icon:before,
14934
14934
  .next-search-normal.next-secondary.next-large .next-search-btn .next-icon .next-icon-remote {
14935
14935
  width: 16px;
@@ -14953,7 +14953,7 @@ small {
14953
14953
  .next-search-normal.next-secondary.next-medium .next-select {
14954
14954
  height: 34px; }
14955
14955
  .next-search-normal.next-secondary.next-medium .next-search-btn {
14956
- font-size: 12px; }
14956
+ font-size: 14px; }
14957
14957
  .next-search-normal.next-secondary.next-medium .next-search-btn .next-icon:before,
14958
14958
  .next-search-normal.next-secondary.next-medium .next-search-btn .next-icon .next-icon-remote {
14959
14959
  width: 16px;
@@ -14999,7 +14999,7 @@ small {
14999
14999
  .next-search-normal.next-normal.next-large .next-select {
15000
15000
  height: 38px; }
15001
15001
  .next-search-normal.next-normal.next-large .next-search-btn {
15002
- font-size: 12px; }
15002
+ font-size: 14px; }
15003
15003
  .next-search-normal.next-normal.next-large .next-search-btn .next-icon:before,
15004
15004
  .next-search-normal.next-normal.next-large .next-search-btn .next-icon .next-icon-remote {
15005
15005
  width: 16px;
@@ -15076,7 +15076,7 @@ small {
15076
15076
  .next-search-normal.next-dark.next-large .next-select {
15077
15077
  height: 38px; }
15078
15078
  .next-search-normal.next-dark.next-large .next-search-btn {
15079
- font-size: 12px; }
15079
+ font-size: 14px; }
15080
15080
  .next-search-normal.next-dark.next-large .next-search-btn .next-icon:before,
15081
15081
  .next-search-normal.next-dark.next-large .next-search-btn .next-icon .next-icon-remote {
15082
15082
  width: 16px;
@@ -15561,7 +15561,7 @@ small {
15561
15561
  word-break: break-word; }
15562
15562
  .next-step-arrow > .next-step-item-wait .next-step-item-content {
15563
15563
  color: #323643;
15564
- font-size: 12px;
15564
+ font-size: 14px;
15565
15565
  line-height: 1.5;
15566
15566
  word-break: break-word; }
15567
15567
  .next-step-arrow > .next-step-item-wait .next-step-item-node-placeholder {
@@ -15577,7 +15577,7 @@ small {
15577
15577
  display: block;
15578
15578
  width: 32px;
15579
15579
  height: 32px;
15580
- font-size: 12px;
15580
+ font-size: 14px;
15581
15581
  font-weight: normal;
15582
15582
  line-height: 30px;
15583
15583
  text-align: center;
@@ -15620,7 +15620,7 @@ small {
15620
15620
  word-break: break-word; }
15621
15621
  .next-step-arrow > .next-step-item-process .next-step-item-content {
15622
15622
  color: #FFFFFF;
15623
- font-size: 12px;
15623
+ font-size: 14px;
15624
15624
  line-height: 1.5;
15625
15625
  word-break: break-word; }
15626
15626
  .next-step-arrow > .next-step-item-process .next-step-item-node-placeholder {
@@ -15636,7 +15636,7 @@ small {
15636
15636
  display: block;
15637
15637
  width: 32px;
15638
15638
  height: 32px;
15639
- font-size: 12px;
15639
+ font-size: 14px;
15640
15640
  font-weight: normal;
15641
15641
  line-height: 30px;
15642
15642
  text-align: center;
@@ -15679,7 +15679,7 @@ small {
15679
15679
  word-break: break-word; }
15680
15680
  .next-step-arrow > .next-step-item-finish .next-step-item-content {
15681
15681
  color: #284cc0;
15682
- font-size: 12px;
15682
+ font-size: 14px;
15683
15683
  line-height: 1.5;
15684
15684
  word-break: break-word; }
15685
15685
  .next-step-arrow > .next-step-item-finish .next-step-item-node-placeholder {
@@ -15695,7 +15695,7 @@ small {
15695
15695
  display: block;
15696
15696
  width: 32px;
15697
15697
  height: 32px;
15698
- font-size: 12px;
15698
+ font-size: 14px;
15699
15699
  font-weight: normal;
15700
15700
  line-height: 30px;
15701
15701
  text-align: center;
@@ -15739,7 +15739,7 @@ small {
15739
15739
  word-break: break-word; }
15740
15740
  .next-step-arrow .next-step-item-disabled .next-step-item-content {
15741
15741
  color: #c3cbd5;
15742
- font-size: 12px;
15742
+ font-size: 14px;
15743
15743
  line-height: 1.5;
15744
15744
  word-break: break-word; }
15745
15745
  .next-step-arrow .next-step-item-disabled .next-step-item-node-placeholder {
@@ -15755,7 +15755,7 @@ small {
15755
15755
  display: block;
15756
15756
  width: 32px;
15757
15757
  height: 32px;
15758
- font-size: 12px;
15758
+ font-size: 14px;
15759
15759
  font-weight: normal;
15760
15760
  line-height: 30px;
15761
15761
  text-align: center;
@@ -15835,7 +15835,7 @@ small {
15835
15835
 
15836
15836
  .next-step-circle > .next-step-item-wait .next-step-item-content {
15837
15837
  color: #a9aeba;
15838
- font-size: 12px;
15838
+ font-size: 14px;
15839
15839
  line-height: 1.5;
15840
15840
  word-break: break-word; }
15841
15841
 
@@ -15853,7 +15853,7 @@ small {
15853
15853
  display: block;
15854
15854
  width: 32px;
15855
15855
  height: 32px;
15856
- font-size: 12px;
15856
+ font-size: 14px;
15857
15857
  font-weight: normal;
15858
15858
  line-height: 30px;
15859
15859
  text-align: center;
@@ -15897,7 +15897,7 @@ small {
15897
15897
 
15898
15898
  .next-step-circle > .next-step-item-process .next-step-item-content {
15899
15899
  color: #323643;
15900
- font-size: 12px;
15900
+ font-size: 14px;
15901
15901
  line-height: 1.5;
15902
15902
  word-break: break-word; }
15903
15903
 
@@ -15915,7 +15915,7 @@ small {
15915
15915
  display: block;
15916
15916
  width: 32px;
15917
15917
  height: 32px;
15918
- font-size: 12px;
15918
+ font-size: 14px;
15919
15919
  font-weight: normal;
15920
15920
  line-height: 30px;
15921
15921
  text-align: center;
@@ -15959,7 +15959,7 @@ small {
15959
15959
 
15960
15960
  .next-step-circle > .next-step-item-finish .next-step-item-content {
15961
15961
  color: #323643;
15962
- font-size: 12px;
15962
+ font-size: 14px;
15963
15963
  line-height: 1.5;
15964
15964
  word-break: break-word; }
15965
15965
 
@@ -15977,7 +15977,7 @@ small {
15977
15977
  display: block;
15978
15978
  width: 32px;
15979
15979
  height: 32px;
15980
- font-size: 12px;
15980
+ font-size: 14px;
15981
15981
  font-weight: normal;
15982
15982
  line-height: 30px;
15983
15983
  text-align: center;
@@ -16021,7 +16021,7 @@ small {
16021
16021
 
16022
16022
  .next-step-circle .next-step-item-disabled .next-step-item-content {
16023
16023
  color: #c3cbd5;
16024
- font-size: 12px;
16024
+ font-size: 14px;
16025
16025
  line-height: 1.5;
16026
16026
  word-break: break-word; }
16027
16027
 
@@ -16039,7 +16039,7 @@ small {
16039
16039
  display: block;
16040
16040
  width: 32px;
16041
16041
  height: 32px;
16042
- font-size: 12px;
16042
+ font-size: 14px;
16043
16043
  font-weight: normal;
16044
16044
  line-height: 30px;
16045
16045
  text-align: center;
@@ -16096,8 +16096,8 @@ small {
16096
16096
  text-align: center;
16097
16097
  position: absolute; }
16098
16098
  .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
16099
- font-size: 12px;
16100
- line-height: 16px;
16099
+ font-size: 16px;
16100
+ line-height: 20px;
16101
16101
  margin-top: 8px;
16102
16102
  font-weight: normal; }
16103
16103
  .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
@@ -16124,8 +16124,8 @@ small {
16124
16124
  text-align: center;
16125
16125
  position: absolute; }
16126
16126
  .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
16127
- font-size: 12px;
16128
- line-height: 16px;
16127
+ font-size: 16px;
16128
+ line-height: 20px;
16129
16129
  margin-top: 8px;
16130
16130
  font-weight: normal; }
16131
16131
  .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content {
@@ -16152,8 +16152,8 @@ small {
16152
16152
  text-align: center;
16153
16153
  position: absolute; }
16154
16154
  .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
16155
- font-size: 12px;
16156
- line-height: 16px;
16155
+ font-size: 16px;
16156
+ line-height: 20px;
16157
16157
  margin-top: 8px;
16158
16158
  font-weight: normal; }
16159
16159
  .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
@@ -16180,8 +16180,8 @@ small {
16180
16180
  text-align: center;
16181
16181
  position: absolute; }
16182
16182
  .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
16183
- font-size: 12px;
16184
- line-height: 16px;
16183
+ font-size: 16px;
16184
+ line-height: 20px;
16185
16185
  margin-top: 8px;
16186
16186
  font-weight: normal; }
16187
16187
  .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
@@ -16205,7 +16205,7 @@ small {
16205
16205
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title {
16206
16206
  display: inline-block;
16207
16207
  padding-right: 8px;
16208
- margin-top: 10px; }
16208
+ margin-top: 8px; }
16209
16209
 
16210
16210
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
16211
16211
  width: calc(100% - 208px);
@@ -16228,7 +16228,7 @@ small {
16228
16228
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body .next-step-item-title {
16229
16229
  display: inline-block;
16230
16230
  padding-right: 8px;
16231
- margin-top: 10px; }
16231
+ margin-top: 8px; }
16232
16232
 
16233
16233
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
16234
16234
  width: calc(100% - 208px);
@@ -16251,7 +16251,7 @@ small {
16251
16251
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body .next-step-item-title {
16252
16252
  display: inline-block;
16253
16253
  padding-right: 8px;
16254
- margin-top: 10px; }
16254
+ margin-top: 8px; }
16255
16255
 
16256
16256
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
16257
16257
  width: calc(100% - 208px);
@@ -16274,7 +16274,7 @@ small {
16274
16274
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body .next-step-item-title {
16275
16275
  display: inline-block;
16276
16276
  padding-right: 8px;
16277
- margin-top: 10px; }
16277
+ margin-top: 8px; }
16278
16278
 
16279
16279
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
16280
16280
  width: calc(100% - 208px);
@@ -16315,13 +16315,13 @@ small {
16315
16315
  text-align: left;
16316
16316
  font-weight: normal;
16317
16317
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
16318
- font-size: 12px;
16318
+ font-size: 14px;
16319
16319
  line-height: 1.28571; }
16320
16320
  .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
16321
16321
  margin-top: 4px;
16322
16322
  min-height: 8px;
16323
16323
  text-align: left;
16324
- font-size: 12px;
16324
+ font-size: 14px;
16325
16325
  line-height: 1.5; }
16326
16326
  .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
16327
16327
  width: 1px;
@@ -16346,13 +16346,13 @@ small {
16346
16346
  text-align: left;
16347
16347
  font-weight: normal;
16348
16348
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
16349
- font-size: 12px;
16349
+ font-size: 14px;
16350
16350
  line-height: 1.28571; }
16351
16351
  .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
16352
16352
  margin-top: 4px;
16353
16353
  min-height: 8px;
16354
16354
  text-align: left;
16355
- font-size: 12px;
16355
+ font-size: 14px;
16356
16356
  line-height: 1.5; }
16357
16357
  .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
16358
16358
  width: 1px;
@@ -16377,13 +16377,13 @@ small {
16377
16377
  text-align: left;
16378
16378
  font-weight: normal;
16379
16379
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
16380
- font-size: 12px;
16380
+ font-size: 14px;
16381
16381
  line-height: 1.28571; }
16382
16382
  .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
16383
16383
  margin-top: 4px;
16384
16384
  min-height: 8px;
16385
16385
  text-align: left;
16386
- font-size: 12px;
16386
+ font-size: 14px;
16387
16387
  line-height: 1.5; }
16388
16388
  .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
16389
16389
  width: 1px;
@@ -16408,13 +16408,13 @@ small {
16408
16408
  text-align: left;
16409
16409
  font-weight: normal;
16410
16410
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
16411
- font-size: 12px;
16411
+ font-size: 14px;
16412
16412
  line-height: 1.28571; }
16413
16413
  .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
16414
16414
  margin-top: 4px;
16415
16415
  min-height: 8px;
16416
16416
  text-align: left;
16417
- font-size: 12px;
16417
+ font-size: 14px;
16418
16418
  line-height: 1.5; }
16419
16419
 
16420
16420
  .next-step-dot .next-step-item-container {
@@ -16464,7 +16464,7 @@ small {
16464
16464
 
16465
16465
  .next-step-dot > .next-step-item-wait .next-step-item-content {
16466
16466
  color: #a9aeba;
16467
- font-size: 12px;
16467
+ font-size: 14px;
16468
16468
  line-height: 1.5;
16469
16469
  word-break: break-word; }
16470
16470
 
@@ -16482,7 +16482,7 @@ small {
16482
16482
  display: block;
16483
16483
  width: 12px;
16484
16484
  height: 12px;
16485
- font-size: 12px;
16485
+ font-size: 14px;
16486
16486
  font-weight: normal;
16487
16487
  line-height: 10px;
16488
16488
  text-align: center;
@@ -16541,7 +16541,7 @@ small {
16541
16541
 
16542
16542
  .next-step-dot > .next-step-item-process .next-step-item-content {
16543
16543
  color: #323643;
16544
- font-size: 12px;
16544
+ font-size: 14px;
16545
16545
  line-height: 1.5;
16546
16546
  word-break: break-word; }
16547
16547
 
@@ -16559,7 +16559,7 @@ small {
16559
16559
  display: block;
16560
16560
  width: 12px;
16561
16561
  height: 12px;
16562
- font-size: 12px;
16562
+ font-size: 14px;
16563
16563
  font-weight: normal;
16564
16564
  line-height: 10px;
16565
16565
  text-align: center;
@@ -16618,7 +16618,7 @@ small {
16618
16618
 
16619
16619
  .next-step-dot > .next-step-item-finish .next-step-item-content {
16620
16620
  color: #323643;
16621
- font-size: 12px;
16621
+ font-size: 14px;
16622
16622
  line-height: 1.5;
16623
16623
  word-break: break-word; }
16624
16624
 
@@ -16636,7 +16636,7 @@ small {
16636
16636
  display: block;
16637
16637
  width: 12px;
16638
16638
  height: 12px;
16639
- font-size: 12px;
16639
+ font-size: 14px;
16640
16640
  font-weight: normal;
16641
16641
  line-height: 10px;
16642
16642
  text-align: center;
@@ -16695,7 +16695,7 @@ small {
16695
16695
 
16696
16696
  .next-step-dot .next-step-item-disabled .next-step-item-content {
16697
16697
  color: #c3cbd5;
16698
- font-size: 12px;
16698
+ font-size: 14px;
16699
16699
  line-height: 1.5;
16700
16700
  word-break: break-word; }
16701
16701
 
@@ -16713,7 +16713,7 @@ small {
16713
16713
  display: block;
16714
16714
  width: 12px;
16715
16715
  height: 12px;
16716
- font-size: 12px;
16716
+ font-size: 14px;
16717
16717
  font-weight: normal;
16718
16718
  line-height: 10px;
16719
16719
  text-align: center;
@@ -16787,8 +16787,8 @@ small {
16787
16787
  text-align: center;
16788
16788
  position: absolute; }
16789
16789
  .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
16790
- font-size: 12px;
16791
- line-height: 16px;
16790
+ font-size: 14px;
16791
+ line-height: 18px;
16792
16792
  margin-top: 8px;
16793
16793
  font-weight: bold; }
16794
16794
  .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
@@ -16815,8 +16815,8 @@ small {
16815
16815
  text-align: center;
16816
16816
  position: absolute; }
16817
16817
  .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
16818
- font-size: 12px;
16819
- line-height: 16px;
16818
+ font-size: 14px;
16819
+ line-height: 18px;
16820
16820
  margin-top: 8px;
16821
16821
  font-weight: bold; }
16822
16822
  .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content {
@@ -16843,8 +16843,8 @@ small {
16843
16843
  text-align: center;
16844
16844
  position: absolute; }
16845
16845
  .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
16846
- font-size: 12px;
16847
- line-height: 16px;
16846
+ font-size: 14px;
16847
+ line-height: 18px;
16848
16848
  margin-top: 8px;
16849
16849
  font-weight: bold; }
16850
16850
  .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
@@ -16871,8 +16871,8 @@ small {
16871
16871
  text-align: center;
16872
16872
  position: absolute; }
16873
16873
  .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
16874
- font-size: 12px;
16875
- line-height: 16px;
16874
+ font-size: 14px;
16875
+ line-height: 18px;
16876
16876
  margin-top: 8px;
16877
16877
  font-weight: bold; }
16878
16878
  .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
@@ -16911,7 +16911,7 @@ small {
16911
16911
  font-weight: bold;
16912
16912
  text-align: left;
16913
16913
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
16914
- font-size: 12px;
16914
+ font-size: 14px;
16915
16915
  line-height: 1.28571; }
16916
16916
  .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
16917
16917
  margin-top: 8px;
@@ -16942,7 +16942,7 @@ small {
16942
16942
  font-weight: bold;
16943
16943
  text-align: left;
16944
16944
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
16945
- font-size: 12px;
16945
+ font-size: 14px;
16946
16946
  line-height: 1.28571; }
16947
16947
  .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
16948
16948
  margin-top: 8px;
@@ -16973,7 +16973,7 @@ small {
16973
16973
  font-weight: bold;
16974
16974
  text-align: left;
16975
16975
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
16976
- font-size: 12px;
16976
+ font-size: 14px;
16977
16977
  line-height: 1.28571; }
16978
16978
  .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
16979
16979
  margin-top: 8px;
@@ -17004,7 +17004,7 @@ small {
17004
17004
  font-weight: bold;
17005
17005
  text-align: left;
17006
17006
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
17007
- font-size: 12px;
17007
+ font-size: 14px;
17008
17008
  line-height: 1.28571; }
17009
17009
  .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
17010
17010
  margin-top: 8px;
@@ -17175,7 +17175,7 @@ small {
17175
17175
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
17176
17176
  text-align: right;
17177
17177
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
17178
- font-size: 12px;
17178
+ font-size: 14px;
17179
17179
  line-height: 1.28571; }
17180
17180
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
17181
17181
  text-align: right; }
@@ -17188,7 +17188,7 @@ small {
17188
17188
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
17189
17189
  text-align: right;
17190
17190
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
17191
- font-size: 12px;
17191
+ font-size: 14px;
17192
17192
  line-height: 1.28571; }
17193
17193
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
17194
17194
  text-align: right; }
@@ -17201,7 +17201,7 @@ small {
17201
17201
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
17202
17202
  text-align: right;
17203
17203
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
17204
- font-size: 12px;
17204
+ font-size: 14px;
17205
17205
  line-height: 1.28571; }
17206
17206
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
17207
17207
  text-align: right; }
@@ -17214,7 +17214,7 @@ small {
17214
17214
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
17215
17215
  text-align: right;
17216
17216
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
17217
- font-size: 12px;
17217
+ font-size: 14px;
17218
17218
  line-height: 1.28571; }
17219
17219
  .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
17220
17220
  text-align: right; }
@@ -17261,7 +17261,7 @@ small {
17261
17261
  .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
17262
17262
  text-align: right;
17263
17263
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
17264
- font-size: 12px;
17264
+ font-size: 14px;
17265
17265
  line-height: 1.28571; }
17266
17266
  .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
17267
17267
  text-align: right; }
@@ -17273,7 +17273,7 @@ small {
17273
17273
  .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
17274
17274
  text-align: right;
17275
17275
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
17276
- font-size: 12px;
17276
+ font-size: 14px;
17277
17277
  line-height: 1.28571; }
17278
17278
  .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
17279
17279
  text-align: right; }
@@ -17285,7 +17285,7 @@ small {
17285
17285
  .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
17286
17286
  text-align: right;
17287
17287
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
17288
- font-size: 12px;
17288
+ font-size: 14px;
17289
17289
  line-height: 1.28571; }
17290
17290
  .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
17291
17291
  text-align: right; }
@@ -17297,7 +17297,7 @@ small {
17297
17297
  .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
17298
17298
  text-align: right;
17299
17299
  font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
17300
- font-size: 12px;
17300
+ font-size: 14px;
17301
17301
  line-height: 1.28571; }
17302
17302
  .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
17303
17303
  text-align: right; }
@@ -17412,7 +17412,7 @@ small {
17412
17412
  height: 16px;
17413
17413
  line-height: 16px; }
17414
17414
  .next-switch-medium > .next-switch-children {
17415
- font-size: 12px; }
17415
+ font-size: 14px; }
17416
17416
  .next-switch-medium.next-switch.next-switch-on > .next-switch-children {
17417
17417
  margin: 0 24px 0 8px; }
17418
17418
  .next-switch-medium.next-switch.next-switch-off > .next-switch-children {
@@ -17684,7 +17684,7 @@ small {
17684
17684
  .next-tabs.next-medium .next-tabs-nav-container-scrolling {
17685
17685
  padding-right: 60px; }
17686
17686
  .next-tabs.next-medium .next-tabs-tab-inner {
17687
- font-size: 12px;
17687
+ font-size: 14px;
17688
17688
  padding: 10px 24px; }
17689
17689
  .next-tabs.next-medium .next-tabs-tab-inner .next-icon {
17690
17690
  line-height: 1; }
@@ -18580,7 +18580,7 @@ small {
18580
18580
  line-height: 22px;
18581
18581
  font-size: 0; }
18582
18582
  .next-tag-medium > .next-tag-body {
18583
- font-size: 12px;
18583
+ font-size: 14px;
18584
18584
  padding: 0 8px;
18585
18585
  min-width: 40px; }
18586
18586
  .next-tag-medium.next-tag-closable > .next-tag-body {
@@ -18799,7 +18799,7 @@ small {
18799
18799
  margin-left: 0; }
18800
18800
  .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
18801
18801
  margin: 0;
18802
- font-size: 12px;
18802
+ font-size: 14px;
18803
18803
  font-weight: 600;
18804
18804
  line-height: 1.5;
18805
18805
  margin-top: 4px;
@@ -18811,7 +18811,7 @@ small {
18811
18811
  .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
18812
18812
  margin: 0;
18813
18813
  margin-top: 4px;
18814
- font-size: 12px;
18814
+ font-size: 14px;
18815
18815
  line-height: 1.5;
18816
18816
  color: #767d91;
18817
18817
  text-align: right; }
@@ -18819,7 +18819,7 @@ small {
18819
18819
  margin: 0;
18820
18820
  margin-top: 4px;
18821
18821
  margin-bottom: 12px;
18822
- font-size: 12px;
18822
+ font-size: 14px;
18823
18823
  color: #a9aeba;
18824
18824
  text-align: right; }
18825
18825
  .next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
@@ -18919,7 +18919,7 @@ small {
18919
18919
  margin-left: 0; }
18920
18920
  .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
18921
18921
  margin: 0;
18922
- font-size: 12px;
18922
+ font-size: 14px;
18923
18923
  font-weight: 600;
18924
18924
  line-height: 1.5;
18925
18925
  margin-top: 4px;
@@ -18931,7 +18931,7 @@ small {
18931
18931
  .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
18932
18932
  margin: 0;
18933
18933
  margin-top: 4px;
18934
- font-size: 12px;
18934
+ font-size: 14px;
18935
18935
  line-height: 1.5;
18936
18936
  color: #767d91;
18937
18937
  text-align: right; }
@@ -18939,7 +18939,7 @@ small {
18939
18939
  margin: 0;
18940
18940
  margin-top: 4px;
18941
18941
  margin-bottom: 12px;
18942
- font-size: 12px;
18942
+ font-size: 14px;
18943
18943
  color: #a9aeba;
18944
18944
  text-align: right; }
18945
18945
  .next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
@@ -19039,7 +19039,7 @@ small {
19039
19039
  margin-left: 0; }
19040
19040
  .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
19041
19041
  margin: 0;
19042
- font-size: 12px;
19042
+ font-size: 14px;
19043
19043
  font-weight: 600;
19044
19044
  line-height: 1.5;
19045
19045
  margin-top: 4px;
@@ -19051,7 +19051,7 @@ small {
19051
19051
  .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
19052
19052
  margin: 0;
19053
19053
  margin-top: 4px;
19054
- font-size: 12px;
19054
+ font-size: 14px;
19055
19055
  line-height: 1.5;
19056
19056
  color: #767d91;
19057
19057
  text-align: right; }
@@ -19059,7 +19059,7 @@ small {
19059
19059
  margin: 0;
19060
19060
  margin-top: 4px;
19061
19061
  margin-bottom: 12px;
19062
- font-size: 12px;
19062
+ font-size: 14px;
19063
19063
  color: #a9aeba;
19064
19064
  text-align: right; }
19065
19065
  .next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
@@ -19159,7 +19159,7 @@ small {
19159
19159
  margin-left: 0; }
19160
19160
  .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
19161
19161
  margin: 0;
19162
- font-size: 12px;
19162
+ font-size: 14px;
19163
19163
  font-weight: 600;
19164
19164
  line-height: 1.5;
19165
19165
  margin-top: 4px;
@@ -19171,7 +19171,7 @@ small {
19171
19171
  .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
19172
19172
  margin: 0;
19173
19173
  margin-top: 4px;
19174
- font-size: 12px;
19174
+ font-size: 14px;
19175
19175
  line-height: 1.5;
19176
19176
  color: #767d91;
19177
19177
  text-align: right; }
@@ -19179,7 +19179,7 @@ small {
19179
19179
  margin: 0;
19180
19180
  margin-top: 4px;
19181
19181
  margin-bottom: 12px;
19182
- font-size: 12px;
19182
+ font-size: 14px;
19183
19183
  color: #a9aeba;
19184
19184
  text-align: right; }
19185
19185
  .next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
@@ -19306,7 +19306,7 @@ small {
19306
19306
  margin-left: 28px; }
19307
19307
  .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
19308
19308
  margin: 0;
19309
- font-size: 12px;
19309
+ font-size: 14px;
19310
19310
  font-weight: 600;
19311
19311
  line-height: 1.5;
19312
19312
  margin-top: 4px;
@@ -19318,7 +19318,7 @@ small {
19318
19318
  .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
19319
19319
  margin: 0;
19320
19320
  margin-top: 4px;
19321
- font-size: 12px;
19321
+ font-size: 14px;
19322
19322
  line-height: 1.5;
19323
19323
  color: #767d91;
19324
19324
  text-align: left; }
@@ -19326,7 +19326,7 @@ small {
19326
19326
  margin: 0;
19327
19327
  margin-top: 4px;
19328
19328
  margin-bottom: 12px;
19329
- font-size: 12px;
19329
+ font-size: 14px;
19330
19330
  color: #a9aeba;
19331
19331
  text-align: left; }
19332
19332
  .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
@@ -19419,7 +19419,7 @@ small {
19419
19419
  margin-left: 28px; }
19420
19420
  .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
19421
19421
  margin: 0;
19422
- font-size: 12px;
19422
+ font-size: 14px;
19423
19423
  font-weight: 600;
19424
19424
  line-height: 1.5;
19425
19425
  margin-top: 4px;
@@ -19431,7 +19431,7 @@ small {
19431
19431
  .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
19432
19432
  margin: 0;
19433
19433
  margin-top: 4px;
19434
- font-size: 12px;
19434
+ font-size: 14px;
19435
19435
  line-height: 1.5;
19436
19436
  color: #767d91;
19437
19437
  text-align: left; }
@@ -19439,7 +19439,7 @@ small {
19439
19439
  margin: 0;
19440
19440
  margin-top: 4px;
19441
19441
  margin-bottom: 12px;
19442
- font-size: 12px;
19442
+ font-size: 14px;
19443
19443
  color: #a9aeba;
19444
19444
  text-align: left; }
19445
19445
  .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
@@ -19532,7 +19532,7 @@ small {
19532
19532
  margin-left: 28px; }
19533
19533
  .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
19534
19534
  margin: 0;
19535
- font-size: 12px;
19535
+ font-size: 14px;
19536
19536
  font-weight: 600;
19537
19537
  line-height: 1.5;
19538
19538
  margin-top: 4px;
@@ -19544,7 +19544,7 @@ small {
19544
19544
  .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
19545
19545
  margin: 0;
19546
19546
  margin-top: 4px;
19547
- font-size: 12px;
19547
+ font-size: 14px;
19548
19548
  line-height: 1.5;
19549
19549
  color: #767d91;
19550
19550
  text-align: left; }
@@ -19552,7 +19552,7 @@ small {
19552
19552
  margin: 0;
19553
19553
  margin-top: 4px;
19554
19554
  margin-bottom: 12px;
19555
- font-size: 12px;
19555
+ font-size: 14px;
19556
19556
  color: #a9aeba;
19557
19557
  text-align: left; }
19558
19558
  .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
@@ -19645,7 +19645,7 @@ small {
19645
19645
  margin-left: 28px; }
19646
19646
  .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
19647
19647
  margin: 0;
19648
- font-size: 12px;
19648
+ font-size: 14px;
19649
19649
  font-weight: 600;
19650
19650
  line-height: 1.5;
19651
19651
  margin-top: 4px;
@@ -19657,7 +19657,7 @@ small {
19657
19657
  .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
19658
19658
  margin: 0;
19659
19659
  margin-top: 4px;
19660
- font-size: 12px;
19660
+ font-size: 14px;
19661
19661
  line-height: 1.5;
19662
19662
  color: #767d91;
19663
19663
  text-align: left; }
@@ -19665,7 +19665,7 @@ small {
19665
19665
  margin: 0;
19666
19666
  margin-top: 4px;
19667
19667
  margin-bottom: 12px;
19668
- font-size: 12px;
19668
+ font-size: 14px;
19669
19669
  color: #a9aeba;
19670
19670
  text-align: left; }
19671
19671
  .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
@@ -19707,7 +19707,7 @@ small {
19707
19707
  .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-title {
19708
19708
  margin: 0;
19709
19709
  margin-top: 4px;
19710
- font-size: 12px;
19710
+ font-size: 14px;
19711
19711
  font-weight: 600;
19712
19712
  line-height: 1.5;
19713
19713
  overflow: hidden;
@@ -19719,7 +19719,7 @@ small {
19719
19719
  .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
19720
19720
  margin: 0;
19721
19721
  margin-top: 4px;
19722
- font-size: 12px;
19722
+ font-size: 14px;
19723
19723
  line-height: 1.5;
19724
19724
  color: #767d91;
19725
19725
  text-align: right; }
@@ -19728,7 +19728,7 @@ small {
19728
19728
  margin: 0;
19729
19729
  margin-top: 4px;
19730
19730
  margin-bottom: 12px;
19731
- font-size: 12px;
19731
+ font-size: 14px;
19732
19732
  color: #a9aeba;
19733
19733
  text-align: right; }
19734
19734
 
@@ -19761,7 +19761,7 @@ small {
19761
19761
 
19762
19762
  .next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-title {
19763
19763
  margin: 0;
19764
- font-size: 12px;
19764
+ font-size: 14px;
19765
19765
  font-weight: 600;
19766
19766
  line-height: 1.5;
19767
19767
  overflow: hidden;
@@ -19772,7 +19772,7 @@ small {
19772
19772
 
19773
19773
  .next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
19774
19774
  margin: 0;
19775
- font-size: 12px;
19775
+ font-size: 14px;
19776
19776
  line-height: 1.5;
19777
19777
  color: #767d91;
19778
19778
  text-align: left; }
@@ -19781,7 +19781,7 @@ small {
19781
19781
  margin: 0;
19782
19782
  margin-top: 4px;
19783
19783
  margin-bottom: 12px;
19784
- font-size: 12px;
19784
+ font-size: 14px;
19785
19785
  color: #a9aeba;
19786
19786
  text-align: left; }
19787
19787
 
@@ -19824,7 +19824,7 @@ small {
19824
19824
  border-bottom: 1px solid #dee1e4;
19825
19825
  background-color: #FFFFFF;
19826
19826
  color: #323643;
19827
- font-size: 12px; }
19827
+ font-size: 14px; }
19828
19828
  .next-transfer-panel-search {
19829
19829
  padding: 0 4px;
19830
19830
  margin-top: 8px;
@@ -19880,11 +19880,11 @@ small {
19880
19880
  .next-transfer-panel-count {
19881
19881
  /* TODO */
19882
19882
  margin-left: 4px;
19883
- font-size: 12px;
19883
+ font-size: 14px;
19884
19884
  vertical-align: middle;
19885
19885
  color: #323643; }
19886
19886
  .next-transfer-panel-move-all {
19887
- font-size: 12px;
19887
+ font-size: 14px;
19888
19888
  color: #284cc0;
19889
19889
  cursor: pointer; }
19890
19890
  .next-transfer-panel-move-all.next-disabled {
@@ -19936,12 +19936,12 @@ small {
19936
19936
  line-height: 20px;
19937
19937
  padding: 0 4px;
19938
19938
  border-radius: 4px;
19939
- font-size: 12px; }
19939
+ font-size: 14px; }
19940
19940
  .next-tree-node-label .next-icon {
19941
- font-size: 14px; }
19941
+ font-size: 16px; }
19942
19942
  .next-tree-node-label .next-icon::before {
19943
- font-size: 12px;
19944
- width: 12px;
19943
+ font-size: 14px;
19944
+ width: 14px;
19945
19945
  margin-right: .5em; }
19946
19946
  .next-tree-node-input.next-input {
19947
19947
  margin: 0 4px; }
@@ -20202,7 +20202,7 @@ small {
20202
20202
  .next-tree-select-dropdown > .next-virtual-tree-container {
20203
20203
  padding: 8px 20px; }
20204
20204
  .next-tree-select-not-found {
20205
- font-size: 12px;
20205
+ font-size: 14px;
20206
20206
  color: #a9aeba; }
20207
20207
 
20208
20208
  .next-upload-list[dir=rtl].next-upload-list-text .next-upload-list-item {
@@ -21317,7 +21317,7 @@ h5.next-typography-title {
21317
21317
  font-size: 14px; }
21318
21318
 
21319
21319
  h6.next-typography-title {
21320
- font-size: 12px; }
21320
+ font-size: 14px; }
21321
21321
 
21322
21322
  /* put your code here */
21323
21323
  .next-divider {
@@ -21655,7 +21655,7 @@ h6.next-typography-title {
21655
21655
  .next-table-body,
21656
21656
  .next-table-header {
21657
21657
  overflow: auto;
21658
- font-size: 12px; }
21658
+ font-size: 14px; }
21659
21659
 
21660
21660
  .next-table-column-resize-proxy {
21661
21661
  position: absolute;
@@ -21680,7 +21680,7 @@ h6.next-typography-title {
21680
21680
  display: none; }
21681
21681
 
21682
21682
  .next-table-body {
21683
- font-size: 12px;
21683
+ font-size: 14px;
21684
21684
  position: relative; }
21685
21685
 
21686
21686
  .next-table-fixed {
@@ -22467,9 +22467,9 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
22467
22467
  border-radius: 4px; }
22468
22468
  .next-time-picker2-input.next-time-picker2-input-medium .next-input-label {
22469
22469
  padding-left: 8px;
22470
- font-size: 12px; }
22470
+ font-size: 14px; }
22471
22471
  .next-time-picker2-input.next-time-picker2-input-medium .next-input-inner {
22472
- font-size: 12px; }
22472
+ font-size: 14px; }
22473
22473
  .next-time-picker2-input.next-time-picker2-input-medium .next-input-control {
22474
22474
  padding-right: 8px; }
22475
22475
  .next-time-picker2-input.next-time-picker2-input-medium .next-input-inner-text {
@@ -22478,18 +22478,18 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
22478
22478
  height: 34px;
22479
22479
  line-height: 34px \0;
22480
22480
  padding: 0 8px;
22481
- font-size: 12px; }
22481
+ font-size: 14px; }
22482
22482
  .next-time-picker2-input.next-time-picker2-input-medium input::-webkit-input-placeholder {
22483
- font-size: 12px; }
22483
+ font-size: 14px; }
22484
22484
  .next-time-picker2-input.next-time-picker2-input-medium input::-moz-placeholder {
22485
- font-size: 12px; }
22485
+ font-size: 14px; }
22486
22486
  .next-time-picker2-input.next-time-picker2-input-medium input::-ms-input-placeholder {
22487
- font-size: 12px; }
22487
+ font-size: 14px; }
22488
22488
  .next-time-picker2-input.next-time-picker2-input-medium input::placeholder {
22489
- font-size: 12px; }
22489
+ font-size: 14px; }
22490
22490
  .next-time-picker2-input.next-time-picker2-input-medium .next-input-text-field {
22491
22491
  padding: 0 8px;
22492
- font-size: 12px;
22492
+ font-size: 14px;
22493
22493
  height: 34px;
22494
22494
  line-height: 34px; }
22495
22495
  .next-time-picker2-input.next-time-picker2-input-medium .next-icon:before,
@@ -22504,9 +22504,9 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
22504
22504
  border-radius: 4px; }
22505
22505
  .next-time-picker2-input.next-time-picker2-input-large .next-input-label {
22506
22506
  padding-left: 12px;
22507
- font-size: 12px; }
22507
+ font-size: 14px; }
22508
22508
  .next-time-picker2-input.next-time-picker2-input-large .next-input-inner {
22509
- font-size: 12px; }
22509
+ font-size: 14px; }
22510
22510
  .next-time-picker2-input.next-time-picker2-input-large .next-input-control {
22511
22511
  padding-right: 12px; }
22512
22512
  .next-time-picker2-input.next-time-picker2-input-large .next-input-inner-text {
@@ -22515,18 +22515,18 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
22515
22515
  height: 38px;
22516
22516
  line-height: 38px \0;
22517
22517
  padding: 0 8px;
22518
- font-size: 12px; }
22518
+ font-size: 14px; }
22519
22519
  .next-time-picker2-input.next-time-picker2-input-large input::-webkit-input-placeholder {
22520
- font-size: 12px; }
22520
+ font-size: 14px; }
22521
22521
  .next-time-picker2-input.next-time-picker2-input-large input::-moz-placeholder {
22522
- font-size: 12px; }
22522
+ font-size: 14px; }
22523
22523
  .next-time-picker2-input.next-time-picker2-input-large input::-ms-input-placeholder {
22524
- font-size: 12px; }
22524
+ font-size: 14px; }
22525
22525
  .next-time-picker2-input.next-time-picker2-input-large input::placeholder {
22526
- font-size: 12px; }
22526
+ font-size: 14px; }
22527
22527
  .next-time-picker2-input.next-time-picker2-input-large .next-input-text-field {
22528
22528
  padding: 0 8px;
22529
- font-size: 12px;
22529
+ font-size: 14px;
22530
22530
  height: 38px;
22531
22531
  line-height: 38px; }
22532
22532
  .next-time-picker2-input.next-time-picker2-input-large .next-icon:before,
@@ -22795,9 +22795,9 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
22795
22795
  border-radius: 4px; }
22796
22796
  .next-date-picker2-input.next-date-picker2-input-medium .next-input-label {
22797
22797
  padding-left: 8px;
22798
- font-size: 12px; }
22798
+ font-size: 14px; }
22799
22799
  .next-date-picker2-input.next-date-picker2-input-medium .next-input-inner {
22800
- font-size: 12px; }
22800
+ font-size: 14px; }
22801
22801
  .next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
22802
22802
  padding-right: 8px; }
22803
22803
  .next-date-picker2-input.next-date-picker2-input-medium .next-input-inner-text {
@@ -22806,18 +22806,18 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
22806
22806
  height: 34px;
22807
22807
  line-height: 34px \0;
22808
22808
  padding: 0 8px;
22809
- font-size: 12px; }
22809
+ font-size: 14px; }
22810
22810
  .next-date-picker2-input.next-date-picker2-input-medium input::-webkit-input-placeholder {
22811
- font-size: 12px; }
22811
+ font-size: 14px; }
22812
22812
  .next-date-picker2-input.next-date-picker2-input-medium input::-moz-placeholder {
22813
- font-size: 12px; }
22813
+ font-size: 14px; }
22814
22814
  .next-date-picker2-input.next-date-picker2-input-medium input::-ms-input-placeholder {
22815
- font-size: 12px; }
22815
+ font-size: 14px; }
22816
22816
  .next-date-picker2-input.next-date-picker2-input-medium input::placeholder {
22817
- font-size: 12px; }
22817
+ font-size: 14px; }
22818
22818
  .next-date-picker2-input.next-date-picker2-input-medium .next-input-text-field {
22819
22819
  padding: 0 8px;
22820
- font-size: 12px;
22820
+ font-size: 14px;
22821
22821
  height: 34px;
22822
22822
  line-height: 34px; }
22823
22823
  .next-date-picker2-input.next-date-picker2-input-medium .next-icon:before,
@@ -22832,9 +22832,9 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
22832
22832
  border-radius: 4px; }
22833
22833
  .next-date-picker2-input.next-date-picker2-input-large .next-input-label {
22834
22834
  padding-left: 12px;
22835
- font-size: 12px; }
22835
+ font-size: 14px; }
22836
22836
  .next-date-picker2-input.next-date-picker2-input-large .next-input-inner {
22837
- font-size: 12px; }
22837
+ font-size: 14px; }
22838
22838
  .next-date-picker2-input.next-date-picker2-input-large .next-input-control {
22839
22839
  padding-right: 12px; }
22840
22840
  .next-date-picker2-input.next-date-picker2-input-large .next-input-inner-text {
@@ -22843,18 +22843,18 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
22843
22843
  height: 38px;
22844
22844
  line-height: 38px \0;
22845
22845
  padding: 0 8px;
22846
- font-size: 12px; }
22846
+ font-size: 14px; }
22847
22847
  .next-date-picker2-input.next-date-picker2-input-large input::-webkit-input-placeholder {
22848
- font-size: 12px; }
22848
+ font-size: 14px; }
22849
22849
  .next-date-picker2-input.next-date-picker2-input-large input::-moz-placeholder {
22850
- font-size: 12px; }
22850
+ font-size: 14px; }
22851
22851
  .next-date-picker2-input.next-date-picker2-input-large input::-ms-input-placeholder {
22852
- font-size: 12px; }
22852
+ font-size: 14px; }
22853
22853
  .next-date-picker2-input.next-date-picker2-input-large input::placeholder {
22854
- font-size: 12px; }
22854
+ font-size: 14px; }
22855
22855
  .next-date-picker2-input.next-date-picker2-input-large .next-input-text-field {
22856
22856
  padding: 0 8px;
22857
- font-size: 12px;
22857
+ font-size: 14px;
22858
22858
  height: 38px;
22859
22859
  line-height: 38px; }
22860
22860
  .next-date-picker2-input.next-date-picker2-input-large .next-icon:before,