index.module.less 799 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .title {
  2. padding: 20px 14px 12px;
  3. background: transparent;
  4. :global(.van-cell__value) {
  5. font-size: 12px;
  6. }
  7. }
  8. .cellTitle {
  9. font-size: 17px;
  10. color: #333;
  11. font-weight: 600;
  12. display: flex;
  13. align-items: center;
  14. &::before {
  15. width: 4px;
  16. height: 14px;
  17. border-radius: 4px;
  18. margin-top: -2px;
  19. content: ' ';
  20. background: linear-gradient(to bottom, #59e5d5, #2dc7aa);
  21. display: inline-block;
  22. margin-right: 6px;
  23. }
  24. }
  25. .cellValue {
  26. line-height: 20px;
  27. height: 20px;
  28. padding: 2px 5px 0 7px;
  29. background: #dfefec;
  30. display: inline-block;
  31. border-radius: 20px;
  32. color: var(--van-primary);
  33. }
  34. .hotMusic {
  35. // padding-bottom: 20px;
  36. .swipeItem .swipeChild {
  37. padding-left: 14px;
  38. }
  39. .swipeItem:last-child .swipeChild {
  40. padding-right: 14px;
  41. }
  42. }