home.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .separate_page {
  2. background-color: #fff;
  3. margin-bottom: 16px;
  4. padding: 30px;
  5. border-radius: 10px;
  6. }
  7. .tag {
  8. margin-top: 2.1875rem;
  9. width: 15rem;
  10. height: 6.25rem;
  11. background-color: #7d6aff;
  12. border-radius: 0.625rem;
  13. margin-right: 2.5rem;
  14. display: flex;
  15. align-items: center;
  16. justify-content: center;
  17. padding-top: 0.625rem;
  18. }
  19. .tag:nth-child(2) {
  20. background-color: #ffa66a;
  21. }
  22. .tag:nth-child(3) {
  23. background-color: #ff6b6b;
  24. }
  25. .tag:nth-child(4) {
  26. background-color: #69b5ff;
  27. }
  28. .tag:nth-child(5) {
  29. background-color: #b96bff;
  30. }
  31. .tag:nth-child(6) {
  32. background-color: #e9c52b;
  33. }
  34. .tag ._i {
  35. font-size: 2.1875rem;
  36. margin-right: 1.5625rem;
  37. color: #fff;
  38. }
  39. .tag_title {
  40. font-size: 0.875rem;
  41. color: #fff;
  42. }
  43. .tag_data {
  44. font-size: 1.5625rem;
  45. font-weight: 400;
  46. color: #fff;
  47. }
  48. .order {
  49. padding-top: 2rem;
  50. }
  51. .stats_area {
  52. height: 38rem;
  53. overflow: hidden;
  54. }
  55. .card {
  56. margin-top: 1rem;
  57. }
  58. .circle_txt {
  59. font-size: 1.25rem;
  60. text-align: center;
  61. line-height: 3.75rem;
  62. margin-bottom: 2.5rem;
  63. color: #fff;
  64. margin-right: 1.25rem;
  65. margin-left: 2.1875rem;
  66. width: 3.75rem;
  67. height: 3.75rem;
  68. border-radius: 50%;
  69. background-color: #ff6b6b;
  70. }
  71. .dflex:nth-child(2) .circle_txt {
  72. background-color: #7e6aff;
  73. }
  74. .dflex:nth-child(3) .circle_txt {
  75. background-color: #69b5ff;
  76. }
  77. .dflex:nth-child(4) .circle_txt {
  78. background-color: #ffa66a;
  79. }
  80. .dflex:nth-child(5) .circle_txt {
  81. margin-bottom: 0rem;
  82. background-color: #b96bff;
  83. }
  84. .order_title {
  85. font-size: 0.75rem;
  86. margin-top: 0.5625rem;
  87. }
  88. .order_data {
  89. font-size: 1.25rem;
  90. }
  91. .echart_line_line {
  92. width: 100%;
  93. height: 34rem;
  94. padding-top: 2rem;
  95. }
  96. .ranking_area {
  97. height: 32rem;
  98. overflow: hidden;
  99. }
  100. .echart_pie {
  101. width: 100%;
  102. height: 30rem;
  103. padding-top: 2rem;
  104. }
  105. .echart_map {
  106. width: 100%;
  107. height: 40rem;
  108. padding-top: 2rem;
  109. }