74 lines
3.3 KiB
HTML
74 lines
3.3 KiB
HTML
<!-- <div class="login-bg">
|
|
|
|
<div class="login-box">
|
|
<form method="post" onsubmit="return false" action="##" id="formtest"></form>
|
|
<div class="login-txt-box login-txt-top">
|
|
<span>账号:</span>
|
|
<input type="text" class="account">
|
|
</div>
|
|
<div class="login-txt-box">
|
|
<span>密码:</span>
|
|
<input type="password" class="password" >
|
|
</div>
|
|
<div class="login-but-box">
|
|
<input type="button" value="登录" class="login-denglu">
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
</div> -->
|
|
|
|
<div class="login-bg">
|
|
<div class="login-box">
|
|
<div class="login-left">
|
|
<img src="./static/img/left_login.png" class="left_login">
|
|
</div>
|
|
<div class="login-right">
|
|
<div class="login-txt-box">
|
|
<div class="logo-box">
|
|
<img src="./static/img/logo_2.png">
|
|
<!-- <p>乐谷游戏</p> -->
|
|
</div>
|
|
<form method="post" action="" id="formtest">
|
|
<div class="login-text-box">
|
|
<div class="login-text">
|
|
<div class="login-left-img">
|
|
<img src="./static/img/yonghuming.png">
|
|
</div>
|
|
<input type="text" class="login-form-control account" placeholder="输入用户名" name="username">
|
|
</div>
|
|
<div class="login-text" style="margin-top: 22px;">
|
|
<input type="text" class="login-form-control verification" placeholder="内部号请获取钉钉验证码在登陆"><div class="get-verification-but" >获取验证码</div>
|
|
</div>
|
|
<div class="login-text" style="margin-top: 22px;">
|
|
<div class="login-left-img">
|
|
<img src="./static/img/mima.png" style="width: 16px;">
|
|
</div>
|
|
<input type="password" class="login-form-control password" placeholder="输入密码"
|
|
name="password">
|
|
</div>
|
|
|
|
<div class="col-8">
|
|
<div class="icheck-primary" style="text-align: right;">
|
|
<!-- <input type="checkbox" id="remember" style="width: 20px; height: 20px;">
|
|
<label for="remember" style="font-size: 14px; color: #d9d9d9;">
|
|
记住密码
|
|
</label>
|
|
-->
|
|
</div>
|
|
</div>
|
|
<div class="col-8" style="margin-top: 23px;">
|
|
<input type="button" value="登录"
|
|
class="login-btn btn-primary btn-block login-denglu"></button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="login-bottom-box">
|
|
<div class="login-bottom-left">Copyright © 2013-2022 乐谷数据分析平台. All rights reserved.</div>
|
|
<div class="login-bottom-right">Version 1.0.0</div>
|
|
</div>
|
|
</div> |