template.wxss
339 字节
.service,.services {
position: fixed;
right: 24rpx;
bottom: 24rpx;
height: 100rpx;
width: 100rpx;
display: flex;
justify-content: center;
align-items: center;
}
.services {
z-index: 10;
}
.service image {
height: 100rpx;
width: 100rpx;
}
.service:active,.services:active {
opacity: 0.7;
}