register.css
1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.main{
margin-left: 10%;
margin-top: 20px;
width: 800px;
}
.main label{
color: #646464;
float: left;
font-size: 14px;
font-weight: bold;
height: 50px;
line-height: 50px;
margin-right: 10px;
text-align: right;
width: 100px
}
.main input,select{
margin: 0;
padding: 0;
border: 1px solid #dddddd;
font-size: 16px;
height: 50px;
line-height: 50px;
width: 300px;
}
.main .inp_reg{
margin-bottom: 10px;
margin-left: 2%;
}
.main .sel_reg{
width: 300px;
margin-bottom: 10px;
margin-left: 2%;
}
#regexText{
margin-left: 15.8%;
}
button, input, select, textarea {
font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", Arial, Helvetica, sans-serif;
}
.btn {
margin-left: 16%;
width: 300px;
height: 50px;
background: #ff7200;
color: #fff;
display: block;
text-align: center;
line-height: 20px;
font-size: 22px;
margin-top: 10px;
}
.add {
width: 128px;
height: 50px;
cursor: pointer;
margin-top: -1.4%;
margin-left: 1%;
}
.yzm {
background: #ff7200;
text-align: center;
color: #fff;
}