shenhez.wxss
432 字节
.examine{
width:500rpx;
position: absolute;
top:30%;
left:50%;
transform: translate(-50%,-50%);
}
.examineimg{
width:134rpx;
height:134rpx;
font-size: 0;
margin:0 auto;
}
.examinename{
color:#131415;
font-size: 42rpx;
font-weight: bold;
text-align: center;
margin-top:62rpx;
}
.waitname{
color:#5B5E64;
font-size: 28rpx;
margin-top:14rpx;
text-align: center
}
page{
background: #fff;
}