index.less 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. .taskMessagePage {
  2. width: 100%;
  3. .taskMessageBox {
  4. width: 100%;
  5. height: calc(100% - 60px);
  6. overflow: auto;
  7. // background: #fff url('../../assets/taskMessage/pageBg.png') top center no-repeat;
  8. // background-size: 100%;
  9. .taskListRow {
  10. width: 100%;
  11. height: 53px;
  12. flex-wrap: wrap;
  13. .taskIcon {
  14. width: 13%;
  15. height: 100%;
  16. position: relative;
  17. &.deviceIcon::after {
  18. content: '';
  19. position: absolute;
  20. background: #fff url('../../assets/taskMessage/deviceIcon.png') top center no-repeat;
  21. background-size: 100%;
  22. width: 0.6rem;
  23. height: 0.6rem;
  24. right: 0.15rem;
  25. top: 0.4rem;
  26. }
  27. &.retailIcon::after {
  28. content: '';
  29. position: absolute;
  30. background: #fff url('../../assets/taskMessage/retailIcon.png') top center no-repeat;
  31. background-size: 100%;
  32. width: 0.55rem;
  33. height: 0.55rem;
  34. right: 0.15rem;
  35. top: 0.4rem;
  36. }
  37. &.withIcon::after {
  38. content: '';
  39. position: absolute;
  40. background: #fff url('../../assets/taskMessage/withIcon.png') top center no-repeat;
  41. background-size: 100%;
  42. width: 0.5rem;
  43. height: 0.5rem;
  44. right: 0.2rem;
  45. top: 0.4rem;
  46. }
  47. &.makeIcon::after {
  48. content: '';
  49. position: absolute;
  50. background: #fff url('../../assets/taskMessage/makeIcon.png') top center no-repeat;
  51. background-size: 100%;
  52. width: 0.55rem;
  53. height: 0.55rem;
  54. right: 0.2rem;
  55. top: 0.45rem;
  56. }
  57. }
  58. .taskRight {
  59. width: 87%;
  60. height: 100%;
  61. position: relative;
  62. border-bottom: 1px solid #e7eaf7;
  63. &::after {
  64. content: '';
  65. position: absolute;
  66. width: 6px;
  67. height: 12px;
  68. background: url('../../assets/right.png') top center no-repeat;
  69. background-size: 100%;
  70. right: 0.55rem;
  71. top: 0.5rem;
  72. }
  73. .taskTitle {
  74. line-height: 53px;
  75. }
  76. }
  77. }
  78. .searchRow {
  79. width: 90%;
  80. height: 48px;
  81. margin: 0 auto;
  82. background: rgba(255, 255, 255, 1) url("../../assets/home/line.png") bottom center no-repeat;
  83. background-size: 100%;
  84. align-items: center;
  85. .bd3 {
  86. // width: 87px;
  87. // height: 16px;
  88. .outer4 {
  89. width: 20px;
  90. height: 26px;
  91. margin-right: 5px;
  92. background: url("../../assets/alarmHistory/icon.png") top center no-repeat;
  93. background-size: 100%;
  94. &.equipmentIcon {
  95. background: url("../../assets/taskMessage/deviceIcon.png") top center no-repeat;
  96. background-size: 100%;
  97. }
  98. &.joinPayMchCheckIcon {
  99. background: url("../../assets/taskMessage/withIcon.png") top center no-repeat;
  100. background-size: 100%;
  101. }
  102. &.proportionIcon {
  103. background: url("../../assets/taskMessage/retailIcon.png") top center no-repeat;
  104. background-size: 100%;
  105. }
  106. }
  107. .txt2 {
  108. width: 65px;
  109. height: 14px;
  110. overflow-wrap: break-word;
  111. color: rgba(64, 77, 116, 1);
  112. font-size: 15px;
  113. font-family: PingFangSC-Semibold;
  114. text-align: left;
  115. white-space: nowrap;
  116. line-height: 15px;
  117. display: block;
  118. font-weight: bold;
  119. .discountNumber {
  120. font-size: 18px;
  121. color: red;
  122. }
  123. }
  124. }
  125. .label3 {
  126. color: #2c87c8;
  127. width: 100px;
  128. }
  129. .main5 {
  130. width: auto;
  131. .label2 {
  132. width: 20px;
  133. height: 20px;
  134. margin-right: 5px;
  135. cursor: pointer;
  136. }
  137. }
  138. }
  139. .van-tabs__line {
  140. background-color: #2c87c8 !important;
  141. }
  142. .van-tab--active .van-tab__text--ellipsis {
  143. color: #2c87c8;
  144. }
  145. .listBox {
  146. .listItem {
  147. width: 100%;
  148. background: url("../../assets/home/line.png") bottom center no-repeat;
  149. background-size: 100%;
  150. position: relative;
  151. display: inline-block;
  152. .itemBox {
  153. width: 92%;
  154. margin: 20px auto;
  155. font-size: 12px;
  156. line-height: 1.64;
  157. .itemRow {
  158. width: 100%;
  159. }
  160. .itemTitle {
  161. color: #8787a6;
  162. }
  163. .discount {
  164. padding-left: 2em;
  165. }
  166. }
  167. }
  168. }
  169. }
  170. }