service.wxss 740 字节
/* pages/service/service.wxss */
.box{
 margin: 260rpx 100rpx 0 100rpx;
 display: flex;
 justify-content: space-around;
 align-items: center;
}
.box_item{
 position: relative;
 display: flex;
 flex-direction: column;
 text-align: center;
 border:none;
 background: none;

}
.box_item button{
 position: absolute;
 width:100%;
 height: 100%;
 z-index:100;
 top:0;
 left:0;
 opacity: 0;
}
.item_icon{
 width:190rpx;
 height: 190rpx;
 border-radius: 50%;
 background: #F1F8FF;
 display:flex;
 align-items: center;
 justify-content: center;

}
.tel{
 margin: 35rpx 0 0 0;
 color:#1A1A1A;
 font-size:32rpx;
}
.icon-dianhua{
 color:#66A2D6;
 font-size: 80rpx;
}
.icon-kefu{
 color:#F7C761;
 font-size:80rpx;
}
.kufu{
 background-color: #FFF8E8;
}