1
2
3
4
5
6
正则表单验证7
8 .main{
9 width:300px;
10 margin:auto;
11 }
12
13 .box1,14 .box2,15 .box3,16 .box4,17 .box5,18 .box6,19 .box7{
20 margin:10px 0px;
21 }
22
23 .nam,24 .pw1,25 .pw2,26 .yx,27 .phone{
28 width:220px;
29 height:25px;
30 margin:5px 0px;
31 }
32
33 .tips{
34 font-size:12px;
35 color:red;
36 display:none;
37 }
38
39 .zc{
40 width:60px;
41 font-size:18px;
42 text-align:center;
43 background:rgb(74, 189, 204);
44 border-radius:5px;
45 color:white;
46 }
47
48
49
50
51
52
53 用户名: