三列
.bottom .classItem{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.bottom .classItem .item{
width: 33.33333333333333333333%;
height: 220rpx;
text-align: center;
font-size: 30rpx;
}
三列
.bottom .classItem{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.bottom .classItem .item{
width: 33.33333333333333333333%;
height: 220rpx;
text-align: center;
font-size: 30rpx;
}