messageDetail.wxss
769 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
.message-title {
width: 100%;
margin-left: 40rpx;
font-family: PingFang-SC-Semibold;
color: #000;
font-size: 68rpx;
font-weight: bold;
}
.cell {
display: flex;
flex-direction: column;
padding:0rpx 40rpx;
}
.cell .content {
margin-top: 40rpx;
font-family: PingFang-SC-Regular;
color: #000;
font-size: 28rpx;
letter-spacing: 0.35px;
}
.cell .time {
margin-top: 10rpx;
font-family: PingFang-SC-Regular;
color: #999;
font-size: 26rpx;
letter-spacing: 0.8px;
}
.cell .space-line {
background-color: #eee;
margin-top: 20rpx;
height: 2rpx;
}
.empty {
display: flex;
justify-content: center;
font-family: PingFang-SC-Regular;
color: #999;
font-size: 30rpx;
letter-spacing: 0.8px;
margin-top: 300rpx;
height: 100%;
}