evaluateList.css
726 字节
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
.evaluate_item{
width: 7.5rem;
padding: 0.4rem;
display: flex;
border-bottom: 1px solid #E4E4E4;
}
.person_pic{
width: 0.45rem;
height: 0.45rem;
border-radius: 50%;
}
.evaluate_content{
margin-left: 0.23rem;
}
.person_name{
font-size: 0.26rem;
color: #999999;
line-height: 0.26rem;
}
.evaluate_name_box{
display: flex;
justify-content: space-between;
width: 6rem;
}
.evaluate_time{
font-size: 0.22rem;
color: #999999;
}
.evaluate_text{
font-size: 0.26rem;
color: #333333;
margin-top: 0.32rem;
}
.evaluate_picList{
display: flex;
margin-top: 0.23rem;
}
.evaluate_picItem{
width: 0.7rem;
height: 0.7rem;
margin-right: 0.16rem;
/*border-radius: 50%;*/
}
.evaluate_picItem:last-child{
margin-right: 0;
}