statistics.wxss 3.1 KB

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