﻿
/* This file is auto generated by Typora, do not edit this file manually */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext');

#write {
    margin: 0px auto;
    height: auto;
    width: inherit;
    word-break: normal;
    overflow-wrap: break-word;
    position: relative;
    white-space: normal;
    overflow-x: visible;
    padding-top: 3px;
}

#write h1 {
    font-size: 2.5em;
    font-weight: 700;
    width: inherit;
    position: relative;
    margin-top: 5px;
    margin-bottom: 35px;
}

#write h2 {
    font-size: 2.3rem;
    font-weight: 600;
    width: inherit;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}
 
#write h3 {
    font-size: 2.2rem;
    font-weight: 800;
    width: inherit;
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px;
}

#write h4 {
    font-size: 1.6rem;
    font-weight: 400;
    width: inherit;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

#write h5 {
    font-size: 1.4rem;
    font-weight: 400;
    width: inherit;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

#write h6 {
    font-size: 1.2rem;
    font-weight: 400;
    width: inherit;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

#write p {
    font-size: 1.3em;
    line-height: 1.6;
    margin-block-end: 1.5em;
}

#write blockquote {
    font-size: 1em;
    line-height: 1.6;
    padding: 1.5em;
    margin: 1.5em;
}
#write blockquote p + p {
    margin-top: 1.6em; /* 段落间距离为2em */
}

#write ul li p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 0.5em;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}
#write ul {
    margin-top: 1.5em;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}


img {
    max-width: 100%;
    vertical-align: middle;
    image-orientation: from-image;
    margin-top: 20px;
    margin-bottom: 10px;
}

#write .markdown-alert {
    border-left-width: 8px;
    border-left-color: blue; 
    border-left-style: solid;
    margin-top: 1.5em;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}
#write .markdown-alert-note {
    color: #2e5bb9; 
}
#write .markdown-alert-title {
    color: blue;
    font-weight:600;
    font-size:1.6em;
}

#write .task-list-item  {
    list-style: none;
    list-style-type: none;
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 0.5em;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
}
 


