@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.var-1.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)
|
|
@@ -490,8 +490,8 @@ html {
|
|
|
490
490
|
|
|
491
491
|
body {
|
|
492
492
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
493
|
-
font-size:
|
|
494
|
-
font-size: var(--font-size-body-1,
|
|
493
|
+
font-size: 14px;
|
|
494
|
+
font-size: var(--font-size-body-1, 14px);
|
|
495
495
|
line-height: 1.28571;
|
|
496
496
|
color: #323643;
|
|
497
497
|
color: var(--color-text1-4, #323643); }
|
|
@@ -548,8 +548,8 @@ h4 {
|
|
|
548
548
|
line-height: 24px; }
|
|
549
549
|
|
|
550
550
|
h5 {
|
|
551
|
-
margin-bottom: calc(
|
|
552
|
-
margin-bottom: calc(var(--font-size-body-1,
|
|
551
|
+
margin-bottom: calc(14px*0.5);
|
|
552
|
+
margin-bottom: calc(var(--font-size-body-1, 14px)*0.5);
|
|
553
553
|
font-size: 14px;
|
|
554
554
|
font-size: var(--font-size-body-2, 14px);
|
|
555
555
|
font-weight: normal;
|
|
@@ -559,17 +559,17 @@ h5 {
|
|
|
559
559
|
h6 {
|
|
560
560
|
margin-bottom: calc(14px*0.5);
|
|
561
561
|
margin-bottom: calc(var(--font-size-body-2, 14px)*0.5);
|
|
562
|
-
font-size:
|
|
563
|
-
font-size: var(--font-size-body-1,
|
|
562
|
+
font-size: 14px;
|
|
563
|
+
font-size: var(--font-size-body-1, 14px);
|
|
564
564
|
font-weight: 500;
|
|
565
565
|
font-weight: var(--font-weight-medium, 500);
|
|
566
566
|
line-height: 20px; }
|
|
567
567
|
|
|
568
568
|
p {
|
|
569
|
-
margin-bottom: calc(
|
|
570
|
-
margin-bottom: calc(var(--font-size-body-1,
|
|
571
|
-
font-size:
|
|
572
|
-
font-size: var(--font-size-body-1,
|
|
569
|
+
margin-bottom: calc(14px*0.5);
|
|
570
|
+
margin-bottom: calc(var(--font-size-body-1, 14px)*0.5);
|
|
571
|
+
font-size: 14px;
|
|
572
|
+
font-size: var(--font-size-body-1, 14px);
|
|
573
573
|
font-weight: normal;
|
|
574
574
|
font-weight: var(--font-weight-2, normal);
|
|
575
575
|
line-height: 20px; }
|
|
@@ -2747,8 +2747,8 @@ small {
|
|
|
2747
2747
|
height: calc(var(--radio-button-height-large, 40px) - 2px);
|
|
2748
2748
|
line-height: calc(40px - 2px);
|
|
2749
2749
|
line-height: calc(var(--radio-button-height-large, 40px) - 2px);
|
|
2750
|
-
font-size:
|
|
2751
|
-
font-size: var(--radio-button-font-size-large,
|
|
2750
|
+
font-size: 14px;
|
|
2751
|
+
font-size: var(--radio-button-font-size-large, 14px); }
|
|
2752
2752
|
|
|
2753
2753
|
.next-radio-button-medium[dir='rtl'] > label:first-child {
|
|
2754
2754
|
margin-left: -1px;
|
|
@@ -3018,8 +3018,8 @@ small {
|
|
|
3018
3018
|
height: calc(var(--radio-button-height-large, 40px) - 2px);
|
|
3019
3019
|
line-height: calc(40px - 2px);
|
|
3020
3020
|
line-height: calc(var(--radio-button-height-large, 40px) - 2px);
|
|
3021
|
-
font-size:
|
|
3022
|
-
font-size: var(--radio-button-font-size-large,
|
|
3021
|
+
font-size: 14px;
|
|
3022
|
+
font-size: var(--radio-button-font-size-large, 14px); }
|
|
3023
3023
|
|
|
3024
3024
|
.next-radio-button-medium > label {
|
|
3025
3025
|
padding: 0 8px;
|
|
@@ -3110,8 +3110,8 @@ small {
|
|
|
3110
3110
|
/* 使用已有变量$radio-font-margin-left,配左即两边都有间隔 */
|
|
3111
3111
|
margin-right: 8px;
|
|
3112
3112
|
margin-right: var(--radio-font-margin-left, 8px);
|
|
3113
|
-
font-size:
|
|
3114
|
-
font-size: var(--radio-font-size,
|
|
3113
|
+
font-size: 14px;
|
|
3114
|
+
font-size: var(--radio-font-size, 14px);
|
|
3115
3115
|
vertical-align: middle;
|
|
3116
3116
|
line-height: 1;
|
|
3117
3117
|
color: #323643;
|
|
@@ -3284,8 +3284,8 @@ small {
|
|
|
3284
3284
|
border-style: var(--balloon-border-style, solid);
|
|
3285
3285
|
border-radius: 4px;
|
|
3286
3286
|
border-radius: var(--balloon-corner, 4px);
|
|
3287
|
-
font-size:
|
|
3288
|
-
font-size: var(--balloon-content-font-size,
|
|
3287
|
+
font-size: 14px;
|
|
3288
|
+
font-size: var(--balloon-content-font-size, 14px);
|
|
3289
3289
|
font-weight: normal;
|
|
3290
3290
|
font-weight: var(--balloon-content-font-weight, normal);
|
|
3291
3291
|
/* stylelint-disable */
|
|
@@ -3339,12 +3339,12 @@ small {
|
|
|
3339
3339
|
.next-balloon-primary .next-balloon-close {
|
|
3340
3340
|
position: absolute;
|
|
3341
3341
|
top: -1px;
|
|
3342
|
-
-webkit-transform: translateY(calc(8px +
|
|
3343
|
-
-webkit-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
3344
|
-
-ms-transform: translateY(calc(8px +
|
|
3345
|
-
-ms-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
3346
|
-
transform: translateY(calc(8px +
|
|
3347
|
-
transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
3342
|
+
-webkit-transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
3343
|
+
-webkit-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
3344
|
+
-ms-transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
3345
|
+
-ms-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
3346
|
+
transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
3347
|
+
transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
3348
3348
|
right: 8px;
|
|
3349
3349
|
right: var(--balloon-size-close-margin-right, 8px);
|
|
3350
3350
|
font-size: 16px;
|
|
@@ -3557,12 +3557,12 @@ small {
|
|
|
3557
3557
|
.next-balloon-normal .next-balloon-close {
|
|
3558
3558
|
position: absolute;
|
|
3559
3559
|
top: -1px;
|
|
3560
|
-
-webkit-transform: translateY(calc(8px +
|
|
3561
|
-
-webkit-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
3562
|
-
-ms-transform: translateY(calc(8px +
|
|
3563
|
-
-ms-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
3564
|
-
transform: translateY(calc(8px +
|
|
3565
|
-
transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size,
|
|
3560
|
+
-webkit-transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
3561
|
+
-webkit-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
3562
|
+
-ms-transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
3563
|
+
-ms-transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
3564
|
+
transform: translateY(calc(8px + 14px/2 - 16px/2));
|
|
3565
|
+
transform: translateY(calc(var(--balloon-size-padding-top, 8px) + var(--balloon-content-font-size, 14px)/2 - var(--balloon-size-close, 16px)/2));
|
|
3566
3566
|
right: 8px;
|
|
3567
3567
|
right: var(--balloon-size-close-margin-right, 8px);
|
|
3568
3568
|
font-size: 16px;
|
|
@@ -3781,8 +3781,8 @@ small {
|
|
|
3781
3781
|
border-style: var(--balloon-tooltip-border-style, solid);
|
|
3782
3782
|
border-radius: 4px;
|
|
3783
3783
|
border-radius: var(--balloon-corner, 4px);
|
|
3784
|
-
font-size:
|
|
3785
|
-
font-size: var(--balloon-tooltip-content-font-size,
|
|
3784
|
+
font-size: 14px;
|
|
3785
|
+
font-size: var(--balloon-tooltip-content-font-size, 14px);
|
|
3786
3786
|
font-weight: normal;
|
|
3787
3787
|
font-weight: var(--balloon-tooltip-content-font-weight, normal);
|
|
3788
3788
|
z-index: 0;
|
|
@@ -4355,8 +4355,8 @@ small {
|
|
|
4355
4355
|
background: var(--menu-background, #FFFFFF);
|
|
4356
4356
|
line-height: 36px;
|
|
4357
4357
|
line-height: var(--menu-line-height, 36px);
|
|
4358
|
-
font-size:
|
|
4359
|
-
font-size: var(--menu-font-size,
|
|
4358
|
+
font-size: 14px;
|
|
4359
|
+
font-size: var(--menu-font-size, 14px);
|
|
4360
4360
|
-webkit-animation-duration: 300ms;
|
|
4361
4361
|
animation-duration: 300ms;
|
|
4362
4362
|
-webkit-animation-timing-function: ease;
|
|
@@ -4434,8 +4434,8 @@ small {
|
|
|
4434
4434
|
color: #a9aeba;
|
|
4435
4435
|
color: var(--color-text1-2, #a9aeba);
|
|
4436
4436
|
font-style: normal;
|
|
4437
|
-
font-size:
|
|
4438
|
-
font-size: var(--menu-font-size,
|
|
4437
|
+
font-size: 14px;
|
|
4438
|
+
font-size: var(--menu-font-size, 14px); }
|
|
4439
4439
|
.next-menu-item .next-checkbox,
|
|
4440
4440
|
.next-menu-item .next-radio {
|
|
4441
4441
|
margin-right: 4px; }
|
|
@@ -4483,8 +4483,8 @@ small {
|
|
|
4483
4483
|
.next-menu-item-inner {
|
|
4484
4484
|
height: 36px;
|
|
4485
4485
|
height: var(--menu-line-height, 36px);
|
|
4486
|
-
font-size:
|
|
4487
|
-
font-size: var(--menu-font-size,
|
|
4486
|
+
font-size: 14px;
|
|
4487
|
+
font-size: var(--menu-font-size, 14px);
|
|
4488
4488
|
overflow: hidden;
|
|
4489
4489
|
text-overflow: ellipsis;
|
|
4490
4490
|
white-space: nowrap;
|
|
@@ -4633,8 +4633,8 @@ small {
|
|
|
4633
4633
|
.next-breadcrumb .next-breadcrumb-text {
|
|
4634
4634
|
height: 16px;
|
|
4635
4635
|
min-width: 16px;
|
|
4636
|
-
font-size:
|
|
4637
|
-
font-size: var(--breadcrumb-size-m-font-size,
|
|
4636
|
+
font-size: 14px;
|
|
4637
|
+
font-size: var(--breadcrumb-size-m-font-size, 14px);
|
|
4638
4638
|
line-height: 16px; }
|
|
4639
4639
|
.next-breadcrumb .next-breadcrumb-separator {
|
|
4640
4640
|
height: 16px;
|
|
@@ -4864,8 +4864,8 @@ small {
|
|
|
4864
4864
|
padding: 0 var(--btn-size-m-padding, 16px);
|
|
4865
4865
|
height: 32px;
|
|
4866
4866
|
height: var(--btn-size-m-height, 32px);
|
|
4867
|
-
font-size:
|
|
4868
|
-
font-size: var(--btn-size-m-font,
|
|
4867
|
+
font-size: 14px;
|
|
4868
|
+
font-size: var(--btn-size-m-font, 14px);
|
|
4869
4869
|
border-width: 1px;
|
|
4870
4870
|
border-width: var(--btn-size-m-border-width, 1px); }
|
|
4871
4871
|
.next-btn.next-medium > .next-btn-icon.next-icon-first {
|
|
@@ -5362,8 +5362,8 @@ small {
|
|
|
5362
5362
|
padding: 0 0px;
|
|
5363
5363
|
height: 24px;
|
|
5364
5364
|
height: var(--btn-text-size-l-height, 24px);
|
|
5365
|
-
font-size:
|
|
5366
|
-
font-size: var(--btn-text-size-l-font,
|
|
5365
|
+
font-size: 14px;
|
|
5366
|
+
font-size: var(--btn-text-size-l-font, 14px);
|
|
5367
5367
|
border-width: 0; }
|
|
5368
5368
|
.next-btn-text.next-large > .next-btn-icon.next-icon-first {
|
|
5369
5369
|
-webkit-transform: scale(1);
|
|
@@ -6013,11 +6013,11 @@ small {
|
|
|
6013
6013
|
.next-input.next-medium .next-input-label {
|
|
6014
6014
|
padding-left: 8px;
|
|
6015
6015
|
padding-left: var(--input-m-label-padding-left, 8px);
|
|
6016
|
-
font-size:
|
|
6017
|
-
font-size: var(--form-element-medium-font-size,
|
|
6016
|
+
font-size: 14px;
|
|
6017
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
6018
6018
|
.next-input.next-medium .next-input-inner {
|
|
6019
|
-
font-size:
|
|
6020
|
-
font-size: var(--form-element-medium-font-size,
|
|
6019
|
+
font-size: 14px;
|
|
6020
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
6021
6021
|
.next-input.next-medium .next-input-control {
|
|
6022
6022
|
padding-right: 8px;
|
|
6023
6023
|
padding-right: var(--input-m-icon-padding-right, 8px); }
|
|
@@ -6031,25 +6031,25 @@ small {
|
|
|
6031
6031
|
line-height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2) \0;
|
|
6032
6032
|
padding: 0 8px;
|
|
6033
6033
|
padding: 0 var(--input-m-padding, 8px);
|
|
6034
|
-
font-size:
|
|
6035
|
-
font-size: var(--form-element-medium-font-size,
|
|
6034
|
+
font-size: 14px;
|
|
6035
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
6036
6036
|
.next-input.next-medium input::-webkit-input-placeholder {
|
|
6037
|
-
font-size:
|
|
6038
|
-
font-size: var(--form-element-medium-font-size,
|
|
6037
|
+
font-size: 14px;
|
|
6038
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
6039
6039
|
.next-input.next-medium input::-moz-placeholder {
|
|
6040
|
-
font-size:
|
|
6041
|
-
font-size: var(--form-element-medium-font-size,
|
|
6040
|
+
font-size: 14px;
|
|
6041
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
6042
6042
|
.next-input.next-medium input::-ms-input-placeholder {
|
|
6043
|
-
font-size:
|
|
6044
|
-
font-size: var(--form-element-medium-font-size,
|
|
6043
|
+
font-size: 14px;
|
|
6044
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
6045
6045
|
.next-input.next-medium input::placeholder {
|
|
6046
|
-
font-size:
|
|
6047
|
-
font-size: var(--form-element-medium-font-size,
|
|
6046
|
+
font-size: 14px;
|
|
6047
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
6048
6048
|
.next-input.next-medium .next-input-text-field {
|
|
6049
6049
|
padding: 0 8px;
|
|
6050
6050
|
padding: 0 var(--input-m-padding, 8px);
|
|
6051
|
-
font-size:
|
|
6052
|
-
font-size: var(--form-element-medium-font-size,
|
|
6051
|
+
font-size: 14px;
|
|
6052
|
+
font-size: var(--form-element-medium-font-size, 14px);
|
|
6053
6053
|
height: calc(36px - 1px*2);
|
|
6054
6054
|
height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2);
|
|
6055
6055
|
line-height: calc(36px - 1px*2);
|
|
@@ -6070,11 +6070,11 @@ small {
|
|
|
6070
6070
|
.next-input.next-large .next-input-label {
|
|
6071
6071
|
padding-left: 12px;
|
|
6072
6072
|
padding-left: var(--input-l-label-padding-left, 12px);
|
|
6073
|
-
font-size:
|
|
6074
|
-
font-size: var(--form-element-large-font-size,
|
|
6073
|
+
font-size: 14px;
|
|
6074
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
6075
6075
|
.next-input.next-large .next-input-inner {
|
|
6076
|
-
font-size:
|
|
6077
|
-
font-size: var(--form-element-large-font-size,
|
|
6076
|
+
font-size: 14px;
|
|
6077
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
6078
6078
|
.next-input.next-large .next-input-control {
|
|
6079
6079
|
padding-right: 12px;
|
|
6080
6080
|
padding-right: var(--input-l-icon-padding-right, 12px); }
|
|
@@ -6088,25 +6088,25 @@ small {
|
|
|
6088
6088
|
line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2) \0;
|
|
6089
6089
|
padding: 0 8px;
|
|
6090
6090
|
padding: 0 var(--input-l-padding, 8px);
|
|
6091
|
-
font-size:
|
|
6092
|
-
font-size: var(--form-element-large-font-size,
|
|
6091
|
+
font-size: 14px;
|
|
6092
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
6093
6093
|
.next-input.next-large input::-webkit-input-placeholder {
|
|
6094
|
-
font-size:
|
|
6095
|
-
font-size: var(--form-element-large-font-size,
|
|
6094
|
+
font-size: 14px;
|
|
6095
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
6096
6096
|
.next-input.next-large input::-moz-placeholder {
|
|
6097
|
-
font-size:
|
|
6098
|
-
font-size: var(--form-element-large-font-size,
|
|
6097
|
+
font-size: 14px;
|
|
6098
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
6099
6099
|
.next-input.next-large input::-ms-input-placeholder {
|
|
6100
|
-
font-size:
|
|
6101
|
-
font-size: var(--form-element-large-font-size,
|
|
6100
|
+
font-size: 14px;
|
|
6101
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
6102
6102
|
.next-input.next-large input::placeholder {
|
|
6103
|
-
font-size:
|
|
6104
|
-
font-size: var(--form-element-large-font-size,
|
|
6103
|
+
font-size: 14px;
|
|
6104
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
6105
6105
|
.next-input.next-large .next-input-text-field {
|
|
6106
6106
|
padding: 0 8px;
|
|
6107
6107
|
padding: 0 var(--input-l-padding, 8px);
|
|
6108
|
-
font-size:
|
|
6109
|
-
font-size: var(--form-element-large-font-size,
|
|
6108
|
+
font-size: 14px;
|
|
6109
|
+
font-size: var(--form-element-large-font-size, 14px);
|
|
6110
6110
|
height: calc(40px - 1px*2);
|
|
6111
6111
|
height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
|
|
6112
6112
|
line-height: calc(40px - 1px*2);
|
|
@@ -6134,11 +6134,11 @@ small {
|
|
|
6134
6134
|
border-radius: 4px;
|
|
6135
6135
|
border-radius: var(--input-multiple-corner, 4px); }
|
|
6136
6136
|
.next-input.next-input-textarea.next-small textarea {
|
|
6137
|
-
font-size:
|
|
6138
|
-
font-size: var(--form-element-medium-font-size,
|
|
6137
|
+
font-size: 14px;
|
|
6138
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
6139
6139
|
.next-input.next-input-textarea.next-large textarea {
|
|
6140
|
-
font-size:
|
|
6141
|
-
font-size: var(--form-element-large-font-size,
|
|
6140
|
+
font-size: 14px;
|
|
6141
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
6142
6142
|
.next-input.next-input-textarea .next-input-control {
|
|
6143
6143
|
display: block;
|
|
6144
6144
|
width: auto;
|
|
@@ -6488,13 +6488,13 @@ small {
|
|
|
6488
6488
|
border-radius: 4px;
|
|
6489
6489
|
border-radius: var(--form-element-small-corner, 4px); }
|
|
6490
6490
|
.next-input-group-text.next-medium {
|
|
6491
|
-
font-size:
|
|
6492
|
-
font-size: var(--form-element-medium-font-size,
|
|
6491
|
+
font-size: 14px;
|
|
6492
|
+
font-size: var(--form-element-medium-font-size, 14px);
|
|
6493
6493
|
border-radius: 4px;
|
|
6494
6494
|
border-radius: var(--form-element-medium-corner, 4px); }
|
|
6495
6495
|
.next-input-group-text.next-large {
|
|
6496
|
-
font-size:
|
|
6497
|
-
font-size: var(--form-element-large-font-size,
|
|
6496
|
+
font-size: 14px;
|
|
6497
|
+
font-size: var(--form-element-large-font-size, 14px);
|
|
6498
6498
|
border-radius: 4px;
|
|
6499
6499
|
border-radius: var(--form-element-large-corner, 4px); }
|
|
6500
6500
|
|
|
@@ -7374,8 +7374,8 @@ small {
|
|
|
7374
7374
|
right: 0;
|
|
7375
7375
|
top: 0;
|
|
7376
7376
|
height: 100%;
|
|
7377
|
-
font-size:
|
|
7378
|
-
font-size: var(--card-title-extra-font-size,
|
|
7377
|
+
font-size: 14px;
|
|
7378
|
+
font-size: var(--card-title-extra-font-size, 14px);
|
|
7379
7379
|
color: #005adc;
|
|
7380
7380
|
color: var(--card-title-extra-color, #005adc); }
|
|
7381
7381
|
.next-card-body {
|
|
@@ -7486,8 +7486,8 @@ small {
|
|
|
7486
7486
|
padding-left: var(--card-padding-lr, 20px);
|
|
7487
7487
|
padding-right: 20px;
|
|
7488
7488
|
padding-right: var(--card-padding-lr, 20px);
|
|
7489
|
-
font-size:
|
|
7490
|
-
font-size: var(--card-content-font-size,
|
|
7489
|
+
font-size: 14px;
|
|
7490
|
+
font-size: var(--card-content-font-size, 14px);
|
|
7491
7491
|
line-height: 1.5;
|
|
7492
7492
|
line-height: var(--card-content-line-height, 1.5);
|
|
7493
7493
|
color: #767d91;
|
|
@@ -7844,8 +7844,8 @@ small {
|
|
|
7844
7844
|
margin-bottom: 8px; }
|
|
7845
7845
|
|
|
7846
7846
|
.next-checkbox-label {
|
|
7847
|
-
font-size:
|
|
7848
|
-
font-size: var(--checkbox-font-size,
|
|
7847
|
+
font-size: 14px;
|
|
7848
|
+
font-size: var(--checkbox-font-size, 14px);
|
|
7849
7849
|
color: #323643;
|
|
7850
7850
|
color: var(--checkbox-label-color, #323643);
|
|
7851
7851
|
vertical-align: middle;
|
|
@@ -7918,8 +7918,8 @@ small {
|
|
|
7918
7918
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7919
7919
|
background: #eef1f6;
|
|
7920
7920
|
background: var(--collapse-title-bg-color, #eef1f6);
|
|
7921
|
-
font-size:
|
|
7922
|
-
font-size: var(--collapse-title-font-size,
|
|
7921
|
+
font-size: 14px;
|
|
7922
|
+
font-size: var(--collapse-title-font-size, 14px);
|
|
7923
7923
|
font-weight: 500;
|
|
7924
7924
|
font-weight: var(--collapse-title-font-weight, 500);
|
|
7925
7925
|
color: #323643;
|
|
@@ -7947,8 +7947,8 @@ small {
|
|
|
7947
7947
|
padding: 0 var(--collapse-content-padding-x, 24px);
|
|
7948
7948
|
background: #FFFFFF;
|
|
7949
7949
|
background: var(--collapse-content-bg-color, #FFFFFF);
|
|
7950
|
-
font-size:
|
|
7951
|
-
font-size: var(--collapse-content-font-size,
|
|
7950
|
+
font-size: 14px;
|
|
7951
|
+
font-size: var(--collapse-content-font-size, 14px);
|
|
7952
7952
|
color: #323643;
|
|
7953
7953
|
color: var(--collapse-content-color, #323643);
|
|
7954
7954
|
-webkit-transition: all 300ms ease;
|
|
@@ -8018,8 +8018,8 @@ small {
|
|
|
8018
8018
|
height: var(--time-picker-menu-title-height, 12px);
|
|
8019
8019
|
line-height: 12px;
|
|
8020
8020
|
line-height: var(--time-picker-menu-title-height, 12px);
|
|
8021
|
-
font-size:
|
|
8022
|
-
font-size: var(--time-picker-menu-title-font-size,
|
|
8021
|
+
font-size: 14px;
|
|
8022
|
+
font-size: var(--time-picker-menu-title-font-size, 14px);
|
|
8023
8023
|
font-weight: normal;
|
|
8024
8024
|
font-weight: var(--time-pikcer-menu-title-font-weight, normal);
|
|
8025
8025
|
color: #c3cbd5;
|
|
@@ -8032,8 +8032,8 @@ small {
|
|
|
8032
8032
|
list-style: none;
|
|
8033
8033
|
margin: 0;
|
|
8034
8034
|
padding: 0;
|
|
8035
|
-
font-size:
|
|
8036
|
-
font-size: var(--time-picker-menu-item-font-size,
|
|
8035
|
+
font-size: 14px;
|
|
8036
|
+
font-size: var(--time-picker-menu-item-font-size, 14px);
|
|
8037
8037
|
height: calc(28px*7);
|
|
8038
8038
|
height: calc(var(--time-picker-menu-item-height, 28px)*7); }
|
|
8039
8039
|
.next-time-picker-menu-item {
|
|
@@ -8872,8 +8872,8 @@ small {
|
|
|
8872
8872
|
margin-top: var(--message-size-m-content-margin-top, 4px);
|
|
8873
8873
|
padding: 0 20px 0 calc(8px + 16px);
|
|
8874
8874
|
padding: 0 var(--message-size-m-title-content-padding-right, 20px) 0 calc(var(--message-size-m-title-content-padding-left, 8px) + var(--message-size-m-icon, 16px));
|
|
8875
|
-
font-size:
|
|
8876
|
-
font-size: var(--message-size-m-content-font,
|
|
8875
|
+
font-size: 14px;
|
|
8876
|
+
font-size: var(--message-size-m-content-font, 14px);
|
|
8877
8877
|
line-height: 1.5;
|
|
8878
8878
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
8879
8879
|
.next-message.next-medium .next-message-symbol + .next-message-content {
|
|
@@ -8923,8 +8923,8 @@ small {
|
|
|
8923
8923
|
margin-top: var(--message-size-l-content-margin-top, 8px);
|
|
8924
8924
|
padding: 0 16px 0 calc(8px + 20px);
|
|
8925
8925
|
padding: 0 var(--message-size-l-title-content-padding-right, 16px) 0 calc(var(--message-size-l-title-content-padding-left, 8px) + var(--message-size-l-icon, 20px));
|
|
8926
|
-
font-size:
|
|
8927
|
-
font-size: var(--message-size-l-content-font,
|
|
8926
|
+
font-size: 14px;
|
|
8927
|
+
font-size: var(--message-size-l-content-font, 14px);
|
|
8928
8928
|
line-height: 1.5;
|
|
8929
8929
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
8930
8930
|
.next-message.next-large .next-message-symbol + .next-message-content {
|
|
@@ -9293,8 +9293,8 @@ small {
|
|
|
9293
9293
|
.next-drawer-body {
|
|
9294
9294
|
padding: 16px 20px 16px 20px;
|
|
9295
9295
|
padding: var(--drawer-content-padding-top, 16px) var(--drawer-content-padding-left-right, 20px) var(--drawer-content-padding-bottom, 16px) var(--drawer-content-padding-left-right, 20px);
|
|
9296
|
-
font-size:
|
|
9297
|
-
font-size: var(--drawer-content-font-size,
|
|
9296
|
+
font-size: 14px;
|
|
9297
|
+
font-size: var(--drawer-content-font-size, 14px);
|
|
9298
9298
|
line-height: 1.5;
|
|
9299
9299
|
line-height: var(--font-lineheight-2, 1.5);
|
|
9300
9300
|
color: #767d91;
|
|
@@ -13461,8 +13461,8 @@ small {
|
|
|
13461
13461
|
color: #323643;
|
|
13462
13462
|
color: var(--form-element-preview-text-color, #323643); }
|
|
13463
13463
|
.next-form-preview.next-form-item.next-medium .next-form-item-label {
|
|
13464
|
-
font-size:
|
|
13465
|
-
font-size: var(--form-element-medium-preview-label-font-size,
|
|
13464
|
+
font-size: 14px;
|
|
13465
|
+
font-size: var(--form-element-medium-preview-label-font-size, 14px);
|
|
13466
13466
|
line-height: 24px;
|
|
13467
13467
|
line-height: var(--form-element-medium-preview-height, 24px); }
|
|
13468
13468
|
.next-form-preview.next-form-item.next-small .next-form-item-label {
|
|
@@ -13528,22 +13528,22 @@ small {
|
|
|
13528
13528
|
line-height: calc(36px - 4px);
|
|
13529
13529
|
line-height: calc(var(--form-element-medium-height, 36px) - 4px); }
|
|
13530
13530
|
.next-form-item .next-form-preview {
|
|
13531
|
-
font-size:
|
|
13532
|
-
font-size: var(--form-element-medium-preview-font-size,
|
|
13531
|
+
font-size: 14px;
|
|
13532
|
+
font-size: var(--form-element-medium-preview-font-size, 14px);
|
|
13533
13533
|
line-height: 24px;
|
|
13534
13534
|
line-height: var(--form-element-medium-preview-height, 24px); }
|
|
13535
13535
|
.next-form-item .next-form-preview.next-input-textarea > p {
|
|
13536
|
-
font-size:
|
|
13537
|
-
font-size: var(--form-element-medium-preview-font-size,
|
|
13536
|
+
font-size: 14px;
|
|
13537
|
+
font-size: var(--form-element-medium-preview-font-size, 14px);
|
|
13538
13538
|
text-align: justify;
|
|
13539
|
-
min-height: calc(
|
|
13540
|
-
min-height: calc(var(--form-element-medium-preview-font-size,
|
|
13539
|
+
min-height: calc(14px*1.4);
|
|
13540
|
+
min-height: calc(var(--form-element-medium-preview-font-size, 14px)*1.4);
|
|
13541
13541
|
line-height: 1.4;
|
|
13542
|
-
margin-top: calc(24px/2 -
|
|
13543
|
-
margin-top: calc(var(--form-element-medium-preview-height, 24px)/2 - var(--form-element-medium-preview-font-size,
|
|
13542
|
+
margin-top: calc(24px/2 - 14px*1.4/2);
|
|
13543
|
+
margin-top: calc(var(--form-element-medium-preview-height, 24px)/2 - var(--form-element-medium-preview-font-size, 14px)*1.4/2); }
|
|
13544
13544
|
.next-form-item .next-form-item-label {
|
|
13545
|
-
font-size:
|
|
13546
|
-
font-size: var(--form-element-medium-font-size,
|
|
13545
|
+
font-size: 14px;
|
|
13546
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
13547
13547
|
.next-form-item .next-form-item-label > label {
|
|
13548
13548
|
display: inline-block;
|
|
13549
13549
|
line-height: 1.5;
|
|
@@ -13579,8 +13579,8 @@ small {
|
|
|
13579
13579
|
margin-top: calc(40px/2 - 13px);
|
|
13580
13580
|
margin-top: calc(var(--form-element-large-height, 40px)/2 - 13px); }
|
|
13581
13581
|
.next-form-item.next-large .next-form-item-label {
|
|
13582
|
-
font-size:
|
|
13583
|
-
font-size: var(--form-element-large-font-size,
|
|
13582
|
+
font-size: 14px;
|
|
13583
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
13584
13584
|
.next-form-item.next-large .next-form-item-help-margin-offset {
|
|
13585
13585
|
margin-top: -var(--form-item-l-margin-b, 8px); }
|
|
13586
13586
|
.next-form-item.next-small {
|
|
@@ -13667,8 +13667,8 @@ small {
|
|
|
13667
13667
|
.next-form-item-help {
|
|
13668
13668
|
margin-top: 2px;
|
|
13669
13669
|
margin-top: var(--form-help-margin-top, 2px);
|
|
13670
|
-
font-size:
|
|
13671
|
-
font-size: var(--form-help-font-size,
|
|
13670
|
+
font-size: 14px;
|
|
13671
|
+
font-size: var(--form-help-font-size, 14px);
|
|
13672
13672
|
line-height: 1.5;
|
|
13673
13673
|
line-height: var(--font-lineheight-2, 1.5);
|
|
13674
13674
|
color: #a9aeba;
|
|
@@ -14136,8 +14136,8 @@ small {
|
|
|
14136
14136
|
.next-select-highlight {
|
|
14137
14137
|
color: #284cc0;
|
|
14138
14138
|
color: var(--select-highlight-color, #284cc0);
|
|
14139
|
-
font-size:
|
|
14140
|
-
font-size: var(--select-highlight-font,
|
|
14139
|
+
font-size: 14px;
|
|
14140
|
+
font-size: var(--select-highlight-font, 14px); }
|
|
14141
14141
|
.next-select-in-ie.next-select-trigger .next-select-values {
|
|
14142
14142
|
/* 在 table 布局中,overflow: hidden 会导致负的 margin 失效 */
|
|
14143
14143
|
overflow: visible; }
|
|
@@ -14222,8 +14222,8 @@ small {
|
|
|
14222
14222
|
display: block; }
|
|
14223
14223
|
|
|
14224
14224
|
.next-list-empty {
|
|
14225
|
-
font-size:
|
|
14226
|
-
font-size: var(--font-size-body-1,
|
|
14225
|
+
font-size: 14px;
|
|
14226
|
+
font-size: var(--font-size-body-1, 14px);
|
|
14227
14227
|
color: #c3cbd5;
|
|
14228
14228
|
color: var(--color-line1-4, #c3cbd5);
|
|
14229
14229
|
padding: 32px 0;
|
|
@@ -14335,8 +14335,8 @@ small {
|
|
|
14335
14335
|
padding-left: var(--list-size-m-item-media-margin, 8px); }
|
|
14336
14336
|
|
|
14337
14337
|
.next-list-medium .next-list-item {
|
|
14338
|
-
font-size:
|
|
14339
|
-
font-size: var(--list-size-m-item-content-font-size,
|
|
14338
|
+
font-size: 14px;
|
|
14339
|
+
font-size: var(--list-size-m-item-content-font-size, 14px);
|
|
14340
14340
|
line-height: 1.5;
|
|
14341
14341
|
line-height: var(--list-size-m-item-content-line-height, 1.5);
|
|
14342
14342
|
padding: 16px 0px;
|
|
@@ -14371,8 +14371,8 @@ small {
|
|
|
14371
14371
|
padding-left: var(--list-size-s-item-media-margin, 8px); }
|
|
14372
14372
|
|
|
14373
14373
|
.next-list-small .next-list-item {
|
|
14374
|
-
font-size:
|
|
14375
|
-
font-size: var(--list-size-s-item-content-font-size,
|
|
14374
|
+
font-size: 14px;
|
|
14375
|
+
font-size: var(--list-size-s-item-content-font-size, 14px);
|
|
14376
14376
|
font-weight: normal;
|
|
14377
14377
|
font-weight: var(--list-size-s-item-title-font-weight, normal);
|
|
14378
14378
|
line-height: 1.3;
|
|
@@ -14517,8 +14517,8 @@ small {
|
|
|
14517
14517
|
height: var(--nav-group-height, 40px);
|
|
14518
14518
|
line-height: 40px;
|
|
14519
14519
|
line-height: var(--nav-group-height, 40px);
|
|
14520
|
-
font-size:
|
|
14521
|
-
font-size: var(--nav-group-font-size,
|
|
14520
|
+
font-size: 14px;
|
|
14521
|
+
font-size: var(--nav-group-font-size, 14px); }
|
|
14522
14522
|
.next-nav-item .next-menu-item-text > span,
|
|
14523
14523
|
.next-nav-item .next-nav-group-label > span {
|
|
14524
14524
|
opacity: 1;
|
|
@@ -14549,8 +14549,8 @@ small {
|
|
|
14549
14549
|
height: calc(var(--nav-hoz-height, 56px) + var(--nav-hoz-item-margin-tb, 0px)*2);
|
|
14550
14550
|
line-height: calc(56px - 1px*2);
|
|
14551
14551
|
line-height: calc(var(--nav-hoz-height, 56px) - var(--popup-local-border-width, 1px)*2);
|
|
14552
|
-
font-size:
|
|
14553
|
-
font-size: var(--nav-hoz-font-size,
|
|
14552
|
+
font-size: 14px;
|
|
14553
|
+
font-size: var(--nav-hoz-font-size, 14px); }
|
|
14554
14554
|
.next-nav.next-hoz .next-menu-item.next-nav-item {
|
|
14555
14555
|
margin-left: 0px;
|
|
14556
14556
|
margin-left: var(--nav-hoz-item-margin-lr, 0px);
|
|
@@ -14569,8 +14569,8 @@ small {
|
|
|
14569
14569
|
.next-nav.next-hoz .next-menu-item-inner {
|
|
14570
14570
|
height: calc(56px - 1px*2);
|
|
14571
14571
|
height: calc(var(--nav-hoz-height, 56px) - var(--popup-local-border-width, 1px)*2);
|
|
14572
|
-
font-size:
|
|
14573
|
-
font-size: var(--nav-hoz-font-size,
|
|
14572
|
+
font-size: 14px;
|
|
14573
|
+
font-size: var(--nav-hoz-font-size, 14px); }
|
|
14574
14574
|
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title {
|
|
14575
14575
|
line-height: 1;
|
|
14576
14576
|
padding: 12px 8px; }
|
|
@@ -14589,8 +14589,8 @@ small {
|
|
|
14589
14589
|
height: var(--nav-group-height, 40px);
|
|
14590
14590
|
line-height: 40px;
|
|
14591
14591
|
line-height: var(--nav-group-height, 40px);
|
|
14592
|
-
font-size:
|
|
14593
|
-
font-size: var(--nav-group-font-size,
|
|
14592
|
+
font-size: 14px;
|
|
14593
|
+
font-size: var(--nav-group-font-size, 14px); }
|
|
14594
14594
|
.next-nav.next-hoz .next-menu-header {
|
|
14595
14595
|
float: left;
|
|
14596
14596
|
height: calc(56px - 1px*2);
|
|
@@ -14666,5 +14666,5 @@ small {
|
|
|
14666
14666
|
height: var(--nav-group-height, 40px);
|
|
14667
14667
|
line-height: 40px;
|
|
14668
14668
|
line-height: var(--nav-group-height, 40px);
|
|
14669
|
-
font-size:
|
|
14670
|
-
font-size: var(--nav-group-font-size,
|
|
14669
|
+
font-size: 14px;
|
|
14670
|
+
font-size: var(--nav-group-font-size, 14px); }
|