statistics.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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. justify-content: space-around;
  53. padding: 60rpx 0rpx;
  54. position: absolute;
  55. top: -20rpx;
  56. right: 40rpx;
  57. }
  58. .charts-line {
  59. display: flex;
  60. align-items: center;
  61. height: 30rpx;
  62. font-size: 30rpx;
  63. color: #333;
  64. margin-bottom: 6rpx;
  65. }
  66. .charts-icon {
  67. width: 16rpx;
  68. height: 16rpx;
  69. border-radius: 6rpx;
  70. }
  71. .charts-icon1 {
  72. background: #6282f4;
  73. }
  74. .charts-icon2 {
  75. background: #ed5c68;
  76. }
  77. .charts-icon3 {
  78. background: #f5a786;
  79. }
  80. .charts-icon4 {
  81. background: #7792f5;
  82. }
  83. .charts-icon5 {
  84. background: #79bef4;
  85. }
  86. .charts-icon6 {
  87. background: #5be0c1;
  88. }
  89. .charts-icon7 {
  90. background: #ac91f7;
  91. }
  92. .charts-data {
  93. margin-left: 8rpx;
  94. }
  95. .bottom {
  96. width: 100%;
  97. box-sizing: border-box;
  98. flex-direction: row;
  99. display: flex;
  100. justify-content: space-around;
  101. align-items: center;
  102. padding: 0rpx 36rpx;
  103. }
  104. .bottom .item {
  105. width: 180rpx;
  106. height: 130rpx;
  107. flex-direction: row;
  108. display: flex;
  109. justify-content: center;
  110. align-items: center;
  111. border-radius: 30%;
  112. color: #fff;
  113. font-size: 34rpx;
  114. }
  115. .bottom .desc {
  116. font-size: 26rpx;
  117. margin-top: 20rpx;
  118. }
  119. .bottom-bigback1 {
  120. background-image: linear-gradient(to right, #f08790, #ed626d);
  121. }
  122. .bottom-bigback2 {
  123. background-image: linear-gradient(to right, #f9ba9f, #f39b76);
  124. }
  125. .bottom-bigback3 {
  126. background-image: linear-gradient(to right, #8aa1f7, #6a88f4);
  127. }
  128. .bottom-bigback4 {
  129. background-image: linear-gradient(to right, #9bcff7, #66b4f3);
  130. }
  131. .bottom-bigback5 {
  132. background-image: linear-gradient(to right, #72e8cc, #4bdbba);
  133. }
  134. .bottom-bigback6 {
  135. background-image: linear-gradient(to right, #bea8fd, #a082f4);
  136. }
  137. .weigui {
  138. width: 92%;
  139. flex-direction: column;
  140. display: flex;
  141. background-color: #fff;
  142. border-radius: 10rpx;
  143. margin-bottom: 30rpx;
  144. }
  145. .weigui .title-item {
  146. width: 100%;
  147. height: 70rpx;
  148. flex-direction: row;
  149. display: flex;
  150. justify-content: space-around;
  151. align-items: center;
  152. background-color: #6282f3;
  153. border-radius: 10rpx 10rpx 0rpx 0rpx;
  154. }
  155. .weigui .title-item .name {
  156. font-size: 30rpx;
  157. font-weight: 700;
  158. color: #fff;
  159. }
  160. .weigui .item{
  161. width: 100%;
  162. flex-direction: row;
  163. display: flex;
  164. justify-content: space-around;
  165. align-items: center;
  166. border-bottom: 2rpx solid #f2f2f2;
  167. margin-top: 10rpx;
  168. }
  169. .weigui .item .name{
  170. width: 130rpx;
  171. font-size: 28rpx;
  172. flex-direction: row;
  173. display: flex;
  174. justify-content: center;
  175. align-items: center;
  176. }