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;