Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
ff5969b2
Commit
ff5969b2
authored
Jun 28, 2018
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉animate动画效果
parent
11d0d207
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5 additions
and
9 deletions
+5
-9
README.md
+1
-1
guns-admin/src/main/webapp/WEB-INF/view/404.html
+1
-2
guns-admin/src/main/webapp/WEB-INF/view/common/_container.html
+1
-2
guns-admin/src/main/webapp/WEB-INF/view/common/_tab.html
+1
-1
guns-admin/src/main/webapp/WEB-INF/view/index.html
+0
-1
guns-admin/src/main/webapp/WEB-INF/view/login.html
+1
-2
guns-admin/src/main/webapp/static/css/animate.css
+0
-0
No files found.
README.md
View file @
ff5969b2
...
@@ -83,7 +83,7 @@ public class MybatisPlusConfig {
...
@@ -83,7 +83,7 @@ public class MybatisPlusConfig {
<!-- 全局js -->
<!-- 全局js -->
<script src="${ctxPath}/static/js/jquery.min.js?v=2.1.4"></script>
<script src="${ctxPath}/static/js/jquery.min.js?v=2.1.4"></script>
<body class="gray-bg">
<body class="gray-bg">
<div class="wrapper wrapper-content
animated fadeInRight
">
<div class="wrapper wrapper-content">
${layoutContent}
${layoutContent}
</div>
</div>
<script src="${ctxPath}/static/js/content.js?v=1.0.0"></script>
<script src="${ctxPath}/static/js/content.js?v=1.0.0"></script>
...
...
guns-admin/src/main/webapp/WEB-INF/view/404.html
View file @
ff5969b2
...
@@ -10,7 +10,6 @@
...
@@ -10,7 +10,6 @@
<title>
Guns - 404 页面
</title>
<title>
Guns - 404 页面
</title>
<link
rel=
"shortcut icon"
href=
"${ctxPath}/static/favicon.ico"
>
<link
href=
"${ctxPath}/static/css/bootstrap.min.css?v=3.3.6"
rel=
"stylesheet"
>
<link
rel=
"shortcut icon"
href=
"${ctxPath}/static/favicon.ico"
>
<link
href=
"${ctxPath}/static/css/bootstrap.min.css?v=3.3.6"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/font-awesome.css?v=4.4.0"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/font-awesome.css?v=4.4.0"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/animate.css"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/style.css?v=4.1.0"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/style.css?v=4.1.0"
rel=
"stylesheet"
>
</head>
</head>
...
@@ -18,7 +17,7 @@
...
@@ -18,7 +17,7 @@
<body
class=
"gray-bg"
>
<body
class=
"gray-bg"
>
<div
class=
"middle-box text-center
animated fadeInDown
"
>
<div
class=
"middle-box text-center"
>
<h1>
404
</h1>
<h1>
404
</h1>
<h3
class=
"font-bold"
>
页面未找到!
</h3>
<h3
class=
"font-bold"
>
页面未找到!
</h3>
...
...
guns-admin/src/main/webapp/WEB-INF/view/common/_container.html
View file @
ff5969b2
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
<link
href=
"${ctxPath}/static/css/plugins/chosen/chosen.css"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/plugins/chosen/chosen.css"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/plugins/bootstrap-table/bootstrap-table.min.css"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/plugins/bootstrap-table/bootstrap-table.min.css"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/plugins/validate/bootstrapValidator.min.css"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/plugins/validate/bootstrapValidator.min.css"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/animate.css"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/style.css?v=4.1.0"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/style.css?v=4.1.0"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/_fstyle.css"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/_fstyle.css"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/plugins/iCheck/custom.css"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/plugins/iCheck/custom.css"
rel=
"stylesheet"
>
...
@@ -64,7 +63,7 @@
...
@@ -64,7 +63,7 @@
</head>
</head>
<body
class=
"gray-bg"
>
<body
class=
"gray-bg"
>
<div
class=
"wrapper wrapper-content
animated fadeInRight
"
>
<div
class=
"wrapper wrapper-content"
>
${layoutContent}
${layoutContent}
</div>
</div>
<script
src=
"${ctxPath}/static/js/content.js?v=1.0.0"
></script>
<script
src=
"${ctxPath}/static/js/content.js?v=1.0.0"
></script>
...
...
guns-admin/src/main/webapp/WEB-INF/view/common/_tab.html
View file @
ff5969b2
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<span
class=
"text-muted text-xs block"
>
${shiro.getUser().roleNames[0]}
<b
class=
"caret"
></b></span>
<span
class=
"text-muted text-xs block"
>
${shiro.getUser().roleNames[0]}
<b
class=
"caret"
></b></span>
</span>
</span>
</a>
</a>
<ul
class=
"dropdown-menu
animated fadeInRight
m-t-xs"
>
<ul
class=
"dropdown-menu m-t-xs"
>
<li><a
class=
"J_menuItem"
href=
"${ctxPath}/mgr/user_info"
>
个人资料
</a></li>
<li><a
class=
"J_menuItem"
href=
"${ctxPath}/mgr/user_info"
>
个人资料
</a></li>
<li><a
class=
"J_menuItem"
href=
"${ctxPath}/mgr/user_chpwd"
>
修改密码
</a></li>
<li><a
class=
"J_menuItem"
href=
"${ctxPath}/mgr/user_chpwd"
>
修改密码
</a></li>
<li
class=
"divider"
></li>
<li
class=
"divider"
></li>
...
...
guns-admin/src/main/webapp/WEB-INF/view/index.html
View file @
ff5969b2
...
@@ -8,7 +8,6 @@
...
@@ -8,7 +8,6 @@
<link
rel=
"shortcut icon"
href=
"${ctxPath}/static/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"${ctxPath}/static/favicon.ico"
>
<link
href=
"${ctxPath}/static/css/bootstrap.min.css?v=3.3.6"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/bootstrap.min.css?v=3.3.6"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/font-awesome.min.css?v=4.4.0"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/font-awesome.min.css?v=4.4.0"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/animate.css"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/style.css?v=4.1.0"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/style.css?v=4.1.0"
rel=
"stylesheet"
>
</head>
</head>
...
...
guns-admin/src/main/webapp/WEB-INF/view/login.html
View file @
ff5969b2
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
<link
rel=
"shortcut icon"
href=
"${ctxPath}/static/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"${ctxPath}/static/favicon.ico"
>
<link
href=
"${ctxPath}/static/css/bootstrap.min.css?v=3.3.6"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/bootstrap.min.css?v=3.3.6"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/font-awesome.css?v=4.4.0"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/font-awesome.css?v=4.4.0"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/animate.css"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/style.css?v=4.1.0"
rel=
"stylesheet"
>
<link
href=
"${ctxPath}/static/css/style.css?v=4.1.0"
rel=
"stylesheet"
>
<script>
if
(
window
.
top
!==
window
.
self
)
{
<script>
if
(
window
.
top
!==
window
.
self
)
{
window
.
top
.
location
=
window
.
location
;
window
.
top
.
location
=
window
.
location
;
...
@@ -20,7 +19,7 @@
...
@@ -20,7 +19,7 @@
<body
class=
"gray-bg"
>
<body
class=
"gray-bg"
>
<div
class=
"middle-box text-center loginscreen
animated fadeInDown
"
>
<div
class=
"middle-box text-center loginscreen"
>
<div
style=
"padding: 100px 0px;"
>
<div
style=
"padding: 100px 0px;"
>
<div>
<div>
<h1
class=
"logo-name"
>
GS
</h1>
<h1
class=
"logo-name"
>
GS
</h1>
...
...
guns-admin/src/main/webapp/static/css/animate.css
deleted
100644 → 0
View file @
11d0d207
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment