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;
}