statistics.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. page {
  2. background-color: #f2f2f2;
  3. }
  4. .picker-item {
  5. width: 100%;
  6. height: 70rpx;
  7. background-color: #fff;
  8. flex-direction: row;
  9. display: flex;
  10. align-items: center;
  11. justify-content: space-between;
  12. box-sizing: border-box;
  13. padding: 0rpx 30rpx;
  14. border-bottom: 2rpx solid #f2f2f2;
  15. }
  16. .picker-item .icon {
  17. width: 30rpx;
  18. height: 30rpx;
  19. margin-right: 20rpx;
  20. }
  21. .picker-item .desc-t {
  22. font-size: 26rpx;
  23. }
  24. .picker-item .icon-bottom {
  25. width: 26rpx;
  26. height: 14rpx;
  27. margin-left: 20rpx;
  28. }
  29. .titlebar {
  30. width: 94%;
  31. box-sizing: border-box;
  32. font-size: 28rpx;
  33. font-weight: 700;
  34. border-left: 6rpx solid #6282f3;
  35. margin-top: 30rpx;
  36. margin-bottom: 30rpx;
  37. padding-left: 10rpx;
  38. }
  39. .canvas-item {
  40. width: 92%;
  41. background-color: #fff;
  42. border-radius: 10rpx;
  43. position: relative;
  44. }
  45. .canvas-item .canvas {
  46. width: 56%;
  47. height: 160px;
  48. }
  49. .charts-right {
  50. display: flex;
  51. flex-direction: column;
  52. align-items: center;
  53. justify-content: space-around;
  54. padding: 60rpx 0rpx;
  55. position: absolute;
  56. top: 20rpx;
  57. right: 80rpx;
  58. }
  59. .charts-line {
  60. display: flex;
  61. align-items: center;
  62. height: 30rpx;
  63. font-size: 30rpx;
  64. color: #333;
  65. }
  66. .charts-icon {
  67. width: 16rpx;
  68. height: 16rpx;
  69. border-radius: 6rpx;
  70. }
  71. .charts-icon1 {
  72. background: #6282f4;
  73. }
  74. .charts-data {
  75. margin-left: 8rpx;
  76. }
  77. .bottom {
  78. width: 100%;
  79. box-sizing: border-box;
  80. flex-direction: row;
  81. display: flex;
  82. justify-content: space-around;
  83. align-items: center;
  84. padding: 0rpx 36rpx;
  85. }
  86. .bottom .item {
  87. width: 180rpx;
  88. height: 130rpx;
  89. flex-direction: row;
  90. display: flex;
  91. justify-content: center;
  92. align-items: center;
  93. border-radius: 30%;
  94. color: #fff;
  95. font-size: 34rpx;
  96. }
  97. .bottom .desc {
  98. font-size: 26rpx;
  99. margin-top: 20rpx;
  100. }
  101. .bottom-bigback1 {
  102. background-image: linear-gradient(to right, #f08790, #ed626d);
  103. }
  104. .bottom-bigback2 {
  105. background-image: linear-gradient(to right, #f9ba9f, #f39b76);
  106. }
  107. .bottom-bigback3 {
  108. background-image: linear-gradient(to right, #8aa1f7, #6a88f4);
  109. }
  110. .bottom-bigback4 {
  111. background-image: linear-gradient(to right, #9bcff7, #66b4f3);
  112. }
  113. .bottom-bigback5 {
  114. background-image: linear-gradient(to right, #72e8cc, #4bdbba);
  115. }
  116. .bottom-bigback6 {
  117. background-image: linear-gradient(to right, #bea8fd, #a082f4);
  118. }
  119. .weigui {
  120. width: 92%;
  121. flex-direction: column;
  122. display: flex;
  123. background-color: #fff;
  124. border-radius: 10rpx;
  125. margin-bottom: 30rpx;
  126. }
  127. .weigui .title-item {
  128. width: 100%;
  129. height: 70rpx;
  130. flex-direction: row;
  131. display: flex;
  132. justify-content: space-around;
  133. align-items: center;
  134. background-color: #6282f3;
  135. border-radius: 10rpx 10rpx 0rpx 0rpx;
  136. }
  137. .weigui .title-item .name {
  138. font-size: 30rpx;
  139. font-weight: 700;
  140. color: #fff;
  141. }
  142. .weigui .item{
  143. width: 100%;
  144. height: 70rpx;
  145. flex-direction: row;
  146. display: flex;
  147. justify-content: space-around;
  148. align-items: center;
  149. border-bottom: 2rpx solid #f2f2f2;
  150. }
  151. .weigui .item .name{
  152. width: 130rpx;
  153. font-size: 28rpx;
  154. flex-direction: row;
  155. display: flex;
  156. justify-content: center;
  157. align-items: center;
  158. }