@alifd/theme-panda 0.1.2 → 0.2.0
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 +24 -24
- package/dist/next-2.css +35 -35
- package/dist/next-noreset-1.css +24 -24
- package/dist/next-noreset-2.css +35 -35
- package/dist/next-noreset.css +58 -58
- 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 +47 -47
- package/dist/next-noreset.var-2.css +69 -69
- package/dist/next-noreset.var.css +115 -115
- 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 +58 -58
- 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 +47 -47
- package/dist/next.var-2.css +69 -69
- package/dist/next.var.css +115 -115
- 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 +2 -2
- package/variables.css +71 -59
- package/variables.js +6 -0
- package/variables.less +21 -18
- package/variables.scss +21 -18
- package/variables.scss2css.scss +61 -52
package/dist/next-1.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.
|
|
2
|
+
* @alifd/theme-panda@0.2.0 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.25.51 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -4153,7 +4153,7 @@ small {
|
|
|
4153
4153
|
.next-btn.next-btn-normal {
|
|
4154
4154
|
border-style: solid;
|
|
4155
4155
|
background: #FFFFFF;
|
|
4156
|
-
border-color: #
|
|
4156
|
+
border-color: #edeef2; }
|
|
4157
4157
|
.next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited {
|
|
4158
4158
|
color: #2e3038; }
|
|
4159
4159
|
.next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover {
|
|
@@ -12559,27 +12559,27 @@ small {
|
|
|
12559
12559
|
content: ''; }
|
|
12560
12560
|
.next-nav.next-hoz {
|
|
12561
12561
|
padding: 0;
|
|
12562
|
-
height:
|
|
12563
|
-
line-height:
|
|
12562
|
+
height: 48px;
|
|
12563
|
+
line-height: 32px;
|
|
12564
12564
|
font-size: 14px; }
|
|
12565
12565
|
.next-nav.next-hoz .next-menu-item.next-nav-item {
|
|
12566
12566
|
margin-left: 0px;
|
|
12567
12567
|
margin-right: 0px;
|
|
12568
12568
|
padding: 0 20px;
|
|
12569
|
-
border-radius:
|
|
12569
|
+
border-radius: 8px; }
|
|
12570
12570
|
.next-nav.next-hoz .next-menu-item,
|
|
12571
12571
|
.next-nav.next-hoz .next-menu-sub-menu-wrapper > .next-menu-item {
|
|
12572
|
-
margin-top:
|
|
12573
|
-
margin-bottom:
|
|
12572
|
+
margin-top: 8px;
|
|
12573
|
+
margin-bottom: 8px; }
|
|
12574
12574
|
.next-nav.next-hoz .next-menu-item-inner {
|
|
12575
|
-
height:
|
|
12575
|
+
height: 32px;
|
|
12576
12576
|
font-size: 14px; }
|
|
12577
12577
|
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title {
|
|
12578
12578
|
line-height: 1;
|
|
12579
12579
|
padding: 12px 8px; }
|
|
12580
12580
|
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner {
|
|
12581
12581
|
height: auto;
|
|
12582
|
-
min-height:
|
|
12582
|
+
min-height: 32px; }
|
|
12583
12583
|
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text {
|
|
12584
12584
|
display: block;
|
|
12585
12585
|
line-height: 1;
|
|
@@ -12592,10 +12592,10 @@ small {
|
|
|
12592
12592
|
font-size: 14px; }
|
|
12593
12593
|
.next-nav.next-hoz .next-menu-header {
|
|
12594
12594
|
float: left;
|
|
12595
|
-
height:
|
|
12595
|
+
height: 32px; }
|
|
12596
12596
|
.next-nav.next-hoz .next-menu-footer {
|
|
12597
12597
|
float: right;
|
|
12598
|
-
height:
|
|
12598
|
+
height: 32px; }
|
|
12599
12599
|
.next-nav.next-hoz .next-nav-item:before {
|
|
12600
12600
|
width: 0;
|
|
12601
12601
|
left: 50%;
|
|
@@ -12675,20 +12675,20 @@ small {
|
|
|
12675
12675
|
width: 2px; }
|
|
12676
12676
|
.next-nav.next-primary {
|
|
12677
12677
|
border-width: 0px;
|
|
12678
|
-
background: #
|
|
12678
|
+
background: #000a24;
|
|
12679
12679
|
border-color: transparent;
|
|
12680
12680
|
color: rgba(255, 255, 255, 0.65);
|
|
12681
|
-
font-weight:
|
|
12681
|
+
font-weight: normal;
|
|
12682
12682
|
-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
12683
12683
|
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); }
|
|
12684
12684
|
.next-nav.next-primary.next-hoz {
|
|
12685
|
-
line-height:
|
|
12686
|
-
line-height:
|
|
12685
|
+
line-height: 32px;
|
|
12686
|
+
line-height: 32px; }
|
|
12687
12687
|
.next-nav.next-primary.next-hoz .next-menu-header,
|
|
12688
12688
|
.next-nav.next-primary.next-hoz .next-menu-footer,
|
|
12689
12689
|
.next-nav.next-primary.next-hoz .next-menu-item-inner {
|
|
12690
|
-
line-height:
|
|
12691
|
-
height:
|
|
12690
|
+
line-height: 32px;
|
|
12691
|
+
height: 32px; }
|
|
12692
12692
|
.next-nav.next-primary.next-hoz.next-top .next-nav-item:before {
|
|
12693
12693
|
top: 0;
|
|
12694
12694
|
top: 0px; }
|
|
@@ -12702,16 +12702,16 @@ small {
|
|
|
12702
12702
|
right: 0;
|
|
12703
12703
|
right: 0px; }
|
|
12704
12704
|
.next-nav.next-primary .next-nav-item.next-menu-item {
|
|
12705
|
-
background: #
|
|
12705
|
+
background: #000a24;
|
|
12706
12706
|
color: rgba(255, 255, 255, 0.65); }
|
|
12707
12707
|
.next-nav.next-primary .next-nav-item.next-menu-item.next-focused, .next-nav.next-primary .next-nav-item.next-menu-item:hover {
|
|
12708
12708
|
background: transparent;
|
|
12709
12709
|
color: #FFFFFF;
|
|
12710
|
-
font-weight:
|
|
12710
|
+
font-weight: 500; }
|
|
12711
12711
|
.next-nav.next-primary .next-nav-item.next-menu-item.next-selected {
|
|
12712
12712
|
background: #257df9;
|
|
12713
12713
|
color: #FFFFFF;
|
|
12714
|
-
font-weight:
|
|
12714
|
+
font-weight: 500; }
|
|
12715
12715
|
.next-nav.next-primary .next-nav-item.next-menu-item.next-selected.next-nav-item {
|
|
12716
12716
|
background: #257df9;
|
|
12717
12717
|
color: #FFFFFF; }
|
|
@@ -12768,10 +12768,10 @@ small {
|
|
|
12768
12768
|
-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
12769
12769
|
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); }
|
|
12770
12770
|
.next-nav.next-secondary.next-hoz {
|
|
12771
|
-
line-height:
|
|
12772
|
-
line-height:
|
|
12771
|
+
line-height: 32px;
|
|
12772
|
+
line-height: 32px; }
|
|
12773
12773
|
.next-nav.next-secondary.next-hoz .next-menu-header,
|
|
12774
12774
|
.next-nav.next-secondary.next-hoz .next-menu-footer,
|
|
12775
12775
|
.next-nav.next-secondary.next-hoz .next-menu-item-inner {
|
|
12776
|
-
line-height:
|
|
12777
|
-
height:
|
|
12776
|
+
line-height: 32px;
|
|
12777
|
+
height: 32px; }
|
package/dist/next-2.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.
|
|
2
|
+
* @alifd/theme-panda@0.2.0 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.25.51 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -4737,7 +4737,7 @@
|
|
|
4737
4737
|
padding-right: 60px; }
|
|
4738
4738
|
.next-tabs.next-medium .next-tabs-tab-inner {
|
|
4739
4739
|
font-size: 14px;
|
|
4740
|
-
padding:
|
|
4740
|
+
padding: 16px 16px; }
|
|
4741
4741
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
|
|
4742
4742
|
line-height: 1; }
|
|
4743
4743
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon:before,
|
|
@@ -8410,25 +8410,25 @@ h6.next-typography-title {
|
|
|
8410
8410
|
-webkit-box-sizing: border-box;
|
|
8411
8411
|
box-sizing: border-box;
|
|
8412
8412
|
position: relative;
|
|
8413
|
-
border-top-left-radius:
|
|
8414
|
-
border-top-right-radius:
|
|
8415
|
-
border-bottom-left-radius:
|
|
8416
|
-
border-bottom-right-radius:
|
|
8417
|
-
border-top: 1px solid
|
|
8418
|
-
border-left: 1px solid
|
|
8413
|
+
border-top-left-radius: 8px;
|
|
8414
|
+
border-top-right-radius: 8px;
|
|
8415
|
+
border-bottom-left-radius: 0px;
|
|
8416
|
+
border-bottom-right-radius: 0px;
|
|
8417
|
+
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
|
8418
|
+
border-left: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8419
8419
|
.next-table *,
|
|
8420
8420
|
.next-table *:before,
|
|
8421
8421
|
.next-table *:after {
|
|
8422
8422
|
-webkit-box-sizing: border-box;
|
|
8423
8423
|
box-sizing: border-box; }
|
|
8424
8424
|
.next-table .next-table-header tr:first-child th:first-child {
|
|
8425
|
-
border-top-left-radius:
|
|
8425
|
+
border-top-left-radius: 8px; }
|
|
8426
8426
|
.next-table .next-table-header tr:first-child th:last-child {
|
|
8427
|
-
border-top-right-radius:
|
|
8427
|
+
border-top-right-radius: 8px; }
|
|
8428
8428
|
.next-table .next-table-header tr:last-child th:first-child {
|
|
8429
|
-
border-bottom-left-radius:
|
|
8429
|
+
border-bottom-left-radius: 0px; }
|
|
8430
8430
|
.next-table .next-table-header tr:last-child th:last-child {
|
|
8431
|
-
border-bottom-right-radius:
|
|
8431
|
+
border-bottom-right-radius: 0px; }
|
|
8432
8432
|
.next-table.next-table-layout-fixed {
|
|
8433
8433
|
overflow: auto; }
|
|
8434
8434
|
.next-table.next-table-layout-fixed table {
|
|
@@ -8446,20 +8446,20 @@ h6.next-typography-title {
|
|
|
8446
8446
|
border-spacing: 0;
|
|
8447
8447
|
width: 100%;
|
|
8448
8448
|
background: #FFFFFF;
|
|
8449
|
-
border-top-left-radius:
|
|
8450
|
-
border-top-right-radius:
|
|
8451
|
-
border-bottom-left-radius:
|
|
8452
|
-
border-bottom-right-radius:
|
|
8449
|
+
border-top-left-radius: 8px;
|
|
8450
|
+
border-top-right-radius: 8px;
|
|
8451
|
+
border-bottom-left-radius: 0px;
|
|
8452
|
+
border-bottom-right-radius: 0px; }
|
|
8453
8453
|
.next-table table tr:first-child td {
|
|
8454
8454
|
border-top-width: 0; }
|
|
8455
8455
|
.next-table th {
|
|
8456
8456
|
padding: 0;
|
|
8457
|
-
background: #
|
|
8457
|
+
background: #f8f9fb;
|
|
8458
8458
|
color: #2e3038;
|
|
8459
8459
|
text-align: left;
|
|
8460
8460
|
font-weight: 500;
|
|
8461
|
-
border-right: 1px solid
|
|
8462
|
-
border-bottom: 1px solid
|
|
8461
|
+
border-right: 1px solid rgba(0, 0, 0, 0.08);
|
|
8462
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8463
8463
|
.next-table th .next-table-cell-wrapper {
|
|
8464
8464
|
padding: 12px 16px;
|
|
8465
8465
|
overflow: hidden;
|
|
@@ -8504,8 +8504,8 @@ h6.next-typography-title {
|
|
|
8504
8504
|
z-index: -1; }
|
|
8505
8505
|
.next-table td {
|
|
8506
8506
|
padding: 0;
|
|
8507
|
-
border-right: 1px solid
|
|
8508
|
-
border-bottom: 1px solid
|
|
8507
|
+
border-right: 1px solid rgba(0, 0, 0, 0.08);
|
|
8508
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8509
8509
|
.next-table td .next-table-cell-wrapper {
|
|
8510
8510
|
padding: 16px 16px;
|
|
8511
8511
|
overflow: hidden;
|
|
@@ -8584,7 +8584,7 @@ h6.next-typography-title {
|
|
|
8584
8584
|
border-top: 0;
|
|
8585
8585
|
border-left: 0; }
|
|
8586
8586
|
.next-table-expanded-row .next-table th, .next-table-expanded-row .next-table td {
|
|
8587
|
-
border-right: 1px solid
|
|
8587
|
+
border-right: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8588
8588
|
.next-table-expanded-row .next-table.only-bottom-border th, .next-table-expanded-row .next-table.only-bottom-border td {
|
|
8589
8589
|
border-right: 0; }
|
|
8590
8590
|
.next-table-expanded-row .next-table .last td {
|
|
@@ -8640,10 +8640,10 @@ h6.next-typography-title {
|
|
|
8640
8640
|
.next-table-header {
|
|
8641
8641
|
margin-bottom: -20px;
|
|
8642
8642
|
padding-bottom: 20px;
|
|
8643
|
-
border-top-left-radius:
|
|
8644
|
-
border-top-right-radius:
|
|
8645
|
-
border-bottom-left-radius:
|
|
8646
|
-
border-bottom-right-radius:
|
|
8643
|
+
border-top-left-radius: 8px;
|
|
8644
|
+
border-top-right-radius: 8px;
|
|
8645
|
+
border-bottom-left-radius: 0px;
|
|
8646
|
+
border-bottom-right-radius: 0px;
|
|
8647
8647
|
overflow: -moz-scrollbars-none;
|
|
8648
8648
|
-ms-overflow-style: none;
|
|
8649
8649
|
scrollbar-width: none; }
|
|
@@ -8655,12 +8655,12 @@ h6.next-typography-title {
|
|
|
8655
8655
|
position: relative; }
|
|
8656
8656
|
|
|
8657
8657
|
.next-table-fixed {
|
|
8658
|
-
border-right: 1px solid
|
|
8659
|
-
border-bottom: 1px solid
|
|
8658
|
+
border-right: 1px solid rgba(0, 0, 0, 0.08);
|
|
8659
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8660
8660
|
.next-table-fixed table {
|
|
8661
8661
|
table-layout: fixed; }
|
|
8662
8662
|
.next-table-fixed .next-table-header {
|
|
8663
|
-
background: #
|
|
8663
|
+
background: #f8f9fb; }
|
|
8664
8664
|
.next-table-fixed table tr td:first-child,
|
|
8665
8665
|
.next-table-fixed table tr th:first-child {
|
|
8666
8666
|
border-left-width: 0; }
|
|
@@ -8712,16 +8712,16 @@ h6.next-typography-title {
|
|
|
8712
8712
|
.next-table-group .next-table-body {
|
|
8713
8713
|
margin-top: 8px; }
|
|
8714
8714
|
.next-table-group .next-table-body table {
|
|
8715
|
-
border-top: 1px solid
|
|
8716
|
-
border-left: 1px solid
|
|
8715
|
+
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
|
8716
|
+
border-left: 1px solid rgba(0, 0, 0, 0.08);
|
|
8717
8717
|
margin-bottom: 8px; }
|
|
8718
8718
|
.next-table-group .next-table-body table tr:first-child td {
|
|
8719
8719
|
border-top-width: 1px; }
|
|
8720
8720
|
.next-table-group .next-table-body table:last-of-type {
|
|
8721
8721
|
margin-bottom: 0; }
|
|
8722
8722
|
.next-table-group .next-table-header table {
|
|
8723
|
-
border-top: 1px solid
|
|
8724
|
-
border-left: 1px solid
|
|
8723
|
+
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
|
8724
|
+
border-left: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8725
8725
|
.next-table-group .next-table-group-header td {
|
|
8726
8726
|
background: #fafafa;
|
|
8727
8727
|
color: #2e3038; }
|
|
@@ -8755,8 +8755,8 @@ h6.next-typography-title {
|
|
|
8755
8755
|
|
|
8756
8756
|
.next-table-header-fixer {
|
|
8757
8757
|
content: " ";
|
|
8758
|
-
border-top-right-radius:
|
|
8759
|
-
border-bottom-right-radius:
|
|
8758
|
+
border-top-right-radius: 8px;
|
|
8759
|
+
border-bottom-right-radius: 0px;
|
|
8760
8760
|
width: 15px;
|
|
8761
8761
|
background: inherit;
|
|
8762
8762
|
position: absolute;
|
package/dist/next-noreset-1.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.
|
|
2
|
+
* @alifd/theme-panda@0.2.0 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.25.51 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -3654,7 +3654,7 @@
|
|
|
3654
3654
|
.next-btn.next-btn-normal {
|
|
3655
3655
|
border-style: solid;
|
|
3656
3656
|
background: #FFFFFF;
|
|
3657
|
-
border-color: #
|
|
3657
|
+
border-color: #edeef2; }
|
|
3658
3658
|
.next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited {
|
|
3659
3659
|
color: #2e3038; }
|
|
3660
3660
|
.next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover {
|
|
@@ -12060,27 +12060,27 @@
|
|
|
12060
12060
|
content: ''; }
|
|
12061
12061
|
.next-nav.next-hoz {
|
|
12062
12062
|
padding: 0;
|
|
12063
|
-
height:
|
|
12064
|
-
line-height:
|
|
12063
|
+
height: 48px;
|
|
12064
|
+
line-height: 32px;
|
|
12065
12065
|
font-size: 14px; }
|
|
12066
12066
|
.next-nav.next-hoz .next-menu-item.next-nav-item {
|
|
12067
12067
|
margin-left: 0px;
|
|
12068
12068
|
margin-right: 0px;
|
|
12069
12069
|
padding: 0 20px;
|
|
12070
|
-
border-radius:
|
|
12070
|
+
border-radius: 8px; }
|
|
12071
12071
|
.next-nav.next-hoz .next-menu-item,
|
|
12072
12072
|
.next-nav.next-hoz .next-menu-sub-menu-wrapper > .next-menu-item {
|
|
12073
|
-
margin-top:
|
|
12074
|
-
margin-bottom:
|
|
12073
|
+
margin-top: 8px;
|
|
12074
|
+
margin-bottom: 8px; }
|
|
12075
12075
|
.next-nav.next-hoz .next-menu-item-inner {
|
|
12076
|
-
height:
|
|
12076
|
+
height: 32px;
|
|
12077
12077
|
font-size: 14px; }
|
|
12078
12078
|
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title {
|
|
12079
12079
|
line-height: 1;
|
|
12080
12080
|
padding: 12px 8px; }
|
|
12081
12081
|
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner {
|
|
12082
12082
|
height: auto;
|
|
12083
|
-
min-height:
|
|
12083
|
+
min-height: 32px; }
|
|
12084
12084
|
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text {
|
|
12085
12085
|
display: block;
|
|
12086
12086
|
line-height: 1;
|
|
@@ -12093,10 +12093,10 @@
|
|
|
12093
12093
|
font-size: 14px; }
|
|
12094
12094
|
.next-nav.next-hoz .next-menu-header {
|
|
12095
12095
|
float: left;
|
|
12096
|
-
height:
|
|
12096
|
+
height: 32px; }
|
|
12097
12097
|
.next-nav.next-hoz .next-menu-footer {
|
|
12098
12098
|
float: right;
|
|
12099
|
-
height:
|
|
12099
|
+
height: 32px; }
|
|
12100
12100
|
.next-nav.next-hoz .next-nav-item:before {
|
|
12101
12101
|
width: 0;
|
|
12102
12102
|
left: 50%;
|
|
@@ -12176,20 +12176,20 @@
|
|
|
12176
12176
|
width: 2px; }
|
|
12177
12177
|
.next-nav.next-primary {
|
|
12178
12178
|
border-width: 0px;
|
|
12179
|
-
background: #
|
|
12179
|
+
background: #000a24;
|
|
12180
12180
|
border-color: transparent;
|
|
12181
12181
|
color: rgba(255, 255, 255, 0.65);
|
|
12182
|
-
font-weight:
|
|
12182
|
+
font-weight: normal;
|
|
12183
12183
|
-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
12184
12184
|
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); }
|
|
12185
12185
|
.next-nav.next-primary.next-hoz {
|
|
12186
|
-
line-height:
|
|
12187
|
-
line-height:
|
|
12186
|
+
line-height: 32px;
|
|
12187
|
+
line-height: 32px; }
|
|
12188
12188
|
.next-nav.next-primary.next-hoz .next-menu-header,
|
|
12189
12189
|
.next-nav.next-primary.next-hoz .next-menu-footer,
|
|
12190
12190
|
.next-nav.next-primary.next-hoz .next-menu-item-inner {
|
|
12191
|
-
line-height:
|
|
12192
|
-
height:
|
|
12191
|
+
line-height: 32px;
|
|
12192
|
+
height: 32px; }
|
|
12193
12193
|
.next-nav.next-primary.next-hoz.next-top .next-nav-item:before {
|
|
12194
12194
|
top: 0;
|
|
12195
12195
|
top: 0px; }
|
|
@@ -12203,16 +12203,16 @@
|
|
|
12203
12203
|
right: 0;
|
|
12204
12204
|
right: 0px; }
|
|
12205
12205
|
.next-nav.next-primary .next-nav-item.next-menu-item {
|
|
12206
|
-
background: #
|
|
12206
|
+
background: #000a24;
|
|
12207
12207
|
color: rgba(255, 255, 255, 0.65); }
|
|
12208
12208
|
.next-nav.next-primary .next-nav-item.next-menu-item.next-focused, .next-nav.next-primary .next-nav-item.next-menu-item:hover {
|
|
12209
12209
|
background: transparent;
|
|
12210
12210
|
color: #FFFFFF;
|
|
12211
|
-
font-weight:
|
|
12211
|
+
font-weight: 500; }
|
|
12212
12212
|
.next-nav.next-primary .next-nav-item.next-menu-item.next-selected {
|
|
12213
12213
|
background: #257df9;
|
|
12214
12214
|
color: #FFFFFF;
|
|
12215
|
-
font-weight:
|
|
12215
|
+
font-weight: 500; }
|
|
12216
12216
|
.next-nav.next-primary .next-nav-item.next-menu-item.next-selected.next-nav-item {
|
|
12217
12217
|
background: #257df9;
|
|
12218
12218
|
color: #FFFFFF; }
|
|
@@ -12269,13 +12269,13 @@
|
|
|
12269
12269
|
-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
12270
12270
|
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); }
|
|
12271
12271
|
.next-nav.next-secondary.next-hoz {
|
|
12272
|
-
line-height:
|
|
12273
|
-
line-height:
|
|
12272
|
+
line-height: 32px;
|
|
12273
|
+
line-height: 32px; }
|
|
12274
12274
|
.next-nav.next-secondary.next-hoz .next-menu-header,
|
|
12275
12275
|
.next-nav.next-secondary.next-hoz .next-menu-footer,
|
|
12276
12276
|
.next-nav.next-secondary.next-hoz .next-menu-item-inner {
|
|
12277
|
-
line-height:
|
|
12278
|
-
height:
|
|
12277
|
+
line-height: 32px;
|
|
12278
|
+
height: 32px; }
|
|
12279
12279
|
.next-nav.next-secondary.next-hoz.next-top .next-nav-item:before {
|
|
12280
12280
|
top: 0;
|
|
12281
12281
|
top: 0px; }
|
package/dist/next-noreset-2.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.
|
|
2
|
+
* @alifd/theme-panda@0.2.0 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.25.51 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -4444,7 +4444,7 @@
|
|
|
4444
4444
|
padding-right: 60px; }
|
|
4445
4445
|
.next-tabs.next-medium .next-tabs-tab-inner {
|
|
4446
4446
|
font-size: 14px;
|
|
4447
|
-
padding:
|
|
4447
|
+
padding: 16px 16px; }
|
|
4448
4448
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
|
|
4449
4449
|
line-height: 1; }
|
|
4450
4450
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon:before,
|
|
@@ -8117,25 +8117,25 @@ h6.next-typography-title {
|
|
|
8117
8117
|
-webkit-box-sizing: border-box;
|
|
8118
8118
|
box-sizing: border-box;
|
|
8119
8119
|
position: relative;
|
|
8120
|
-
border-top-left-radius:
|
|
8121
|
-
border-top-right-radius:
|
|
8122
|
-
border-bottom-left-radius:
|
|
8123
|
-
border-bottom-right-radius:
|
|
8124
|
-
border-top: 1px solid
|
|
8125
|
-
border-left: 1px solid
|
|
8120
|
+
border-top-left-radius: 8px;
|
|
8121
|
+
border-top-right-radius: 8px;
|
|
8122
|
+
border-bottom-left-radius: 0px;
|
|
8123
|
+
border-bottom-right-radius: 0px;
|
|
8124
|
+
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
|
8125
|
+
border-left: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8126
8126
|
.next-table *,
|
|
8127
8127
|
.next-table *:before,
|
|
8128
8128
|
.next-table *:after {
|
|
8129
8129
|
-webkit-box-sizing: border-box;
|
|
8130
8130
|
box-sizing: border-box; }
|
|
8131
8131
|
.next-table .next-table-header tr:first-child th:first-child {
|
|
8132
|
-
border-top-left-radius:
|
|
8132
|
+
border-top-left-radius: 8px; }
|
|
8133
8133
|
.next-table .next-table-header tr:first-child th:last-child {
|
|
8134
|
-
border-top-right-radius:
|
|
8134
|
+
border-top-right-radius: 8px; }
|
|
8135
8135
|
.next-table .next-table-header tr:last-child th:first-child {
|
|
8136
|
-
border-bottom-left-radius:
|
|
8136
|
+
border-bottom-left-radius: 0px; }
|
|
8137
8137
|
.next-table .next-table-header tr:last-child th:last-child {
|
|
8138
|
-
border-bottom-right-radius:
|
|
8138
|
+
border-bottom-right-radius: 0px; }
|
|
8139
8139
|
.next-table.next-table-layout-fixed {
|
|
8140
8140
|
overflow: auto; }
|
|
8141
8141
|
.next-table.next-table-layout-fixed table {
|
|
@@ -8153,20 +8153,20 @@ h6.next-typography-title {
|
|
|
8153
8153
|
border-spacing: 0;
|
|
8154
8154
|
width: 100%;
|
|
8155
8155
|
background: #FFFFFF;
|
|
8156
|
-
border-top-left-radius:
|
|
8157
|
-
border-top-right-radius:
|
|
8158
|
-
border-bottom-left-radius:
|
|
8159
|
-
border-bottom-right-radius:
|
|
8156
|
+
border-top-left-radius: 8px;
|
|
8157
|
+
border-top-right-radius: 8px;
|
|
8158
|
+
border-bottom-left-radius: 0px;
|
|
8159
|
+
border-bottom-right-radius: 0px; }
|
|
8160
8160
|
.next-table table tr:first-child td {
|
|
8161
8161
|
border-top-width: 0; }
|
|
8162
8162
|
.next-table th {
|
|
8163
8163
|
padding: 0;
|
|
8164
|
-
background: #
|
|
8164
|
+
background: #f8f9fb;
|
|
8165
8165
|
color: #2e3038;
|
|
8166
8166
|
text-align: left;
|
|
8167
8167
|
font-weight: 500;
|
|
8168
|
-
border-right: 1px solid
|
|
8169
|
-
border-bottom: 1px solid
|
|
8168
|
+
border-right: 1px solid rgba(0, 0, 0, 0.08);
|
|
8169
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8170
8170
|
.next-table th .next-table-cell-wrapper {
|
|
8171
8171
|
padding: 12px 16px;
|
|
8172
8172
|
overflow: hidden;
|
|
@@ -8211,8 +8211,8 @@ h6.next-typography-title {
|
|
|
8211
8211
|
z-index: -1; }
|
|
8212
8212
|
.next-table td {
|
|
8213
8213
|
padding: 0;
|
|
8214
|
-
border-right: 1px solid
|
|
8215
|
-
border-bottom: 1px solid
|
|
8214
|
+
border-right: 1px solid rgba(0, 0, 0, 0.08);
|
|
8215
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8216
8216
|
.next-table td .next-table-cell-wrapper {
|
|
8217
8217
|
padding: 16px 16px;
|
|
8218
8218
|
overflow: hidden;
|
|
@@ -8291,7 +8291,7 @@ h6.next-typography-title {
|
|
|
8291
8291
|
border-top: 0;
|
|
8292
8292
|
border-left: 0; }
|
|
8293
8293
|
.next-table-expanded-row .next-table th, .next-table-expanded-row .next-table td {
|
|
8294
|
-
border-right: 1px solid
|
|
8294
|
+
border-right: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8295
8295
|
.next-table-expanded-row .next-table.only-bottom-border th, .next-table-expanded-row .next-table.only-bottom-border td {
|
|
8296
8296
|
border-right: 0; }
|
|
8297
8297
|
.next-table-expanded-row .next-table .last td {
|
|
@@ -8347,10 +8347,10 @@ h6.next-typography-title {
|
|
|
8347
8347
|
.next-table-header {
|
|
8348
8348
|
margin-bottom: -20px;
|
|
8349
8349
|
padding-bottom: 20px;
|
|
8350
|
-
border-top-left-radius:
|
|
8351
|
-
border-top-right-radius:
|
|
8352
|
-
border-bottom-left-radius:
|
|
8353
|
-
border-bottom-right-radius:
|
|
8350
|
+
border-top-left-radius: 8px;
|
|
8351
|
+
border-top-right-radius: 8px;
|
|
8352
|
+
border-bottom-left-radius: 0px;
|
|
8353
|
+
border-bottom-right-radius: 0px;
|
|
8354
8354
|
overflow: -moz-scrollbars-none;
|
|
8355
8355
|
-ms-overflow-style: none;
|
|
8356
8356
|
scrollbar-width: none; }
|
|
@@ -8362,12 +8362,12 @@ h6.next-typography-title {
|
|
|
8362
8362
|
position: relative; }
|
|
8363
8363
|
|
|
8364
8364
|
.next-table-fixed {
|
|
8365
|
-
border-right: 1px solid
|
|
8366
|
-
border-bottom: 1px solid
|
|
8365
|
+
border-right: 1px solid rgba(0, 0, 0, 0.08);
|
|
8366
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8367
8367
|
.next-table-fixed table {
|
|
8368
8368
|
table-layout: fixed; }
|
|
8369
8369
|
.next-table-fixed .next-table-header {
|
|
8370
|
-
background: #
|
|
8370
|
+
background: #f8f9fb; }
|
|
8371
8371
|
.next-table-fixed table tr td:first-child,
|
|
8372
8372
|
.next-table-fixed table tr th:first-child {
|
|
8373
8373
|
border-left-width: 0; }
|
|
@@ -8419,16 +8419,16 @@ h6.next-typography-title {
|
|
|
8419
8419
|
.next-table-group .next-table-body {
|
|
8420
8420
|
margin-top: 8px; }
|
|
8421
8421
|
.next-table-group .next-table-body table {
|
|
8422
|
-
border-top: 1px solid
|
|
8423
|
-
border-left: 1px solid
|
|
8422
|
+
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
|
8423
|
+
border-left: 1px solid rgba(0, 0, 0, 0.08);
|
|
8424
8424
|
margin-bottom: 8px; }
|
|
8425
8425
|
.next-table-group .next-table-body table tr:first-child td {
|
|
8426
8426
|
border-top-width: 1px; }
|
|
8427
8427
|
.next-table-group .next-table-body table:last-of-type {
|
|
8428
8428
|
margin-bottom: 0; }
|
|
8429
8429
|
.next-table-group .next-table-header table {
|
|
8430
|
-
border-top: 1px solid
|
|
8431
|
-
border-left: 1px solid
|
|
8430
|
+
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
|
8431
|
+
border-left: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8432
8432
|
.next-table-group .next-table-group-header td {
|
|
8433
8433
|
background: #fafafa;
|
|
8434
8434
|
color: #2e3038; }
|
|
@@ -8462,8 +8462,8 @@ h6.next-typography-title {
|
|
|
8462
8462
|
|
|
8463
8463
|
.next-table-header-fixer {
|
|
8464
8464
|
content: " ";
|
|
8465
|
-
border-top-right-radius:
|
|
8466
|
-
border-bottom-right-radius:
|
|
8465
|
+
border-top-right-radius: 8px;
|
|
8466
|
+
border-bottom-right-radius: 0px;
|
|
8467
8467
|
width: 15px;
|
|
8468
8468
|
background: inherit;
|
|
8469
8469
|
position: absolute;
|