index.ttss
735 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
45
.titleContainer {
display: flex;
flex-direction: column;
height: 100rpx;
}
.graySpace {
height: 20rpx;
background-color: rgba(240,240,240,1);
}
.titleView{
background-color: white;
display: flex;
flex-direction: row;
height: 80rpx;
align-items:center;
}
.titleLine{
width: 4rpx;
height: 30rpx;
background-color: #444444;
margin-left: 30rpx;
}
.titleDesc{
flex: 1;
text-align: left;
color: #444444;
font-family: PingFang SC;
font-size:30rpx;
margin-left: 20rpx;
font-weight: 600;
/* line-height: 2.75; */
}
.titleMore{
width: 48rpx;
height: 38rpx;
display: flex;
margin-right: 30rpx;
align-items: center;
justify-content: center;
}
.titleMoreIm{
width: 44rpx;
height: 8rpx;
}