webview.wxss
813 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
/* pages/webview.wxss */
.no-result {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding-top: 180rpx;
text-align: center;
background-color: #fff;
}
.no-result .cover {
font-size: 0;
}
.no-result .cover image {
width: 160rpx;
height: 160rpx;
}
.no-result .tips {
font-family: PingFang-SC-Regular, sans-serif;
font-size: 28rpx;
color: #b0b0b0;
letter-spacing: 0;
text-align: center;
margin-top: 60rpx;
}
.no-result .check-other {
height: 88rpx;
width: 460rpx;
background: #444;
border-radius: 6rpx;
line-height: 88rpx;
font-family: PingFang-SC-Regular, sans-serif;
font-size: 28rpx;
color: #fff;
letter-spacing: 0;
text-align: center;
font-weight: 400;
margin: 130rpx auto 0 auto;
}