@alifd/theme-fpx-warehouse 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/design-token.js +1 -1
- package/dist/next-1.css +70 -70
- package/dist/next-2.css +160 -160
- package/dist/next-noreset-1.css +66 -66
- package/dist/next-noreset-2.css +159 -159
- package/dist/next-noreset.css +224 -224
- package/dist/next-noreset.min-1.css +2 -2
- package/dist/next-noreset.min-2.css +2 -2
- package/dist/next-noreset.min.css +2 -2
- package/dist/next-noreset.var-1.css +131 -131
- package/dist/next-noreset.var-2.css +317 -317
- package/dist/next-noreset.var.css +447 -447
- package/dist/next-noreset.var.min-1.css +2 -2
- package/dist/next-noreset.var.min-2.css +2 -2
- package/dist/next-noreset.var.min.css +2 -2
- package/dist/next.css +229 -229
- package/dist/next.js +1 -1
- package/dist/next.min-1.css +2 -2
- package/dist/next.min-2.css +2 -2
- package/dist/next.min.css +2 -2
- package/dist/next.var-1.css +139 -139
- package/dist/next.var-2.css +319 -319
- package/dist/next.var.css +457 -457
- package/dist/next.var.min-1.css +2 -2
- package/dist/next.var.min-2.css +2 -2
- package/dist/next.var.min.css +2 -2
- package/package.json +1 -1
- package/variables.css +110 -110
- package/variables.js +5 -5
- package/variables.less +58 -58
- package/variables.scss +58 -58
- package/variables.scss2css.scss +134 -134
package/dist/next-noreset.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-fpx-warehouse@1.0.
|
|
2
|
+
* @alifd/theme-fpx-warehouse@1.0.3 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.27.33 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -2033,7 +2033,7 @@
|
|
|
2033
2033
|
.next-radio-button-large[dir='rtl'] .next-radio-label {
|
|
2034
2034
|
height: 38px;
|
|
2035
2035
|
line-height: 38px;
|
|
2036
|
-
font-size:
|
|
2036
|
+
font-size: 14px; }
|
|
2037
2037
|
|
|
2038
2038
|
.next-radio-button-medium[dir='rtl'] > label:first-child {
|
|
2039
2039
|
margin-left: -1px;
|
|
@@ -2240,7 +2240,7 @@
|
|
|
2240
2240
|
.next-radio-button-large .next-radio-label {
|
|
2241
2241
|
height: 38px;
|
|
2242
2242
|
line-height: 38px;
|
|
2243
|
-
font-size:
|
|
2243
|
+
font-size: 14px; }
|
|
2244
2244
|
|
|
2245
2245
|
.next-radio-button-medium > label {
|
|
2246
2246
|
padding: 0 8px;
|
|
@@ -2307,7 +2307,7 @@
|
|
|
2307
2307
|
margin-left: 8px;
|
|
2308
2308
|
/* 使用已有变量$radio-font-margin-left,配左即两边都有间隔 */
|
|
2309
2309
|
margin-right: 8px;
|
|
2310
|
-
font-size:
|
|
2310
|
+
font-size: 14px;
|
|
2311
2311
|
vertical-align: middle;
|
|
2312
2312
|
line-height: 1;
|
|
2313
2313
|
color: #323643; }
|
|
@@ -2452,7 +2452,7 @@
|
|
|
2452
2452
|
max-width: 300px;
|
|
2453
2453
|
border-style: solid;
|
|
2454
2454
|
border-radius: 4px;
|
|
2455
|
-
font-size:
|
|
2455
|
+
font-size: 14px;
|
|
2456
2456
|
font-weight: normal;
|
|
2457
2457
|
/* stylelint-disable */
|
|
2458
2458
|
word-wrap: break-all;
|
|
@@ -2491,9 +2491,9 @@
|
|
|
2491
2491
|
.next-balloon-primary .next-balloon-close {
|
|
2492
2492
|
position: absolute;
|
|
2493
2493
|
top: -1px;
|
|
2494
|
-
-webkit-transform: translateY(
|
|
2495
|
-
-ms-transform: translateY(
|
|
2496
|
-
transform: translateY(
|
|
2494
|
+
-webkit-transform: translateY(7px);
|
|
2495
|
+
-ms-transform: translateY(7px);
|
|
2496
|
+
transform: translateY(7px);
|
|
2497
2497
|
right: 8px;
|
|
2498
2498
|
font-size: 16px;
|
|
2499
2499
|
cursor: pointer;
|
|
@@ -2625,9 +2625,9 @@
|
|
|
2625
2625
|
.next-balloon-normal .next-balloon-close {
|
|
2626
2626
|
position: absolute;
|
|
2627
2627
|
top: -1px;
|
|
2628
|
-
-webkit-transform: translateY(
|
|
2629
|
-
-ms-transform: translateY(
|
|
2630
|
-
transform: translateY(
|
|
2628
|
+
-webkit-transform: translateY(7px);
|
|
2629
|
+
-ms-transform: translateY(7px);
|
|
2630
|
+
transform: translateY(7px);
|
|
2631
2631
|
right: 8px;
|
|
2632
2632
|
font-size: 16px;
|
|
2633
2633
|
cursor: pointer;
|
|
@@ -2766,7 +2766,7 @@
|
|
|
2766
2766
|
max-width: 300px;
|
|
2767
2767
|
border-style: solid;
|
|
2768
2768
|
border-radius: 4px;
|
|
2769
|
-
font-size:
|
|
2769
|
+
font-size: 14px;
|
|
2770
2770
|
font-weight: normal;
|
|
2771
2771
|
z-index: 0;
|
|
2772
2772
|
/* stylelint-disable */
|
|
@@ -3178,7 +3178,7 @@
|
|
|
3178
3178
|
box-shadow: none;
|
|
3179
3179
|
background: #FFFFFF;
|
|
3180
3180
|
line-height: 36px;
|
|
3181
|
-
font-size:
|
|
3181
|
+
font-size: 14px;
|
|
3182
3182
|
-webkit-animation-duration: 300ms;
|
|
3183
3183
|
animation-duration: 300ms;
|
|
3184
3184
|
-webkit-animation-timing-function: ease;
|
|
@@ -3248,7 +3248,7 @@
|
|
|
3248
3248
|
float: right;
|
|
3249
3249
|
color: #a9aeba;
|
|
3250
3250
|
font-style: normal;
|
|
3251
|
-
font-size:
|
|
3251
|
+
font-size: 14px; }
|
|
3252
3252
|
.next-menu-item .next-checkbox,
|
|
3253
3253
|
.next-menu-item .next-radio {
|
|
3254
3254
|
margin-right: 4px; }
|
|
@@ -3282,7 +3282,7 @@
|
|
|
3282
3282
|
color: #284cc0; }
|
|
3283
3283
|
.next-menu-item-inner {
|
|
3284
3284
|
height: 36px;
|
|
3285
|
-
font-size:
|
|
3285
|
+
font-size: 14px;
|
|
3286
3286
|
overflow: hidden;
|
|
3287
3287
|
text-overflow: ellipsis;
|
|
3288
3288
|
white-space: nowrap;
|
|
@@ -3415,7 +3415,7 @@
|
|
|
3415
3415
|
.next-breadcrumb .next-breadcrumb-text {
|
|
3416
3416
|
height: 16px;
|
|
3417
3417
|
min-width: 16px;
|
|
3418
|
-
font-size:
|
|
3418
|
+
font-size: 14px;
|
|
3419
3419
|
line-height: 16px; }
|
|
3420
3420
|
.next-breadcrumb .next-breadcrumb-separator {
|
|
3421
3421
|
height: 16px;
|
|
@@ -3617,7 +3617,7 @@
|
|
|
3617
3617
|
border-radius: 4px;
|
|
3618
3618
|
padding: 0 16px;
|
|
3619
3619
|
height: 32px;
|
|
3620
|
-
font-size:
|
|
3620
|
+
font-size: 14px;
|
|
3621
3621
|
border-width: 1px; }
|
|
3622
3622
|
.next-btn.next-medium > .next-btn-icon.next-icon-first {
|
|
3623
3623
|
-webkit-transform: scale(1);
|
|
@@ -3993,7 +3993,7 @@
|
|
|
3993
3993
|
border-radius: 0;
|
|
3994
3994
|
padding: 0 0px;
|
|
3995
3995
|
height: 24px;
|
|
3996
|
-
font-size:
|
|
3996
|
+
font-size: 14px;
|
|
3997
3997
|
border-width: 0; }
|
|
3998
3998
|
.next-btn-text.next-large > .next-btn-icon.next-icon-first {
|
|
3999
3999
|
-webkit-transform: scale(1);
|
|
@@ -4574,9 +4574,9 @@
|
|
|
4574
4574
|
border-radius: 4px; }
|
|
4575
4575
|
.next-input.next-medium .next-input-label {
|
|
4576
4576
|
padding-left: 8px;
|
|
4577
|
-
font-size:
|
|
4577
|
+
font-size: 14px; }
|
|
4578
4578
|
.next-input.next-medium .next-input-inner {
|
|
4579
|
-
font-size:
|
|
4579
|
+
font-size: 14px; }
|
|
4580
4580
|
.next-input.next-medium .next-input-control {
|
|
4581
4581
|
padding-right: 8px; }
|
|
4582
4582
|
.next-input.next-medium .next-input-inner-text {
|
|
@@ -4585,18 +4585,18 @@
|
|
|
4585
4585
|
height: 34px;
|
|
4586
4586
|
line-height: 34px \0;
|
|
4587
4587
|
padding: 0 8px;
|
|
4588
|
-
font-size:
|
|
4588
|
+
font-size: 14px; }
|
|
4589
4589
|
.next-input.next-medium input::-webkit-input-placeholder {
|
|
4590
|
-
font-size:
|
|
4590
|
+
font-size: 14px; }
|
|
4591
4591
|
.next-input.next-medium input::-moz-placeholder {
|
|
4592
|
-
font-size:
|
|
4592
|
+
font-size: 14px; }
|
|
4593
4593
|
.next-input.next-medium input::-ms-input-placeholder {
|
|
4594
|
-
font-size:
|
|
4594
|
+
font-size: 14px; }
|
|
4595
4595
|
.next-input.next-medium input::placeholder {
|
|
4596
|
-
font-size:
|
|
4596
|
+
font-size: 14px; }
|
|
4597
4597
|
.next-input.next-medium .next-input-text-field {
|
|
4598
4598
|
padding: 0 8px;
|
|
4599
|
-
font-size:
|
|
4599
|
+
font-size: 14px;
|
|
4600
4600
|
height: 34px;
|
|
4601
4601
|
line-height: 34px; }
|
|
4602
4602
|
.next-input.next-medium .next-icon:before,
|
|
@@ -4611,9 +4611,9 @@
|
|
|
4611
4611
|
border-radius: 4px; }
|
|
4612
4612
|
.next-input.next-large .next-input-label {
|
|
4613
4613
|
padding-left: 12px;
|
|
4614
|
-
font-size:
|
|
4614
|
+
font-size: 14px; }
|
|
4615
4615
|
.next-input.next-large .next-input-inner {
|
|
4616
|
-
font-size:
|
|
4616
|
+
font-size: 14px; }
|
|
4617
4617
|
.next-input.next-large .next-input-control {
|
|
4618
4618
|
padding-right: 12px; }
|
|
4619
4619
|
.next-input.next-large .next-input-inner-text {
|
|
@@ -4622,18 +4622,18 @@
|
|
|
4622
4622
|
height: 38px;
|
|
4623
4623
|
line-height: 38px \0;
|
|
4624
4624
|
padding: 0 8px;
|
|
4625
|
-
font-size:
|
|
4625
|
+
font-size: 14px; }
|
|
4626
4626
|
.next-input.next-large input::-webkit-input-placeholder {
|
|
4627
|
-
font-size:
|
|
4627
|
+
font-size: 14px; }
|
|
4628
4628
|
.next-input.next-large input::-moz-placeholder {
|
|
4629
|
-
font-size:
|
|
4629
|
+
font-size: 14px; }
|
|
4630
4630
|
.next-input.next-large input::-ms-input-placeholder {
|
|
4631
|
-
font-size:
|
|
4631
|
+
font-size: 14px; }
|
|
4632
4632
|
.next-input.next-large input::placeholder {
|
|
4633
|
-
font-size:
|
|
4633
|
+
font-size: 14px; }
|
|
4634
4634
|
.next-input.next-large .next-input-text-field {
|
|
4635
4635
|
padding: 0 8px;
|
|
4636
|
-
font-size:
|
|
4636
|
+
font-size: 14px;
|
|
4637
4637
|
height: 38px;
|
|
4638
4638
|
line-height: 38px; }
|
|
4639
4639
|
.next-input.next-large .next-icon:before,
|
|
@@ -4653,9 +4653,9 @@
|
|
|
4653
4653
|
font-size: 12px;
|
|
4654
4654
|
border-radius: 4px; }
|
|
4655
4655
|
.next-input.next-input-textarea.next-small textarea {
|
|
4656
|
-
font-size:
|
|
4656
|
+
font-size: 14px; }
|
|
4657
4657
|
.next-input.next-input-textarea.next-large textarea {
|
|
4658
|
-
font-size:
|
|
4658
|
+
font-size: 14px; }
|
|
4659
4659
|
.next-input.next-input-textarea .next-input-control {
|
|
4660
4660
|
display: block;
|
|
4661
4661
|
width: auto;
|
|
@@ -4931,10 +4931,10 @@
|
|
|
4931
4931
|
font-size: 12px;
|
|
4932
4932
|
border-radius: 4px; }
|
|
4933
4933
|
.next-input-group-text.next-medium {
|
|
4934
|
-
font-size:
|
|
4934
|
+
font-size: 14px;
|
|
4935
4935
|
border-radius: 4px; }
|
|
4936
4936
|
.next-input-group-text.next-large {
|
|
4937
|
-
font-size:
|
|
4937
|
+
font-size: 14px;
|
|
4938
4938
|
border-radius: 4px; }
|
|
4939
4939
|
|
|
4940
4940
|
.next-input[dir="rtl"].next-small .next-input-label {
|
|
@@ -5636,7 +5636,7 @@
|
|
|
5636
5636
|
right: 0;
|
|
5637
5637
|
top: 0;
|
|
5638
5638
|
height: 100%;
|
|
5639
|
-
font-size:
|
|
5639
|
+
font-size: 14px;
|
|
5640
5640
|
color: #005adc; }
|
|
5641
5641
|
.next-card-body {
|
|
5642
5642
|
padding-bottom: 16px;
|
|
@@ -5721,7 +5721,7 @@
|
|
|
5721
5721
|
padding-bottom: 16px;
|
|
5722
5722
|
padding-left: 20px;
|
|
5723
5723
|
padding-right: 20px;
|
|
5724
|
-
font-size:
|
|
5724
|
+
font-size: 14px;
|
|
5725
5725
|
line-height: 1.5;
|
|
5726
5726
|
color: #767d91; }
|
|
5727
5727
|
|
|
@@ -6010,7 +6010,7 @@
|
|
|
6010
6010
|
margin-bottom: 8px; }
|
|
6011
6011
|
|
|
6012
6012
|
.next-checkbox-label {
|
|
6013
|
-
font-size:
|
|
6013
|
+
font-size: 14px;
|
|
6014
6014
|
color: #323643;
|
|
6015
6015
|
vertical-align: middle;
|
|
6016
6016
|
margin: 0;
|
|
@@ -6073,7 +6073,7 @@
|
|
|
6073
6073
|
position: relative;
|
|
6074
6074
|
line-height: 1.5;
|
|
6075
6075
|
background: #eef1f6;
|
|
6076
|
-
font-size:
|
|
6076
|
+
font-size: 14px;
|
|
6077
6077
|
font-weight: 500;
|
|
6078
6078
|
color: #323643;
|
|
6079
6079
|
cursor: pointer;
|
|
@@ -6091,7 +6091,7 @@
|
|
|
6091
6091
|
line-height: 1.5;
|
|
6092
6092
|
padding: 0 24px;
|
|
6093
6093
|
background: #FFFFFF;
|
|
6094
|
-
font-size:
|
|
6094
|
+
font-size: 14px;
|
|
6095
6095
|
color: #323643;
|
|
6096
6096
|
-webkit-transition: all 300ms ease;
|
|
6097
6097
|
transition: all 300ms ease;
|
|
@@ -6145,7 +6145,7 @@
|
|
|
6145
6145
|
cursor: default;
|
|
6146
6146
|
height: 12px;
|
|
6147
6147
|
line-height: 12px;
|
|
6148
|
-
font-size:
|
|
6148
|
+
font-size: 14px;
|
|
6149
6149
|
font-weight: normal;
|
|
6150
6150
|
color: #c3cbd5;
|
|
6151
6151
|
background: #FFFFFF; }
|
|
@@ -6155,7 +6155,7 @@
|
|
|
6155
6155
|
list-style: none;
|
|
6156
6156
|
margin: 0;
|
|
6157
6157
|
padding: 0;
|
|
6158
|
-
font-size:
|
|
6158
|
+
font-size: 14px;
|
|
6159
6159
|
height: 196px; }
|
|
6160
6160
|
.next-time-picker-menu-item {
|
|
6161
6161
|
cursor: pointer;
|
|
@@ -6815,7 +6815,7 @@
|
|
|
6815
6815
|
.next-message.next-medium .next-message-content {
|
|
6816
6816
|
margin-top: 4px;
|
|
6817
6817
|
padding: 0 20px 0 24px;
|
|
6818
|
-
font-size:
|
|
6818
|
+
font-size: 14px;
|
|
6819
6819
|
line-height: 1.5; }
|
|
6820
6820
|
.next-message.next-medium .next-message-symbol + .next-message-content {
|
|
6821
6821
|
margin-top: 0; }
|
|
@@ -6848,7 +6848,7 @@
|
|
|
6848
6848
|
.next-message.next-large .next-message-content {
|
|
6849
6849
|
margin-top: 8px;
|
|
6850
6850
|
padding: 0 16px 0 28px;
|
|
6851
|
-
font-size:
|
|
6851
|
+
font-size: 14px;
|
|
6852
6852
|
line-height: 1.5; }
|
|
6853
6853
|
.next-message.next-large .next-message-symbol + .next-message-content {
|
|
6854
6854
|
margin-top: 0; }
|
|
@@ -7154,7 +7154,7 @@
|
|
|
7154
7154
|
border-bottom: 0; }
|
|
7155
7155
|
.next-drawer-body {
|
|
7156
7156
|
padding: 16px 20px 16px 20px;
|
|
7157
|
-
font-size:
|
|
7157
|
+
font-size: 14px;
|
|
7158
7158
|
line-height: 1.5;
|
|
7159
7159
|
color: #767d91; }
|
|
7160
7160
|
.next-drawer-close {
|
|
@@ -11303,7 +11303,7 @@
|
|
|
11303
11303
|
.next-form-preview.next-form-item .next-form-preview {
|
|
11304
11304
|
color: #323643; }
|
|
11305
11305
|
.next-form-preview.next-form-item.next-medium .next-form-item-label {
|
|
11306
|
-
font-size:
|
|
11306
|
+
font-size: 14px;
|
|
11307
11307
|
line-height: 24px; }
|
|
11308
11308
|
.next-form-preview.next-form-item.next-small .next-form-item-label {
|
|
11309
11309
|
font-size: 12px;
|
|
@@ -11353,16 +11353,16 @@
|
|
|
11353
11353
|
.next-form-item .next-radio-group {
|
|
11354
11354
|
line-height: 32px; }
|
|
11355
11355
|
.next-form-item .next-form-preview {
|
|
11356
|
-
font-size:
|
|
11356
|
+
font-size: 14px;
|
|
11357
11357
|
line-height: 24px; }
|
|
11358
11358
|
.next-form-item .next-form-preview.next-input-textarea > p {
|
|
11359
|
-
font-size:
|
|
11359
|
+
font-size: 14px;
|
|
11360
11360
|
text-align: justify;
|
|
11361
|
-
min-height:
|
|
11361
|
+
min-height: 19.6px;
|
|
11362
11362
|
line-height: 1.4;
|
|
11363
|
-
margin-top:
|
|
11363
|
+
margin-top: 2.2px; }
|
|
11364
11364
|
.next-form-item .next-form-item-label {
|
|
11365
|
-
font-size:
|
|
11365
|
+
font-size: 14px; }
|
|
11366
11366
|
.next-form-item .next-form-item-label > label {
|
|
11367
11367
|
display: inline-block;
|
|
11368
11368
|
line-height: 1.5; }
|
|
@@ -11388,7 +11388,7 @@
|
|
|
11388
11388
|
.next-form-item.next-large .next-switch {
|
|
11389
11389
|
margin-top: 7px; }
|
|
11390
11390
|
.next-form-item.next-large .next-form-item-label {
|
|
11391
|
-
font-size:
|
|
11391
|
+
font-size: 14px; }
|
|
11392
11392
|
.next-form-item.next-large .next-form-item-help-margin-offset {
|
|
11393
11393
|
margin-top: -8px; }
|
|
11394
11394
|
.next-form-item.next-small {
|
|
@@ -11460,7 +11460,7 @@
|
|
|
11460
11460
|
color: #f85359; }
|
|
11461
11461
|
.next-form-item-help {
|
|
11462
11462
|
margin-top: 2px;
|
|
11463
|
-
font-size:
|
|
11463
|
+
font-size: 14px;
|
|
11464
11464
|
line-height: 1.5;
|
|
11465
11465
|
color: #a9aeba; }
|
|
11466
11466
|
.next-form .next-form-item-help-margin-offset {
|
|
@@ -11856,7 +11856,7 @@
|
|
|
11856
11856
|
color: #284cc0; }
|
|
11857
11857
|
.next-select-highlight {
|
|
11858
11858
|
color: #284cc0;
|
|
11859
|
-
font-size:
|
|
11859
|
+
font-size: 14px; }
|
|
11860
11860
|
.next-select-in-ie.next-select-trigger .next-select-values {
|
|
11861
11861
|
/* 在 table 布局中,overflow: hidden 会导致负的 margin 失效 */
|
|
11862
11862
|
overflow: visible; }
|
|
@@ -11931,7 +11931,7 @@
|
|
|
11931
11931
|
display: block; }
|
|
11932
11932
|
|
|
11933
11933
|
.next-list-empty {
|
|
11934
|
-
font-size:
|
|
11934
|
+
font-size: 14px;
|
|
11935
11935
|
color: #c3cbd5;
|
|
11936
11936
|
padding: 32px 0;
|
|
11937
11937
|
text-align: center; }
|
|
@@ -12033,7 +12033,7 @@
|
|
|
12033
12033
|
padding-left: 8px; }
|
|
12034
12034
|
|
|
12035
12035
|
.next-list-medium .next-list-item {
|
|
12036
|
-
font-size:
|
|
12036
|
+
font-size: 14px;
|
|
12037
12037
|
line-height: 1.5;
|
|
12038
12038
|
padding: 16px 0px; }
|
|
12039
12039
|
|
|
@@ -12057,7 +12057,7 @@
|
|
|
12057
12057
|
padding-left: 8px; }
|
|
12058
12058
|
|
|
12059
12059
|
.next-list-small .next-list-item {
|
|
12060
|
-
font-size:
|
|
12060
|
+
font-size: 14px;
|
|
12061
12061
|
font-weight: normal;
|
|
12062
12062
|
line-height: 1.3;
|
|
12063
12063
|
padding: 8px 0px; }
|
|
@@ -12168,7 +12168,7 @@
|
|
|
12168
12168
|
.next-nav-group-label {
|
|
12169
12169
|
height: 40px;
|
|
12170
12170
|
line-height: 40px;
|
|
12171
|
-
font-size:
|
|
12171
|
+
font-size: 14px; }
|
|
12172
12172
|
.next-nav-item .next-menu-item-text > span,
|
|
12173
12173
|
.next-nav-item .next-nav-group-label > span {
|
|
12174
12174
|
opacity: 1;
|
|
@@ -12197,7 +12197,7 @@
|
|
|
12197
12197
|
padding: 0;
|
|
12198
12198
|
height: 56px;
|
|
12199
12199
|
line-height: 54px;
|
|
12200
|
-
font-size:
|
|
12200
|
+
font-size: 14px; }
|
|
12201
12201
|
.next-nav.next-hoz .next-menu-item.next-nav-item {
|
|
12202
12202
|
margin-left: 0px;
|
|
12203
12203
|
margin-right: 0px;
|
|
@@ -12209,7 +12209,7 @@
|
|
|
12209
12209
|
margin-bottom: 0px; }
|
|
12210
12210
|
.next-nav.next-hoz .next-menu-item-inner {
|
|
12211
12211
|
height: 54px;
|
|
12212
|
-
font-size:
|
|
12212
|
+
font-size: 14px; }
|
|
12213
12213
|
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title {
|
|
12214
12214
|
line-height: 1;
|
|
12215
12215
|
padding: 12px 8px; }
|
|
@@ -12225,7 +12225,7 @@
|
|
|
12225
12225
|
.next-nav.next-hoz .next-nav-group-label .next-menu-item-inner {
|
|
12226
12226
|
height: 40px;
|
|
12227
12227
|
line-height: 40px;
|
|
12228
|
-
font-size:
|
|
12228
|
+
font-size: 14px; }
|
|
12229
12229
|
.next-nav.next-hoz .next-menu-header {
|
|
12230
12230
|
float: left;
|
|
12231
12231
|
height: 54px; }
|
|
@@ -12281,7 +12281,7 @@
|
|
|
12281
12281
|
.next-nav.next-ver .next-nav-group-label .next-menu-item-inner {
|
|
12282
12282
|
height: 40px;
|
|
12283
12283
|
line-height: 40px;
|
|
12284
|
-
font-size:
|
|
12284
|
+
font-size: 14px; }
|
|
12285
12285
|
.next-nav.next-ver > .next-menu-item:first-child,
|
|
12286
12286
|
.next-nav.next-ver > .next-menu-sub-menu-wrapper:first-child > .next-menu-item {
|
|
12287
12287
|
margin-top: 8px; }
|
|
@@ -12292,7 +12292,7 @@
|
|
|
12292
12292
|
line-height: 36px; }
|
|
12293
12293
|
.next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
|
|
12294
12294
|
height: 36px;
|
|
12295
|
-
font-size:
|
|
12295
|
+
font-size: 14px; }
|
|
12296
12296
|
.next-nav.next-ver .next-nav-item:before {
|
|
12297
12297
|
height: 0;
|
|
12298
12298
|
top: 50%;
|
|
@@ -13228,12 +13228,12 @@
|
|
|
13228
13228
|
line-height: inherit; }
|
|
13229
13229
|
|
|
13230
13230
|
.next-pagination[dir="rtl"].next-large .next-pagination-display {
|
|
13231
|
-
font-size:
|
|
13231
|
+
font-size: 14px; }
|
|
13232
13232
|
.next-pagination[dir="rtl"].next-large .next-pagination-display em {
|
|
13233
|
-
font-size:
|
|
13233
|
+
font-size: 14px; }
|
|
13234
13234
|
|
|
13235
13235
|
.next-pagination[dir="rtl"].next-large .next-pagination-jump-text {
|
|
13236
|
-
font-size:
|
|
13236
|
+
font-size: 14px; }
|
|
13237
13237
|
|
|
13238
13238
|
.next-pagination[dir="rtl"].next-large .next-pagination-jump-input {
|
|
13239
13239
|
width: 48px; }
|
|
@@ -13241,7 +13241,7 @@
|
|
|
13241
13241
|
.next-pagination[dir="rtl"].next-large .next-pagination-size-selector-title {
|
|
13242
13242
|
height: 40px;
|
|
13243
13243
|
line-height: 40px;
|
|
13244
|
-
font-size:
|
|
13244
|
+
font-size: 14px;
|
|
13245
13245
|
vertical-align: middle; }
|
|
13246
13246
|
|
|
13247
13247
|
.next-pagination[dir="rtl"].next-large .next-pagination-size-selector-btn {
|
|
@@ -13523,17 +13523,17 @@
|
|
|
13523
13523
|
font-size: 16px;
|
|
13524
13524
|
line-height: inherit; }
|
|
13525
13525
|
.next-pagination.next-large .next-pagination-display {
|
|
13526
|
-
font-size:
|
|
13526
|
+
font-size: 14px; }
|
|
13527
13527
|
.next-pagination.next-large .next-pagination-display em {
|
|
13528
|
-
font-size:
|
|
13528
|
+
font-size: 14px; }
|
|
13529
13529
|
.next-pagination.next-large .next-pagination-jump-text {
|
|
13530
|
-
font-size:
|
|
13530
|
+
font-size: 14px; }
|
|
13531
13531
|
.next-pagination.next-large .next-pagination-jump-input {
|
|
13532
13532
|
width: 48px; }
|
|
13533
13533
|
.next-pagination.next-large .next-pagination-size-selector-title {
|
|
13534
13534
|
height: 40px;
|
|
13535
13535
|
line-height: 40px;
|
|
13536
|
-
font-size:
|
|
13536
|
+
font-size: 14px;
|
|
13537
13537
|
vertical-align: middle; }
|
|
13538
13538
|
.next-pagination.next-large .next-pagination-size-selector-btn {
|
|
13539
13539
|
padding: 0 16px; }
|
|
@@ -13584,7 +13584,7 @@
|
|
|
13584
13584
|
.next-paragraph-long {
|
|
13585
13585
|
line-height: 1.5; }
|
|
13586
13586
|
.next-paragraph-small {
|
|
13587
|
-
font-size:
|
|
13587
|
+
font-size: 14px; }
|
|
13588
13588
|
.next-paragraph-medium {
|
|
13589
13589
|
font-size: 14px; }
|
|
13590
13590
|
|
|
@@ -13667,7 +13667,7 @@
|
|
|
13667
13667
|
top: 50%;
|
|
13668
13668
|
margin-top: -6px; }
|
|
13669
13669
|
.next-progress-line.next-large .next-progress-line-text {
|
|
13670
|
-
font-size:
|
|
13670
|
+
font-size: 14px;
|
|
13671
13671
|
line-height: 12px; }
|
|
13672
13672
|
.next-progress-line-show-info .next-progress-line-container {
|
|
13673
13673
|
padding-right: 60px;
|
|
@@ -13712,7 +13712,7 @@
|
|
|
13712
13712
|
top: 50%;
|
|
13713
13713
|
margin-top: -6px; }
|
|
13714
13714
|
.next-progress-line-show-border.next-large .next-progress-line-text {
|
|
13715
|
-
font-size:
|
|
13715
|
+
font-size: 14px;
|
|
13716
13716
|
line-height: 14px; }
|
|
13717
13717
|
|
|
13718
13718
|
.next-progress-circle {
|
|
@@ -14132,7 +14132,7 @@
|
|
|
14132
14132
|
margin-left: 8px; }
|
|
14133
14133
|
|
|
14134
14134
|
.next-rating-medium {
|
|
14135
|
-
font-size:
|
|
14135
|
+
font-size: 14px; }
|
|
14136
14136
|
.next-rating-medium .next-icon:before,
|
|
14137
14137
|
.next-rating-medium .next-icon .next-icon-remote {
|
|
14138
14138
|
width: 16px;
|
|
@@ -14142,7 +14142,7 @@
|
|
|
14142
14142
|
margin-left: 12px; }
|
|
14143
14143
|
|
|
14144
14144
|
.next-rating-large {
|
|
14145
|
-
font-size:
|
|
14145
|
+
font-size: 14px; }
|
|
14146
14146
|
.next-rating-large .next-icon:before,
|
|
14147
14147
|
.next-rating-large .next-icon .next-icon-remote {
|
|
14148
14148
|
width: 20px;
|
|
@@ -14325,7 +14325,7 @@
|
|
|
14325
14325
|
.next-search-normal.next-primary.next-large .next-select {
|
|
14326
14326
|
height: 38px; }
|
|
14327
14327
|
.next-search-normal.next-primary.next-large .next-search-btn {
|
|
14328
|
-
font-size:
|
|
14328
|
+
font-size: 14px; }
|
|
14329
14329
|
.next-search-normal.next-primary.next-large .next-search-btn .next-icon:before,
|
|
14330
14330
|
.next-search-normal.next-primary.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
14331
14331
|
width: 16px;
|
|
@@ -14395,7 +14395,7 @@
|
|
|
14395
14395
|
.next-search-normal.next-secondary.next-large .next-select {
|
|
14396
14396
|
height: 38px; }
|
|
14397
14397
|
.next-search-normal.next-secondary.next-large .next-search-btn {
|
|
14398
|
-
font-size:
|
|
14398
|
+
font-size: 14px; }
|
|
14399
14399
|
.next-search-normal.next-secondary.next-large .next-search-btn .next-icon:before,
|
|
14400
14400
|
.next-search-normal.next-secondary.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
14401
14401
|
width: 16px;
|
|
@@ -14419,7 +14419,7 @@
|
|
|
14419
14419
|
.next-search-normal.next-secondary.next-medium .next-select {
|
|
14420
14420
|
height: 34px; }
|
|
14421
14421
|
.next-search-normal.next-secondary.next-medium .next-search-btn {
|
|
14422
|
-
font-size:
|
|
14422
|
+
font-size: 14px; }
|
|
14423
14423
|
.next-search-normal.next-secondary.next-medium .next-search-btn .next-icon:before,
|
|
14424
14424
|
.next-search-normal.next-secondary.next-medium .next-search-btn .next-icon .next-icon-remote {
|
|
14425
14425
|
width: 16px;
|
|
@@ -14465,7 +14465,7 @@
|
|
|
14465
14465
|
.next-search-normal.next-normal.next-large .next-select {
|
|
14466
14466
|
height: 38px; }
|
|
14467
14467
|
.next-search-normal.next-normal.next-large .next-search-btn {
|
|
14468
|
-
font-size:
|
|
14468
|
+
font-size: 14px; }
|
|
14469
14469
|
.next-search-normal.next-normal.next-large .next-search-btn .next-icon:before,
|
|
14470
14470
|
.next-search-normal.next-normal.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
14471
14471
|
width: 16px;
|
|
@@ -14542,7 +14542,7 @@
|
|
|
14542
14542
|
.next-search-normal.next-dark.next-large .next-select {
|
|
14543
14543
|
height: 38px; }
|
|
14544
14544
|
.next-search-normal.next-dark.next-large .next-search-btn {
|
|
14545
|
-
font-size:
|
|
14545
|
+
font-size: 14px; }
|
|
14546
14546
|
.next-search-normal.next-dark.next-large .next-search-btn .next-icon:before,
|
|
14547
14547
|
.next-search-normal.next-dark.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
14548
14548
|
width: 16px;
|
|
@@ -15027,7 +15027,7 @@
|
|
|
15027
15027
|
word-break: break-word; }
|
|
15028
15028
|
.next-step-arrow > .next-step-item-wait .next-step-item-content {
|
|
15029
15029
|
color: #323643;
|
|
15030
|
-
font-size:
|
|
15030
|
+
font-size: 14px;
|
|
15031
15031
|
line-height: 1.5;
|
|
15032
15032
|
word-break: break-word; }
|
|
15033
15033
|
.next-step-arrow > .next-step-item-wait .next-step-item-node-placeholder {
|
|
@@ -15043,7 +15043,7 @@
|
|
|
15043
15043
|
display: block;
|
|
15044
15044
|
width: 32px;
|
|
15045
15045
|
height: 32px;
|
|
15046
|
-
font-size:
|
|
15046
|
+
font-size: 14px;
|
|
15047
15047
|
font-weight: normal;
|
|
15048
15048
|
line-height: 30px;
|
|
15049
15049
|
text-align: center;
|
|
@@ -15086,7 +15086,7 @@
|
|
|
15086
15086
|
word-break: break-word; }
|
|
15087
15087
|
.next-step-arrow > .next-step-item-process .next-step-item-content {
|
|
15088
15088
|
color: #FFFFFF;
|
|
15089
|
-
font-size:
|
|
15089
|
+
font-size: 14px;
|
|
15090
15090
|
line-height: 1.5;
|
|
15091
15091
|
word-break: break-word; }
|
|
15092
15092
|
.next-step-arrow > .next-step-item-process .next-step-item-node-placeholder {
|
|
@@ -15102,7 +15102,7 @@
|
|
|
15102
15102
|
display: block;
|
|
15103
15103
|
width: 32px;
|
|
15104
15104
|
height: 32px;
|
|
15105
|
-
font-size:
|
|
15105
|
+
font-size: 14px;
|
|
15106
15106
|
font-weight: normal;
|
|
15107
15107
|
line-height: 30px;
|
|
15108
15108
|
text-align: center;
|
|
@@ -15145,7 +15145,7 @@
|
|
|
15145
15145
|
word-break: break-word; }
|
|
15146
15146
|
.next-step-arrow > .next-step-item-finish .next-step-item-content {
|
|
15147
15147
|
color: #284cc0;
|
|
15148
|
-
font-size:
|
|
15148
|
+
font-size: 14px;
|
|
15149
15149
|
line-height: 1.5;
|
|
15150
15150
|
word-break: break-word; }
|
|
15151
15151
|
.next-step-arrow > .next-step-item-finish .next-step-item-node-placeholder {
|
|
@@ -15161,7 +15161,7 @@
|
|
|
15161
15161
|
display: block;
|
|
15162
15162
|
width: 32px;
|
|
15163
15163
|
height: 32px;
|
|
15164
|
-
font-size:
|
|
15164
|
+
font-size: 14px;
|
|
15165
15165
|
font-weight: normal;
|
|
15166
15166
|
line-height: 30px;
|
|
15167
15167
|
text-align: center;
|
|
@@ -15205,7 +15205,7 @@
|
|
|
15205
15205
|
word-break: break-word; }
|
|
15206
15206
|
.next-step-arrow .next-step-item-disabled .next-step-item-content {
|
|
15207
15207
|
color: #c3cbd5;
|
|
15208
|
-
font-size:
|
|
15208
|
+
font-size: 14px;
|
|
15209
15209
|
line-height: 1.5;
|
|
15210
15210
|
word-break: break-word; }
|
|
15211
15211
|
.next-step-arrow .next-step-item-disabled .next-step-item-node-placeholder {
|
|
@@ -15221,7 +15221,7 @@
|
|
|
15221
15221
|
display: block;
|
|
15222
15222
|
width: 32px;
|
|
15223
15223
|
height: 32px;
|
|
15224
|
-
font-size:
|
|
15224
|
+
font-size: 14px;
|
|
15225
15225
|
font-weight: normal;
|
|
15226
15226
|
line-height: 30px;
|
|
15227
15227
|
text-align: center;
|
|
@@ -15301,7 +15301,7 @@
|
|
|
15301
15301
|
|
|
15302
15302
|
.next-step-circle > .next-step-item-wait .next-step-item-content {
|
|
15303
15303
|
color: #a9aeba;
|
|
15304
|
-
font-size:
|
|
15304
|
+
font-size: 14px;
|
|
15305
15305
|
line-height: 1.5;
|
|
15306
15306
|
word-break: break-word; }
|
|
15307
15307
|
|
|
@@ -15319,7 +15319,7 @@
|
|
|
15319
15319
|
display: block;
|
|
15320
15320
|
width: 32px;
|
|
15321
15321
|
height: 32px;
|
|
15322
|
-
font-size:
|
|
15322
|
+
font-size: 14px;
|
|
15323
15323
|
font-weight: normal;
|
|
15324
15324
|
line-height: 30px;
|
|
15325
15325
|
text-align: center;
|
|
@@ -15363,7 +15363,7 @@
|
|
|
15363
15363
|
|
|
15364
15364
|
.next-step-circle > .next-step-item-process .next-step-item-content {
|
|
15365
15365
|
color: #323643;
|
|
15366
|
-
font-size:
|
|
15366
|
+
font-size: 14px;
|
|
15367
15367
|
line-height: 1.5;
|
|
15368
15368
|
word-break: break-word; }
|
|
15369
15369
|
|
|
@@ -15381,7 +15381,7 @@
|
|
|
15381
15381
|
display: block;
|
|
15382
15382
|
width: 32px;
|
|
15383
15383
|
height: 32px;
|
|
15384
|
-
font-size:
|
|
15384
|
+
font-size: 14px;
|
|
15385
15385
|
font-weight: normal;
|
|
15386
15386
|
line-height: 30px;
|
|
15387
15387
|
text-align: center;
|
|
@@ -15425,7 +15425,7 @@
|
|
|
15425
15425
|
|
|
15426
15426
|
.next-step-circle > .next-step-item-finish .next-step-item-content {
|
|
15427
15427
|
color: #323643;
|
|
15428
|
-
font-size:
|
|
15428
|
+
font-size: 14px;
|
|
15429
15429
|
line-height: 1.5;
|
|
15430
15430
|
word-break: break-word; }
|
|
15431
15431
|
|
|
@@ -15443,7 +15443,7 @@
|
|
|
15443
15443
|
display: block;
|
|
15444
15444
|
width: 32px;
|
|
15445
15445
|
height: 32px;
|
|
15446
|
-
font-size:
|
|
15446
|
+
font-size: 14px;
|
|
15447
15447
|
font-weight: normal;
|
|
15448
15448
|
line-height: 30px;
|
|
15449
15449
|
text-align: center;
|
|
@@ -15487,7 +15487,7 @@
|
|
|
15487
15487
|
|
|
15488
15488
|
.next-step-circle .next-step-item-disabled .next-step-item-content {
|
|
15489
15489
|
color: #c3cbd5;
|
|
15490
|
-
font-size:
|
|
15490
|
+
font-size: 14px;
|
|
15491
15491
|
line-height: 1.5;
|
|
15492
15492
|
word-break: break-word; }
|
|
15493
15493
|
|
|
@@ -15505,7 +15505,7 @@
|
|
|
15505
15505
|
display: block;
|
|
15506
15506
|
width: 32px;
|
|
15507
15507
|
height: 32px;
|
|
15508
|
-
font-size:
|
|
15508
|
+
font-size: 14px;
|
|
15509
15509
|
font-weight: normal;
|
|
15510
15510
|
line-height: 30px;
|
|
15511
15511
|
text-align: center;
|
|
@@ -15562,8 +15562,8 @@
|
|
|
15562
15562
|
text-align: center;
|
|
15563
15563
|
position: absolute; }
|
|
15564
15564
|
.next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
15565
|
-
font-size:
|
|
15566
|
-
line-height:
|
|
15565
|
+
font-size: 16px;
|
|
15566
|
+
line-height: 20px;
|
|
15567
15567
|
margin-top: 8px;
|
|
15568
15568
|
font-weight: normal; }
|
|
15569
15569
|
.next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
@@ -15590,8 +15590,8 @@
|
|
|
15590
15590
|
text-align: center;
|
|
15591
15591
|
position: absolute; }
|
|
15592
15592
|
.next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
15593
|
-
font-size:
|
|
15594
|
-
line-height:
|
|
15593
|
+
font-size: 16px;
|
|
15594
|
+
line-height: 20px;
|
|
15595
15595
|
margin-top: 8px;
|
|
15596
15596
|
font-weight: normal; }
|
|
15597
15597
|
.next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
@@ -15618,8 +15618,8 @@
|
|
|
15618
15618
|
text-align: center;
|
|
15619
15619
|
position: absolute; }
|
|
15620
15620
|
.next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
15621
|
-
font-size:
|
|
15622
|
-
line-height:
|
|
15621
|
+
font-size: 16px;
|
|
15622
|
+
line-height: 20px;
|
|
15623
15623
|
margin-top: 8px;
|
|
15624
15624
|
font-weight: normal; }
|
|
15625
15625
|
.next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
@@ -15646,8 +15646,8 @@
|
|
|
15646
15646
|
text-align: center;
|
|
15647
15647
|
position: absolute; }
|
|
15648
15648
|
.next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
15649
|
-
font-size:
|
|
15650
|
-
line-height:
|
|
15649
|
+
font-size: 16px;
|
|
15650
|
+
line-height: 20px;
|
|
15651
15651
|
margin-top: 8px;
|
|
15652
15652
|
font-weight: normal; }
|
|
15653
15653
|
.next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
@@ -15671,7 +15671,7 @@
|
|
|
15671
15671
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title {
|
|
15672
15672
|
display: inline-block;
|
|
15673
15673
|
padding-right: 8px;
|
|
15674
|
-
margin-top:
|
|
15674
|
+
margin-top: 8px; }
|
|
15675
15675
|
|
|
15676
15676
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
|
|
15677
15677
|
width: calc(100% - 208px);
|
|
@@ -15694,7 +15694,7 @@
|
|
|
15694
15694
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body .next-step-item-title {
|
|
15695
15695
|
display: inline-block;
|
|
15696
15696
|
padding-right: 8px;
|
|
15697
|
-
margin-top:
|
|
15697
|
+
margin-top: 8px; }
|
|
15698
15698
|
|
|
15699
15699
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
|
|
15700
15700
|
width: calc(100% - 208px);
|
|
@@ -15717,7 +15717,7 @@
|
|
|
15717
15717
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body .next-step-item-title {
|
|
15718
15718
|
display: inline-block;
|
|
15719
15719
|
padding-right: 8px;
|
|
15720
|
-
margin-top:
|
|
15720
|
+
margin-top: 8px; }
|
|
15721
15721
|
|
|
15722
15722
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
|
|
15723
15723
|
width: calc(100% - 208px);
|
|
@@ -15740,7 +15740,7 @@
|
|
|
15740
15740
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body .next-step-item-title {
|
|
15741
15741
|
display: inline-block;
|
|
15742
15742
|
padding-right: 8px;
|
|
15743
|
-
margin-top:
|
|
15743
|
+
margin-top: 8px; }
|
|
15744
15744
|
|
|
15745
15745
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
|
|
15746
15746
|
width: calc(100% - 208px);
|
|
@@ -15781,13 +15781,13 @@
|
|
|
15781
15781
|
text-align: left;
|
|
15782
15782
|
font-weight: normal;
|
|
15783
15783
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
15784
|
-
font-size:
|
|
15784
|
+
font-size: 14px;
|
|
15785
15785
|
line-height: 1.28571; }
|
|
15786
15786
|
.next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
15787
15787
|
margin-top: 4px;
|
|
15788
15788
|
min-height: 8px;
|
|
15789
15789
|
text-align: left;
|
|
15790
|
-
font-size:
|
|
15790
|
+
font-size: 14px;
|
|
15791
15791
|
line-height: 1.5; }
|
|
15792
15792
|
.next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
|
|
15793
15793
|
width: 1px;
|
|
@@ -15812,13 +15812,13 @@
|
|
|
15812
15812
|
text-align: left;
|
|
15813
15813
|
font-weight: normal;
|
|
15814
15814
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
15815
|
-
font-size:
|
|
15815
|
+
font-size: 14px;
|
|
15816
15816
|
line-height: 1.28571; }
|
|
15817
15817
|
.next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
15818
15818
|
margin-top: 4px;
|
|
15819
15819
|
min-height: 8px;
|
|
15820
15820
|
text-align: left;
|
|
15821
|
-
font-size:
|
|
15821
|
+
font-size: 14px;
|
|
15822
15822
|
line-height: 1.5; }
|
|
15823
15823
|
.next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
|
|
15824
15824
|
width: 1px;
|
|
@@ -15843,13 +15843,13 @@
|
|
|
15843
15843
|
text-align: left;
|
|
15844
15844
|
font-weight: normal;
|
|
15845
15845
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
15846
|
-
font-size:
|
|
15846
|
+
font-size: 14px;
|
|
15847
15847
|
line-height: 1.28571; }
|
|
15848
15848
|
.next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
15849
15849
|
margin-top: 4px;
|
|
15850
15850
|
min-height: 8px;
|
|
15851
15851
|
text-align: left;
|
|
15852
|
-
font-size:
|
|
15852
|
+
font-size: 14px;
|
|
15853
15853
|
line-height: 1.5; }
|
|
15854
15854
|
.next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
|
|
15855
15855
|
width: 1px;
|
|
@@ -15874,13 +15874,13 @@
|
|
|
15874
15874
|
text-align: left;
|
|
15875
15875
|
font-weight: normal;
|
|
15876
15876
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
15877
|
-
font-size:
|
|
15877
|
+
font-size: 14px;
|
|
15878
15878
|
line-height: 1.28571; }
|
|
15879
15879
|
.next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
15880
15880
|
margin-top: 4px;
|
|
15881
15881
|
min-height: 8px;
|
|
15882
15882
|
text-align: left;
|
|
15883
|
-
font-size:
|
|
15883
|
+
font-size: 14px;
|
|
15884
15884
|
line-height: 1.5; }
|
|
15885
15885
|
|
|
15886
15886
|
.next-step-dot .next-step-item-container {
|
|
@@ -15930,7 +15930,7 @@
|
|
|
15930
15930
|
|
|
15931
15931
|
.next-step-dot > .next-step-item-wait .next-step-item-content {
|
|
15932
15932
|
color: #a9aeba;
|
|
15933
|
-
font-size:
|
|
15933
|
+
font-size: 14px;
|
|
15934
15934
|
line-height: 1.5;
|
|
15935
15935
|
word-break: break-word; }
|
|
15936
15936
|
|
|
@@ -15948,7 +15948,7 @@
|
|
|
15948
15948
|
display: block;
|
|
15949
15949
|
width: 12px;
|
|
15950
15950
|
height: 12px;
|
|
15951
|
-
font-size:
|
|
15951
|
+
font-size: 14px;
|
|
15952
15952
|
font-weight: normal;
|
|
15953
15953
|
line-height: 10px;
|
|
15954
15954
|
text-align: center;
|
|
@@ -16007,7 +16007,7 @@
|
|
|
16007
16007
|
|
|
16008
16008
|
.next-step-dot > .next-step-item-process .next-step-item-content {
|
|
16009
16009
|
color: #323643;
|
|
16010
|
-
font-size:
|
|
16010
|
+
font-size: 14px;
|
|
16011
16011
|
line-height: 1.5;
|
|
16012
16012
|
word-break: break-word; }
|
|
16013
16013
|
|
|
@@ -16025,7 +16025,7 @@
|
|
|
16025
16025
|
display: block;
|
|
16026
16026
|
width: 12px;
|
|
16027
16027
|
height: 12px;
|
|
16028
|
-
font-size:
|
|
16028
|
+
font-size: 14px;
|
|
16029
16029
|
font-weight: normal;
|
|
16030
16030
|
line-height: 10px;
|
|
16031
16031
|
text-align: center;
|
|
@@ -16084,7 +16084,7 @@
|
|
|
16084
16084
|
|
|
16085
16085
|
.next-step-dot > .next-step-item-finish .next-step-item-content {
|
|
16086
16086
|
color: #323643;
|
|
16087
|
-
font-size:
|
|
16087
|
+
font-size: 14px;
|
|
16088
16088
|
line-height: 1.5;
|
|
16089
16089
|
word-break: break-word; }
|
|
16090
16090
|
|
|
@@ -16102,7 +16102,7 @@
|
|
|
16102
16102
|
display: block;
|
|
16103
16103
|
width: 12px;
|
|
16104
16104
|
height: 12px;
|
|
16105
|
-
font-size:
|
|
16105
|
+
font-size: 14px;
|
|
16106
16106
|
font-weight: normal;
|
|
16107
16107
|
line-height: 10px;
|
|
16108
16108
|
text-align: center;
|
|
@@ -16161,7 +16161,7 @@
|
|
|
16161
16161
|
|
|
16162
16162
|
.next-step-dot .next-step-item-disabled .next-step-item-content {
|
|
16163
16163
|
color: #c3cbd5;
|
|
16164
|
-
font-size:
|
|
16164
|
+
font-size: 14px;
|
|
16165
16165
|
line-height: 1.5;
|
|
16166
16166
|
word-break: break-word; }
|
|
16167
16167
|
|
|
@@ -16179,7 +16179,7 @@
|
|
|
16179
16179
|
display: block;
|
|
16180
16180
|
width: 12px;
|
|
16181
16181
|
height: 12px;
|
|
16182
|
-
font-size:
|
|
16182
|
+
font-size: 14px;
|
|
16183
16183
|
font-weight: normal;
|
|
16184
16184
|
line-height: 10px;
|
|
16185
16185
|
text-align: center;
|
|
@@ -16253,8 +16253,8 @@
|
|
|
16253
16253
|
text-align: center;
|
|
16254
16254
|
position: absolute; }
|
|
16255
16255
|
.next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
16256
|
-
font-size:
|
|
16257
|
-
line-height:
|
|
16256
|
+
font-size: 14px;
|
|
16257
|
+
line-height: 18px;
|
|
16258
16258
|
margin-top: 8px;
|
|
16259
16259
|
font-weight: bold; }
|
|
16260
16260
|
.next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
@@ -16281,8 +16281,8 @@
|
|
|
16281
16281
|
text-align: center;
|
|
16282
16282
|
position: absolute; }
|
|
16283
16283
|
.next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
16284
|
-
font-size:
|
|
16285
|
-
line-height:
|
|
16284
|
+
font-size: 14px;
|
|
16285
|
+
line-height: 18px;
|
|
16286
16286
|
margin-top: 8px;
|
|
16287
16287
|
font-weight: bold; }
|
|
16288
16288
|
.next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
@@ -16309,8 +16309,8 @@
|
|
|
16309
16309
|
text-align: center;
|
|
16310
16310
|
position: absolute; }
|
|
16311
16311
|
.next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
16312
|
-
font-size:
|
|
16313
|
-
line-height:
|
|
16312
|
+
font-size: 14px;
|
|
16313
|
+
line-height: 18px;
|
|
16314
16314
|
margin-top: 8px;
|
|
16315
16315
|
font-weight: bold; }
|
|
16316
16316
|
.next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
@@ -16337,8 +16337,8 @@
|
|
|
16337
16337
|
text-align: center;
|
|
16338
16338
|
position: absolute; }
|
|
16339
16339
|
.next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
16340
|
-
font-size:
|
|
16341
|
-
line-height:
|
|
16340
|
+
font-size: 14px;
|
|
16341
|
+
line-height: 18px;
|
|
16342
16342
|
margin-top: 8px;
|
|
16343
16343
|
font-weight: bold; }
|
|
16344
16344
|
.next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
@@ -16377,7 +16377,7 @@
|
|
|
16377
16377
|
font-weight: bold;
|
|
16378
16378
|
text-align: left;
|
|
16379
16379
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
16380
|
-
font-size:
|
|
16380
|
+
font-size: 14px;
|
|
16381
16381
|
line-height: 1.28571; }
|
|
16382
16382
|
.next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
16383
16383
|
margin-top: 8px;
|
|
@@ -16408,7 +16408,7 @@
|
|
|
16408
16408
|
font-weight: bold;
|
|
16409
16409
|
text-align: left;
|
|
16410
16410
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
16411
|
-
font-size:
|
|
16411
|
+
font-size: 14px;
|
|
16412
16412
|
line-height: 1.28571; }
|
|
16413
16413
|
.next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
16414
16414
|
margin-top: 8px;
|
|
@@ -16439,7 +16439,7 @@
|
|
|
16439
16439
|
font-weight: bold;
|
|
16440
16440
|
text-align: left;
|
|
16441
16441
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
16442
|
-
font-size:
|
|
16442
|
+
font-size: 14px;
|
|
16443
16443
|
line-height: 1.28571; }
|
|
16444
16444
|
.next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
16445
16445
|
margin-top: 8px;
|
|
@@ -16470,7 +16470,7 @@
|
|
|
16470
16470
|
font-weight: bold;
|
|
16471
16471
|
text-align: left;
|
|
16472
16472
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
16473
|
-
font-size:
|
|
16473
|
+
font-size: 14px;
|
|
16474
16474
|
line-height: 1.28571; }
|
|
16475
16475
|
.next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
16476
16476
|
margin-top: 8px;
|
|
@@ -16641,7 +16641,7 @@
|
|
|
16641
16641
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
16642
16642
|
text-align: right;
|
|
16643
16643
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
16644
|
-
font-size:
|
|
16644
|
+
font-size: 14px;
|
|
16645
16645
|
line-height: 1.28571; }
|
|
16646
16646
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
16647
16647
|
text-align: right; }
|
|
@@ -16654,7 +16654,7 @@
|
|
|
16654
16654
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
16655
16655
|
text-align: right;
|
|
16656
16656
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
16657
|
-
font-size:
|
|
16657
|
+
font-size: 14px;
|
|
16658
16658
|
line-height: 1.28571; }
|
|
16659
16659
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
16660
16660
|
text-align: right; }
|
|
@@ -16667,7 +16667,7 @@
|
|
|
16667
16667
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
16668
16668
|
text-align: right;
|
|
16669
16669
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
16670
|
-
font-size:
|
|
16670
|
+
font-size: 14px;
|
|
16671
16671
|
line-height: 1.28571; }
|
|
16672
16672
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
16673
16673
|
text-align: right; }
|
|
@@ -16680,7 +16680,7 @@
|
|
|
16680
16680
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
16681
16681
|
text-align: right;
|
|
16682
16682
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
16683
|
-
font-size:
|
|
16683
|
+
font-size: 14px;
|
|
16684
16684
|
line-height: 1.28571; }
|
|
16685
16685
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
16686
16686
|
text-align: right; }
|
|
@@ -16727,7 +16727,7 @@
|
|
|
16727
16727
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
16728
16728
|
text-align: right;
|
|
16729
16729
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
16730
|
-
font-size:
|
|
16730
|
+
font-size: 14px;
|
|
16731
16731
|
line-height: 1.28571; }
|
|
16732
16732
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
16733
16733
|
text-align: right; }
|
|
@@ -16739,7 +16739,7 @@
|
|
|
16739
16739
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
16740
16740
|
text-align: right;
|
|
16741
16741
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
16742
|
-
font-size:
|
|
16742
|
+
font-size: 14px;
|
|
16743
16743
|
line-height: 1.28571; }
|
|
16744
16744
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
16745
16745
|
text-align: right; }
|
|
@@ -16751,7 +16751,7 @@
|
|
|
16751
16751
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
16752
16752
|
text-align: right;
|
|
16753
16753
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
16754
|
-
font-size:
|
|
16754
|
+
font-size: 14px;
|
|
16755
16755
|
line-height: 1.28571; }
|
|
16756
16756
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
16757
16757
|
text-align: right; }
|
|
@@ -16763,7 +16763,7 @@
|
|
|
16763
16763
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
16764
16764
|
text-align: right;
|
|
16765
16765
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
16766
|
-
font-size:
|
|
16766
|
+
font-size: 14px;
|
|
16767
16767
|
line-height: 1.28571; }
|
|
16768
16768
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
16769
16769
|
text-align: right; }
|
|
@@ -16878,7 +16878,7 @@
|
|
|
16878
16878
|
height: 16px;
|
|
16879
16879
|
line-height: 16px; }
|
|
16880
16880
|
.next-switch-medium > .next-switch-children {
|
|
16881
|
-
font-size:
|
|
16881
|
+
font-size: 14px; }
|
|
16882
16882
|
.next-switch-medium.next-switch.next-switch-on > .next-switch-children {
|
|
16883
16883
|
margin: 0 24px 0 8px; }
|
|
16884
16884
|
.next-switch-medium.next-switch.next-switch-off > .next-switch-children {
|
|
@@ -17150,7 +17150,7 @@
|
|
|
17150
17150
|
.next-tabs.next-medium .next-tabs-nav-container-scrolling {
|
|
17151
17151
|
padding-right: 60px; }
|
|
17152
17152
|
.next-tabs.next-medium .next-tabs-tab-inner {
|
|
17153
|
-
font-size:
|
|
17153
|
+
font-size: 14px;
|
|
17154
17154
|
padding: 10px 24px; }
|
|
17155
17155
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
|
|
17156
17156
|
line-height: 1; }
|
|
@@ -18046,7 +18046,7 @@
|
|
|
18046
18046
|
line-height: 22px;
|
|
18047
18047
|
font-size: 0; }
|
|
18048
18048
|
.next-tag-medium > .next-tag-body {
|
|
18049
|
-
font-size:
|
|
18049
|
+
font-size: 14px;
|
|
18050
18050
|
padding: 0 8px;
|
|
18051
18051
|
min-width: 40px; }
|
|
18052
18052
|
.next-tag-medium.next-tag-closable > .next-tag-body {
|
|
@@ -18265,7 +18265,7 @@
|
|
|
18265
18265
|
margin-left: 0; }
|
|
18266
18266
|
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
|
|
18267
18267
|
margin: 0;
|
|
18268
|
-
font-size:
|
|
18268
|
+
font-size: 14px;
|
|
18269
18269
|
font-weight: 600;
|
|
18270
18270
|
line-height: 1.5;
|
|
18271
18271
|
margin-top: 4px;
|
|
@@ -18277,7 +18277,7 @@
|
|
|
18277
18277
|
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
|
|
18278
18278
|
margin: 0;
|
|
18279
18279
|
margin-top: 4px;
|
|
18280
|
-
font-size:
|
|
18280
|
+
font-size: 14px;
|
|
18281
18281
|
line-height: 1.5;
|
|
18282
18282
|
color: #767d91;
|
|
18283
18283
|
text-align: right; }
|
|
@@ -18285,7 +18285,7 @@
|
|
|
18285
18285
|
margin: 0;
|
|
18286
18286
|
margin-top: 4px;
|
|
18287
18287
|
margin-bottom: 12px;
|
|
18288
|
-
font-size:
|
|
18288
|
+
font-size: 14px;
|
|
18289
18289
|
color: #a9aeba;
|
|
18290
18290
|
text-align: right; }
|
|
18291
18291
|
.next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
|
|
@@ -18385,7 +18385,7 @@
|
|
|
18385
18385
|
margin-left: 0; }
|
|
18386
18386
|
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
|
|
18387
18387
|
margin: 0;
|
|
18388
|
-
font-size:
|
|
18388
|
+
font-size: 14px;
|
|
18389
18389
|
font-weight: 600;
|
|
18390
18390
|
line-height: 1.5;
|
|
18391
18391
|
margin-top: 4px;
|
|
@@ -18397,7 +18397,7 @@
|
|
|
18397
18397
|
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
|
|
18398
18398
|
margin: 0;
|
|
18399
18399
|
margin-top: 4px;
|
|
18400
|
-
font-size:
|
|
18400
|
+
font-size: 14px;
|
|
18401
18401
|
line-height: 1.5;
|
|
18402
18402
|
color: #767d91;
|
|
18403
18403
|
text-align: right; }
|
|
@@ -18405,7 +18405,7 @@
|
|
|
18405
18405
|
margin: 0;
|
|
18406
18406
|
margin-top: 4px;
|
|
18407
18407
|
margin-bottom: 12px;
|
|
18408
|
-
font-size:
|
|
18408
|
+
font-size: 14px;
|
|
18409
18409
|
color: #a9aeba;
|
|
18410
18410
|
text-align: right; }
|
|
18411
18411
|
.next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
|
|
@@ -18505,7 +18505,7 @@
|
|
|
18505
18505
|
margin-left: 0; }
|
|
18506
18506
|
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
|
|
18507
18507
|
margin: 0;
|
|
18508
|
-
font-size:
|
|
18508
|
+
font-size: 14px;
|
|
18509
18509
|
font-weight: 600;
|
|
18510
18510
|
line-height: 1.5;
|
|
18511
18511
|
margin-top: 4px;
|
|
@@ -18517,7 +18517,7 @@
|
|
|
18517
18517
|
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
|
|
18518
18518
|
margin: 0;
|
|
18519
18519
|
margin-top: 4px;
|
|
18520
|
-
font-size:
|
|
18520
|
+
font-size: 14px;
|
|
18521
18521
|
line-height: 1.5;
|
|
18522
18522
|
color: #767d91;
|
|
18523
18523
|
text-align: right; }
|
|
@@ -18525,7 +18525,7 @@
|
|
|
18525
18525
|
margin: 0;
|
|
18526
18526
|
margin-top: 4px;
|
|
18527
18527
|
margin-bottom: 12px;
|
|
18528
|
-
font-size:
|
|
18528
|
+
font-size: 14px;
|
|
18529
18529
|
color: #a9aeba;
|
|
18530
18530
|
text-align: right; }
|
|
18531
18531
|
.next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
|
|
@@ -18625,7 +18625,7 @@
|
|
|
18625
18625
|
margin-left: 0; }
|
|
18626
18626
|
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
|
|
18627
18627
|
margin: 0;
|
|
18628
|
-
font-size:
|
|
18628
|
+
font-size: 14px;
|
|
18629
18629
|
font-weight: 600;
|
|
18630
18630
|
line-height: 1.5;
|
|
18631
18631
|
margin-top: 4px;
|
|
@@ -18637,7 +18637,7 @@
|
|
|
18637
18637
|
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
|
|
18638
18638
|
margin: 0;
|
|
18639
18639
|
margin-top: 4px;
|
|
18640
|
-
font-size:
|
|
18640
|
+
font-size: 14px;
|
|
18641
18641
|
line-height: 1.5;
|
|
18642
18642
|
color: #767d91;
|
|
18643
18643
|
text-align: right; }
|
|
@@ -18645,7 +18645,7 @@
|
|
|
18645
18645
|
margin: 0;
|
|
18646
18646
|
margin-top: 4px;
|
|
18647
18647
|
margin-bottom: 12px;
|
|
18648
|
-
font-size:
|
|
18648
|
+
font-size: 14px;
|
|
18649
18649
|
color: #a9aeba;
|
|
18650
18650
|
text-align: right; }
|
|
18651
18651
|
.next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
|
|
@@ -18772,7 +18772,7 @@
|
|
|
18772
18772
|
margin-left: 28px; }
|
|
18773
18773
|
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
|
|
18774
18774
|
margin: 0;
|
|
18775
|
-
font-size:
|
|
18775
|
+
font-size: 14px;
|
|
18776
18776
|
font-weight: 600;
|
|
18777
18777
|
line-height: 1.5;
|
|
18778
18778
|
margin-top: 4px;
|
|
@@ -18784,7 +18784,7 @@
|
|
|
18784
18784
|
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
|
|
18785
18785
|
margin: 0;
|
|
18786
18786
|
margin-top: 4px;
|
|
18787
|
-
font-size:
|
|
18787
|
+
font-size: 14px;
|
|
18788
18788
|
line-height: 1.5;
|
|
18789
18789
|
color: #767d91;
|
|
18790
18790
|
text-align: left; }
|
|
@@ -18792,7 +18792,7 @@
|
|
|
18792
18792
|
margin: 0;
|
|
18793
18793
|
margin-top: 4px;
|
|
18794
18794
|
margin-bottom: 12px;
|
|
18795
|
-
font-size:
|
|
18795
|
+
font-size: 14px;
|
|
18796
18796
|
color: #a9aeba;
|
|
18797
18797
|
text-align: left; }
|
|
18798
18798
|
.next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
|
|
@@ -18885,7 +18885,7 @@
|
|
|
18885
18885
|
margin-left: 28px; }
|
|
18886
18886
|
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
|
|
18887
18887
|
margin: 0;
|
|
18888
|
-
font-size:
|
|
18888
|
+
font-size: 14px;
|
|
18889
18889
|
font-weight: 600;
|
|
18890
18890
|
line-height: 1.5;
|
|
18891
18891
|
margin-top: 4px;
|
|
@@ -18897,7 +18897,7 @@
|
|
|
18897
18897
|
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
|
|
18898
18898
|
margin: 0;
|
|
18899
18899
|
margin-top: 4px;
|
|
18900
|
-
font-size:
|
|
18900
|
+
font-size: 14px;
|
|
18901
18901
|
line-height: 1.5;
|
|
18902
18902
|
color: #767d91;
|
|
18903
18903
|
text-align: left; }
|
|
@@ -18905,7 +18905,7 @@
|
|
|
18905
18905
|
margin: 0;
|
|
18906
18906
|
margin-top: 4px;
|
|
18907
18907
|
margin-bottom: 12px;
|
|
18908
|
-
font-size:
|
|
18908
|
+
font-size: 14px;
|
|
18909
18909
|
color: #a9aeba;
|
|
18910
18910
|
text-align: left; }
|
|
18911
18911
|
.next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
|
|
@@ -18998,7 +18998,7 @@
|
|
|
18998
18998
|
margin-left: 28px; }
|
|
18999
18999
|
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
|
|
19000
19000
|
margin: 0;
|
|
19001
|
-
font-size:
|
|
19001
|
+
font-size: 14px;
|
|
19002
19002
|
font-weight: 600;
|
|
19003
19003
|
line-height: 1.5;
|
|
19004
19004
|
margin-top: 4px;
|
|
@@ -19010,7 +19010,7 @@
|
|
|
19010
19010
|
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
|
|
19011
19011
|
margin: 0;
|
|
19012
19012
|
margin-top: 4px;
|
|
19013
|
-
font-size:
|
|
19013
|
+
font-size: 14px;
|
|
19014
19014
|
line-height: 1.5;
|
|
19015
19015
|
color: #767d91;
|
|
19016
19016
|
text-align: left; }
|
|
@@ -19018,7 +19018,7 @@
|
|
|
19018
19018
|
margin: 0;
|
|
19019
19019
|
margin-top: 4px;
|
|
19020
19020
|
margin-bottom: 12px;
|
|
19021
|
-
font-size:
|
|
19021
|
+
font-size: 14px;
|
|
19022
19022
|
color: #a9aeba;
|
|
19023
19023
|
text-align: left; }
|
|
19024
19024
|
.next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
|
|
@@ -19111,7 +19111,7 @@
|
|
|
19111
19111
|
margin-left: 28px; }
|
|
19112
19112
|
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
|
|
19113
19113
|
margin: 0;
|
|
19114
|
-
font-size:
|
|
19114
|
+
font-size: 14px;
|
|
19115
19115
|
font-weight: 600;
|
|
19116
19116
|
line-height: 1.5;
|
|
19117
19117
|
margin-top: 4px;
|
|
@@ -19123,7 +19123,7 @@
|
|
|
19123
19123
|
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
|
|
19124
19124
|
margin: 0;
|
|
19125
19125
|
margin-top: 4px;
|
|
19126
|
-
font-size:
|
|
19126
|
+
font-size: 14px;
|
|
19127
19127
|
line-height: 1.5;
|
|
19128
19128
|
color: #767d91;
|
|
19129
19129
|
text-align: left; }
|
|
@@ -19131,7 +19131,7 @@
|
|
|
19131
19131
|
margin: 0;
|
|
19132
19132
|
margin-top: 4px;
|
|
19133
19133
|
margin-bottom: 12px;
|
|
19134
|
-
font-size:
|
|
19134
|
+
font-size: 14px;
|
|
19135
19135
|
color: #a9aeba;
|
|
19136
19136
|
text-align: left; }
|
|
19137
19137
|
.next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
|
|
@@ -19173,7 +19173,7 @@
|
|
|
19173
19173
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-title {
|
|
19174
19174
|
margin: 0;
|
|
19175
19175
|
margin-top: 4px;
|
|
19176
|
-
font-size:
|
|
19176
|
+
font-size: 14px;
|
|
19177
19177
|
font-weight: 600;
|
|
19178
19178
|
line-height: 1.5;
|
|
19179
19179
|
overflow: hidden;
|
|
@@ -19185,7 +19185,7 @@
|
|
|
19185
19185
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
19186
19186
|
margin: 0;
|
|
19187
19187
|
margin-top: 4px;
|
|
19188
|
-
font-size:
|
|
19188
|
+
font-size: 14px;
|
|
19189
19189
|
line-height: 1.5;
|
|
19190
19190
|
color: #767d91;
|
|
19191
19191
|
text-align: right; }
|
|
@@ -19194,7 +19194,7 @@
|
|
|
19194
19194
|
margin: 0;
|
|
19195
19195
|
margin-top: 4px;
|
|
19196
19196
|
margin-bottom: 12px;
|
|
19197
|
-
font-size:
|
|
19197
|
+
font-size: 14px;
|
|
19198
19198
|
color: #a9aeba;
|
|
19199
19199
|
text-align: right; }
|
|
19200
19200
|
|
|
@@ -19227,7 +19227,7 @@
|
|
|
19227
19227
|
|
|
19228
19228
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-title {
|
|
19229
19229
|
margin: 0;
|
|
19230
|
-
font-size:
|
|
19230
|
+
font-size: 14px;
|
|
19231
19231
|
font-weight: 600;
|
|
19232
19232
|
line-height: 1.5;
|
|
19233
19233
|
overflow: hidden;
|
|
@@ -19238,7 +19238,7 @@
|
|
|
19238
19238
|
|
|
19239
19239
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
19240
19240
|
margin: 0;
|
|
19241
|
-
font-size:
|
|
19241
|
+
font-size: 14px;
|
|
19242
19242
|
line-height: 1.5;
|
|
19243
19243
|
color: #767d91;
|
|
19244
19244
|
text-align: left; }
|
|
@@ -19247,7 +19247,7 @@
|
|
|
19247
19247
|
margin: 0;
|
|
19248
19248
|
margin-top: 4px;
|
|
19249
19249
|
margin-bottom: 12px;
|
|
19250
|
-
font-size:
|
|
19250
|
+
font-size: 14px;
|
|
19251
19251
|
color: #a9aeba;
|
|
19252
19252
|
text-align: left; }
|
|
19253
19253
|
|
|
@@ -19290,7 +19290,7 @@
|
|
|
19290
19290
|
border-bottom: 1px solid #dee1e4;
|
|
19291
19291
|
background-color: #FFFFFF;
|
|
19292
19292
|
color: #323643;
|
|
19293
|
-
font-size:
|
|
19293
|
+
font-size: 14px; }
|
|
19294
19294
|
.next-transfer-panel-search {
|
|
19295
19295
|
padding: 0 4px;
|
|
19296
19296
|
margin-top: 8px;
|
|
@@ -19346,11 +19346,11 @@
|
|
|
19346
19346
|
.next-transfer-panel-count {
|
|
19347
19347
|
/* TODO */
|
|
19348
19348
|
margin-left: 4px;
|
|
19349
|
-
font-size:
|
|
19349
|
+
font-size: 14px;
|
|
19350
19350
|
vertical-align: middle;
|
|
19351
19351
|
color: #323643; }
|
|
19352
19352
|
.next-transfer-panel-move-all {
|
|
19353
|
-
font-size:
|
|
19353
|
+
font-size: 14px;
|
|
19354
19354
|
color: #284cc0;
|
|
19355
19355
|
cursor: pointer; }
|
|
19356
19356
|
.next-transfer-panel-move-all.next-disabled {
|
|
@@ -19402,12 +19402,12 @@
|
|
|
19402
19402
|
line-height: 20px;
|
|
19403
19403
|
padding: 0 4px;
|
|
19404
19404
|
border-radius: 4px;
|
|
19405
|
-
font-size:
|
|
19405
|
+
font-size: 14px; }
|
|
19406
19406
|
.next-tree-node-label .next-icon {
|
|
19407
|
-
font-size:
|
|
19407
|
+
font-size: 16px; }
|
|
19408
19408
|
.next-tree-node-label .next-icon::before {
|
|
19409
|
-
font-size:
|
|
19410
|
-
width:
|
|
19409
|
+
font-size: 14px;
|
|
19410
|
+
width: 14px;
|
|
19411
19411
|
margin-right: .5em; }
|
|
19412
19412
|
.next-tree-node-input.next-input {
|
|
19413
19413
|
margin: 0 4px; }
|
|
@@ -19668,7 +19668,7 @@
|
|
|
19668
19668
|
.next-tree-select-dropdown > .next-virtual-tree-container {
|
|
19669
19669
|
padding: 8px 20px; }
|
|
19670
19670
|
.next-tree-select-not-found {
|
|
19671
|
-
font-size:
|
|
19671
|
+
font-size: 14px;
|
|
19672
19672
|
color: #a9aeba; }
|
|
19673
19673
|
|
|
19674
19674
|
.next-upload-list[dir=rtl].next-upload-list-text .next-upload-list-item {
|
|
@@ -20783,7 +20783,7 @@ h5.next-typography-title {
|
|
|
20783
20783
|
font-size: 14px; }
|
|
20784
20784
|
|
|
20785
20785
|
h6.next-typography-title {
|
|
20786
|
-
font-size:
|
|
20786
|
+
font-size: 14px; }
|
|
20787
20787
|
|
|
20788
20788
|
/* put your code here */
|
|
20789
20789
|
.next-divider {
|
|
@@ -21121,7 +21121,7 @@ h6.next-typography-title {
|
|
|
21121
21121
|
.next-table-body,
|
|
21122
21122
|
.next-table-header {
|
|
21123
21123
|
overflow: auto;
|
|
21124
|
-
font-size:
|
|
21124
|
+
font-size: 14px; }
|
|
21125
21125
|
|
|
21126
21126
|
.next-table-column-resize-proxy {
|
|
21127
21127
|
position: absolute;
|
|
@@ -21146,7 +21146,7 @@ h6.next-typography-title {
|
|
|
21146
21146
|
display: none; }
|
|
21147
21147
|
|
|
21148
21148
|
.next-table-body {
|
|
21149
|
-
font-size:
|
|
21149
|
+
font-size: 14px;
|
|
21150
21150
|
position: relative; }
|
|
21151
21151
|
|
|
21152
21152
|
.next-table-fixed {
|
|
@@ -21933,9 +21933,9 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
21933
21933
|
border-radius: 4px; }
|
|
21934
21934
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-label {
|
|
21935
21935
|
padding-left: 8px;
|
|
21936
|
-
font-size:
|
|
21936
|
+
font-size: 14px; }
|
|
21937
21937
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-inner {
|
|
21938
|
-
font-size:
|
|
21938
|
+
font-size: 14px; }
|
|
21939
21939
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-control {
|
|
21940
21940
|
padding-right: 8px; }
|
|
21941
21941
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-inner-text {
|
|
@@ -21944,18 +21944,18 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
21944
21944
|
height: 34px;
|
|
21945
21945
|
line-height: 34px \0;
|
|
21946
21946
|
padding: 0 8px;
|
|
21947
|
-
font-size:
|
|
21947
|
+
font-size: 14px; }
|
|
21948
21948
|
.next-time-picker2-input.next-time-picker2-input-medium input::-webkit-input-placeholder {
|
|
21949
|
-
font-size:
|
|
21949
|
+
font-size: 14px; }
|
|
21950
21950
|
.next-time-picker2-input.next-time-picker2-input-medium input::-moz-placeholder {
|
|
21951
|
-
font-size:
|
|
21951
|
+
font-size: 14px; }
|
|
21952
21952
|
.next-time-picker2-input.next-time-picker2-input-medium input::-ms-input-placeholder {
|
|
21953
|
-
font-size:
|
|
21953
|
+
font-size: 14px; }
|
|
21954
21954
|
.next-time-picker2-input.next-time-picker2-input-medium input::placeholder {
|
|
21955
|
-
font-size:
|
|
21955
|
+
font-size: 14px; }
|
|
21956
21956
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-text-field {
|
|
21957
21957
|
padding: 0 8px;
|
|
21958
|
-
font-size:
|
|
21958
|
+
font-size: 14px;
|
|
21959
21959
|
height: 34px;
|
|
21960
21960
|
line-height: 34px; }
|
|
21961
21961
|
.next-time-picker2-input.next-time-picker2-input-medium .next-icon:before,
|
|
@@ -21970,9 +21970,9 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
21970
21970
|
border-radius: 4px; }
|
|
21971
21971
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-label {
|
|
21972
21972
|
padding-left: 12px;
|
|
21973
|
-
font-size:
|
|
21973
|
+
font-size: 14px; }
|
|
21974
21974
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-inner {
|
|
21975
|
-
font-size:
|
|
21975
|
+
font-size: 14px; }
|
|
21976
21976
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-control {
|
|
21977
21977
|
padding-right: 12px; }
|
|
21978
21978
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-inner-text {
|
|
@@ -21981,18 +21981,18 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
21981
21981
|
height: 38px;
|
|
21982
21982
|
line-height: 38px \0;
|
|
21983
21983
|
padding: 0 8px;
|
|
21984
|
-
font-size:
|
|
21984
|
+
font-size: 14px; }
|
|
21985
21985
|
.next-time-picker2-input.next-time-picker2-input-large input::-webkit-input-placeholder {
|
|
21986
|
-
font-size:
|
|
21986
|
+
font-size: 14px; }
|
|
21987
21987
|
.next-time-picker2-input.next-time-picker2-input-large input::-moz-placeholder {
|
|
21988
|
-
font-size:
|
|
21988
|
+
font-size: 14px; }
|
|
21989
21989
|
.next-time-picker2-input.next-time-picker2-input-large input::-ms-input-placeholder {
|
|
21990
|
-
font-size:
|
|
21990
|
+
font-size: 14px; }
|
|
21991
21991
|
.next-time-picker2-input.next-time-picker2-input-large input::placeholder {
|
|
21992
|
-
font-size:
|
|
21992
|
+
font-size: 14px; }
|
|
21993
21993
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-text-field {
|
|
21994
21994
|
padding: 0 8px;
|
|
21995
|
-
font-size:
|
|
21995
|
+
font-size: 14px;
|
|
21996
21996
|
height: 38px;
|
|
21997
21997
|
line-height: 38px; }
|
|
21998
21998
|
.next-time-picker2-input.next-time-picker2-input-large .next-icon:before,
|
|
@@ -22261,9 +22261,9 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
22261
22261
|
border-radius: 4px; }
|
|
22262
22262
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-label {
|
|
22263
22263
|
padding-left: 8px;
|
|
22264
|
-
font-size:
|
|
22264
|
+
font-size: 14px; }
|
|
22265
22265
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-inner {
|
|
22266
|
-
font-size:
|
|
22266
|
+
font-size: 14px; }
|
|
22267
22267
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
|
|
22268
22268
|
padding-right: 8px; }
|
|
22269
22269
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-inner-text {
|
|
@@ -22272,18 +22272,18 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
22272
22272
|
height: 34px;
|
|
22273
22273
|
line-height: 34px \0;
|
|
22274
22274
|
padding: 0 8px;
|
|
22275
|
-
font-size:
|
|
22275
|
+
font-size: 14px; }
|
|
22276
22276
|
.next-date-picker2-input.next-date-picker2-input-medium input::-webkit-input-placeholder {
|
|
22277
|
-
font-size:
|
|
22277
|
+
font-size: 14px; }
|
|
22278
22278
|
.next-date-picker2-input.next-date-picker2-input-medium input::-moz-placeholder {
|
|
22279
|
-
font-size:
|
|
22279
|
+
font-size: 14px; }
|
|
22280
22280
|
.next-date-picker2-input.next-date-picker2-input-medium input::-ms-input-placeholder {
|
|
22281
|
-
font-size:
|
|
22281
|
+
font-size: 14px; }
|
|
22282
22282
|
.next-date-picker2-input.next-date-picker2-input-medium input::placeholder {
|
|
22283
|
-
font-size:
|
|
22283
|
+
font-size: 14px; }
|
|
22284
22284
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-text-field {
|
|
22285
22285
|
padding: 0 8px;
|
|
22286
|
-
font-size:
|
|
22286
|
+
font-size: 14px;
|
|
22287
22287
|
height: 34px;
|
|
22288
22288
|
line-height: 34px; }
|
|
22289
22289
|
.next-date-picker2-input.next-date-picker2-input-medium .next-icon:before,
|
|
@@ -22298,9 +22298,9 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
22298
22298
|
border-radius: 4px; }
|
|
22299
22299
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-label {
|
|
22300
22300
|
padding-left: 12px;
|
|
22301
|
-
font-size:
|
|
22301
|
+
font-size: 14px; }
|
|
22302
22302
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-inner {
|
|
22303
|
-
font-size:
|
|
22303
|
+
font-size: 14px; }
|
|
22304
22304
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-control {
|
|
22305
22305
|
padding-right: 12px; }
|
|
22306
22306
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-inner-text {
|
|
@@ -22309,18 +22309,18 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
22309
22309
|
height: 38px;
|
|
22310
22310
|
line-height: 38px \0;
|
|
22311
22311
|
padding: 0 8px;
|
|
22312
|
-
font-size:
|
|
22312
|
+
font-size: 14px; }
|
|
22313
22313
|
.next-date-picker2-input.next-date-picker2-input-large input::-webkit-input-placeholder {
|
|
22314
|
-
font-size:
|
|
22314
|
+
font-size: 14px; }
|
|
22315
22315
|
.next-date-picker2-input.next-date-picker2-input-large input::-moz-placeholder {
|
|
22316
|
-
font-size:
|
|
22316
|
+
font-size: 14px; }
|
|
22317
22317
|
.next-date-picker2-input.next-date-picker2-input-large input::-ms-input-placeholder {
|
|
22318
|
-
font-size:
|
|
22318
|
+
font-size: 14px; }
|
|
22319
22319
|
.next-date-picker2-input.next-date-picker2-input-large input::placeholder {
|
|
22320
|
-
font-size:
|
|
22320
|
+
font-size: 14px; }
|
|
22321
22321
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-text-field {
|
|
22322
22322
|
padding: 0 8px;
|
|
22323
|
-
font-size:
|
|
22323
|
+
font-size: 14px;
|
|
22324
22324
|
height: 38px;
|
|
22325
22325
|
line-height: 38px; }
|
|
22326
22326
|
.next-date-picker2-input.next-date-picker2-input-large .next-icon:before,
|