diff --git a/template/app_doc/create_base_2.html b/template/app_doc/create_base_2.html
index 93538b9..4aeb222 100644
--- a/template/app_doc/create_base_2.html
+++ b/template/app_doc/create_base_2.html
@@ -96,6 +96,10 @@
.markdown-body h6{
font-size: .85em;
}
+ /* 引用块样式 */
+ .editormd-preview-container blockquote, .editormd-html-preview blockquote{
+ border-left: 4px solid #333;
+ }