reg.css
843 Bytes
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
@import 'regtab_ui.css';
@import 'regbg_ui.css';
@import 'fancyalter_ui.css';
@import 'tips_ui.css';
.header {
background-color: transparent;
border-color: transparent;
}
.whitebox {
text-align: center;
position: relative;
}
.show,
.whitebox form,
.boxform {
display: inline-block;
*display: inline;
*zoom: 1;
}
.boxform {
position: relative;
left: -50px;
}
.reghd {
font: 18px/1 'Microsoft YaHei';
margin-bottom: 30px;
}
.regewm {
display: block;
position: absolute;
right: 10%;
top: 66px;
width: 120px;
height: 140px;
background-position: -1px -110px;
}
.regewm img {
width: 80px;
height: 80px;
}
.drewm {
margin-top: 14px;
}
.drword {
color: #fff;
font: 14px/1 'Microsoft YaHei';
padding: 13px 27px 0 26px;
}
.show {
padding-top: 6px;
}
.fancy-alter {
width: 450px;
padding: 50px 0;
}