type-detail.wxss 464 字节
/* pages/index/type-detail/type-detail.wxss */
@import '../../spell-list/spell-list.wxss';
.head {
  border-bottom: 20rpx solid #f2f2f2;
}
.rent_mask {
  top: 197rpx;
}
.content_box {
  margin-top: 197rpx;
}
.no-data {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 200rpx;
  font-size: 28rpx;
  color: #cccccc;
}
.user .sex-icon {
  position: absolute;
  top:-6rpx;
  left:28rpx;
  width: 20rpx;
  height: 20rpx;
}