From 271ca6cb0ee2ff0a789bf74d1821e7891a7043bb Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Tue, 30 Aug 2022 21:57:42 +0800
Subject: [PATCH] 自定义表情组件

---
 src/assets/md.less |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/src/assets/md.less b/src/assets/md.less
index 9458078..bf64bd8 100644
--- a/src/assets/md.less
+++ b/src/assets/md.less
@@ -17,16 +17,26 @@
 	     }
 	 }
 	 
+	 iframe{
+		display: flex;
+		margin: 0px auto;
+		border-radius: 8px;
+	 }
+	 
 	 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 +50,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 +60,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 +160,6 @@
 	    font-size: .85em;
 	    white-space: pre;
 	    background: 0 0;
-	
 	}
 	
 	code {
@@ -177,7 +188,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 +200,12 @@
 	}
 	
 	blockquote p {
+		text-indent: inherit;
 	    color: #666;
 	}
+	blockquote *{
+		margin-left: 10px;
+	}
 	hr {
 	    text-align: left;
 	    color: #999;

--
Gitblit v1.9.1