代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>神领快递登录</title>
<style>
body {
font-family: Arial, sans - serif;
background-color: #fff;
margin: 0;
padding: 0;
}
.login-container {
width: 300px;
margin: 50px auto;
}
.logo {
text-align: center;
font-size: 24px;
margin-bottom: 20px;
}
.login-methods {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.login-methods span {
cursor: pointer;
padding: 5px 10px;
}
.phone-login.active {
color: red;
}
.phone-login-form {
display: block;
}
input {
width: 100%;
padding: 10px;
margin-bottom: 10px;
box-sizing: border - box;
}
.phone-error,
.verification-error {
color: red;
margin-bottom: 10px;
display: none;
}
.login-btn {
background-color: red;
color: white;
border: none;
padding: 10px;
cursor: pointer;
}
.resend-timer {
text-align: right;
color: gray;
}
</style>
</head>
<body>
<div class="login-container">
<div class="logo">神领快递</div>
<div class="login-methods">
<span class="phone-login active">手机号登录</span>
<span class="account-login">账号登录</span>
</div>
<form class="phone-login-form">
<input type="text" placeholder="177 0000 8888" class="phone-number">
<p class="phone-error">手机号输入有误!请重新输入</p>
<input type="text" placeholder="9876" class="verification-code">
<p class="verification-error">验证码输入有误!请重新输入</p>
<button type="submit" class="login-btn">登录</button>
<p class="resend-timer">59s后重新获取</p>
</form>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。