invite.css
3.25 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
@import 'Jselect_ui.css';
@import 'table_ui.css';
@import 'input_ui.css';
.invitearea .ic,
.invitearea {
background-image: url(../images/invite.png);
}
.invitearea {
background-position: 0px -116px;
padding-bottom: 80px;
width: 461px;
margin: 70px 0;
}
.share {
width: 100px;
height: 87px;
background-position: -359px 0;
}
.invitecode {
font: 72px/1 'SimHei';
margin: 30px 0;
}
.invitecode >span {
vertical-align: middle;
color: #e9445f;
width: 180px;
height: 72px;
}
.invbd {
padding-top: 20px;
}
.invbd >p {
font: 18px/1.2 'Microsoft YaHei';
color: #fdcd9f;
}
.iqq,
.iwx,
.ikj,
.isn,
.idx {
width: 65px;
height: 72px;
background-color: #ffe13a;
border-radius: 2px;
}
.iqq {
background-position: 11px -10px;
}
.iwx {
background-position: -59px -10px;
}
.ikj {
background-position: -129px -14px;
}
.isn {
background-position: -200px -14px;
}
.idx {
background-position: -272px -14px;
}
.invbd ul li {
margin: 0 2px;
}
.invbd ul p {
font: 14px/1 'Microsoft YaHei';
padding: 5px 0;
color: #ffedcc;
}
a.link {
font-size: 12px;
text-decoration: underline;
font-family: 'SimSon';
}
.tab2list thead td {
border: 0;
background-color: #f9f9f9;
color: #333;
}
.canvaswrap {
width: 160px;
height: 160px;
margin: -40px 50px 0 0;
position: relative;
}
.canvasinfo {
position: absolute;
top: 56px;
left: 26px;
}
.canvasinfo p {
margin: 5px 0;
text-align: center;
}
.expand {
margin-top: 30px;
}
.ett {
text-align: left;
font-size: 18px;
font-weight: 100;
font-family: 'Microsoft YaHei';
margin-bottom: 20px;
}
.ett a.link {
margin-left: 10px;
}
.expand .ebd {
padding: 0 20px;
}
.opoint {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
border: 4px solid #000;
margin: -2px 3px 0 0;
}
.ebd .info {
text-align: left;
padding-top: 50px;
}
.ebd .info >div {
vertical-align: top;
}
.canvasdetail td {
padding: 5px 10px;
}
.getmore {
margin-left: 40px;
position: relative;
padding-bottom: 20px;
}
.getmore .bt {
margin-right: 15px;
}
.tgap {
margin-top: 10px;
}
.boxshow {
padding: 10px;
border: 2px solid #ccc;
width: 325px;
position: absolute;
top: 0;
left: 20px;
opacity: 0;
filter: alpha(opacity=0);
transition: all .3s;
-webkit-transition: all .3s;
background-color: #fff;
}
.expandlink {
padding: 20px 0 0 0;
border-top: 1px dashed #ddd;
margin-top: 20px;
}
.expandlink .invitearea {
margin: 0;
}
.cashfrom thead td {
padding: 15px 0;
}
.lips {
display: inline-block;
*display: inline;
*zoom: 1;
width: 14px;
height: 14px;
background: #c1c1c1 url(../images/lip.png) no-repeat 0 0;
border-radius: 50%;
}
.liped:hover {
overflow: inherit;
}
.liped:hover .lips {
background-color: #666;
}
.liped:hover .boxshow {
opacity: 1;
filter: alpha(opacity=100);
}
.liped {
position: relative;
margin: -2px 0 0 10px;
padding-right: 10px;
overflow: hidden;
}
.selectbox {
padding: 10px 20px;
background-color: #f9f9f9;
}
.selectbox td {
padding: 10px 10px 10px 0;
}
.timearea .time,
.timearea .bt {
height: 20px;
line-height: 20px;
}
.timearea .time {
width: 100px;
}
.typeselect {
min-width: 60px;
}
.typeselect >div {
border-color: #f9f9f9;
background-color: #f9f9f9;
}
.detailbox thead td {
padding: 0;
}