index.module.less 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. .incomeConsus {
  2. margin: 14px;
  3. border-radius: 10px;
  4. background-color: #fff;
  5. overflow: hidden;
  6. }
  7. .income {
  8. padding-top: 18px;
  9. .countPrice {
  10. font-size: 26px;
  11. font-weight: bold;
  12. color: #ff4e19;
  13. line-height: 31px;
  14. }
  15. :global {
  16. .van-cell__title {
  17. font-size: 16px;
  18. color: #000000;
  19. }
  20. }
  21. .searchTime {
  22. position: relative;
  23. box-sizing: border-box;
  24. max-width: 100%;
  25. margin-right: 12px;
  26. color: #333333;
  27. &::after {
  28. position: absolute;
  29. top: 50%;
  30. right: -10px;
  31. margin-top: -5px;
  32. border: 3px solid;
  33. border-color: transparent transparent #999999 #999999;
  34. transform: rotate(-45deg);
  35. content: ' ';
  36. }
  37. }
  38. }
  39. .section {
  40. overflow-x: auto;
  41. overflow-y: hidden;
  42. margin: 0 12px;
  43. }
  44. .section::-webkit-scrollbar {
  45. display: none;
  46. }
  47. .numberCount {
  48. font-size: 13px;
  49. color: #808080;
  50. line-height: 24px;
  51. flex-wrap: nowrap !important;
  52. padding: 20px 0;
  53. i {
  54. display: inline-block;
  55. width: 2px;
  56. height: 42px;
  57. border-radius: 2px;
  58. background: linear-gradient(180deg, #b5c4ff 0%, #5b85f9 100%);
  59. margin-right: 6px;
  60. }
  61. .color1 {
  62. background: linear-gradient(166deg, #59e5d5 0%, #2dc7aa 100%);
  63. }
  64. .color2 {
  65. background: linear-gradient(163deg, #b9ff4b 0%, #91dd1c 100%);
  66. }
  67. .color3 {
  68. background: linear-gradient(180deg, #ffc979 0%, #ffa92c 100%);
  69. }
  70. .color4 {
  71. background: linear-gradient(180deg, #e6c474 0%, #be7e2e 100%);
  72. }
  73. .color5 {
  74. background: linear-gradient(180deg, #4bcdff 0%, #1c96dd 100%);
  75. }
  76. .color6 {
  77. background: linear-gradient(180deg, #ee90ff 0%, #d22cff 100%);
  78. }
  79. .color7 {
  80. background: linear-gradient(180deg, #ff6f6f 0%, #ff3c3c 100%);
  81. }
  82. .color8 {
  83. background: #1aee3e;
  84. }
  85. .color9 {
  86. background: linear-gradient(180deg, #c1a9ff 0%, #7c47ff 100%);
  87. }
  88. .color10 {
  89. background: #00c9ff;
  90. }
  91. .color10 {
  92. background: #FF6600;
  93. }
  94. .type {
  95. span {
  96. display: block;
  97. }
  98. .price {
  99. font-size: 16px;
  100. font-weight: 500;
  101. color: #000000;
  102. line-height: 22px;
  103. }
  104. }
  105. :global {
  106. .van-col {
  107. display: flex;
  108. align-items: center;
  109. background-color: #f7f7f7;
  110. margin-left: 12px;
  111. &:first-child {
  112. margin-left: 0;
  113. }
  114. }
  115. }
  116. }
  117. .incomeTitle {
  118. display: flex;
  119. align-items: center;
  120. padding: 0 12px;
  121. font-size: 14px;
  122. font-weight: 500;
  123. color: #333333;
  124. line-height: 20px;
  125. i {
  126. margin-right: 5px;
  127. border-radius: 2px;
  128. display: inline-block;
  129. width: 4px;
  130. height: 14px;
  131. background: linear-gradient(166deg, #59e5d5 0%, #2dc7aa 100%);
  132. }
  133. }
  134. .incomeLine {
  135. height: 200px;
  136. padding: 0 10px 30px;
  137. }
  138. .pieSection {
  139. padding: 18px 0px 0px;
  140. margin: 0 10px 20px;
  141. display: flex;
  142. align-items: center;
  143. }
  144. .pieIncome {
  145. width: 160px;
  146. height: 160px;
  147. }
  148. .rateAll {
  149. font-size: 12px;
  150. color: #666;
  151. line-height: 1;
  152. display: flex;
  153. align-items: flex-start;
  154. flex-direction: column;
  155. img {
  156. width: 20px;
  157. height: 20px;
  158. margin-right: 4px;
  159. }
  160. & > div {
  161. padding-bottom: 12px;
  162. display: flex;
  163. align-items: center;
  164. }
  165. .rate {
  166. padding-left: 4px;
  167. font-size: 14px;
  168. font-weight: 600;
  169. color: #333333;
  170. line-height: 20px;
  171. }
  172. }
  173. .pieData {
  174. font-size: 14px;
  175. color: #808080;
  176. line-height: 1;
  177. padding-left: 20px;
  178. display: flex;
  179. align-items: flex-start;
  180. flex-wrap: wrap;
  181. padding-bottom: 12px;
  182. & > div {
  183. padding-bottom: 12px;
  184. flex-basis: 45%;
  185. &:nth-child(2n + 2) {
  186. flex-basis: 55%;
  187. .pieTitle {
  188. min-width: 90px;
  189. }
  190. }
  191. }
  192. & > div:last-child {
  193. padding-bottom: 0;
  194. }
  195. i {
  196. display: inline-block;
  197. width: 11px;
  198. height: 11px;
  199. border-radius: 50%;
  200. background: #5b8ff9;
  201. }
  202. .pieLive {
  203. background: #2dc7aa;
  204. }
  205. .pieVideo {
  206. background: #91dd1c;
  207. }
  208. .pieMusic {
  209. background: #ffa92c;
  210. }
  211. .pie1 {
  212. background: #be7e2e;
  213. }
  214. .pie2 {
  215. background: #1c96dd;
  216. }
  217. .pie3 {
  218. background: #d22cff;
  219. }
  220. .pie4 {
  221. background: #ff3c3c;
  222. }
  223. .pie5 {
  224. background: #1aee3e !important;
  225. }
  226. .pie6 {
  227. background: #7c47ff !important;
  228. }
  229. .pie7 {
  230. background: #00c9ff !important;
  231. }
  232. .pie8 {
  233. background: #FF6600 !important;
  234. }
  235. .pieTitle {
  236. display: inline-block;
  237. padding-left: 9px;
  238. margin-right: 10px;
  239. min-width: 60px;
  240. color: #1a1a1a;
  241. border-right: 1px solid #808080;
  242. }
  243. }
  244. .timePopup {
  245. display: flex;
  246. align-items: center;
  247. justify-content: center;
  248. padding: 10px 0;
  249. }
  250. .timeMonth,
  251. .timeYear {
  252. padding: 0 28px;
  253. margin-left: 0 !important;
  254. }
  255. .timeMonth {
  256. border-radius: var(--van-button-border-radius) 0 0
  257. var(--van-button-border-radius);
  258. }
  259. .timeYear {
  260. border-radius: 0 var(--van-button-border-radius)
  261. var(--van-button-border-radius) 0;
  262. }