-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreg.css
50 lines (50 loc) · 1.06 KB
/
reg.css
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
#code_email{
position:absolute;
top:0px;
margin-top:100px;
width:380px;
left:50%;
margin-left:-190px;
z-index:11;
background: #ffffff;
border:1px solid #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 0px 0px #ccc;
-moz-box-shadow: 0px 0px 0px #ccc;
box-shadow: 0px 0px 0px #ccc ;
display:none;
}
#code_email .head_email{
width:100%;
font-size:16px;
text-align:center;
padding:6px;
background: #e9e4d3;
color:#000000;
margin-bottom:10px;
}
#code_email .input_div{
margin:3px auto;
text-align: center;
margin:20px auto;
}
#code_email .input_div input{
width:100px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid #ccc;
padding-left:8px;
height:30px;
line-height:30px;
}
#code_email .input_div span{
padding:6px 10px;
border:1px solid #ccc;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}