From a0c9f738fdebae1f0bcb51d397978f24332a86ea Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 04 一月 2021 16:58:16 +0800
Subject: [PATCH] #
---
src/main/webapp/views/login.html | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index d8442c9..a2af569 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>绯荤粺鐧诲綍</title>
<link rel="stylesheet" href="../static/layui/css/layui.css" media="all">
+ <link rel="icon" type="image/x-icon" href="../static/image/wcs_logo.png" />
<script type="text/javascript" src="../static/layui/layui.js"></script>
<script type="text/javascript" src="../static/js/common.js"></script>
<style>
@@ -13,17 +14,17 @@
body.login-bg {
color: #777;
height: 100%;
- /*background-image: url("../static/image/bg-imgage.jpg");*/
- background-image: url("../static/image/login_bg.jpg");
- background-repeat: no-repeat;
- background-size: cover;
- background-position: top center;
+ /*background-image: linear-gradient(to right, #ff9569 0%, #e92758 100%);*/
+ background-image: linear-gradient(-90deg, #a2e7f3 0%, #98baee 100%);
+ /*background: -webkit-linear-gradient(red, blue); !* Safari 5.1 - 6.0 *!;*/
+ /*background-image: url("../static/image/login_bg.jpg");*/
+ /*background-repeat: no-repeat;*/
+ /*background-size: cover;*/
+ /*background-position: top center;*/
}
#login-wrapper {
- /*color: #fff;*/
box-sizing:border-box;
- /*background: #576669;*/
background: #fff;
position: absolute;
top: 45%;
@@ -104,12 +105,12 @@
<div id="login-wrapper">
<header>
- <h2>绯荤粺鐧诲綍</h2>
+ <h2>WCS 绯荤粺鐧诲綍</h2>
</header>
<div class="layui-form layadmin-user-login-body">
<div class="layui-form-item">
<label class="layui-icon layui-icon-cellphone layadmin-user-login-icon"></label>
- <input id="mobile" class="layui-input" type="text" name="mobile" lay-verify="mobile" placeholder="鐢ㄦ埛鍚�">
+ <input id="mobile" class="layui-input" type="text" name="mobile" lay-verify="mobile" placeholder="璐﹀彿">
</div>
<div class="layui-form-item">
<label class="layui-icon layui-icon-password layadmin-user-login-icon"></label>
@@ -177,7 +178,7 @@
form.on('submit(login)', function (data) {
var mobile = $("#mobile").val();
if (mobile === "") {
- layer.msg("璇疯緭鍏ユ墜鏈哄彿", {offset: '150px'});
+ layer.msg("璇疯緭鍏ヨ处鍙�", {offset: '150px'});
return;
}
var password = $("#password").val();
--
Gitblit v1.9.1