陈战涛
2023-03-14 c29ed2aa867b00eccfdc7c3a68f431008b13ea7d
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
 
.ul-sqjl >li> .con{
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,64,40,.1);
  margin-bottom: 15px;
  position: relative;
  padding: 0 15px 15px;
}
.ul-sqjl .title{
  font-size: 15px;
  color: #000;
  line-height: 50px;
}
.ul-sqjl .title b{
  margin-left: 10px;
}
.ul-sqjl .time{
  color: #666;
  line-height: 20px;
}
.ul-sqjl .time p{
  font-size: 13px;
  margin-bottom: 0;
}
.ul-sqjl .time span{
  margin-left: 10px;
}
.status{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  width: 51.5px;
  pointer-events: none;
}
.status img{
  display: block;
  width: 100%;
}