/* component/shar-dialog/shar-dialog.wxss */ .share { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .6); z-index: 99; } .btn { position: fixed; bottom: 0; width: 100%; height: 290rpx; background: #fff; } .btn .bg { display: block; width: 500rpx; margin: 5% auto; height: 42rpx; } .btn text{ font-size: 28rpx; } .share-btn { display: flex; justify-content: space-around; } .share-btn image { width: 68rpx; height: 68rpx; } .share-btn view { display: flex; flex-direction: column; justify-content: space-between; align-items: center; font-size: 32rpx; height: 120rpx; width: 180rpx } .img { position: absolute; left: 5rpx; top: 30rpx; width: 740rpx; height: 1014rpx; } .Preservation { position: absolute; left: 15%; bottom: 5%; width: 70%; height: 88rpx; } .Preservation .PreservationBg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .Preservation text { color: #fff; font-size: 36rpx; position: absolute; left: 30rpx; top: 20rpx; z-index: 9; } .share-friend { background: #fff; display:flex; flex-direction:column; align-items: center; outline:none; padding:0; margin:0; border-radius:0; height: 140rpx; font-size:32rpx; width: 180rpx; } .share-friend image { width: 68rpx; height: 68rpx; } button::after{ border: none; }