|
|
|
@ -36,16 +36,16 @@
|
|
|
|
|
<div style="width: 151px; height: 33px; left: 35%; top: 575px; position: absolute; color: black; font-size: 20px; font-family: Inter; font-weight: 500; word-wrap: break-word" class="sign-up-link" onclick="redirectToLogin()">已有帐号?登录</div>
|
|
|
|
|
<form id="sign-form">
|
|
|
|
|
<div style="width: 173px; height: 35px; left: 32%; top: 364px; position: absolute">
|
|
|
|
|
<label for="password">密码:</label>
|
|
|
|
|
<input type="password" id="password" name="password" required><br><br>
|
|
|
|
|
<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" style="width: 180px; height: 20px" required><br><br>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="width: 173px; height: 35px; left: 32%; top: 294px; position: absolute">
|
|
|
|
|
<label for="username">用户名:</label>
|
|
|
|
|
<input type="text" id="username" name="username" required><br><br>
|
|
|
|
|
<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" style="width: 180px; height: 20px" required><br><br>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="width: 171px; height: 36px; left: 32%; top: 435px; position: absolute">
|
|
|
|
|
<label for="confirm_password">确认密码:</label>
|
|
|
|
|
<input type="password" id="confirm_password" name="confirm_password" required><br><br>
|
|
|
|
|
<label for="confirm_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="confirm_password" name="confirm_password" style="width: 180px; height: 20px" required><br><br>
|
|
|
|
|
</div>
|
|
|
|
|
<button type="submit" style="width: 282px; height: 56px; left: 30%; top: 503px; border-radius: 71px; position: absolute" class="login-button" onclick="redirectToLogin()">
|
|
|
|
|
<div style="width: 282px; height: 56px; left: 0px; top: 0px; position: absolute; background: linear-gradient(180deg, #152DA9 0%, #E7642A 100%); border-radius: 71px"></div>
|
|
|
|
|