forked from zhengxiaotian/geek_crawler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
comment.css
111 lines (110 loc) · 2.81 KB
/
comment.css
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<style>
ul {
list-style: none;
display: block;
list-style-type: disc;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 40px;
}
li {
display: list-item;
text-align: -webkit-match-parent;
}
._2sjJGcOH_0 {
list-style-position: inside;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-top: 26px;
border-bottom: 1px solid rgba(233,233,233,0.6);
}
._2sjJGcOH_0 ._3FLYR4bF_0 {
width: 34px;
height: 34px;
-ms-flex-negative: 0;
flex-shrink: 0;
border-radius: 50%;
}
._2sjJGcOH_0 ._36ChpWj4_0 {
margin-left: 0.5rem;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding-bottom: 20px;
}
._2sjJGcOH_0 ._36ChpWj4_0 ._2zFoi7sd_0 {
font-size: 16px;
color: #3d464d;
font-weight: 500;
-webkit-font-smoothing: antialiased;
line-height: 34px;
}
._2sjJGcOH_0 ._36ChpWj4_0 ._2_QraFYR_0 {
margin-top: 12px;
color: #505050;
-webkit-font-smoothing: antialiased;
font-size: 14px;
font-weight: 400;
white-space: normal;
word-break: break-all;
line-height: 24px;
}
._2sjJGcOH_0 ._10o3OAxT_0 {
margin-top: 18px;
border-radius: 4px;
background-color: #f6f7fb;
}
._2sjJGcOH_0 ._3klNVc4Z_0 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 15px;
}
._2sjJGcOH_0 ._10o3OAxT_0 ._3KxQPN3V_0 {
color: #505050;
-webkit-font-smoothing: antialiased;
font-size: 14px;
font-weight: 400;
white-space: normal;
word-break: break-word;
padding: 20px 20px 20px 24px;
}
._2sjJGcOH_0 ._3klNVc4Z_0 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 15px;
}
._2sjJGcOH_0 ._3Hkula0k_0 {
color: #b2b2b2;
font-size: 14px;
}
</style>