记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
71797416
Commit
71797416
authored
Jul 31, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style
parent
2e00bf93
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
70 additions
and
26 deletions
+70
-26
log.png
...et-client-admin-web/src/main/resources/static/img/log.png
+0
-0
index.html
...-client-admin-web/src/main/resources/templates/index.html
+8
-2
login.html
...-client-admin-web/src/main/resources/templates/login.html
+61
-23
logo.png
...et-client-admin-web/src/main/resources/templates/logo.png
+0
-0
main.html
...t-client-admin-web/src/main/resources/templates/main.html
+1
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/static/img/log.png
0 → 100644
View file @
71797416
6.1 KB
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/index.html
View file @
71797416
...
...
@@ -4,7 +4,7 @@
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"renderer"
content=
"webkit"
>
<title>
正在映画系统首页
</title>
<title>
摩登天空信息管理系统
</title>
<!-- 避免IE使用兼容模式 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<link
th:href=
"@{favicon.ico}"
rel=
"shortcut icon"
/>
...
...
@@ -16,6 +16,12 @@
<link
th:href=
"@{/css/skins.css}"
rel=
"stylesheet"
/>
<link
th:href=
"@{/ruoyi/css/ry-ui.css?v=4.6.1}"
rel=
"stylesheet"
/>
</head>
<style>
.logo-lg
{
font-size
:
17px
;
font-weight
:
bold
;
}
</style>
<body
class=
"fixed-sidebar full-height-layout gray-bg"
style=
"overflow: hidden"
>
<div
id=
"wrapper"
>
...
...
@@ -26,7 +32,7 @@
</div>
<a
th:href=
"@{/index}"
>
<li
class=
"logo hidden-xs"
>
<span
class=
"logo-lg"
>
Modernsky IMS
</span>
<span
class=
"logo-lg"
>
摩登天空信息管理系统
</span>
</li>
</a>
<div
class=
"sidebar-collapse"
>
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/login.html
View file @
71797416
...
...
@@ -3,8 +3,8 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0"
>
<title>
登录正在映画
系统
</title>
<meta
name=
"description"
content=
"
正在映画后台管理框架
"
>
<title>
摩登天空信息管理
系统
</title>
<meta
name=
"description"
content=
"
摩登天空信息管理系统
"
>
<link
href=
"../static/css/bootstrap.min.css"
th:href=
"@{/css/bootstrap.min.css}"
rel=
"stylesheet"
/>
<link
href=
"../static/css/font-awesome.min.css"
th:href=
"@{/css/font-awesome.min.css}"
rel=
"stylesheet"
/>
<link
href=
"../static/css/style.css"
th:href=
"@{/css/style.css}"
rel=
"stylesheet"
/>
...
...
@@ -15,7 +15,42 @@
<!-- 避免IE使用兼容模式 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<link
rel=
"shortcut icon"
href=
"../static/favicon.ico"
th:href=
"@{favicon.ico}"
/>
<style
type=
"text/css"
>label
.error
{
position
:
inherit
;
}
</style>
<style
type=
"text/css"
>
label
.error
{
position
:
inherit
;
}
.signinpanel
{
width
:
400px
;
margin-top
:
17%
;
}
.col-sm-5
{
color
:
#666666
;
width
:
100%
!important
;
}
.pull-left
{
float
:
none
!important
;
}
.signup-footer
{
margin-top
:
0
;
border-top
:
0
;
text-align
:
center
;
color
:
#000000
;
font-size
:
14px
;
}
body
.signin
{
background
:
#d2d6de
!important
;
}
.signinpanel
form
{
background
:
#fff
;
}
.index_title
{
padding-bottom
:
10px
;
font-size
:
24px
;
color
:
#000000
;
text-align
:
center
;
}
.index_title
p
{
margin
:
0
;
}
</style>
<script>
if
(
window
.
top
!==
window
.
self
){
alert
(
'未登录或登录超时。请重新登录'
);
window
.
top
.
location
=
window
.
location
};
</script>
...
...
@@ -23,29 +58,32 @@
<body
class=
"signin"
>
<div
class=
"signinpanel"
>
<div
class=
"row"
>
<div
class=
"col-sm-7"
>
<div
class=
"signin-info"
>
<div
class=
"logopanel m-b"
>
<h1><img
alt=
"[ 正在映画 ]"
src=
"../static/ruoyi.png"
th:src=
"@{/ruoyi.png}"
></h1>
</div>
<div
class=
"m-b"
></div>
<h4>
欢迎使用
<strong>
正在映画 后台管理系统
</strong></h4>
<ul
class=
"m-b"
>
<li><i
class=
"fa fa-arrow-circle-o-right m-r-xs"
></i>
SpringBoot
</li>
<li><i
class=
"fa fa-arrow-circle-o-right m-r-xs"
></i>
Mybatis
</li>
<li><i
class=
"fa fa-arrow-circle-o-right m-r-xs"
></i>
Shiro
</li>
<li><i
class=
"fa fa-arrow-circle-o-right m-r-xs"
></i>
Thymeleaf
</li>
<li><i
class=
"fa fa-arrow-circle-o-right m-r-xs"
></i>
Bootstrap
</li>
</ul>
<strong
th:if=
"${@config.getKey('sys.account.registerUser')}"
>
还没有账号?
<a
th:href=
"@{/register}"
>
立即注册
»
</a></strong>
</div>
<!-- <div class="col-sm-7">-->
<!-- <div class="signin-info">-->
<!-- <div class="logopanel m-b">-->
<!-- <h1><img alt="[ 正在映画 ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1>-->
<!-- </div>-->
<!-- <div class="m-b"></div>-->
<!-- <h4>欢迎使用 <strong>摩登天空信息管理系统</strong></h4>-->
<!-- <ul class="m-b">-->
<!-- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> SpringBoot</li>-->
<!-- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Mybatis</li>-->
<!-- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Shiro</li>-->
<!-- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Thymeleaf</li>-->
<!-- <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Bootstrap</li>-->
<!-- </ul>-->
<!-- <strong th:if="${@config.getKey('sys.account.registerUser')}">还没有账号? <a th:href="@{/register}">立即注册»</a></strong>-->
<!-- </div>-->
<!-- </div>-->
<div
class=
"index_title"
>
<p><img
th:src=
"@{/img/log.png}"
alt=
"User Image"
></p>
摩登天空信息管理系统
</div>
<div
class=
"col-sm-5"
>
<form
id=
"signupForm"
autocomplete=
"off"
>
<h4
class=
"no-margins"
>
登录:
</h4>
<p
class=
"m-t-md"
>
你若不离不弃,我必生死相依
</p>
<input
type=
"text"
name=
"username"
class=
"form-control uname"
placeholder=
"用户名"
value=
"admin"
/>
<input
type=
"password"
name=
"password"
class=
"form-control pword"
placeholder=
"密码"
value=
"admin123"
/>
<input
type=
"text"
name=
"username"
class=
"form-control uname"
placeholder=
"用户名"
value=
""
/>
<input
type=
"password"
name=
"password"
class=
"form-control pword"
placeholder=
"密码"
value=
""
/>
<div
class=
"row m-t"
th:if=
"${captchaEnabled==true}"
>
<div
class=
"col-xs-6"
>
<input
type=
"text"
name=
"validateCode"
class=
"form-control code"
placeholder=
"验证码"
maxlength=
"5"
/>
...
...
@@ -65,7 +103,7 @@
</div>
<div
class=
"signup-footer"
>
<div
class=
"pull-left"
>
Copyright ©
2018-2021 ruoyi.vip All Rights Reserved.
<br>
Copyright ©
1997-2020 Modernsky All rights reserved
<br>
</div>
</div>
</div>
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/logo.png
0 → 100644
View file @
71797416
6.1 KB
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/main.html
View file @
71797416
...
...
@@ -15,7 +15,7 @@
<body
class=
"gray-bg"
>
<div
class=
"row border-bottom white-bg dashboard-header"
>
<div
class=
"col-sm-12"
>
<h2>
LiquidNet后台管理框架
</h2>
<h2>
推荐使用Chrome浏览器
</h2>
</div>
</div>
<script
th:src=
"@{/js/jquery.min.js}"
></script>
...
...
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