privacyGps.wxss
1.0 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
/* middlePage/privacyGps/privacyGps.wxss */
.modal {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background: no-repeat center center/cover;
z-index: -2;
}
.mask {
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.75);
z-index: -1;
}
.modal_content {
position: relative;
width: 685rpx;
margin-top: -20%;
text-align: center;
}
.btn_privacy_box {
width: 600rpx;
box-sizing: border-box;
display: flex;
justify-content: space-around;
margin: 0 auto;
margin-top: 68rpx;
}
.btn_privacy_box .btn_privacy {
width: 282rpx;
height: 106rpx;
background: no-repeat center center/cover;
}
.tip_gps_box {
width: 670rpx;
height: 456rpx;
padding: 0;
}
.tip_gps {
width: 670rpx;
height: 456rpx;
}
.btn_gps_box {
height: 100rpx;
width: 670rpx;
position: absolute;
bottom: 2rpx;
display: flex;
justify-content: center;
align-items: flex-start;
}
.btn_gps_box .btn_gps {
flex: 1;
height: 100%;
}