notice.wxss
1.1 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
/* pages/18/18.wxss */
.mine{
padding: 20rpx 34rpx;
display: flex;
margin-top: 20rpx;
position: relative;
}
.mine image{
vertical-align: middle;
width: 88rpx;
height: 88rpx;
}
.rights{
margin-left: 24rpx;
}
.rights text {
font-size: 28rpx;
font-weight: 600;
line-height: 36rpx;
}
.rights view{
font-size: 28rpx;
line-height: 36rpx;
margin-top: 10rpx;
color:rgba(196,196,196,1);
}
.red_spot{
width: 14rpx;
height: 14rpx;
border-radius: 50%;
background-color: red;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
left: 100rpx;
top: 20rpx;
}
.red_spot text{
color: #fff;
font-size: 20rpx;
}
.no>view{
display: flex;
justify-content: center;
}
.no{
position: fixed;
top: 50%;
left: 50%;
margin-left: -160rpx;
margin-top: -40%;
}
.no>view>image{
width: 320rpx;
height: 320rpx;
}
.no>view>text{
color: rgba(0,0,0,1);
font-size: 26rpx;
font-family: "PingFang SC";
letter-spacing: 0.3px;
}