template.wxss 1.3 KB
/* 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;
}
.void_mold{
 position: fixed;
 display: flex;
 align-items: center;
 justify-content: center;
 top:0;
 left:0;
 width:100%;
 height: 100%;
 z-index:10002;
 background: rgba(0,0,0,0.3);
}
.void_mian{
 position: relative;
 display: flex;
 align-items: center;
 
 flex-direction: column;
 width:400rpx;
 height: 300rpx;
 border-radius: 20rpx;
 background: #fff;
 font-size:28rpx;
}
.vold_title{
 font-size:36rpx;
 font-weight: bold;
 margin: 30rpx 0 40rpx 0;
}
.mold_btns{
 display: flex;
 align-items: center;
 justify-content: center;
 position: absolute;
 bottom:30rpx;
 height: 80rpx;
 margin: 0 30rpx;
 left:0;
 background: #89D961;
 border-radius: 40rpx;
 width:90%;
 color:#fff;
}
.guanbi_img{
 width:50rpx;
 margin: 10rpx auto 0 auto;
 height: 50rpx;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
}
.guanbi_img image{
 width:100%;
 height: 100%;
}