fellow-official-accounts.wxss
831 Bytes
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
.modal-mask {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #000;
opacity: 0.5;
}
.modal-image {
width: 600rpx;
height: 1028rpx;
position: fixed;
top: 46%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
z-index: 9999;
overflow: visible;
}
.foot {
position: absolute;
box-sizing: border-box;
bottom: 0;
width: 100%;
height: 90rpx;
line-height: 90rpx;
font-size: 32rpx;
font-weight: bolder;
text-align: center;
border-top: 1rpx solid #E0E0E0;
}
.confirm {
position: absolute;
left: 60rpx;
bottom: 50rpx;
width: 500rpx;
height: 100rpx;
}
.text {
font-size: 28rpx;
display:flex;
align-items:center;/*垂直居中*/
justify-content: center;/*水平居中*/
height: 290rpx;
margin: 0 75rpx;
text-align:center;
}