css一行均分

.category{
padding:10rpx 25rpx 25rpx 25rpx;
display: flex;
justify-content: space-between;
background: #fff;
}
.category_list{
width: 20%;
}
.category_img{
width: 100%;
display: flex;
justify-content: center;
}
.category_imgs{
width: 100%;
height: 142rpx;
display: block;
}
.category-text{
text-align: center;
font-size: 28rpx;
color: #666666;
display: block;
}

相关文章:

  • 2022-12-23
  • 2021-10-03
  • 2021-06-11
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2022-02-20
猜你喜欢
  • 2021-12-11
  • 2022-12-23
  • 2021-07-11
  • 2021-08-05
  • 2022-02-05
  • 2022-12-23
  • 2021-11-28
相关资源
相似解决方案