优化首页

This commit is contained in:
zhujj 2018-12-10 16:23:39 +08:00
parent 5db5b50610
commit e2d8857078
5 changed files with 1564 additions and 566 deletions

View File

@ -8,7 +8,7 @@
<version>3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>war</packaging>
<packaging>jar</packaging>
<artifactId>ruoyi-admin</artifactId>
<description>

View File

@ -14,7 +14,7 @@ ruoyi:
# 开发环境配置
server:
# 服务端口
port: 8081
port: 8099
servlet:
# 项目contextPath
context-path: /

File diff suppressed because one or more lines are too long

View File

@ -5507,8 +5507,8 @@ del {
}
20% {
-webkit-transform: scaleY (1);
transform: scaleY (1);
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
@ -5556,18 +5556,18 @@ del {
}
@-webkit-keyframes sk-wanderingCubeMove {
25% {
25%{
-webkit-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 */
-webkit-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);
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
*
*/

File diff suppressed because it is too large Load Diff