statistics.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. page{
  2. background: #f5f5f5;
  3. }
  4. .top{
  5. width: 690rpx;
  6. background: #fff;
  7. margin: 0 auto;
  8. margin-top: 20rpx;
  9. padding: 20rpx 0rpx 40rpx 0rpx;
  10. border-radius: 10rpx;
  11. }
  12. .top-line{
  13. height: 60rpx;
  14. line-height: 60rpx;
  15. display: flex;
  16. margin-top: 20rpx;
  17. padding: 0rpx 56rpx;
  18. }
  19. .top-name{
  20. width: 160rpx;
  21. height: 60rpx;
  22. display: flex;
  23. justify-content: flex-end;
  24. align-items: center;
  25. font-size: 30rpx;
  26. color: #333;
  27. }
  28. .top-content{
  29. height: 60rpx;
  30. line-height: 60rpx;
  31. }
  32. .data{
  33. display: flex;
  34. align-items: center;
  35. justify-content: space-between;
  36. width: 320rpx;
  37. border:1rpx solid #999;
  38. border-radius: 10rpx;
  39. height: 60rpx;
  40. padding: 0rpx 50rpx 0rpx 30rpx;
  41. }
  42. .data-icon{
  43. width: 30rpx;
  44. height: 30rpx;
  45. }
  46. .jiantou{
  47. width: 26rpx;
  48. height: 14rpx;
  49. }
  50. .data-title{
  51. display: flex;
  52. height: 60rpx;
  53. align-items: center;
  54. }
  55. .data-text{
  56. font-size: 30rpx;
  57. color:#333;
  58. margin-left: 30rpx;
  59. }
  60. .charts{
  61. width: 690rpx;
  62. margin: 0 auto;
  63. border-radius: 10rpx;
  64. margin-top: 20rpx;
  65. background: #fff;
  66. display: flex;
  67. }
  68. .container {
  69. height: 100%;
  70. display: flex;
  71. flex-direction: column;
  72. box-sizing: border-box;
  73. -webkit-text-size-adjust:none;
  74. -webkit-user-select: none;
  75. font-size: 35rpx;
  76. color: #333;
  77. font-family: Helvetica,Arial,"Helvetica Neue","Droid Sans","Microsoft YaHei",sans-serif;
  78. }
  79. .canvas {
  80. width: 56%;
  81. height: 200px;
  82. }
  83. .charts-right{
  84. display: flex;
  85. flex-direction: column;
  86. align-items: center;
  87. justify-content: space-around;
  88. height: 300rpx;
  89. padding: 60rpx 0rpx;
  90. }
  91. .charts-line{
  92. display: flex;
  93. align-items: center;
  94. height: 30rpx;
  95. font-size: 30rpx;
  96. color:#333;
  97. }
  98. .charts-icon{
  99. width: 16rpx;
  100. height: 16rpx;
  101. border-radius: 6rpx;
  102. }
  103. .charts-icon1{
  104. background: #6282f4;
  105. }
  106. .charts-icon2{
  107. background: #ed5c68;
  108. }
  109. .charts-icon3{
  110. background: #89c997;
  111. }
  112. .charts-icon4{
  113. background: #f29b76;
  114. }
  115. .charts-data{
  116. margin-left: 8rpx;
  117. }
  118. .bottom{
  119. width: 690rpx;
  120. margin: 0 auto;
  121. background: #fff;
  122. border-radius: 0rpx 0rpx 10rpx 10rpx;
  123. }
  124. .bottom-view{
  125. width: 580rpx;
  126. margin: 0 auto;
  127. display: flex;
  128. justify-content: space-between;
  129. padding: 40rpx 0rpx 56rpx 0rpx;
  130. border-top: 1rpx dashed #e5e5e5;
  131. }
  132. .bottom-line{
  133. display: flex;
  134. }
  135. .bottom-bigback{
  136. width: 180rpx;
  137. height: 140rpx;
  138. border-radius: 40%;
  139. display: flex;
  140. justify-content: center;
  141. align-items: center;
  142. }
  143. .bottom-smllback{
  144. width: 146rpx;
  145. height: 114rpx;
  146. border-radius: 48%;
  147. display: flex;
  148. justify-content: center;
  149. align-items: center;
  150. }
  151. .bottom-smllback text{
  152. font-size: 40rpx;
  153. color:#fff;
  154. }
  155. .bottom-bigback1{
  156. background-image: linear-gradient(to right, #f08790 , #ed626d);
  157. }
  158. .bottom-smllback1{
  159. background-image: linear-gradient(to right, #f09098 , #ed757f);
  160. }
  161. .bottom-bigback2{
  162. background-image: linear-gradient(to right, #f9ba9f , #f39b76);
  163. }
  164. .bottom-smllback2{
  165. background-image: linear-gradient(to right, #f7bea4 , #f1a686);
  166. }
  167. .bottom-bigback3{
  168. background-image: linear-gradient(to right, #8aa1f7 , #6a88f4);
  169. }
  170. .bottom-smllback3{
  171. background-image: linear-gradient(to right, #8fa5f5 , #7893f3);
  172. }
  173. .bottom-title{
  174. text-align: center;
  175. font-size: 24rpx;
  176. color:#333;
  177. margin-top: 10rpx;
  178. }