From c07287c23faf36766fec450a4ec81b625c6d1901 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Tue, 14 Sep 2021 14:59:11 +0800 Subject: [PATCH] goodsinfo 图片保存 --- pages/goods/goodsInfo/goodsInfo.wxml | 10 +++++----- pages/goods/goodsInfo/goodsInfo.wxss | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/goods/goodsInfo/goodsInfo.wxml b/pages/goods/goodsInfo/goodsInfo.wxml index df55b2b..abcc6d5 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxml +++ b/pages/goods/goodsInfo/goodsInfo.wxml @@ -1481,13 +1481,13 @@ - + - + + + + diff --git a/pages/goods/goodsInfo/goodsInfo.wxss b/pages/goods/goodsInfo/goodsInfo.wxss index 4a471a4..8a4e258 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxss +++ b/pages/goods/goodsInfo/goodsInfo.wxss @@ -2731,7 +2731,7 @@ button.custom-service::after{ top: 50%; left: 50%; transform: translate(-50%, -50%); - width: calc(100% - 120rpx); + width: calc(100% - 220rpx); z-index: 1000; } .mask { @@ -2741,7 +2741,7 @@ button.custom-service::after{ width: 100%; height: 100%; z-index: 999; - background-color: rgba(0,0,0,.4); + background-color: rgba(0,0,0,.6); } .poster-wrapper { width: 100%; @@ -2750,7 +2750,7 @@ button.custom-service::after{ .poster { box-sizing: border-box; width: 100%; - height: 1055rpx; + height: 915rpx; border-radius: 20rpx; /* box-shadow: 0 8px 12px #666; */ position: relative; -- libgit2 0.21.4