_red-envelopes.css
1.3 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
.red-envelopes-page {
font-size: 12px;
.red-envelopes > .title {
font-size: 14px;
font-weight: bold;
}
.re-header {
height: 25px;
line-height: 25px;
width: 100%;
text-align: center;
border-bottom: 1px solid #e6e6e6;
background: #efefef;
span {
display: inline-block;
width: 33%;
}
}
.money {
color: #d52c29;
font-family: "微软雅黑";
font-size: 20px;
font-weight: bold;
}
.re-icon {
display: inline-block;
width: 20px;
height: 18px;
background: resolve(home/red-envelopes.png);
}
.red-envelopes-list {
display: table;
width: 100%;
li {
display: table-row;
color: #666;
border-top: 1px solid #e6e6e6;
> * {
display: table-cell;
width: 33%;
padding: 10px;
text-align: center;
vertical-align: middle;
border-left: 1px solid #e6e6e6;
&:first-child {
border-left: none;
}
}
}
.use-remark {
text-align: left;
line-height: 18px;
}
}
}