update at 2025-10-16 14:24:10

This commit is contained in:
douboer
2025-10-16 14:24:10 +08:00
parent 5e1351408e
commit 9f3a4e8812
41 changed files with 2377 additions and 2363 deletions

View File

@@ -1,4 +1,4 @@
.note-to-mp {
.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%);
@@ -21,101 +21,101 @@
/* 分隔线 */
/* 表格 */
}
.note-to-mp p {
.note2any p {
color: #595959;
font-size: 15px;
line-height: 2;
font-weight: 400;
}
.note-to-mp p + p {
.note2any p + p {
margin-top: 16px;
}
.note-to-mp h1,
.note-to-mp h2,
.note-to-mp h3,
.note-to-mp h4,
.note-to-mp h5,
.note-to-mp h6 {
.note2any h1,
.note2any h2,
.note2any h3,
.note2any h4,
.note2any h5,
.note2any h6 {
padding: 30px 0;
margin: 0;
color: #135ce0;
font-weight: 600;
}
.note-to-mp h1 {
.note2any h1 {
position: relative;
text-align: center;
font-size: 22px;
margin: 50px 0;
}
.note-to-mp h2 {
.note2any h2 {
position: relative;
font-size: 20px;
border-left: 4px solid;
padding: 0 0 0 10px;
margin: 30px 0;
}
.note-to-mp h3 {
.note2any h3 {
font-size: 16px;
}
.note-to-mp ul {
.note2any ul {
list-style: disc outside;
margin-left: 2em;
margin-top: 1em;
}
.note-to-mp li {
.note2any li {
line-height: 2;
color: #595959;
margin-bottom: 0;
list-style: inherit;
}
.note-to-mp img {
.note2any img {
max-width: 100%;
}
.note-to-mp blockquote {
.note2any blockquote {
background: #fff9f9;
margin: 2em 0;
padding: 2px 20px;
border-left: 4px solid #b2aec5;
}
.note-to-mp blockquote p {
.note2any blockquote p {
color: #666;
line-height: 2;
}
.note-to-mp a {
.note2any a {
color: #036aca;
border-bottom: 1px solid rgba(3, 106, 202, 0.8);
font-weight: 400;
text-decoration: none;
}
.note-to-mp strong {
.note2any strong {
color: #036aca;
}
.note-to-mp em strong {
.note2any em strong {
color: #036aca;
}
.note-to-mp hr {
.note2any hr {
border-top: 1px solid #135ce0;
}
.note-to-mp table {
.note2any table {
border-collapse: collapse;
margin: 1rem 0;
overflow-x: auto;
}
.note-to-mp table th,
.note-to-mp table td {
.note2any table th,
.note2any table td {
border: 1px solid #dfe2e5;
padding: 0.6em 1em;
}
.note-to-mp table tr {
.note2any table tr {
border-top: 1px solid #dfe2e5;
}
.note-to-mp table tr:nth-child(2n) {
.note2any table tr:nth-child(2n) {
background-color: #f6f8fa;
}
.note-to-mp .footnotes hr {
.note2any .footnotes hr {
margin-bottom: 0.5em;
}
.note-to-mp code {
.note2any code {
word-break: break-word;
border-radius: 2px;
background-color: #fff5f5;
@@ -123,7 +123,7 @@
font-size: 0.87em;
padding: 0.065em 0.4em;
}
.note-to-mp .code-section pre code {
.note2any .code-section pre code {
border: none;
background-color: transparent;
font-size: inherit;
@@ -131,12 +131,12 @@
margin: 0 !important;
text-wrap: nowrap;
}
.note-to-mp .code-section ul li {
.note2any .code-section ul li {
line-height: inherit;
}
/* 代码块 */
.note-to-mp .code-section {
.note2any .code-section {
display: flex;
border: solid 1px #ff502c;
margin: 1.5em 0;
@@ -144,7 +144,7 @@
padding: 0.5em;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.note-to-mp .code-section pre {
.note2any .code-section pre {
margin: 0;
margin-block-start: 0;
margin-block-end: 0;
@@ -152,12 +152,12 @@
overflow-x: auto;
padding: 0 0 0 1em;
}
.note-to-mp .code-section code {
.note2any .code-section code {
display: flex;
text-wrap: nowrap;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.note-to-mp .code-section ul {
.note2any .code-section ul {
margin: 0;
padding: 0;
margin-block-start: 0;
@@ -168,6 +168,6 @@
line-height: 26px;
list-style-type: none;
}
.note-to-mp .code-section ul > li {
.note2any .code-section ul > li {
text-align: right;
}