From 4f47865c3b8132f097cc32fe9bd8e0fa12469786 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期四, 09 十一月 2023 10:08:48 +0800 Subject: [PATCH] 后台bug修改 --- cloud-server-management/src/main/webapp/WEB-INF/view/login.html | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/login.html b/cloud-server-management/src/main/webapp/WEB-INF/view/login.html index fd0a341..d49fc44 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/login.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/login.html @@ -55,20 +55,20 @@ <div style="display: flex;align-items: center;justify-content: center;height: 100%"> -<img src="${ctxPath}/img/index4.png" style="width: 300px;height: 400px;z-index: 1000;border-radius: 10px"> -<div style="position: relative;left: -20px; max-width: 300px;min-height: 300px;background: white;border-radius: 8px;box-sizing: border-box;padding: 0 30px 0 50px;display: flex;align-items: center;justify-content: center;"> - <div style="max-height: 100%"> - <h3 style="color: black;"><img src="${ctxPath}/img/logo.png" width="30px" height="30px"/> Play pai site</h3> + <h1 style="color: white">玩湃生活管理后台</h1> +<div style="position: relative;margin-left:200px;left: -20px; max-width: 300px;min-height: 300px;background: white;border-radius: 8px;box-sizing: border-box;padding: 0 30px 0 50px;display: flex;align-items: center;justify-content: center;"> + <div style="max-height: 100%" > + <img style="margin-left: 44px" src="${ctxPath}/img/logo.png" width="100px" height="120px"/> <br/> <h4 style="color: red;">${tips!}</h4> <form class="m-t" role="form" action="${ctxPath}/login" method="post"> <div class="item"> <img src="${ctxPath}/img/account.png" /> - <input class="itemInput" type="text" name="username" id="username" placeholder="请输入账号" required="" value="admin"> + <input class="itemInput" type="text" name="username" id="username" placeholder="请输入账号" required="" value=""> </div> <div class="item"> <img src="${ctxPath}/img/password.png" /> - <input class="itemInput" type="password" name="password" id="password" placeholder="请输入密码" required="" value="123456"> + <input class="itemInput" type="password" name="password" id="password" placeholder="请输入密码" required="" value=""> </div> <!--<div class="item">--> <!--<img src="${ctxPath}/img/password.png" />--> -- Gitblit v1.7.1