catch.wxss
522 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
@import '../../../app.wxss';
.container {
background-color: #f5f5f5;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.container-wrapper {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: rgb(173,173,173);
}
.t-icon {
width: 200rpx;
height: 200rpx;
}
.btn {
display: inline-block;
padding: 10rpx 50rpx;
border: 2rpx solid red;
color: red;
font-size: 30rpx;
border-radius: 30rpx;
box-sizing: border-box;
}
.mgt60 {
margin-top: 60rpx;
}