@alifd/theme-fpx-warehouse 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/design-token.js +1 -1
- package/dist/next-1.css +62 -62
- package/dist/next-2.css +118 -118
- package/dist/next-noreset-1.css +58 -58
- package/dist/next-noreset-2.css +117 -117
- package/dist/next-noreset.css +174 -174
- 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 +233 -233
- package/dist/next-noreset.var.css +347 -347
- 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 +179 -179
- 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 +235 -235
- package/dist/next.var.css +357 -357
- 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 +76 -76
- package/variables.js +5 -5
- package/variables.less +49 -49
- package/variables.scss +49 -49
- package/variables.scss2css.scss +107 -107
package/dist/next-noreset-1.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%;
|