From d8d741073613fcbbb3e0277bf64f73eddb259e87 Mon Sep 17 00:00:00 2001 From: lyf <2514544224@qq.com> Date: Sat, 4 Jul 2026 21:07:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=AE=B2=E8=A7=A3=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E6=97=A0=E8=AF=AD=E9=9F=B3=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exhibit/detail.vue | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/src/pages/exhibit/detail.vue b/src/pages/exhibit/detail.vue index 9918660..507d9b2 100644 --- a/src/pages/exhibit/detail.vue +++ b/src/pages/exhibit/detail.vue @@ -49,13 +49,6 @@ {{ exhibit.audio.durationLabel || '音频讲解' }} - - 图文讲解 - - {{ exhibit.audio.unavailableReason || '该讲解暂无已发布音频,当前提供图文讲解。' }} - - - 讲解内容 {{ exhibit.body || exhibit.summary }} @@ -478,8 +471,6 @@ const handleBack = () => { .detail-title, .detail-meta, .audio-time, -.text-status-title, -.text-status-desc, .section-title, .section-text, .location-text { @@ -551,29 +542,6 @@ const handleBack = () => { transform: translateY(-50%); } -.text-status-panel { - margin-top: 24px; - padding: 14px; - box-sizing: border-box; - background: #ffffff; - border: 1px solid #e4e6df; - border-radius: 8px; -} - -.text-status-title { - font-size: 15px; - line-height: 21px; - font-weight: 800; - color: #151713; -} - -.text-status-desc { - margin-top: 5px; - font-size: 13px; - line-height: 20px; - color: #5d6656; -} - .content-section { margin-top: 28px; }