kind.wxss 794 字节
page{
  background: #F9F9F9
}
.hengtu{
  width:702rpx;
  height:300rpx;
  margin:20rpx auto ;
  border-radius: 20rpx;
}
.hengtu image{
  width:100%;
  height:100%
}
.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;
  margin-bottom:120rpx;
}

.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:#409FFE;
  font-size: 28rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top:10rpx;
}
.kinditem{
  margin-right:12rpx;
  margin-bottom:20rpx;
}