topic.less
1.68 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
.m-to-top{
position: fixed;
right: 10px;
bottom: 20px;
display: block;
width: 37px;
height: 37px;
background: url(../images/icon_top.png) center center no-repeat;
background-size: cover;
}
.topicPage{
background-color: #f0f5f6;
.m-page{
padding-bottom: 0;
}
.cover{
position: relative;
height: 120px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
margin-bottom: 10px;
}
.banner{
width: 100%;
max-width: 100%;
margin-bottom: 10px;
}
.full-banner{
width: 100%;
max-width: 100%;
}
.list{
padding: 0 5px 10px;
li{
float: left;
width: 50%;
padding:0 5px 10px;
box-sizing: border-box;
}
a{
display: block;
background-color: #fff;
padding-bottom: 5px;
position: relative;
}
.hot{
position: absolute;
top: -1px;
right: 10px;
width: 20px;
height: 56px;
background: url(../images/icon_mark.png) 0 0 no-repeat;
background-size: 100%;
font-size: 0;
overflow: hidden;
}
img{
display: block;
width: 100%;
height: 90px;
margin: 0 auto 5px;
}
.pic{
display: block;
width: 100%;
height: 90px;
margin: 0 auto 5px;
background: url(../images/upload/p_1.jpg) center center no-repeat;
background-size: cover;
}
h3{
font-size: 12px;
padding: 0 5px;
font-weight: 700;
color: #5d6065;
text-align: left;
line-height: 16px;
height: 32px;
overflow: hidden;
}
em{
text-align: left;
display: block;
padding: 0 5px;
font-size: 14px;
font-weight: 700;
font-style: normal;
color: #fe4442;
}
.origin-price{
font-size: 12px;
text-align: center;
color: #9c9c9c;
text-decoration: line-through;
}
}
}