简单登录注册页面

<!DOCTYPE html>
<html>
<head>
	<meta charset="UTF-8">
	<title>登录/注册</title>
	<style>
		body {
			background-color: #f2f2f2;
		}
		form {
			background-color: #fff;
			border-radius: 5px;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
			padding: 20px;
			width: 300px;
			margin: 0 auto;
			margin-top: 100px;
		}
		input[type="text"], input[type="password"] {
			border-radius: 3px;
			border: 1px solid #ccc;
			box-sizing: border-box;
			font-size: 16px;
			margin-bottom: 10px;
			padding: 10px;
			width: 100%;
		}
		input[type="submit"] {
			background-color: #4CAF50;
			border: none;
			border-radius: 3px;
			color: #fff;
			cursor: pointer;
			font-size: 16px;
			padding: 10px;
			width: 100%;
		}
		input[type="submit"]:hover {
			background-color: #3e8e41;
		}
	</style>
</head>
<body>
	<form>
		<h2>登录</h2>
		<label for="username">用户名:</label>
		<input type="text" id="username" name="username" required>
		<label for="password">密码:</label>
		<input type="password" id="password" name="password" required>
		<input type="submit" value="登录">
	</form>
	<form>
		<h2>注册</h2>
		<label for="username">用户名:</label>
		<input type="text" id="username" name="username" required>
		<label for="password">密码:</label>
		<input type="password" id="password" name="password" required>
		<label for="confirm_password">确认密码:</label>
		<input type="password" id="confirm_password" name="confirm_password" required>
		<input type="submit" value="注册">
	</form>
</body>
</html>

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值