friend_assistance.wxss
1.51 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
page{
background: #d01119;
width: 100%;
height: 100%
}
.top-back{
width: 100%;
height: 60%;
background-repead:no-repead;
background-size:100% 100%;
}
.user_img{
width: 70rpx;
height: 70rpx;
margin-right: 15rpx;
}
.user_assis{
width: 85%;
margin: auto;
padding-top: 50rpx;
}
.caption_title{
margin-top: 60rpx;
margin-bottom: 30rpx;
}
.assis_liba{
width: 50%;
margin: auto;
height: 340rpx;
}
.activity_time{
border-bottom: 1rpx solid #fff;
margin: auto;
display: inline;
}
.cklie_button{
margin: auto;
width: 60%;
height: 80rpx;
border-radius: 50rpx;
margin-top: 20rpx;
background: #fbda0e;
color:#d01119;
line-height: 80rpx;
letter-spacing: 5rpx;
box-shadow: 0rpx 7rpx 0rpx 0rpx rgb(245, 119, 6);
font-size: 44rpx;
margin-bottom: 40rpx;
}
.con_div{
z-index: 15;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.layer-img{
width: 100%;
height: 515rpx;
background-repead:no-repead;
background-size:100% 100%;
}
.libao_frame{
z-index: 15;
position: fixed;
width: 70%;
top: 37.5%;
left: 50%;
transform: translate(-50%, -50%);
height: auto;
}
.button-img{
width: 60%;
margin: auto;
color: #d01119;
height: 75rpx;
line-height: 72rpx;
background-repead:no-repead;
background-size:100% 100%;
position: absolute;
left: 19%;
bottom: 43%;
}
.success{
position: absolute;
left: 23%;
bottom: 36%;
}
.link_div{
width: 3rpx;
height: 125rpx;
background: #fff;
margin: auto;
}
.close-none{
width: 70rpx;
height: 70rpx;
}