template.wxss
431 字节
/* pages/template/template.wxss */
.service {
position: fixed;
right:44rpx;
bottom: 50rpx;
height: 100rpx;
width: 100rpx;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
background:linear-gradient(-30deg,rgba(116,195,106,1),rgba(141,224,99,1));
z-index:200;
}
.service image {
height: 50rpx;
width: 50rpx;
}
.service:active,{
opacity: 0.7;
}