🌈 style(eslint): 第三次格式化

camecase 回头在部分文件 ignore 掉,不然不兼容之前的版本及外部接口

(cherry picked from commit 740b4698e916ce0f7911f5eac934183a94288e61)
This commit is contained in:
BTMuli
2023-04-06 14:58:05 +08:00
parent b3956e6b7f
commit 0cdf2c80b9
27 changed files with 1527 additions and 1502 deletions

View File

@@ -4,74 +4,74 @@
*/
.anno-body {
margin: 20px auto;
width: 800px;
font-family: "Genshin-Light", serif;
margin: 20px auto;
width: 800px;
font-family: "Genshin-Light", serif;
}
.anno-title {
font-family: Genshin, serif;
color: #5b738f;
font-size: 24px;
font-weight: 500;
margin-bottom: 8px;
font-family: Genshin, serif;
color: #5b738f;
font-size: 24px;
font-weight: 500;
margin-bottom: 8px;
}
.anno-subtitle {
font-size: 16px;
color: #a1aeb6;
margin-bottom: 16px;
font-size: 16px;
color: #a1aeb6;
margin-bottom: 16px;
}
.anno-img {
max-width: 100%;
width: 800px;
height: auto;
border-radius: 10px;
margin-bottom: 10px;
max-width: 100%;
width: 800px;
height: auto;
border-radius: 10px;
margin-bottom: 10px;
}
.anno-content {
line-height: 2;
line-height: 2;
}
.anno-link-icon {
width: 18px;
height: 18px;
color: #00c3ff;
width: 18px;
height: 18px;
color: #00c3ff;
}
.anno-content :deep(a) {
color: #00c3ff;
text-decoration: none;
color: #00c3ff;
text-decoration: none;
}
.anno-content :deep(p) {
line-height: 2;
color: #4b5366;
line-height: 2;
color: #4b5366;
}
.anno-content :deep(details) {
border: #35acce 2px solid;
padding: 10px;
border-radius: 10px;
margin: 10px;
border: #35acce 2px solid;
padding: 10px;
border-radius: 10px;
margin: 10px;
}
.anno-content :deep(details) div {
margin-left: 10px;
margin-left: 10px;
}
.anno-content :deep(details) ::marker {
color: #35acce;
content: "✧";
color: #35acce;
content: "✧";
}
.anno-content :deep(ol) {
list-style: "✧";
list-style: "✧";
}
.anno-content :deep(td) {
line-height: 2;
padding-left: 10px;
line-height: 2;
padding-left: 10px;
}