Commit 2ee13bf09042480c518c545d6981f0561047f717
1 parent
a2a49f9a
分享海报样式调整
Showing
1 changed file
with
3 additions
and
2 deletions
pages/goods/goodsInfo/goodsInfo.wxss
| ... | ... | @@ -3718,10 +3718,11 @@ button.custom-service::after { |
| 3718 | 3718 | .poster-container { |
| 3719 | 3719 | box-sizing: border-box; |
| 3720 | 3720 | position: fixed; |
| 3721 | + width: 610rpx; | |
| 3721 | 3722 | top: 50%; |
| 3722 | 3723 | left: 50%; |
| 3723 | 3724 | transform: translate(-50%, -50%); |
| 3724 | - width: calc(100% - 210rpx); | |
| 3725 | + /* width: calc(100% - 210rpx); */ | |
| 3725 | 3726 | z-index: 1000; |
| 3726 | 3727 | } |
| 3727 | 3728 | |
| ... | ... | @@ -3742,7 +3743,7 @@ button.custom-service::after { |
| 3742 | 3743 | .poster { |
| 3743 | 3744 | box-sizing: border-box; |
| 3744 | 3745 | width: 100%; |
| 3745 | - height: 940rpx; | |
| 3746 | + height: 980rpx; | |
| 3746 | 3747 | border-radius: 16rpx; |
| 3747 | 3748 | /* box-shadow: 0 8px 12px #666; */ |
| 3748 | 3749 | position: relative; | ... | ... |