AssistanceAct.css
2.06 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";
/* Author XGQ
* 2019-12-28
*/
.box {
justify-content: center;
}
.background_img {
background-image: url(https://mshopimg.yolipai.net/miniapp/images/giftbag/assis00.png);
background-size: 100% 100%;
}
.top_img {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.top_img image {
width: 626upx;
height: 145upx;
padding-top: 130upx;
}
.top_img text {
font-size: 32upx;
color: #FFFFFF;
padding-top: 20upx;
}
.top_title_img {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.top_title_img image {
width: 530upx;
height: 504upx;
padding-top: 50upx;
padding-bottom: 30upx;
}
.top_title_img text {
font-size: 25upx;
color: #FFFFFF;
}
.top_button_img {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
margin-top: 50upx;
margin-bottom: 50upx;
}
.top_button_img text {
font-size: 40upx;
color: #D01119;
background-image: url(https://mshopimg.yolipai.net/miniapp/images/giftbag/assis02.png);
background-size: cover;
width: 443upx;
height: 83upx;
line-height: 70upx;
}
.content_title_box {
display: flex;
justify-content: center;
border-bottom: 1upx dashed #FFFFFF;
margin: 0upx 20upx 30upx 20upx;
}
.content_title_title {
width: 31%;
text-align: center;
color: #FFFFFF;
font-size: 27upx;
padding-bottom: 20upx;
}
.content_box {
display: flex;
justify-content: center;
margin-top: 10upx;
}
.content_box_gift {
width: 60%;
font-size: 25upx;
color: #FFFFFF;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.content_box_remark {
font-size: 25upx;
color: #FFFFFF;
text-decoration:underline;
}
.foot_load{
display: flex;
justify-content: center;
font-size: 25upx;
color: #FFFFFF;
margin-top: 50upx;
}
.foot_receive{
display: flex;
justify-content: center;
font-size: 25upx;
color: #FFFFFF;
margin-top: 30upx;
margin-bottom: 60upx;
}
.font_color{
color: #B9B5B5;
text-decoration:underline;
}