_comments.css
884 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
46
47
48
49
50
51
/*
* @Author: Targaryen
* @Date: 2017-05-25 15:49:46
* @Last Modified by: Targaryen
* @Last Modified time: 2017-05-25 16:07:12
*/
.guang-detail-page .comments {
padding: 0 30px;
margin-top: 30px;
.comments-title {
color: #444;
.avatar-list {
float: left;
img {
width: 70px;
height: 70px;
border-radius: 35px;
}
}
.agree {
float: left;
}
.seenum {
float: right;
}
}
.comments-num > span {
float: left;
color: #b0b0b0;
}
.comments-list {
.avatar {
float: left;
width: 70px;
margin-right: 30px;
}
.info-box > .info-top > .title {
font-size: 16px;
color: #b0b0b0;
}
}
}