From 79fd18ea3b1d97ed7df86f3c26e73f47f6f6398a Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 27 Oct 2023 12:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E5=A4=B4=E9=83=A8=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=9B=B4=E5=A4=9A=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/post-parser.css | 23 +--- src/views/t-post.vue | 242 +++++++++++++++++++++++++++++++-- 2 files changed, 235 insertions(+), 30 deletions(-) diff --git a/src/assets/css/post-parser.css b/src/assets/css/post-parser.css index e1baa4fa..e24d9ff4 100644 --- a/src/assets/css/post-parser.css +++ b/src/assets/css/post-parser.css @@ -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; diff --git a/src/views/t-post.vue b/src/views/t-post.vue index e7315001..4d747638 100644 --- a/src/views/t-post.vue +++ b/src/views/t-post.vue @@ -1,5 +1,3 @@ - - - +