inleft
2022-08-17 054cdefd40ac8963fac897e4fe98ffc1de4e0b69
src/assets/md.less
@@ -1,4 +1,8 @@
.markdown-body{
   *{
      max-width: 100% !important;
   }
   body{
        margin: 0 auto;
        font-family: "Microsoft YaHei", arial,sans-serif;
@@ -12,6 +16,16 @@
            margin: 10px auto;
        }
    }
   img{
       max-width: -webkit-fill-available;
       display: inline;
       box-shadow: 0 0 4px rgba(0,0,0,0.5);
       overflow: visible;
       border-radius: 12px;
       -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;
@@ -146,7 +160,7 @@
       width: 390px;
   }
   blockquote {
       border-left:.5em solid #eee;
       border-left:.5em solid #cfcfcf;
       padding: 0 0 0 2em;
       margin-left:0;
   }