.note2any { color: #595959; font-size: 15px; background-image: linear-gradient(90deg, rgba(60, 10, 30, 0.04) 3%, rgba(0, 0, 0, 0) 3%), linear-gradient(360deg, rgba(60, 10, 30, 0.04) 3%, rgba(0, 0, 0, 0) 3%); background-size: 20px 20px; background-position: center center; padding: 1em; /* 段落 */ /* 段落间距控制 */ /* 标题的通用设置 */ /* 一级标题 */ /* 二级标题 */ /* 三级标题 */ /* 无序列表 */ /* 无序列表内容 */ /* 引用 */ /* 引用文字 */ /* 链接 */ /* 加粗 */ /* 加粗斜体 */ /* 分隔线 */ /* 表格 */ } .note2any p { color: #595959; font-size: 15px; line-height: 2; font-weight: 400; } .note2any p + p { margin-top: 16px; } .note2any h1, .note2any h2, .note2any h3, .note2any h4, .note2any h5, .note2any h6 { padding: 30px 0; margin: 0; color: #135ce0; font-weight: 600; } .note2any h1 { position: relative; text-align: center; font-size: 22px; margin: 50px 0; } .note2any h2 { position: relative; font-size: 20px; border-left: 4px solid; padding: 0 0 0 10px; margin: 30px 0; } .note2any h3 { font-size: 16px; } .note2any ul { list-style: disc outside; margin-left: 2em; margin-top: 1em; } .note2any li { line-height: 2; color: #595959; margin-bottom: 0; list-style: inherit; } .note2any img { max-width: 100%; } .note2any blockquote { background: #fff9f9; margin: 2em 0; padding: 2px 20px; border-left: 4px solid #b2aec5; } .note2any blockquote p { color: #666; line-height: 2; } .note2any a { color: #036aca; border-bottom: 1px solid rgba(3, 106, 202, 0.8); font-weight: 400; text-decoration: none; } .note2any strong { color: #036aca; } .note2any em strong { color: #036aca; } .note2any hr { border-top: 1px solid #135ce0; } .note2any table { border-collapse: collapse; margin: 1rem 0; overflow-x: auto; } .note2any table th, .note2any table td { border: 1px solid #dfe2e5; padding: 0.6em 1em; } .note2any table tr { border-top: 1px solid #dfe2e5; } .note2any table tr:nth-child(2n) { background-color: #f6f8fa; } .note2any .footnotes hr { margin-bottom: 0.5em; } .note2any code { word-break: break-word; border-radius: 2px; background-color: #fff5f5; color: #ff502c; font-size: 0.87em; padding: 0.065em 0.4em; } .note2any .code-section pre code { border: none; background-color: transparent; font-size: inherit; padding: 0 !important; margin: 0 !important; text-wrap: nowrap; } .note2any .code-section ul li { line-height: inherit; } /* 代码块 */ .note2any .code-section { display: flex; border: solid 1px #ff502c; margin: 1.5em 0; line-height: 26px; padding: 0.5em; font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } .note2any .code-section pre { margin: 0; margin-block-start: 0; margin-block-end: 0; white-space: normal; overflow-x: auto; padding: 0 0 0 1em; } .note2any .code-section code { display: flex; text-wrap: nowrap; font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } .note2any .code-section ul { margin: 0; padding: 0; margin-block-start: 0; margin-block-end: 0; width: fit-content; flex-shrink: 0; height: 100%; line-height: 26px; list-style-type: none; } .note2any .code-section ul > li { text-align: right; }