user-reg.css
1.7 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
@import "./m-public.css";/*基类*/
@import "./m-form.css";/*表单*/
.main-box{
border: 1px #ccc solid;
margin: 20px 0;
text-align: center;
}
.content{
padding: 30px 0;
display: inline-block;
*display: inline;
*zoom:1;
}
.title{
font-size: 24px;
color: #666;
font-family: '微软雅黑';
margin: 30px 0;
}
.button-box{
margin-top: 20px;
padding: 20px 0;
border-top: 1px #ccc dashed;
color: #999;
}
.button-box .orangeBtn{
margin: 0 20px;
}
.app-info{
background: #f9f9f9;
padding: 20px;
margin:40px 0;
}
.app-info dl{
display: inline-block;
*display: inline;
*zoom:1;
vertical-align: top;
margin-left: 20px;
color: #666;
text-align: left;
}
.app-info dt{
font-size: 16px;
font-family: '微软雅黑';
}
.app-info dd{
margin-top: 10px;
color: #999;
}
.msg-icon{
display: inline-block;
*display: inline;
*zoom:1;
vertical-align: middle;
margin-right: 10px;
height: 36px;
width: 36px;
background: url(../../images/msg-icon.png) no-repeat;
}
.icon-success{
background-position: 0 -36px;
}
.form-table{
margin: 20px auto;
text-align: left;
}
.form-table td{
color: #666;
padding: 10px 5px;
vertical-align: top;
position: relative;
}
.form-table .align-right{
padding-top: 17px;
}
.form-table .submitBtn{
width: 270px;
}
.text{
display: block;
margin-top: 6px;
}
.s-colorbar{
*margin-top:5px;
}
.f-prompt {
background: #ffffe6;
color: #f60;
left: 280px;
height: 30px;
line-height: 30px;
padding: 0 10px;
position: absolute;
top: 10px;
font-size: 12px;
border: 1px solid #ffd6a5;
white-space: nowrap;
}
.f-prompt span {
left: -5px;
position: absolute;
top: 1px;
display: block;
width: 5px;
height: 30px;
background: url(../../images/yellow-arrow.png) no-repeat 0 0;
}