_message.css
2.06 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
.massage-page {
margin-top: 16px;
padding-bottom: 24px;
.massage-list {
padding: 12px 100px 12px 24px;
border-bottom: 1px solid #f8f8f8;
position: relative;
overflow: hidden;
p {
font-size: 28px;
color: #222;
}
span {
font-size: 24px;
color: #999;
}
i {
position: absolute;
right: 48px;
top: 24px;
color: #ccc;
}
strong {
width: 8px;
height: 8px;
position: absolute;
left: 16px;
top: 40px;
background: #f00;
border-radius: 50%;
}
}
.massage-main {
border-bottom: 1px solid #f8f8f8;
padding: 12px;
margin-left: 10px;
margin-bottom: 10px;
h6 {
margin-bottom: 8px;
}
span {
color: #656565;
}
}
.sale-btn {
background-color: #ea2622;
color: #fff;
padding: 5px 10px 5px 10px;
}
.coupon-item {
margin-left: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #f8f8f8;
margin-top: 10px;
.coupon-img {
width: 128px;
height: auto;
overflow: hidden;
float: left;
margin-right: 16px;
img {
width: 100%;
height: auto;
}
}
.coupon-info {
font-size: 24px;
span {
color: #f00;
}
}
.coupon-action {
width: 110px;
font-size: 24px;
letter-spacing: 2px;
margin: 3px 0 0 0;
height: 35px;
line-height: 35px;
background: #ed0010;
text-align: center;
margin-left: 144px;
a {
display: block;
color: #fff;
width: 100%;
height: 100%;
}
}
}
}