mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
feat(parser): 写了个解析
This commit is contained in:
12
src/assets/css/anno-parser.css
Normal file
12
src/assets/css/anno-parser.css
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* @description 游戏公告解析 css
|
||||
* @since Alpha v0.1.1
|
||||
*/
|
||||
/* todo 样式美化 */
|
||||
.anno-content {
|
||||
font-size: 16px;
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
.anno-content p span {
|
||||
}
|
||||
@@ -1,23 +1,13 @@
|
||||
@import "fonts/index.css";
|
||||
@import "css/mys-parser.css";
|
||||
|
||||
/*
|
||||
* @description 米游社解析 json
|
||||
* @since Alpha v0.1.1
|
||||
*/
|
||||
.mys-post-json {
|
||||
.dev-json {
|
||||
padding: 20px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.mys-post-json * {
|
||||
color: #faf7e8 !important;
|
||||
background-color: #2b2b2b !important;
|
||||
font-family: "Consolas", monospace;
|
||||
}
|
||||
|
||||
.mys-post-json .jv-toggle {
|
||||
background-color: #faf7e8 !important;
|
||||
font-family: Consolas, serif;
|
||||
}
|
||||
|
||||
/* card action 内的按钮 */
|
||||
|
||||
Reference in New Issue
Block a user