修改评论的样式问题

This commit is contained in:
sylor_huang@126.com 2020-04-30 11:22:11 +08:00
parent f5be97bb89
commit d7fd631396
2 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,7 @@ body {
.markdown-body p { .markdown-body p {
margin:10px 0px!important; margin:10px 0px!important;
font-size: 16px !important; font-size: 16px !important;
line-height: 2 !important;
} }
.markdown-body>p { .markdown-body>p {

View File

@ -313,6 +313,7 @@
/*height: 35px;*/ /*height: 35px;*/
background-color: #eee; background-color: #eee;
align-items: center; align-items: center;
margin-bottom: 10px;
} }
.towwrapper_img_detali{ .towwrapper_img_detali{
display: flex; display: flex;
@ -343,6 +344,7 @@
position: relative; position: relative;
background: #FFFFFF; background: #FFFFFF;
border-radius: 4px; border-radius: 4px;
width: 0;
} }
.detail_context:before { .detail_context:before {
position: absolute; position: absolute;