@@ -76,11 +76,13 @@
.classify{
display: flex;
align-items: center;
- justify-content: space-between;
+ flex-wrap: wrap;
margin-top: 24rpx;
.classify-item{
- width: 160rpx;
+ padding:0 16rpx;
line-height: 66rpx;
+ margin-right: 16rpx;
+ margin-bottom: 16rpx;
border-radius: 4px;
background-color: rgba(255,255,255,1);
color: rgba(16, 16, 16, 1);