💄 改了点样式

This commit is contained in:
BTMuli
2023-09-04 21:16:29 +08:00
parent a020a0193e
commit e834758565
2 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
/* /*
* @file assets css post-parser.css * @file assets css post-parser.css
* @description 米游社解析 css * @description 米游社解析 css
* @todo 需要完善
* @author BTMuli <bt-muli@outlook.com> * @author BTMuli <bt-muli@outlook.com>
* @since Beta v0.3.0 * @since Beta v0.3.0
*/ */
@@ -85,8 +86,9 @@
width: 800px; width: 800px;
height: 200px; height: 200px;
padding: 10px; padding: 10px;
border: 1px solid var(--common-shadow-1);
border-radius: 10px; border-radius: 10px;
background: var(--content-bg-2); background: var(--box-bg-1);
} }
:deep(.mys-post-unknown) { :deep(.mys-post-unknown) {
@@ -121,8 +123,8 @@
:deep(.mys-post-link-card-title) { :deep(.mys-post-link-card-title) {
height: 150px; height: 150px;
color: #546d8b; color: var(--common-text-title);
font-family: Genshin, serif; font-family: var(--font-title);
font-size: 20px; font-size: 20px;
} }

View File

@@ -1,6 +1,7 @@
/** /**
* @file web utils parseAnno.ts * @file web utils parseAnno.ts
* @description 解析游戏内公告数据 * @description 解析游戏内公告数据
* @todo 需要完善
* @author BTMuli <bt-muli@outlook.com> * @author BTMuli <bt-muli@outlook.com>
* @since Alpha v0.2.0 * @since Alpha v0.2.0
*/ */