From 514f2d083d53099f7028df5f3669390d4d419509 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 6 May 2024 00:49:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E6=96=B0=E5=A2=9E=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/page.css | 8 +- components/realstore-list/realstore-list.vue | 2 +- pages/goods-detail/goods-detail.vue | 2 +- pages/plugins/binding/detail/detail.vue | 7 +- pages/plugins/realstore/detail/detail.css | 25 +- pages/plugins/realstore/detail/detail.vue | 300 +++++++++++-------- pages/plugins/shop/design/design.vue | 2 +- pages/plugins/shop/detail/detail.vue | 2 +- pages/plugins/signin/detail/detail.vue | 8 +- static/icon/iconfont.css | 6 +- static/icon/iconfont.ttf | Bin 22440 -> 22588 bytes 11 files changed, 221 insertions(+), 141 deletions(-) diff --git a/common/css/page.css b/common/css/page.css index 0c51745c..fc23065d 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -1084,12 +1084,12 @@ button[disabled].bg-grey { */ .header-service { width: 430rpx; - left: 80rpx; - top: 240rpx; + left: calc(50% - 215rpx); + top: calc(50vh - 360rpx); z-index: 10; font-size: 24rpx; - -webkit-box-shadow: 0 10px 10px rgb(0 0 0 / 30%); - box-shadow: 0 10px 10px rgb(0 0 0 / 30%); + -webkit-box-shadow: 0 0 100px rgb(0 0 0 / 30%); + box-shadow: 0 0 100px rgb(0 0 0 / 30%); } .header-service .item:first-child { border-top: 0 !important; diff --git a/components/realstore-list/realstore-list.vue b/components/realstore-list/realstore-list.vue index 9a879a9b..29b2524d 100644 --- a/components/realstore-list/realstore-list.vue +++ b/components/realstore-list/realstore-list.vue @@ -34,7 +34,7 @@ - + diff --git a/pages/goods-detail/goods-detail.vue b/pages/goods-detail/goods-detail.vue index 51ca2d53..5e86f0d9 100644 --- a/pages/goods-detail/goods-detail.vue +++ b/pages/goods-detail/goods-detail.vue @@ -475,7 +475,7 @@ - + diff --git a/pages/plugins/binding/detail/detail.vue b/pages/plugins/binding/detail/detail.vue index 54365032..6204610d 100644 --- a/pages/plugins/binding/detail/detail.vue +++ b/pages/plugins/binding/detail/detail.vue @@ -94,9 +94,6 @@ - - - @@ -118,7 +115,6 @@ import componentGoodsSpecChoice from '@/components/goods-spec-choice/goods-spec-choice'; import componentGoodsBuy from '@/components/goods-buy/goods-buy'; import componentBadge from '@/components/badge/badge'; - import componentSharePopup from '@/components/share-popup/share-popup'; let binding_static_url = app.globalData.get_static_url('binding', true); export default { @@ -145,8 +141,7 @@ componentBottomLine, componentGoodsSpecChoice, componentGoodsBuy, - componentBadge, - componentSharePopup, + componentBadge }, onLoad(params) { diff --git a/pages/plugins/realstore/detail/detail.css b/pages/plugins/realstore/detail/detail.css index a54cb682..316d9b50 100644 --- a/pages/plugins/realstore/detail/detail.css +++ b/pages/plugins/realstore/detail/detail.css @@ -141,11 +141,28 @@ page { } /** - * 客服弹窗 + * 独立模式下底部操作导航 */ -.header-service { - left: auto; - right: 24rpx; +.button-list { + display: flex; + justify-content: space-between; +} +.button-list .item { + height: 70rpx; + padding: 0 40rpx; +} +.button-list .button-left { + display: flex; + width: 50%; + justify-content: space-evenly; +} +.button-list .button-right { + display: flex; + width: 50%; +} +.button-list .button-right button { + line-height: 70rpx; + padding: 0; } /** diff --git a/pages/plugins/realstore/detail/detail.vue b/pages/plugins/realstore/detail/detail.vue index a8799762..2d610a6f 100644 --- a/pages/plugins/realstore/detail/detail.vue +++ b/pages/plugins/realstore/detail/detail.vue @@ -7,25 +7,25 @@ -