serviceWeChat.wxss
716 字节
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
/* pages/serviceWeChat/serviceWeChat.wxss */
.content_img {
width: 615rpx;
height: 615rpx;
margin: 60rpx auto;
position: relative;
}
.content_img image {
width: 100%;
height: 100%;
}
.hint_info {
width: 100%;
font-size: 18rpx;
color: #6f6f6f;
text-align: center;
/* position: absolute; */
/* bottom: 10rpx; */
/* left: 50%; */
/* transform: translateX(-50%); */
}
.content {
font-size: 32rpx;
color: #6f6f6f;
padding: 0 100rpx;
text-align: center;
}
.bottom_btn{
width: 500rpx;
height: 88rpx;
border-radius: 16rpx;
background: #3FA9F5;
font-size: 36rpx;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
margin: 40rpx auto 0 auto;
}