.share-tip { padding: 24rpx 0 0 32rpx; text-align: center; } .share-tip text { line-height: 48rpx; } .share-main { width: 100%; height: 254rpx; display: flex; justify-content: space-around; align-items: center; border-bottom: 20rpx solid #eeeeed; } .shareButton { background-color: transparent; padding-left: 0; padding-right: 0; line-height: inherit; border-radius:0; font-size: 28rpx; } .shareButton::after { border: none; } .share-main .share-item { text-align: center; color: #333; font-size: 28rpx; } .share-main .share-item image { width: 112rpx; height: 112rpx; margin-bottom: 10rpx; } .share-cancel { width: 100%; height: 100rpx; text-align: center; line-height: 100rpx; font-size: 34rpx; color: #f82f2e; }