优化首页
This commit is contained in:
parent
5db5b50610
commit
e2d8857078
|
|
@ -8,7 +8,7 @@
|
||||||
<version>3.1</version>
|
<version>3.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>war</packaging>
|
<packaging>jar</packaging>
|
||||||
<artifactId>ruoyi-admin</artifactId>
|
<artifactId>ruoyi-admin</artifactId>
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ ruoyi:
|
||||||
# 开发环境配置
|
# 开发环境配置
|
||||||
server:
|
server:
|
||||||
# 服务端口
|
# 服务端口
|
||||||
port: 8081
|
port: 8099
|
||||||
servlet:
|
servlet:
|
||||||
# 项目contextPath
|
# 项目contextPath
|
||||||
context-path: /
|
context-path: /
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -5507,8 +5507,8 @@ del {
|
||||||
}
|
}
|
||||||
|
|
||||||
20% {
|
20% {
|
||||||
-webkit-transform: scaleY (1);
|
-webkit-transform: scaleY(1);
|
||||||
transform: scaleY (1);
|
transform: scaleY(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -5556,18 +5556,18 @@ del {
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes sk-wanderingCubeMove {
|
@-webkit-keyframes sk-wanderingCubeMove {
|
||||||
25% {
|
25%{
|
||||||
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
|
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
|
||||||
transform: translateX(42px) rotate(-90deg) scale(0.5);
|
transform: translateX(42px) rotate(-90deg) scale(0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
50% {
|
50%{
|
||||||
/* Hack to make FF rotate in the right direction */
|
/* Hack to make FF rotate in the right direction */
|
||||||
-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
|
-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
|
||||||
transform: translateX(42px) translateY(42px) rotate(-179deg);
|
transform: translateX(42px) translateY(42px) rotate(-179deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
50 .1 % {
|
50.1% {
|
||||||
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
|
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
|
||||||
transform: translateX(42px) translateY(42px) rotate(-180deg);
|
transform: translateX(42px) translateY(42px) rotate(-180deg);
|
||||||
}
|
}
|
||||||
|
|
@ -6661,7 +6661,7 @@ body.rtls .top-navigation .footer.fixed, body.rtls.top-navigation .footer.fixed
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* SKIN blue 云企智联管理系统
|
* SKIN blue 云企互联管理系统
|
||||||
* NAME - blue/purple
|
* NAME - blue/purple
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue