index.module.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. .dialogTitle {
  2. i {
  3. display: inline-block;
  4. width: 4px;
  5. height: 14px;
  6. background: #ff8057;
  7. border-radius: 2px;
  8. margin-right: 6px;
  9. }
  10. text-align: left;
  11. font-size: 18px;
  12. font-weight: 500;
  13. color: #333333;
  14. line-height: 25px;
  15. padding: 20px 15px 15px;
  16. }
  17. .btns {
  18. :global {
  19. .van-button {
  20. font-size: 18px;
  21. font-weight: 500;
  22. }
  23. .van-dialog__cancel {
  24. color: #777;
  25. }
  26. }
  27. }
  28. .noticeContainer {
  29. padding: 0 15px 30px;
  30. }
  31. .unitContainer {
  32. background: #fff0e6;
  33. border-radius: 10px;
  34. margin-bottom: 30px;
  35. .unitTitle {
  36. display: flex;
  37. align-items: center;
  38. padding: 10px 12px;
  39. font-size: 16px;
  40. font-weight: 500;
  41. line-height: 22px;
  42. color: #333333;
  43. :global {
  44. .van-tag {
  45. margin-left: 8px;
  46. font-size: 13px;
  47. font-weight: 500;
  48. color: #ffffff;
  49. padding: 2px 8px;
  50. flex-shrink: 0;
  51. }
  52. }
  53. }
  54. .gridScore {
  55. :global {
  56. .van-grid-item__content {
  57. background-color: transparent;
  58. }
  59. }
  60. .title {
  61. font-size: 26px;
  62. font-weight: bold;
  63. color: #333333;
  64. line-height: 30px;
  65. }
  66. .name {
  67. padding-top: 4px;
  68. font-size: 14px;
  69. color: #333333;
  70. }
  71. }
  72. .unitTimer {
  73. display: flex;
  74. align-items: center;
  75. padding: 12px;
  76. font-size: 14px;
  77. color: #333333;
  78. line-height: 20px;
  79. :global {
  80. .van-icon {
  81. font-size: 16px;
  82. margin-right: 4px;
  83. }
  84. }
  85. &:after {
  86. border-color: #ff8057;
  87. opacity: 0.2;
  88. }
  89. }
  90. }
  91. .reminder {
  92. .iconBell {
  93. width: 15px;
  94. height: 16px;
  95. margin-right: 6px;
  96. }
  97. .rTitle {
  98. display: flex;
  99. align-items: center;
  100. font-size: 16px;
  101. font-weight: 500;
  102. color: #f67146;
  103. padding-bottom: 10px;
  104. }
  105. .rContent {
  106. font-size: 14px;
  107. color: #333333;
  108. line-height: 21px;
  109. text-align: justify;
  110. }
  111. }