From 005f7b7b847fbffe98196b0871507741eebd017c Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Thu, 14 Aug 2025 12:02:30 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=A4=E5=88=B9=E6=96=87=E7=AB=A0=E8=AF=A6?=
=?UTF-8?q?=E7=BB=86=E9=A1=B5=E9=9D=A20.85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/ancient/ancientTourById.vue | 64 ++++++++++---------------------
1 file changed, 20 insertions(+), 44 deletions(-)
diff --git a/pages/ancient/ancientTourById.vue b/pages/ancient/ancientTourById.vue
index f8f33e8..ca4b4d9 100644
--- a/pages/ancient/ancientTourById.vue
+++ b/pages/ancient/ancientTourById.vue
@@ -48,17 +48,17 @@
@click="goToArticle(item)"
>
- {{ item.title }}
- {{ item.subtitle }}
-
+
+ {{ item.title }}
+ {{ item.subtitle }}
+
+
+
{{ formatTime(item.createTime) }}
-
- >
-
@@ -353,28 +353,20 @@ export default {
flex: 1;
margin-right: 20rpx;
- .item-title {
- display: block;
- font-size: 28rpx;
- font-weight: 500;
- color: #333;
- line-height: 1.4;
- margin-bottom: 10rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- border: red solid 1px;
- }
+ .title-row {
+ .item-title {
+ font-weight: 400;
+ font-size: 32rpx;
+ color: #522510;
+ line-height: 44rpx;
+ }
- .item-subtitle {
- font-size: 24rpx;
- color: #666;
- flex: 1;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- margin-right: 20rpx;
- border: red solid 1px;
+ .item-subtitle {
+ font-weight: 400;
+ font-size: 32rpx;
+ color: #522510;
+ line-height: 44rpx;
+ }
}
.item-meta {
@@ -391,22 +383,6 @@ export default {
}
}
}
-
- .item-arrow {
- width: 40rpx;
- height: 40rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border: red solid 1px;
-
- .arrow {
- font-size: 24rpx;
- color: #ccc;
- font-weight: bold;
- border: red solid 1px;
- }
- }
}
}