index.module.less 860 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .timer {
  2. overflow: hidden;
  3. padding: 0 14px;
  4. }
  5. .tips {
  6. margin: 12px 0;
  7. padding: 15px 12px;
  8. background: #ffffff;
  9. border-radius: 10px;
  10. .tipsTitle {
  11. font-size: 18px;
  12. font-weight: 600;
  13. color: #333;
  14. line-height: 25px;
  15. }
  16. .tipsTime {
  17. padding-top: 4px;
  18. font-size: 14px;
  19. color: #ff9e5a;
  20. line-height: 22px;
  21. span {
  22. font-weight: 600;
  23. }
  24. }
  25. }
  26. .timerContainer {
  27. background: #ffffff;
  28. border-radius: 10px;
  29. padding: 0 5px 9px;
  30. :global {
  31. .van-col {
  32. margin-bottom: 5px;
  33. }
  34. }
  35. }
  36. .tag {
  37. height: 28px;
  38. background: #eff6f5;
  39. border-radius: 4px;
  40. font-size: 14px;
  41. font-weight: 600;
  42. color: #2dc7aa;
  43. display: flex;
  44. align-items: center;
  45. justify-content: center;
  46. }
  47. .active {
  48. background: #2dc7aa;
  49. color: #ffffff;
  50. }
  51. .select {
  52. color: #ffffff !important;
  53. background: #ffb752;
  54. }