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