From af176ea03e89fc8f53bcb3027e85e5e642a2c9ac Mon Sep 17 00:00:00 2001 From: "jqtmviyu@gmail.com" Date: Sat, 27 Feb 2021 17:15:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/goods_detail/goods_detail.vue | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/pages/goods_detail/goods_detail.vue b/src/pages/goods_detail/goods_detail.vue index 67efe81..1328e87 100644 --- a/src/pages/goods_detail/goods_detail.vue +++ b/src/pages/goods_detail/goods_detail.vue @@ -11,13 +11,23 @@ {{ goods_price }} - + + + {{goods_name}} + + + + + + 图文详情 + + @@ -95,4 +105,17 @@ export default { margin: 5rpx; } } + +// 分享按钮, 子绝父相, 透明度0 +.open_type_button_wrap { + position: relative; + .open_type_button { + position: absolute; + opacity: 0; + left: 0; + top: 0; + width: 100%; + height: 100%; + } +} \ No newline at end of file