all-search.module.less 320 B

123456789101112131415
  1. .albumSection {
  2. background: url('../../images/album-bg.png') no-repeat top center #fff;
  3. background-size: contain;
  4. border-radius: 16px;
  5. margin: 12px 13px;
  6. padding: 12px 12px 0;
  7. .albumTitle {
  8. font-size: 16px;
  9. font-weight: 500;
  10. color: #131415;
  11. line-height: 22px;
  12. padding-bottom: 24px;
  13. }
  14. }