rk-web-core 0.13.10 → 0.13.13
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.
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rk-web-core",
|
|
3
3
|
"description": "iep core utils",
|
|
4
|
-
"version": "0.13.
|
|
4
|
+
"version": "0.13.13",
|
|
5
5
|
"author": "",
|
|
6
6
|
"main": "rk-web-core.js",
|
|
7
7
|
"scripts": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"nprogress": "^0.2.0",
|
|
17
17
|
"resize-observer-polyfill": "^1.5.1",
|
|
18
18
|
"store": "^2.0.12",
|
|
19
|
-
"rk-web-map": "^0.3.
|
|
19
|
+
"rk-web-map": "^0.3.125",
|
|
20
20
|
"jsencrypt": "^3.0.1",
|
|
21
21
|
"md5": "^2.3.0"
|
|
22
22
|
},
|
package/rk-web-core.css
CHANGED
|
@@ -541,10 +541,6 @@ html {
|
|
|
541
541
|
.rk-web-core-logo-basic-inner {
|
|
542
542
|
background: linear-gradient(180deg, rgba(95, 131, 255, 0.6), rgba(57, 195, 255, 0.75));
|
|
543
543
|
}
|
|
544
|
-
.rk-web-core-logo-dark-inner {
|
|
545
|
-
background: linear-gradient(0deg, #038bff, rgba(3, 139, 255, 0.4) 40%, rgba(3, 139, 255, 0));
|
|
546
|
-
box-shadow: 0px 6px 12px 0px #1c61b1;
|
|
547
|
-
}
|
|
548
544
|
.rk-web-core-logo-inner {
|
|
549
545
|
height: 100%;
|
|
550
546
|
padding: 0 3vw 0 1vw;
|
|
@@ -557,9 +553,20 @@ html {
|
|
|
557
553
|
.rk-web-core-logo-inner img {
|
|
558
554
|
width: 2.3vw;
|
|
559
555
|
object-fit: cover;
|
|
560
|
-
transition: all 300ms;
|
|
561
556
|
user-select: none;
|
|
562
557
|
-webkit-user-drag: none;
|
|
558
|
+
position: relative;
|
|
559
|
+
left: -80px;
|
|
560
|
+
filter: drop-shadow(#fff 80px 0);
|
|
561
|
+
}
|
|
562
|
+
.rk-web-core-logo-dark-inner {
|
|
563
|
+
background: linear-gradient(0deg, #038bff, rgba(3, 139, 255, 0.4) 40%, rgba(3, 139, 255, 0));
|
|
564
|
+
box-shadow: 0px 6px 12px 0px #1c61b1;
|
|
565
|
+
}
|
|
566
|
+
.rk-web-core-logo-light-inner img {
|
|
567
|
+
position: relative;
|
|
568
|
+
left: -80px;
|
|
569
|
+
filter: drop-shadow(#000 80px 0);
|
|
563
570
|
}
|
|
564
571
|
.rk-web-core-logo-title {
|
|
565
572
|
transition: all 300ms;
|
|
@@ -1982,10 +1989,21 @@ html {
|
|
|
1982
1989
|
transform: skewX(-16deg);
|
|
1983
1990
|
border-radius: 6px;
|
|
1984
1991
|
}
|
|
1992
|
+
.rk-web-core-nav-park .rk-web-core-nav-item-active span {
|
|
1993
|
+
color: #fff !important;
|
|
1994
|
+
}
|
|
1985
1995
|
.rk-web-core-nav-park .rk-web-core-nav-item-active::before {
|
|
1986
1996
|
content: '';
|
|
1987
|
-
background: transparent;
|
|
1988
|
-
box-shadow: none;
|
|
1997
|
+
background: transparent !important;
|
|
1998
|
+
box-shadow: none !important;
|
|
1999
|
+
}
|
|
2000
|
+
.rk-web-core-nav-park .rk-web-core-nav-item:hover {
|
|
2001
|
+
color: var(--antd-wave-shadow-color) !important;
|
|
2002
|
+
}
|
|
2003
|
+
.rk-web-core-nav-park .rk-web-core-nav-item:hover::before {
|
|
2004
|
+
content: '';
|
|
2005
|
+
background: transparent !important;
|
|
2006
|
+
box-shadow: none !important;
|
|
1989
2007
|
}
|
|
1990
2008
|
.rk-web-core-nav-light .rk-web-core-icon {
|
|
1991
2009
|
display: none;
|
|
@@ -2010,7 +2028,6 @@ html {
|
|
|
2010
2028
|
align-items: center;
|
|
2011
2029
|
height: 50px;
|
|
2012
2030
|
position: relative;
|
|
2013
|
-
min-width: 90px;
|
|
2014
2031
|
transition: all 300ms;
|
|
2015
2032
|
}
|
|
2016
2033
|
.rk-web-core-nav-item-icon {
|
|
@@ -2024,11 +2041,6 @@ html {
|
|
|
2024
2041
|
white-space: nowrap;
|
|
2025
2042
|
padding: 0 10px;
|
|
2026
2043
|
height: 50px;
|
|
2027
|
-
position: absolute;
|
|
2028
|
-
left: 0;
|
|
2029
|
-
right: 0;
|
|
2030
|
-
bottom: 0;
|
|
2031
|
-
top: 0;
|
|
2032
2044
|
font-size: 16px;
|
|
2033
2045
|
}
|
|
2034
2046
|
.rk-web-core-nav-item-active {
|