lisy
2023-07-25 f1411a2c58e6c0e5f82d559d0653b23c04c16c20
management模块的登录页面设置
4个文件已修改
31 ■■■■ 已修改文件
cloud-server-management/src/main/webapp/WEB-INF/view/404.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
cloud-server-management/src/main/webapp/WEB-INF/view/common/_right.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
cloud-server-management/src/main/webapp/WEB-INF/view/index.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
cloud-server-management/src/main/webapp/WEB-INF/view/login.html 25 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
cloud-server-management/src/main/webapp/WEB-INF/view/404.html
@@ -7,7 +7,7 @@
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>evmoto摩托 - 404 页面</title>
    <title>玩湃生活 - 404 页面</title>
    <link rel="shortcut icon" href="${ctxPath}/log.ico"> <link href="${ctxPath}/css/bootstrap.min.css?v=3.3.6" rel="stylesheet">
    <link href="${ctxPath}/css/font-awesome.css?v=4.4.0" rel="stylesheet">
    <link href="${ctxPath}/css/style.css?v=4.1.0" rel="stylesheet">
cloud-server-management/src/main/webapp/WEB-INF/view/common/_right.html
@@ -44,7 +44,7 @@
        <iframe class="J_iframe" name="iframe0" width="100%" height="100%" src="${ctxPath}/blackboard?type=${type}" frameborder="0" data-id="${ctxPath}/blackboard" seamless></iframe>
    </div>
    <div class="footer">
        <div class="pull-right">&copy; 2019-2021 <a href="#" onclick="return false" target="_blank">evmoto</a>
        <div class="pull-right">&copy; 2019-2021 <a href="#" onclick="return false" target="_blank">playpai</a>
        </div>
    </div>
</div>
cloud-server-management/src/main/webapp/WEB-INF/view/index.html
@@ -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>evmoto - homepage</title>
    <title>玩湃生活</title>
    <link rel="shortcut icon" href="${ctxPath}/log.ico">
    <link href="${ctxPath}/css/bootstrap.min.css?v=3.3.6" rel="stylesheet">
    <link href="${ctxPath}/css/font-awesome.min.css?v=4.4.0" rel="stylesheet">
cloud-server-management/src/main/webapp/WEB-INF/view/login.html
@@ -4,7 +4,7 @@
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>evmoto - Login</title>
    <title>playpai - Login</title>
    <link rel="shortcut icon" href="${ctxPath}/log.ico">
    <link href="${ctxPath}/css/bootstrap.min.css?v=3.3.6" rel="stylesheet">
@@ -47,6 +47,10 @@
            -webkit-box-shadow: 0 0 0 1000px white inset; // 背景设为白色
            -webkit-text-fill-color: #fff; // 字体颜色
        }
        .right-align {
            text-align: right;
            height: 40px;
        }
    </style>
</head>
@@ -56,7 +60,7 @@
<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="position: relative; 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"/>&nbsp;Play pai site</h3>
        <br/>
@@ -64,21 +68,20 @@
        <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="Please enter account" required="" value="">
                <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="Please enter password" required="" value="">
                <input class="itemInput" type="password" name="password" id="password"  placeholder="请输入密码" required="" value="">
            </div>
            <div  class="item">
                <label>language</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                <select name="language" id="language" class="itemInput">
                    <option value="1">中文</option>
                    <option value="2">english</option>
                    <option value="3">IndonesiaName</option>
                </select>
                <img src="${ctxPath}/img/password.png" />
                <input class="itemInput"  name="codes" id="codes"  placeholder="请输入验证码" required="" value="">
            </div>
            <button onclick="login()" class="btn full-width m-b" style="background-color: #0573EA;color: white;">Login</button>
            <div class="right-align">
                <a style="color: #00b7ee" href="#">修改密码</a>
            </div>
            <button onclick="login()" class="btn full-width m-b" style="background-color: #db9f24;color: white;">登录</button>
            <button type="submit" id="submit" style="display: none;"></button>
            </p>
        </form>