/* components/share/share.wxss */ .mask { width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.5); z-index: 999; position: fixed; top: 0; left: 0; } .mask .box{ position: absolute; bottom: 0rpx; left: 0; width: 100vw; height: auto; padding-bottom: 10rpx; background: white; border-radius: 16rpx 16rpx 0 0; } .mask .box .header{ width: 100%; box-sizing: border-box; padding: 36rpx 0 0; text-align: center; } .mask .box .middle{ width: 100%; height: 180rpx; box-sizing: border-box; flex-wrap: wrap; display: flex; align-items: center; justify-content: center; } .mask .box .middle button{ width: 160rpx; height: 180rpx; background: transparent; margin: 0; padding: 0; display: inline-block; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #333333; font-size: 0; line-height: 20rpx; } .mask .box .middle button::after{ border: 0; } .mask .box .middle button text{ margin-top: 20rpx; font-size: 28rpx; } .mask .box .middle image{ width: 80rpx; height: 80rpx; } .mask .box .footer{ width: 100%; height: 98rpx; display: flex; align-items: center; justify-content: center; color: #666666; font-size: 28rpx; border-top: 16rpx solid #F7F8FA; font-size: 32rpx; } .image_mask{ width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; z-index: 999; background: rgba(0, 0, 0, 0.5); display: flex; flex-direction: column; align-items: center; justify-content: center; } .image_mask image{ width: 608rpx; height: 864rpx; } .image_mask text{ width: 608rpx; height: 76rpx; background: #3476FE; color: white; font-size: 28rpx; border-radius: 8rpx; line-height: 76rpx; text-align: center; margin-top: 50rpx; }