rk-web-core 0.13.169 → 0.13.171
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/package.json
CHANGED
package/rk-web-core.css
CHANGED
|
@@ -451,13 +451,28 @@ html {
|
|
|
451
451
|
height: 12px;
|
|
452
452
|
}
|
|
453
453
|
|
|
454
|
+
.rk-web-core-layout-theme-dark .rk-web-core-logo-title {
|
|
455
|
+
font-size: 1.9vw;
|
|
456
|
+
letter-spacing: 0;
|
|
457
|
+
}
|
|
454
458
|
.rk-web-core-layout-theme-dark .rk-web-core-header-light-inner {
|
|
455
|
-
background: #
|
|
459
|
+
background: #040D2E !important;
|
|
456
460
|
}
|
|
457
461
|
.rk-web-core-layout-theme-dark .rk-web-core-header-light-inner span,
|
|
458
462
|
.rk-web-core-layout-theme-dark .rk-web-core-header-light-inner small {
|
|
459
463
|
color: #ffffff;
|
|
460
464
|
}
|
|
465
|
+
.rk-web-core-layout-theme-dark .rk-web-core-header-right-nav {
|
|
466
|
+
height: 70px;
|
|
467
|
+
}
|
|
468
|
+
.rk-web-core-layout-theme-dark .rk-web-core-logo-basic-inner {
|
|
469
|
+
background: transparent;
|
|
470
|
+
}
|
|
471
|
+
.rk-web-core-layout-theme-dark .rk-web-core-logo-basic-inner img {
|
|
472
|
+
position: relative;
|
|
473
|
+
left: -80px;
|
|
474
|
+
filter: drop-shadow(#fff 80px 0);
|
|
475
|
+
}
|
|
461
476
|
.rk-web-core-layout-theme-dark .rk-web-core-header-right-nav-item {
|
|
462
477
|
color: #ffffff;
|
|
463
478
|
}
|
|
@@ -593,8 +608,7 @@ html {
|
|
|
593
608
|
filter: drop-shadow(#fff 100px 0);
|
|
594
609
|
}
|
|
595
610
|
.rk-web-core-logo-dark-inner {
|
|
596
|
-
background:
|
|
597
|
-
box-shadow: 0px 6px 12px 0px #1c61b1;
|
|
611
|
+
background: transparent;
|
|
598
612
|
}
|
|
599
613
|
.rk-web-core-logo-light-inner img {
|
|
600
614
|
position: relative;
|
|
@@ -605,9 +619,8 @@ html {
|
|
|
605
619
|
transition: all 300ms;
|
|
606
620
|
font-weight: 500;
|
|
607
621
|
color: #ffffff;
|
|
608
|
-
font-size: 1.
|
|
622
|
+
font-size: 1.9vw;
|
|
609
623
|
user-select: none;
|
|
610
|
-
letter-spacing: 2px;
|
|
611
624
|
text-shadow: 0 0 6px 0 #0479b7;
|
|
612
625
|
margin-left: 16px;
|
|
613
626
|
margin-right: 8px;
|
|
@@ -815,23 +828,15 @@ html {
|
|
|
815
828
|
justify-content: center!important;
|
|
816
829
|
align-items: center!important;
|
|
817
830
|
}
|
|
818
|
-
.rk-web-core-layout-theme-dark .rk-web-core-slider {
|
|
819
|
-
background:
|
|
820
|
-
}
|
|
821
|
-
.rk-web-core-layout-theme-dark .rk-web-core-slider .ant-menu {
|
|
822
|
-
background: transparent;
|
|
823
|
-
}
|
|
824
|
-
.rk-web-core-layout-theme-dark .rk-web-core-slider .ant-menu-item {
|
|
825
|
-
color: rgba(255, 255, 255, 0.7);
|
|
826
|
-
}
|
|
827
|
-
.rk-web-core-layout-theme-dark .rk-web-core-slider .ant-menu-submenu-title {
|
|
828
|
-
color: #ffffff;
|
|
831
|
+
.rk-web-core-layout-theme-dark .rk-web-core-slider .ant-menu-item-selected {
|
|
832
|
+
background: var(--antd-wave-shadow-color) !important;
|
|
829
833
|
}
|
|
830
|
-
.rk-web-core-layout-theme-dark .rk-web-core-slider .ant-menu-
|
|
831
|
-
|
|
834
|
+
.rk-web-core-layout-theme-dark .rk-web-core-slider .ant-menu-item-selected i {
|
|
835
|
+
fill: #fff;
|
|
836
|
+
color: #fff;
|
|
832
837
|
}
|
|
833
|
-
.rk-web-core-layout-theme-dark .rk-web-core-slider .ant-menu-
|
|
834
|
-
|
|
838
|
+
.rk-web-core-layout-theme-dark .rk-web-core-slider .ant-menu-item-selected span {
|
|
839
|
+
color: #fff;
|
|
835
840
|
}
|
|
836
841
|
.ant-menu-inline-collapsed-tooltip .ant-tooltip-inner {
|
|
837
842
|
color: rgba(0, 0, 0, 0.85);
|
|
@@ -2061,16 +2066,14 @@ html {
|
|
|
2061
2066
|
}
|
|
2062
2067
|
.rk-web-core-nav-park .rk-web-core-nav-item-active::before {
|
|
2063
2068
|
content: '';
|
|
2064
|
-
background:
|
|
2065
|
-
box-shadow: none !important;
|
|
2069
|
+
background: linear-gradient(180deg, #0e528eb3 0%, #0e508a38 0%, #4c85e417 0%, #4c85e496 76.57%, #4c85e41f 100%) !important;
|
|
2066
2070
|
}
|
|
2067
|
-
.rk-web-core-nav-park .rk-web-core-nav-item:hover {
|
|
2068
|
-
color:
|
|
2071
|
+
.rk-web-core-nav-park .rk-web-core-nav-item-active:hover span {
|
|
2072
|
+
color: #fff !important;
|
|
2069
2073
|
}
|
|
2070
|
-
.rk-web-core-nav-park .rk-web-core-nav-item:hover::before {
|
|
2074
|
+
.rk-web-core-nav-park .rk-web-core-nav-item-active:hover::before {
|
|
2071
2075
|
content: '';
|
|
2072
|
-
background:
|
|
2073
|
-
box-shadow: none !important;
|
|
2076
|
+
background: linear-gradient(180deg, #0e528eb3 0%, #0e508a38 0%, #4c85e417 0%, #4c85e496 76.57%, #4c85e41f 100%) !important;
|
|
2074
2077
|
}
|
|
2075
2078
|
.rk-web-core-nav-light .rk-web-core-icon {
|
|
2076
2079
|
display: none;
|
|
@@ -2078,13 +2081,8 @@ html {
|
|
|
2078
2081
|
.rk-web-core-nav-light .rk-web-core-nav-item {
|
|
2079
2082
|
color: #212121;
|
|
2080
2083
|
}
|
|
2081
|
-
.rk-web-core-nav-light .rk-web-core-nav-item-active::before {
|
|
2082
|
-
content: '';
|
|
2083
|
-
background: transparent !important;
|
|
2084
|
-
box-shadow: none;
|
|
2085
|
-
}
|
|
2086
2084
|
.rk-web-core-nav-light .rk-web-core-nav-item-active span {
|
|
2087
|
-
color:
|
|
2085
|
+
color: #fff !important;
|
|
2088
2086
|
}
|
|
2089
2087
|
.rk-web-core-nav-item {
|
|
2090
2088
|
font-size: 16px;
|
|
@@ -2114,7 +2112,7 @@ html {
|
|
|
2114
2112
|
position: relative;
|
|
2115
2113
|
}
|
|
2116
2114
|
.rk-web-core-nav-item-active::before {
|
|
2117
|
-
background: linear-gradient(180deg,
|
|
2115
|
+
background: linear-gradient(180deg, #0e528eb3 0%, #0e508a38 0%, #4c85e417 0%, #4c85e496 76.57%, #4c85e41f 100%);
|
|
2118
2116
|
content: '';
|
|
2119
2117
|
width: 100%;
|
|
2120
2118
|
height: 100%;
|
|
@@ -2127,7 +2125,14 @@ html {
|
|
|
2127
2125
|
border-radius: 6px;
|
|
2128
2126
|
}
|
|
2129
2127
|
.rk-web-core-nav-item-active span {
|
|
2130
|
-
color: #
|
|
2128
|
+
color: #fff;
|
|
2129
|
+
}
|
|
2130
|
+
.rk-web-core-nav-item-active:hover::before {
|
|
2131
|
+
background: linear-gradient(180deg, #0e528eb3 0%, #0e508a38 0%, #4c85e417 0%, #4c85e496 76.57%, #4c85e41f 100%) !important;
|
|
2132
|
+
content: '';
|
|
2133
|
+
}
|
|
2134
|
+
.rk-web-core-nav-item-active:hover span {
|
|
2135
|
+
color: #fff;
|
|
2131
2136
|
}
|
|
2132
2137
|
.rk-web-core-nav-menu .ant-dropdown-menu-item,
|
|
2133
2138
|
.rk-web-core-nav-menu .ant-dropdown-menu-submenu-title {
|