From 6abc20e29568c129f4ca71eccec9310534a8c779 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 04 八月 2020 14:42:24 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/login.html |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index c7ed9e7..37fa7c5 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -13,10 +13,13 @@
         body.login-bg {
             color: #777;
             height: 100%;
-            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, #29bdd9 0%, #276ace 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 {
@@ -101,12 +104,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>
@@ -174,7 +177,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