index.less 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. .sellConfList {
  2. width: 100%;
  3. .sellConfBox {
  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. }
  48. .taskRight {
  49. width: 87%;
  50. height: 100%;
  51. position: relative;
  52. border-bottom: 1px solid #e7eaf7;
  53. &::after {
  54. content: '';
  55. position: absolute;
  56. width: 6px;
  57. height: 12px;
  58. background: url('../../assets/right.png') top center no-repeat;
  59. background-size: 100%;
  60. right: 0.55rem;
  61. top: 0.5rem;
  62. }
  63. .taskTitle {
  64. line-height: 53px;
  65. }
  66. }
  67. }
  68. .searchRow {
  69. width: 95%;
  70. height: 48px;
  71. margin: 0 auto;
  72. background: rgba(255, 255, 255, 1) url("../../assets/home/line.png") bottom center no-repeat;
  73. background-size: 100%;
  74. align-items: center;
  75. .bd3 {
  76. width: 87px;
  77. height: 16px;
  78. .txt2 {
  79. width: 65px;
  80. height: 14px;
  81. overflow-wrap: break-word;
  82. color: rgba(64, 77, 116, 1);
  83. font-size: 15px;
  84. font-family: 'OPPOSans', PingFangSC-Semibold;
  85. text-align: left;
  86. white-space: nowrap;
  87. line-height: 15px;
  88. display: block;
  89. font-weight: bold;
  90. .discountNumber {
  91. font-size: 18px;
  92. color: red;
  93. }
  94. }
  95. }
  96. .label3 {
  97. color: #4d6add;
  98. margin-right: 10px;
  99. }
  100. }
  101. .van-tabs__line {
  102. background-color: #4d6add !important;
  103. }
  104. .van-tab--active .van-tab__text--ellipsis {
  105. color: #4d6add;
  106. }
  107. .listBox {
  108. .listItem {
  109. width: 100%;
  110. background: url("../../assets/home/line.png") bottom center no-repeat;
  111. background-size: 100%;
  112. position: relative;
  113. display: inline-block;
  114. .itemBox {
  115. width: 92%;
  116. margin: 20px auto;
  117. font-size: 12px;
  118. line-height: 1.64;
  119. .itemRow {
  120. width: 100%;
  121. }
  122. .itemTitle {
  123. color: #8787a6;
  124. }
  125. .discount {
  126. padding-left: 2em;
  127. }
  128. }
  129. }
  130. }
  131. }
  132. }