partyBuildingPointsMall.less
2.83 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
@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;
.call-app-box{
position: fixed;
top:0;
left:0;
z-index:10;
}
.column-list-box{
margin-top:40px;
}
// 占位
.pl {
background-color: transparent;
width: 100%;
&.is-open-app {
height: 122px;
}
&.is-cnlive {
height: 93px;
}
}
// 头部
.top_main{
margin:40px 30px;
padding: 30px;
background: #FFFFFF;
box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
border-radius: 24px;
.top{
display: flex;
justify-content: space-between;
.left{
height: 40px;
font-size: 28px;
font-weight: 400;
color: #45270D;
line-height: 40px;
span{
margin-left: 8px;
height: 40px;
font-size: 28px;
font-weight: 500;
color: #F5A623;
line-height: 40px;
}
}
.right{
height: 33px;
font-size: 24px;
font-weight: 400;
color: #999999;
line-height: 33px;
display: flex;
justify-content: center;
align-items: center;
.back_right_iocn{
display: block;
width: 20px;
height:20px;
margin-left: 10px;
}
}
}
//赚取积分
.earn_points_box{
height: 90px;
background: #FFF8E8;
border-radius: 12px;
display:flex;
justify-content: space-between;
align-items: center;
padding: 20px 20px;
margin-top: 20px;
.earn_icon{
display: block;
width: 36px;
height:36px;
}
.desc{
height: 90px;
font-size: 26px;
font-weight: 400;
color: #746037;
line-height: 90px;
}
.btn{
font-size: 24px;
padding: 0 20px;
height: 50px;
background: #DAB277;
border-radius: 26px;
color: #fff;
text-align: center;
display: flex;
align-items: center;
.earn_right_back{
display: block;
width: 9px;
height: 18px;
margin-left: 8px;
}
}
}
}
.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;
}
}