message_title.wxss
945 字节
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
/* pages/message_title/message_title.wxss */
page{
background: url('http://bronet.wangshuwen.com/head.png') no-repeat;
background-size: 100%, 100%;
line-height: 1;
}
.container{
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: space-between; */
padding: 83rpx 0 0 0;
box-sizing: border-box;
}
.title{
font-size:36rpx;
font-family:PingFang-SC-Bold;
font-weight:bold;
color:rgba(51,51,51,1);
}
.time{
margin-top: 19rpx;
width: 686rpx;
margin-right: 0;
font-size:24rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(153,153,153,1);
display: flex;
justify-content: space-between;
}
.underline{
margin-top: 29rpx;
width:686rpx;
height:1rpx;
background:rgba(153,153,153,1);
}
.text{
margin: 42rpx 40rpx;
font-size:24rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(51,51,51,1);
line-height:36rpx;
}