From ffadc6c501e3e0c4b2107f8a8ae06a2481f28c62 Mon Sep 17 00:00:00 2001
From: linxi <957440651@qq.com>
Date: Tue, 14 Jul 2026 11:12:22 +0800
Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5448=20=E3=80=90=E5=95=86=E5=9F=8E?=
=?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=9C=A8=E8=AF=A6=E6=83=85?=
=?UTF-8?q?=E5=9B=BE=E5=8C=BA=E5=9F=9F=E4=B8=8A=E4=BC=A0=E5=A4=9A=E5=BC=A0?=
=?UTF-8?q?=E5=9B=BE=E7=89=87=EF=BC=8C=E8=AF=A6=E6=83=85=E5=9B=BE=E7=8E=B0?=
=?UTF-8?q?=E5=9C=A8=E6=98=AF=E4=B8=80=E5=88=97=E6=98=BE=E7=A4=BA=EF=BC=8C?=
=?UTF-8?q?=E6=94=B9=E4=B8=BA=E4=B8=80=E8=A1=8C=E6=98=BE=E7=A4=BA=EF=BC=8C?=
=?UTF-8?q?=E5=8F=AF=E5=B7=A6=E5=8F=B3=E6=BB=91=E5=8A=A8=E6=9F=A5=E7=9C=8B?=
=?UTF-8?q?=E5=9B=BE=E7=89=87=EF=BC=8C=E4=B8=8D=E8=87=AA=E5=8A=A8=E8=BD=AE?=
=?UTF-8?q?=E6=92=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/shop/GoodsCon/index.vue | 40 ------------------
.../views/famousQianxianGraphicGuide.vue | 41 ++++++++++++-------
2 files changed, 26 insertions(+), 55 deletions(-)
diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue
index 1d7d88b..e0e4a95 100644
--- a/pages/shop/GoodsCon/index.vue
+++ b/pages/shop/GoodsCon/index.vue
@@ -2258,43 +2258,3 @@ export default {
word-break: keep-all;
}
-}
-.gift-wrap{
- position: relative;
-}
-.gift-bg{
- position: absolute;
- left: 0;
- width: 100%;
-}
-.ll-text{
- margin-left: 250rpx;
- word-break: keep-all;
-}
-
-.gift-img{
- width: 34rpx;
- height: 34rpx;
- margin-right: 10rpx;
-}
-.gift-wrap{
- position: relative;
-}
-.gift-bg{
- position: absolute;
- left: 0;
- width: 100%;
-}
-.ll-text{
- margin-left: 250rpx;
- word-break: keep-all;
-}
-
- left: 0;
- width: 100%;
-}
-.ll-text{
- margin-left: 250rpx;
- word-break: keep-all;
-}
-
diff --git a/pkg_product/views/famousQianxianGraphicGuide.vue b/pkg_product/views/famousQianxianGraphicGuide.vue
index 5cd3733..36de40c 100644
--- a/pkg_product/views/famousQianxianGraphicGuide.vue
+++ b/pkg_product/views/famousQianxianGraphicGuide.vue
@@ -74,16 +74,23 @@
定位:{{ item.address }}
-
-
-
+
+
+
+
+
暂无图文内容
@@ -248,21 +255,25 @@ export default {
}
.image-list {
- display: flex;
- flex-wrap: wrap;
+ display: inline-flex;
+ flex-wrap: nowrap;
+}
+
+.image-scroll {
+ width: 100%;
margin-top: 24rpx;
+ white-space: nowrap;
}
.detail-image {
- width: calc(50% - 8rpx);
+ width: 280rpx;
height: 220rpx;
margin-right: 16rpx;
- margin-bottom: 16rpx;
border-radius: 16rpx;
display: block;
}
-.detail-image:nth-child(2n) {
+.detail-image:last-child {
margin-right: 0;
}