写一个注册页面,包含用户名、密码、二次输入密码、邮箱地址。
必须校验内容:
1. 用户名必须包含英文字母和数字;
2. 密码必须大于6位;
3. 两次密码必须一致;
4. 邮箱必须包含.com和@符号,@符号后必须是:gmail、163、qq、woniu其中之一;
5. 用户名、密码、二次输入密码、邮箱都不能为空。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" type="text/css" href="../../pack/bootstrap/css/bootstrap.min.css"/>
<script type="text/javascript" src="../js/jquery-3.6.3.js"></script>
<style>
body{
background-image: url("../img/q.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.login-frame {
width: 450px;
height: 500px;
margin-top: 200px;
}
.login-head {
width: 450px;
height: 70px;
background-color: rgba(37, 169, 210, 0.80);
text-align: center;
line-height: 100px;
font-size: 10px;
font-weight: bold;
color: rgba(245, 245, 245, 0.90);
padding-top: 1px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.login-