From 16765b9898d0cdebecc82de4ca91c4b2d5ceb440 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Tue, 31 Oct 2023 23:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/plugins.css | 10 +++++++--- components/realstore-list/realstore-list.vue | 10 ++++------ pages/goods-detail/goods-detail.css | 20 ++++++++++---------- pages/goods-detail/goods-detail.vue | 6 +++--- pages/plugins/realstore/detail/detail.vue | 2 +- 5 files changed, 25 insertions(+), 23 deletions(-) diff --git a/common/css/plugins.css b/common/css/plugins.css index 167a4e8d..5157c9ff 100644 --- a/common/css/plugins.css +++ b/common/css/plugins.css @@ -225,15 +225,19 @@ .plugins-blog-grid-list .item .blog-img { width: 100%; - /* height: 230rpx !important; */ } /** * 门店 - 数据列表 */ .plugins-realstore-data-list .item .address-content { - width: calc(100% - 60rpx); -} + width: calc(100% - 150rpx); +} + +.plugins-realstore-data-list .item .address-distance { + right: 20rpx; + bottom: 42rpx; +} .plugins-realstore-data-list .item .icon-list { right: 24rpx; diff --git a/components/realstore-list/realstore-list.vue b/components/realstore-list/realstore-list.vue index ec7b07de..75e8fd3e 100644 --- a/components/realstore-list/realstore-list.vue +++ b/components/realstore-list/realstore-list.vue @@ -24,15 +24,13 @@ - - + + - - {{ item.province_name }}{{ item.city_name }}{{ item.county_name }}{{ item.address }} - + {{ item.province_name }}{{ item.city_name }}{{ item.county_name }}{{ item.address }} - 距您{{ item.distance }} + 距您{{ item.distance }} diff --git a/pages/goods-detail/goods-detail.css b/pages/goods-detail/goods-detail.css index 1cc3f5b5..4d1a7951 100644 --- a/pages/goods-detail/goods-detail.css +++ b/pages/goods-detail/goods-detail.css @@ -225,23 +225,22 @@ overflow: hidden; } .price-content { - width: 60%; - float: left; + width: calc(100% - 220rpx); } -.countdown-content { - width: 40%; +.goods-base-right-opt { + width: 206rpx; } .price-content, -.countdown-content { +.goods-base-right-opt { box-sizing: border-box; position: relative; height: 100%; } -.countdown-content image { +.goods-base-right-opt image { width: 40rpx; height: 40rpx; } -.countdown-content .collect { +.goods-base-right-opt .collect { width: 76rpx; } .price-content .price-icon { @@ -266,10 +265,14 @@ /** * 价格信息与秒杀结合 */ +.goods-base-price-countdown { + background: #e84742 !important; +} .goods-base-price-countdown .price-content { background: #f9534e; background-repeat: no-repeat; background-size: 100% 100%; + width: 60%; } .goods-base-price-countdown .price-icon { margin-right: 0; @@ -287,9 +290,6 @@ .goods-base-price-countdown .original-price { color: #ffcece; } -.goods-base-price-countdown .countdown-content { - background: #e84742; -} .countdown-content .time-title { font-size: 38rpx; margin-bottom: 10rpx; diff --git a/pages/goods-detail/goods-detail.vue b/pages/goods-detail/goods-detail.vue index 4b235a38..7d3b9a33 100644 --- a/pages/goods-detail/goods-detail.vue +++ b/pages/goods-detail/goods-detail.vue @@ -89,7 +89,7 @@ - + {{ show_field_price_text }} {{ currency_symbol }}{{ goods_spec_base_price }} @@ -112,14 +112,14 @@ propDsColor="#fff" > - + 分享 - + {{ nav_favor_button_info.text }} diff --git a/pages/plugins/realstore/detail/detail.vue b/pages/plugins/realstore/detail/detail.vue index 83aca80f..7e8f689b 100644 --- a/pages/plugins/realstore/detail/detail.vue +++ b/pages/plugins/realstore/detail/detail.vue @@ -53,7 +53,7 @@ 营业时间:{{ info.status_info.time }} - 距离您{{ info.distance }} + 距您{{ info.distance }}