markdown-body

dev_cs
caicai8 5 years ago
parent 877e5de234
commit b10c233baa

@ -54,6 +54,7 @@ html, body {
/* md多空格 */
.markdown-body p {
white-space: pre-wrap;
font-size: 16px!important
}
.markdown-body > p {
line-height: 25px;

@ -585,6 +585,7 @@ a.user_greybg_btn{background-color:#747A7F;color: #fff;}
.new_li .markdown-body ul > li,.markdown-body ul > li{ list-style-type: disc!important;margin-bottom: 0!important; }
.new_li .markdown-body ol > li,.markdown-body ol > li{ list-style-type: decimal!important; }
.new_li li{ margin-bottom: 0!important; }
.markdown-body p{font-size: 16px!important;}
/*搜索框*/
#pollingPanel{position: relative;width: 248px;height: 32px;}

Loading…
Cancel
Save