index.less 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /* nova-werun/pages/home/statistics/index.wxss */
  2. .all{
  3. width: 100vw;
  4. padding-top: 20rpx;
  5. .number{
  6. width: 100%;
  7. height: 150rpx;
  8. display: flex;
  9. justify-content: space-between;
  10. .num{
  11. height: 100%;
  12. width: 255rpx;
  13. display: flex;
  14. flex-direction: column;
  15. justify-content: center;
  16. align-items: center;
  17. .num-num{
  18. font-size: 50rpx;
  19. margin-bottom: 18rpx;
  20. display: flex;
  21. .numtext{
  22. font-size: 30rpx;
  23. display: flex;
  24. align-items: flex-end;
  25. margin-bottom: 8rpx;
  26. margin-left: 2rpx;
  27. }
  28. }
  29. .num-text{
  30. width: 100%;
  31. display: flex;
  32. justify-content: center;
  33. align-items: center;
  34. font-size: 28rpx;
  35. image{
  36. width: 40rpx;
  37. height: 40rpx;
  38. margin-right: 6rpx;
  39. }
  40. }
  41. }
  42. }
  43. .circlebox{
  44. width: 100%;
  45. height: 430rpx;
  46. display: flex;
  47. justify-content: center;
  48. align-items: center;
  49. position: relative;
  50. .runbox{
  51. width: 400rpx;
  52. height: 400rpx;
  53. border-radius: 50%;
  54. border: solid black 5rpx;
  55. margin-top: 10rpx;
  56. display: flex;
  57. align-items: center;
  58. justify-content: center;
  59. .run{
  60. width: 370rpx;
  61. height: 370rpx;
  62. border-radius: 50%;
  63. border: solid black 5rpx;
  64. display: flex;
  65. align-items: center;
  66. flex-direction: column;
  67. .tody-steps{
  68. width: 100%;
  69. font-size: 28rpx;
  70. display: flex;
  71. justify-content: center;
  72. margin-top: 50rpx;
  73. font-weight: 600;
  74. }
  75. .step-num{
  76. font-size: 65rpx;
  77. font-weight: 600;
  78. margin-top: 20rpx;
  79. }
  80. .objective{
  81. width: 100%;
  82. height: 50rpx;
  83. align-items: center;
  84. justify-content: center;
  85. display: flex;
  86. margin-top: 20rpx;
  87. image{
  88. width: 32rpx;
  89. height: 32rpx;
  90. margin-right: 10rpx;
  91. }
  92. .ob-num{
  93. font-size: 28rpx;
  94. }
  95. }
  96. .achieve{
  97. color: gray;
  98. font-size: 28rpx;
  99. margin-top: 4rpx;
  100. }
  101. }
  102. }
  103. .image2{
  104. position: absolute;
  105. bottom: 20rpx;
  106. right: 45rpx;
  107. width: 50rpx;
  108. height: 50rpx;
  109. }
  110. }
  111. .sharebox{
  112. width: 100%;
  113. height: 70rpx;
  114. display: flex;
  115. justify-content: center;
  116. margin-top: 20rpx;
  117. .share{
  118. width: 200rpx;
  119. height: 60rpx;
  120. font-size: 30rpx;
  121. display: flex;
  122. justify-content: center;
  123. align-items: center;
  124. border-radius: 30rpx;
  125. border: solid black 1px;
  126. }
  127. }
  128. .text{
  129. width: 100%;
  130. height: 50rpx;
  131. padding-left: 40rpx;
  132. display: flex;
  133. align-items: center;
  134. margin-top: 30rpx;
  135. .text2{
  136. height: 50rpx;
  137. font-size: 28rpx;
  138. margin-right: 20rpx;
  139. display: flex;
  140. align-items: center;
  141. margin-right: 14rpx;
  142. }
  143. .text3{
  144. height: 50rpx;
  145. font-size: 32rpx;
  146. margin-right: 20rpx;
  147. display: flex;
  148. align-items: center;
  149. }
  150. }
  151. .chart{
  152. width: 100%;
  153. height: 508rpx;
  154. background-color: aqua;
  155. }
  156. }