index.less 9.7 KB

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