Commit da5aab1b8f7801bc258e869b86281c0fe40f3a8b
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev
Showing
1 changed file
with
3 additions
and
2 deletions
pages/goods/goodsInfo/goodsInfo.wxss
@@ -3718,10 +3718,11 @@ button.custom-service::after { | @@ -3718,10 +3718,11 @@ button.custom-service::after { | ||
3718 | .poster-container { | 3718 | .poster-container { |
3719 | box-sizing: border-box; | 3719 | box-sizing: border-box; |
3720 | position: fixed; | 3720 | position: fixed; |
3721 | + width: 610rpx; | ||
3721 | top: 50%; | 3722 | top: 50%; |
3722 | left: 50%; | 3723 | left: 50%; |
3723 | transform: translate(-50%, -50%); | 3724 | transform: translate(-50%, -50%); |
3724 | - width: calc(100% - 210rpx); | 3725 | + /* width: calc(100% - 210rpx); */ |
3725 | z-index: 1000; | 3726 | z-index: 1000; |
3726 | } | 3727 | } |
3727 | 3728 | ||
@@ -3742,7 +3743,7 @@ button.custom-service::after { | @@ -3742,7 +3743,7 @@ button.custom-service::after { | ||
3742 | .poster { | 3743 | .poster { |
3743 | box-sizing: border-box; | 3744 | box-sizing: border-box; |
3744 | width: 100%; | 3745 | width: 100%; |
3745 | - height: 940rpx; | 3746 | + height: 980rpx; |
3746 | border-radius: 16rpx; | 3747 | border-radius: 16rpx; |
3747 | /* box-shadow: 0 8px 12px #666; */ | 3748 | /* box-shadow: 0 8px 12px #666; */ |
3748 | position: relative; | 3749 | position: relative; |