index.less 4.2 KB

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