morePoints.less
1.18 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
@charset "UTF-8";
.gift_zone_detail{
width: 100%;
min-height: 100vh;
// margin-bottom: 10px;
// 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;
}
}
.hide{
display:none;
}
.call-app-box{
position: fixed;
z-index:1;
}
.back-box{
background-color: #FFF;
position:fixed;
z-index:1;
}
// 暂无记录提示
.no_gift_tip{
width: 100%;
img{
display: block;
width: 500px;
height: 285px;
margin:366px 125px 0 125px;
}
.text{
font-size: 30px;
font-weight: 400;
color: #333333;
line-height: 60px;
margin-top: 19px;
text-align: center;
}
}
.is_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;
}
}