From 2ee13bf09042480c518c545d6981f0561047f717 Mon Sep 17 00:00:00 2001 From: taiwan Date: Sat, 7 May 2022 14:35:54 +0800 Subject: [PATCH] 分享海报样式调整 --- pages/goods/goodsInfo/goodsInfo.wxss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/goods/goodsInfo/goodsInfo.wxss b/pages/goods/goodsInfo/goodsInfo.wxss index ae4529c..f7c4e64 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxss +++ b/pages/goods/goodsInfo/goodsInfo.wxss @@ -3718,10 +3718,11 @@ button.custom-service::after { .poster-container { box-sizing: border-box; position: fixed; + width: 610rpx; top: 50%; left: 50%; transform: translate(-50%, -50%); - width: calc(100% - 210rpx); + /* width: calc(100% - 210rpx); */ z-index: 1000; } @@ -3742,7 +3743,7 @@ button.custom-service::after { .poster { box-sizing: border-box; width: 100%; - height: 940rpx; + height: 980rpx; border-radius: 16rpx; /* box-shadow: 0 8px 12px #666; */ position: relative; -- libgit2 0.21.4