defaultError.wxss
652 字节
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
/* pages/defaultError/defaultError.wxss */
.header {
width: 100%;
background-color: #FFF;
height: 45px;
text-align: center;
font-size: 13px;
line-height: 45px;
position: relative;
}
.reback {
width: 100px;
height: 45px;
position: absolute;
left: 0;
top: 0;
text-align: left;
}
.reback image {
width: 18px;
height: 18px;
margin-left: 10px;
margin-top: 14px;
}
.tips {
width: 567rpx;
text-align: center;
margin: 0 auto;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 400;
color: rgba(51,51,51,1);
}
.image {
width: 547rpx;
margin: 240rpx auto 100rpx;
}
.image image {
width: 547rpx;
}