my.wxss 494 字节
@import '../signIn/bodyWeght/bodyWeght';
.banner_box{
  width: 100%;
  height: 390rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 28rpx;
  color: #000000;
}
.head_img{
  width: 120rpx;
  height: 120rpx;
  margin-bottom: 20rpx;
  border-radius: 50%;
  overflow: hidden;
}
.head_img image{
  width:100%;
  height: 100%;
}
.state{
  width: 149rpx;
  height: 54rpx;
  margin-top: 20rpx;
}
.state image{
  width: 100%;
  height: 100%;
}