index.less 193 B

12345678910111213
  1. .cat-section {
  2. background-color: #fff;
  3. margin-bottom: 20rpx;
  4. overflow: hidden;
  5. &__title {
  6. display: flex;
  7. &:empty {
  8. display: none;
  9. }
  10. }
  11. }