index.less 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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.6rem;
  33. height: 0.6rem;
  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.6rem;
  43. height: 0.6rem;
  44. right: 0.15rem;
  45. top: 0.4rem;
  46. }
  47. &.refundIcon::after {
  48. content: '';
  49. position: absolute;
  50. background: #fff url('../../assets/taskMessage/refundIcon.png') top center no-repeat;
  51. background-size: 100%;
  52. width: 0.6rem;
  53. height: 0.6rem;
  54. right: 0.15rem;
  55. top: 0.4rem;
  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. background: url("../../assets/alarmHistory/icon.png") top center no-repeat;
  92. background-size: 100%;
  93. &.equipmentIcon {
  94. background: url("../../assets/taskMessage/deviceIcon.png") top center no-repeat;
  95. background-size: 100%;
  96. }
  97. &.joinPayMchCheckIcon {
  98. background: url("../../assets/taskMessage/withIcon.png") top center no-repeat;
  99. background-size: 100%;
  100. }
  101. &.proportionIcon {
  102. background: url("../../assets/taskMessage/retailIcon.png") top center no-repeat;
  103. background-size: 100%;
  104. }
  105. }
  106. .txt2 {
  107. width: 65px;
  108. height: 14px;
  109. overflow-wrap: break-word;
  110. color: rgba(64, 77, 116, 1);
  111. font-size: 15px;
  112. font-family: PingFangSC-Semibold;
  113. text-align: left;
  114. white-space: nowrap;
  115. line-height: 15px;
  116. display: block;
  117. font-weight: bold;
  118. .discountNumber {
  119. font-size: 18px;
  120. color: red;
  121. }
  122. }
  123. }
  124. .main5 {
  125. width: 39px;
  126. height: 16px;
  127. .label2 {
  128. width: 14px;
  129. height: 14px;
  130. }
  131. .txt3 {
  132. overflow-wrap: break-word;
  133. color: rgba(64, 77, 116, 1);
  134. font-size: 11px;
  135. text-align: center;
  136. white-space: nowrap;
  137. display: block;
  138. }
  139. }
  140. }
  141. .listBox {
  142. .listItem {
  143. width: 100%;
  144. background: url("../../assets/home/line.png") bottom center no-repeat;
  145. background-size: 100%;
  146. position: relative;
  147. display: inline-block;
  148. .itemBox {
  149. width: 92%;
  150. margin: 20px auto;
  151. font-size: 12px;
  152. line-height: 1.64;
  153. .itemRow {
  154. width: 100%;
  155. }
  156. .itemTitle {
  157. color: #8787a6;
  158. }
  159. .discount {
  160. padding-left: 2em;
  161. }
  162. }
  163. }
  164. }
  165. }
  166. }