Commit da5aab1b8f7801bc258e869b86281c0fe40f3a8b

Authored by yvan.ni
2 parents 5dcc0558 a55ffcb5

Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev

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;
... ...