kind.wxss 636 字节
page{
  background: #F9F9F9
}

.kindbox{
  padding: 24rpx 12rpx 24rpx 24rpx;
  box-sizing: border-box;
  display:flex;
  flex-wrap: wrap;
  padding-bottom:50rpx;
  border-bottom-left-radius: 4rpx;
  border-bottom-right-radius: 4rpx;
}

.kindtopimg{
  width:226rpx;
  height:226rpx;
  font-size: 0;
  position: relative
}
.kindname{
  /* width:702rpx; */
  width:226rpx;
  height:76rpx;
  background: #fff;
  line-height: 76rpx;
  text-align: center;
  color:#FB6324;
  font-size: 28rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top:10rpx;
}
.kinditem{
  margin-right:12rpx;
  margin-bottom:20rpx;
}