From fa1bd95d533444d7360d1ada127b7a3279a3901f Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Fri, 26 Aug 2022 18:43:56 +0800 Subject: [PATCH] 新增图组等上传支持 新增编辑页 --- src/assets/md.less | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/assets/md.less b/src/assets/md.less index 9458078..ebd8b45 100644 --- a/src/assets/md.less +++ b/src/assets/md.less @@ -20,13 +20,17 @@ p{ text-indent: 2rem; } + + img:hover{ transform: scale(1.05); //box-shadow: 0 0 4px rgba(0,0,0,0.5); -webkit-filter: drop-shadow(4px 4px 10px rgba(0,0,0,.5)); filter: drop-shadow(4px 4px 10px rgba(0,0,0,.5)); } + img{ + width: 150px; border-radius: 12px; margin: 10px auto; transition: all .5s; @@ -40,6 +44,7 @@ // -webkit-filter: drop-shadow(4px 4px 10px rgba(0,0,0,.5)); // filter: drop-shadow(4px 4px 10px rgba(0,0,0,.5)); // } + h1, h2, h3, h4 { color: #111111; font-weight: 400; @@ -49,6 +54,7 @@ h1, h2, h3, h4, h5 { font-family: Georgia, Palatino, serif; } + h1, h2, h3, h4, h5, p , dl{ margin-bottom: 16px; padding: 0; @@ -148,7 +154,6 @@ font-size: .85em; white-space: pre; background: 0 0; - } code { @@ -177,7 +182,7 @@ blockquote { border-left:.5em solid #cfcfcf; //padding: 0 0 0 2em; - margin-left:0; + margin-left: 0em; } blockquote cite { font-size:14px; @@ -189,8 +194,12 @@ } blockquote p { + text-indent: inherit; color: #666; } + blockquote *{ + margin-left: 10px; + } hr { text-align: left; color: #999; -- Gitblit v1.9.1