index.less 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. /* nova-werun/pages/home/statistics/index.wxss */
  2. .all{
  3. width: 100vw;
  4. padding-top: 20rpx;
  5. overflow-y: scroll;
  6. background: linear-gradient(to bottom, #4F9AF7, #FFFFFF);
  7. .number{
  8. width: 100%;
  9. height: 150rpx;
  10. display: flex;
  11. justify-content: space-between;
  12. .num{
  13. height: 100%;
  14. width: 255rpx;
  15. display: flex;
  16. flex-direction: column;
  17. justify-content: center;
  18. align-items: center;
  19. .num-num{
  20. font-size: 50rpx;
  21. margin-bottom: 18rpx;
  22. display: flex;
  23. .numtext{
  24. font-size: 30rpx;
  25. display: flex;
  26. align-items: flex-end;
  27. margin-bottom: 8rpx;
  28. margin-left: 2rpx;
  29. }
  30. }
  31. .num-text{
  32. width: 100%;
  33. display: flex;
  34. justify-content: center;
  35. align-items: center;
  36. font-size: 28rpx;
  37. image{
  38. width: 40rpx;
  39. height: 40rpx;
  40. margin-right: 6rpx;
  41. }
  42. }
  43. }
  44. }
  45. .circlebox{
  46. width: 100%;
  47. height: 430rpx;
  48. display: flex;
  49. justify-content: center;
  50. align-items: center;
  51. position: relative;
  52. .runbox{
  53. width: 400rpx;
  54. height: 400rpx;
  55. border-radius: 50%;
  56. background-color: white;
  57. margin-top: 10rpx;
  58. display: flex;
  59. align-items: center;
  60. justify-content: center;
  61. .run{
  62. width: 370rpx;
  63. height: 370rpx;
  64. border-radius: 50%;
  65. background-color: #9BC5F9;
  66. display: flex;
  67. align-items: center;
  68. flex-direction: column;
  69. .tody-steps{
  70. width: 100%;
  71. font-size: 28rpx;
  72. display: flex;
  73. justify-content: center;
  74. margin-top: 50rpx;
  75. font-weight: 600;
  76. }
  77. .step-num{
  78. font-size: 65rpx;
  79. font-weight: 600;
  80. margin-top: 20rpx;
  81. }
  82. .objective{
  83. width: 100%;
  84. height: 50rpx;
  85. align-items: center;
  86. justify-content: center;
  87. display: flex;
  88. margin-top: 20rpx;
  89. image{
  90. width: 32rpx;
  91. height: 32rpx;
  92. margin-right: 10rpx;
  93. }
  94. .ob-num{
  95. font-size: 28rpx;
  96. }
  97. }
  98. .achieve{
  99. color: gray;
  100. font-size: 28rpx;
  101. margin-top: 4rpx;
  102. }
  103. }
  104. }
  105. .image2{
  106. position: absolute;
  107. bottom: 20rpx;
  108. right: 45rpx;
  109. width: 50rpx;
  110. height: 50rpx;
  111. }
  112. }
  113. .sharebox{
  114. width: 100%;
  115. height: 70rpx;
  116. display: flex;
  117. justify-content: center;
  118. margin-top: 20rpx;
  119. .share{
  120. width: 200rpx;
  121. height: 60rpx;
  122. font-size: 30rpx;
  123. display: flex;
  124. justify-content: center;
  125. align-items: center;
  126. border-radius: 30rpx;
  127. border: solid black 1px;
  128. }
  129. }
  130. .text{
  131. width: 100%;
  132. height: 50rpx;
  133. padding-left: 40rpx;
  134. display: flex;
  135. align-items: center;
  136. margin-top: 30rpx;
  137. .text2{
  138. height: 50rpx;
  139. font-size: 28rpx;
  140. margin-right: 20rpx;
  141. display: flex;
  142. align-items: center;
  143. margin-right: 14rpx;
  144. }
  145. .text3{
  146. height: 50rpx;
  147. font-size: 32rpx;
  148. margin-right: 20rpx;
  149. display: flex;
  150. align-items: center;
  151. }
  152. }
  153. .chart{
  154. width: 100%;
  155. height: 508rpx;
  156. ec-canvas {
  157. width: 100%;
  158. height: 100%;
  159. }
  160. }
  161. }
  162. .all2{
  163. width: 100vw;
  164. padding-top: 20rpx;
  165. padding-left: 30rpx;
  166. padding-right: 30rpx;
  167. overflow-y: scroll;
  168. background: linear-gradient(to bottom, #4F9AF7, #FFFFFF);
  169. .card1{
  170. width: 100%;
  171. height: 360rpx;
  172. padding: 20rpx;
  173. border: solid black 2px;
  174. border-radius: 20rpx;
  175. .card1-title{
  176. font-size: 32rpx;
  177. display: flex;
  178. view{
  179. font-size: 28rpx;
  180. margin-right: 10rpx;
  181. }
  182. }
  183. .card1-in{
  184. margin-top: 5rpx;
  185. font-size: 28rpx;
  186. }
  187. .card1-card{
  188. width: 100%;
  189. height:70rpx;
  190. display: flex;
  191. align-items: flex-end;
  192. margin-top: 20rpx;
  193. margin-bottom: 20rpx;
  194. .card1card-number{
  195. font-size: 60rpx;
  196. }
  197. .card1card-text{
  198. font-size: 28rpx;
  199. margin-bottom: 8rpx;
  200. margin-left: 10rpx;
  201. }
  202. }
  203. .card1-card2{
  204. width: 100%;
  205. display: flex;
  206. justify-content: space-between;
  207. margin-top: 30rpx;
  208. .card1-c2c{
  209. font-size: 34rpx;
  210. padding-left: 10rpx;
  211. padding-right: 10rpx;
  212. .card1-c2ctex{
  213. display: flex;
  214. justify-content: center;
  215. align-items: center;
  216. }
  217. .card1-c2cnum{
  218. display: flex;
  219. justify-content: center;
  220. align-items: center;
  221. }
  222. }
  223. .card1-c2c:nth-child(2){
  224. width: 300rpx;
  225. border-left: solid black 2px;
  226. border-right: solid black 2px;
  227. }
  228. }
  229. }
  230. .card2{
  231. width: 100%;
  232. height: 306rpx;
  233. padding: 20rpx;
  234. padding-bottom: 0rpx;
  235. border: solid black 2px;
  236. border-radius: 20rpx;
  237. margin-top: 26rpx;
  238. .card2-top{
  239. width: 100%;
  240. display: flex;
  241. justify-content: space-between;
  242. .card2-title{
  243. font-size: 32rpx;
  244. display: flex;
  245. view{
  246. font-size: 28rpx;
  247. margin-right: 10rpx;
  248. }
  249. }
  250. .card2-title2{
  251. font-size: 32rpx;
  252. margin-right: 10rpx;
  253. }
  254. }
  255. .card2-bottom{
  256. width: 100%;
  257. margin-top: 40rpx;
  258. .card2-bottom1{
  259. font-size: 28rpx;
  260. }
  261. .card2-bottom2{
  262. display: flex;
  263. align-items: flex-end;
  264. height:70rpx;
  265. margin-top: 20rpx;
  266. .card2-bottom2t{
  267. font-size: 60rpx;
  268. }
  269. .card2-bottom2t2{
  270. font-size: 28rpx;
  271. margin-bottom: 8rpx;
  272. margin-left: 10rpx;
  273. }
  274. }
  275. .card2-bottom3{
  276. font-size: 28rpx;
  277. margin-top: 8rpx;
  278. }
  279. }
  280. }
  281. .card3{
  282. width: 100%;
  283. height: 538rpx;
  284. padding: 20rpx;
  285. padding-bottom: 0rpx;
  286. border: solid black 2px;
  287. border-radius: 20rpx;
  288. margin-top: 26rpx;
  289. .card3-top{
  290. width: 100%;
  291. display: flex;
  292. justify-content: space-between;
  293. .card3-title{
  294. font-size: 32rpx;
  295. display: flex;
  296. view{
  297. font-size: 28rpx;
  298. margin-right: 10rpx;
  299. }
  300. }
  301. .card3-title2{
  302. font-size: 32rpx;
  303. margin-right: 10rpx;
  304. display: flex;
  305. .card3-bu{
  306. width: 88rpx;
  307. height: 45rpx;
  308. font-size: 28rpx;
  309. border-radius: 20rpx;
  310. margin-left: 10rpx;
  311. border: solid black 2px;
  312. display: flex;
  313. justify-content: center;
  314. align-items: center;
  315. }
  316. .card3-bu2{
  317. width: 88rpx;
  318. height: 45rpx;
  319. font-size: 28rpx;
  320. border-radius: 20rpx;
  321. margin-left: 10rpx;
  322. border: solid black 2px;
  323. display: flex;
  324. justify-content: center;
  325. align-items: center;
  326. background-color: orange;
  327. color: white;
  328. }
  329. }
  330. }
  331. .card3-midin{
  332. width: 100%;
  333. display: flex;
  334. margin-top: 30rpx;
  335. .card3-midin2{
  336. width: 50%;
  337. display: flex;
  338. justify-content: center;
  339. align-items: center;
  340. flex-direction: column;
  341. .card3-midinnum{
  342. font-size: 50rpx;
  343. }
  344. .card3-midintex{
  345. font-size: 30rpx;
  346. margin-top: 10rpx;
  347. }
  348. }
  349. }
  350. .card3-bottom{
  351. width: 100%;
  352. height: 308rpx;
  353. background-color: aqua;
  354. }
  355. }
  356. }