【六祎 -HTML+CSS+JS】验证注册表单

实现验证注册表单

用户名+密码+邮箱+手机号码+生日

<!DOCTYPE html>
<html lang="zh-CN">
<head>
  <meta charset="UTF-8">
  <title>验证注册表单</title>
  <style type="text/css">
    body {
      margin: 0;
      padding: 0;
      font-size: 12px;
      line-height: 20px;
    }

    .main {
      width: 525px;
      margin-left: auto;
      margin-right: auto;
    }

    .hr_1 {
      font-size: 14px;
      font-weight: bold;
      color: #3275c3;
      height: 35px;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      border-bottom-color: #3275c3;
      vertical-align: bottom;
      padding-left: 12px;
    }

    .left {
      text-align: right;
      width: 80px;
      height: 25px;
      padding-right: 5px;
    }

    .center {
      width: 280px;
    }

    .in {
      width: 130px;
      height: 16px;
      borde
posted @ 2022-04-26 00:54  你好,Alf  阅读(32)  评论(0)    收藏  举报