.share-btns .btns { height: 100rpx; width: 100%; position: fixed; z-index: 99; bottom: 0; left: 0; background: #3296FA; display: flex; } .share-btns .btns text { flex: 1; font-size: 30rpx; display: flex; align-items: center; justify-content: center; color: #fff; } .share-btns .btns text:first-child { border-right: 1px #fff solid; } .share-btns .sheet-btns { display: flex; justify-content: space-around; } .share-btns .sheet-btns .btn { display: flex; flex-direction: column; align-items: center; padding: 40rpx 0 30rpx; font-size: 24rpx; line-height: 32rpx; position: relative; } .share-btns .sheet-btns .btn .icon { height: 100rpx; width: 100rpx; border: 1px #e7e7e7 solid; border-radius: 8rpx; margin-bottom: 25rpx; background: #fff; display: flex; align-items: center; justify-content: center; } .share-btns .sheet-btns .btn .icon image { width: 50rpx; display: block; } .share-btns .sheet-btns .btn:first-child .icon image { width: 40rpx; } .share-btns .sheet-btns .btn button { height: 100%; width: 100%; position: absolute; top: 0; left: 0; opacity: 0; }