index.less 265 B

12345678910111213141516
  1. .basic-classify-layout{
  2. &__item{
  3. padding: 18px 24px;
  4. background: #fff;
  5. &+&{
  6. margin-top: 24px;
  7. }
  8. &__title{
  9. margin: 0;
  10. padding-bottom: 18px;
  11. font-size: 16px;
  12. line-height: 1.5em;
  13. font-weight: bold;
  14. }
  15. }
  16. }