加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
comment.css 2.81 KB
一键复制 编辑 原始数据 按行查看 历史
<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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化