statistics.wxss 3.0 KB

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