mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
💄 头部添加更多信息
This commit is contained in:
@@ -1,31 +1,10 @@
|
||||
/*
|
||||
* @file assets css post-parser.css
|
||||
* @file assets/css/post-parser.css
|
||||
* @description 米游社解析 css
|
||||
* @todo 需要完善
|
||||
* @since Beta v0.3.3
|
||||
*/
|
||||
|
||||
.mys-post-body {
|
||||
width: 800px;
|
||||
margin: 0 auto;
|
||||
font-family: var(--font-text);
|
||||
}
|
||||
|
||||
.mys-post-title {
|
||||
color: var(--common-text-title);
|
||||
font-family: var(--font-title);
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.mys-post-subtitle {
|
||||
font-size: 16px;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.mys-post-content {
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
:deep(.mys-post-div) {
|
||||
position: relative;
|
||||
margin: 10px auto;
|
||||
|
||||
Reference in New Issue
Block a user