From b6624e8e3bc27c9cb143292ac4e6b78a9d1ffe39 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 27 Oct 2023 13:01:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E6=A0=B7=E5=BC=8F=E5=BE=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/post-parser.css | 10 +++------- src/views/t-post-json.vue | 6 ++++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/assets/css/post-parser.css b/src/assets/css/post-parser.css index e24d9ff4..2b957635 100644 --- a/src/assets/css/post-parser.css +++ b/src/assets/css/post-parser.css @@ -2,7 +2,7 @@ * @file assets/css/post-parser.css * @description 米游社解析 css * @todo 需要完善 - * @since Beta v0.3.3 + * @since Beta v0.3.4 */ :deep(.mys-post-div) { @@ -126,12 +126,6 @@ max-width: 400px; height: 180px; border-radius: 10px; - transition: all 0.5s; -} - -:deep(.mys-post-link-card-cover):hover img { - transform: scale(1.05); - transition: all 0.5s; } :deep(.mys-post-link-card-content) { @@ -144,9 +138,11 @@ } :deep(.mys-post-link-card-title) { + width: 100%; color: var(--common-text-title); font-family: var(--font-title); font-size: 20px; + text-align: left; } :deep(.mys-post-link-card-price) { diff --git a/src/views/t-post-json.vue b/src/views/t-post-json.vue index 00b9c7d7..62c5ec20 100644 --- a/src/views/t-post-json.vue +++ b/src/views/t-post-json.vue @@ -56,11 +56,13 @@ onMounted(async () => { } .post-title { - margin: 20px 0; - color: var(--common-text-title); + width: 100%; + margin: 10px 0; + color: #546d8b; font-family: var(--font-title); font-size: 20px; font-weight: 600; + text-align: right; } .jv-container {