index.module.less 962 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .selectTimer {
  2. padding: 12px 13px 14px;
  3. font-size: 14px;
  4. font-weight: 500;
  5. color: #333333;
  6. line-height: 20px;
  7. }
  8. .cellGroup {
  9. margin: 0 13px 12px;
  10. border-radius: 8px;
  11. overflow: hidden;
  12. .cellTitle {
  13. font-size: 16px;
  14. font-weight: 400;
  15. }
  16. .cellIcon {
  17. font-size: 18px;
  18. margin-right: 6px;
  19. }
  20. .cellTimers {
  21. h3 {
  22. font-size: 16px;
  23. font-weight: 500;
  24. color: #333333;
  25. padding-bottom: 6px;
  26. }
  27. span {
  28. padding-top: 6px;
  29. display: inline-block;
  30. width: 35%;
  31. font-size: 14px;
  32. font-weight: 500;
  33. color: #777777;
  34. line-height: 20px;
  35. }
  36. }
  37. :global {
  38. .van-cell {
  39. padding: 18px 12px;
  40. font-size: 14px;
  41. font-weight: 500;
  42. color: #333333;
  43. line-height: 20px;
  44. }
  45. .van-cell__value {
  46. color: #333;
  47. }
  48. }
  49. .noTime {
  50. color: #aaaaaa;
  51. :global {
  52. .van-cell__value {
  53. color: #aaaaaa;
  54. }
  55. }
  56. }
  57. }