template.wxss
1.3 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
/* pages/template/template.wxss */
.service {
position: fixed;
right:44rpx;
bottom: 50rpx;
height: 100rpx;
width: 100rpx;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
background:linear-gradient(-30deg,rgba(116,195,106,1),rgba(141,224,99,1));
z-index:200;
}
.service image {
height: 50rpx;
width: 50rpx;
}
.service:active,{
opacity: 0.7;
}
.void_mold{
position: fixed;
display: flex;
align-items: center;
justify-content: center;
top:0;
left:0;
width:100%;
height: 100%;
z-index:10002;
background: rgba(0,0,0,0.3);
}
.void_mian{
position: relative;
display: flex;
align-items: center;
flex-direction: column;
width:400rpx;
height: 300rpx;
border-radius: 20rpx;
background: #fff;
font-size:28rpx;
}
.vold_title{
font-size:36rpx;
font-weight: bold;
margin: 30rpx 0 40rpx 0;
}
.mold_btns{
display: flex;
align-items: center;
justify-content: center;
position: absolute;
bottom:30rpx;
height: 80rpx;
margin: 0 30rpx;
left:0;
background: #89D961;
border-radius: 40rpx;
width:90%;
color:#fff;
}
.guanbi_img{
width:50rpx;
margin: 10rpx auto 0 auto;
height: 50rpx;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.guanbi_img image{
width:100%;
height: 100%;
}