|
|
@ -33,16 +33,16 @@
|
|
|
|
<div style="width: 65px; height: 38px; left: 852px; top: 227px; position: absolute; color: #001AFF; font-size: 32px; font-family: Inter; font-weight: 700; word-wrap: break-word">登录</div>
|
|
|
|
<div style="width: 65px; height: 38px; left: 852px; top: 227px; position: absolute; color: #001AFF; font-size: 32px; font-family: Inter; font-weight: 700; word-wrap: break-word">登录</div>
|
|
|
|
<a href="javascript:void(0);" class="sign-up-link" style="width: auto; height: auto; left: 975px; top: 565px; position: absolute;" onclick="redirectToSignUp()">注册新用户</a>
|
|
|
|
<a href="javascript:void(0);" class="sign-up-link" style="width: auto; height: auto; left: 975px; top: 565px; position: absolute;" onclick="redirectToSignUp()">注册新用户</a>
|
|
|
|
<form id="login-form">
|
|
|
|
<form id="login-form">
|
|
|
|
<div style="width: 173px; height: 35px; left: 749px; top: 364px; position: absolute">
|
|
|
|
<div style="width: 173px; height: 35px; left: 749px; top: 400px; position: absolute">
|
|
|
|
<label for="password">密码:</label>
|
|
|
|
<label for="password" style="left: 0px; top: -30px; position: absolute; color: black; font-size: 20px; font-family: Inter; font-weight: 500; word-wrap: break-word">密码:</label>
|
|
|
|
<input type="password" id="password" name="password" required><br><br>
|
|
|
|
<input type="password" id="password" name="password" style="width: 180px; height: 20px" required><br><br>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="width: 173px; height: 35px; left: 749px; top: 294px; position: absolute">
|
|
|
|
<div style="width: 173px; height: 35px; left: 749px; top: 340px; position: absolute">
|
|
|
|
<label for="username">用户名:</label>
|
|
|
|
<label for="username" style="left: 0px; top: -30px; position: absolute; color: black; font-size: 20px; font-family: Inter; font-weight: 500; word-wrap: break-word">用户名:</label>
|
|
|
|
<input type="text" id="username" name="username" required><br><br>
|
|
|
|
<input type="text" id="username" name="username" style="width: 180px; height: 20px" required><br><br>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<button type="submit" style="width: 282px; height: 56px; left: 744px; top: 439px; position: absolute;" onclick="redirectToPage()">
|
|
|
|
<button type="submit" style="width: 282px; height: 56px; left: 744px; top: 480px; position: absolute; border-radius: 71px;" onclick="redirectToPage()">
|
|
|
|
<div style="width: 282px; height: 56px; left: 0px; top: 0px; position: absolute; background: linear-gradient(180deg, #152DA9 0%, #E7642A 100%)"></div>
|
|
|
|
<div style="width: 282px; height: 56px; left: 0px; top: 0px; position: absolute; background: linear-gradient(180deg, #152DA9 0%, #E7642A 100%); border-radius: 71px"></div>
|
|
|
|
<div style="left: 120px; top: 16px; position: absolute; color: #FAFAF9; font-size: 20px; font-family: Inter; font-weight: 500; word-wrap: break-word">登录</div>
|
|
|
|
<div style="left: 120px; top: 16px; position: absolute; color: #FAFAF9; font-size: 20px; font-family: Inter; font-weight: 500; word-wrap: break-word">登录</div>
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|