@alifd/theme-fpx-warehouse 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/design-token.js +1 -1
- package/dist/next-1.css +62 -62
- package/dist/next-2.css +117 -117
- package/dist/next-noreset-1.css +58 -58
- package/dist/next-noreset-2.css +116 -116
- package/dist/next-noreset.css +173 -173
- package/dist/next-noreset.min-1.css +2 -2
- package/dist/next-noreset.min-2.css +2 -2
- package/dist/next-noreset.min.css +2 -2
- package/dist/next-noreset.var-1.css +115 -115
- package/dist/next-noreset.var-2.css +231 -231
- package/dist/next-noreset.var.css +345 -345
- 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 +178 -178
- package/dist/next.js +1 -1
- package/dist/next.min-1.css +2 -2
- package/dist/next.min-2.css +2 -2
- package/dist/next.min.css +2 -2
- package/dist/next.var-1.css +123 -123
- package/dist/next.var-2.css +233 -233
- package/dist/next.var.css +355 -355
- 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 +68 -68
- package/variables.js +5 -5
- package/variables.less +47 -47
- package/variables.scss +47 -47
- package/variables.scss2css.scss +101 -101
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.2 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.27.33 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -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;
|
|
@@ -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 */
|
|
@@ -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
|
|
|
@@ -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;
|
|
@@ -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; }
|
|
@@ -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;
|
|
@@ -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: 14px;
|
|
15566
|
+
line-height: 18px;
|
|
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: 14px;
|
|
15594
|
+
line-height: 18px;
|
|
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: 14px;
|
|
15622
|
+
line-height: 18px;
|
|
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: 14px;
|
|
15650
|
+
line-height: 18px;
|
|
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: 9px; }
|
|
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: 9px; }
|
|
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: 9px; }
|
|
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: 9px; }
|
|
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,7 +15781,7 @@
|
|
|
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;
|
|
@@ -15812,7 +15812,7 @@
|
|
|
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;
|
|
@@ -15843,7 +15843,7 @@
|
|
|
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;
|
|
@@ -15874,7 +15874,7 @@
|
|
|
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;
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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; }
|
|
@@ -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 {
|
|
@@ -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,
|