healthMall.less
820 Bytes
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
@charset "UTF-8";
.gift_zone_detail{
width: 100%;
min-height: 100vh;
// background: #B62128 url("https://wjj.ys1.cnliveimg.com/769/h5/H5activity/kapai/detail-top.png") no-repeat center top;
background-size: 100%;
overflow: hidden;
.column-list-box{
margin-top:40px;
}
// 占位
.pl {
background-color: transparent;
width: 100%;
&.is-open-app {
height: 122px;
}
&.is-cnlive {
height: 93px;
}
}
.back-box{
background-color: #FFF;
position:fixed;
z-index:1;
}
.no_more{
width:100%;
height: 37px;
font-size: 26px;
font-weight: 400;
color: #333;
line-height: 37px;
letter-spacing: 1px;
text-align: center;
margin-top:10px;
// margin-bottom: 60px;
}
.not_yet{
margin-top:200px;
}
}