companyidentity.wxss 694 字节
page{
  background: #FBF8FB
}

.itemname,.seltype {
  font-size: 32rpx;
}
.seltype{
  margin-right:10rpx;
}
.commonenter{
  font-size: 32rpx;
  margin-right:33rpx;
}
.commonenter input{
  font-size: 32rpx;
}
.commontwo{
  font-size: 32rpx
}
.useboxitem:last-child{
  border-bottom:none
}

.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
}