diff --git a/src/main/resources/static/css/animate.css b/src/main/resources/static/css/animate.css index 6fa907b06..2cb0cb6f4 100644 --- a/src/main/resources/static/css/animate.css +++ b/src/main/resources/static/css/animate.css @@ -1,6 +1,6 @@ -/* @charset "UTF-8"; +@charset "UTF-8"; -! +/*! Animate.css - http://daneden.me/animate Licensed under the MIT license @@ -11,14 +11,13 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - +*/ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; - z-index: 100; } .animated.infinite { @@ -98,7 +97,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI animation-name: flash; } -originally authored by Nick Pettit - https://github.com/nickpettit/glide +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes pulse { 0% { @@ -379,7 +378,7 @@ originally authored by Nick Pettit - https://github.com/nickpettit/glide animation-name: tada; } -originally authored by Nick Pettit - https://github.com/nickpettit/glide +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes wobble { 0% { @@ -1177,9 +1176,9 @@ originally authored by Nick Pettit - https://github.com/nickpettit/glide @keyframes fadeInRight { 0% { opacity: 0; - -webkit-transform: translateX(40px); - -ms-transform: translateX(40px); - transform: translateX(40px); + -webkit-transform: translateX(20px); + -ms-transform: translateX(20px); + transform: translateX(20px); } 100% { @@ -2636,6 +2635,39 @@ originally authored by Nick Pettit - https://github.com/nickpettit/glide animation-name: slideOutUp; } +@-webkit-keyframes slideInUp { + 0% { + -webkit-transform: translateY(2000px); + transform: translateY(2000px); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(0); + transform: translateY(0); + } +} + +@keyframes slideInUp { + 0% { + -webkit-transform: translateY(2000px); + -ms-transform: translateY(2000px); + transform: translateY(2000px); + } + + 100% { + opacity: 0; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } +} + +.slideInUp { + -webkit-animation-name: slideInUp; + animation-name: slideInUp; +} + @-webkit-keyframes slideOutDown { 0% { -webkit-transform: translateY(0); @@ -2773,7 +2805,7 @@ originally authored by Nick Pettit - https://github.com/nickpettit/glide animation-name: hinge; } -originally authored by Nick Pettit - https://github.com/nickpettit/glide +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes rollIn { 0% { @@ -2810,7 +2842,7 @@ originally authored by Nick Pettit - https://github.com/nickpettit/glide animation-name: rollIn; } -originally authored by Nick Pettit - https://github.com/nickpettit/glide +/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes rollOut { 0% { @@ -2845,5 +2877,4 @@ originally authored by Nick Pettit - https://github.com/nickpettit/glide .rollOut { -webkit-animation-name: rollOut; animation-name: rollOut; -} - */ \ No newline at end of file +} \ No newline at end of file diff --git a/src/main/resources/static/img/pay.png b/src/main/resources/static/img/pay.png index b969cf434..7fe26fedf 100644 Binary files a/src/main/resources/static/img/pay.png and b/src/main/resources/static/img/pay.png differ diff --git a/src/main/resources/templates/error/404.html b/src/main/resources/templates/error/404.html index 180584a2f..0191fab77 100644 --- a/src/main/resources/templates/error/404.html +++ b/src/main/resources/templates/error/404.html @@ -1,38 +1,23 @@ - - - RuoYi - 404 - - - - - - - + + + - - -

404

找不到网页!

-
对不起,您正在寻找的页面已经找到。尝试检查URL的错误,然后按浏览器上的刷新按钮或尝试在我们的应用程序中找到其他内容。 主页
- - - - - + + - diff --git a/src/main/resources/templates/error/500.html b/src/main/resources/templates/error/500.html index 3b74335bb..0f60b65f7 100644 --- a/src/main/resources/templates/error/500.html +++ b/src/main/resources/templates/error/500.html @@ -1,24 +1,14 @@ - - - RuoYi - 500 - - - - - - - + + + - - -

500

内部服务器错误!

@@ -28,11 +18,7 @@ 主页
- - - - - + + - diff --git a/src/main/resources/templates/error/unauth.html b/src/main/resources/templates/error/unauth.html index cd1d71170..7a9d900d6 100644 --- a/src/main/resources/templates/error/unauth.html +++ b/src/main/resources/templates/error/unauth.html @@ -1,24 +1,14 @@ - - - RuoYi - 403 - - - - - - - + + + - - -

403

您没有访问权限!

@@ -28,11 +18,7 @@ 主页
- - - - - + + - diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 9cc71d663..d2e0aba74 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -28,14 +28,16 @@