index.less 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. /* nova-werun/components/home/index.wxss */
  2. .all{
  3. width: 100vw;
  4. background: linear-gradient(to bottom, #4F9AF7, #FFFFFF); /* 竖直渐变 */
  5. font-family: MicrosoftYaHei;
  6. color: #333333;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. .navbox{
  11. width: 100vw;
  12. display: flex;
  13. align-items: flex-end;
  14. .nav{
  15. width: 100%;
  16. display: flex;
  17. justify-content: center;
  18. position: relative;
  19. margin-bottom: 20rpx;
  20. height: 40rpx;
  21. .nav-addbox{
  22. position: absolute;
  23. left: 32rpx;
  24. top: 8rpx;
  25. font-size: 28rpx;
  26. height: 40rpx;
  27. color: white;
  28. display: flex;
  29. .nav-add{
  30. margin-left: 4rpx;
  31. }
  32. }
  33. .nav-title{
  34. height: 36rpx;
  35. font-family: MicrosoftYaHei;
  36. font-size: 36rpx;
  37. color: #333333;
  38. line-height: 40rpx;
  39. text-align: center;
  40. }
  41. }
  42. }
  43. .sco{
  44. width: 100%;
  45. padding-left: 33rpx;
  46. padding-right: 33rpx;
  47. overflow-y: scroll;
  48. .topbox{
  49. width: 686rpx;
  50. height: 81rpx;
  51. display: flex;
  52. background-color: #4F9AF7;
  53. padding-left: 20rpx;
  54. padding-right: 20rpx;
  55. border-radius: 15rpx;
  56. padding-top: 20rpx;
  57. .top-tex{
  58. font-size: 26rpx;
  59. height: 34rpx;
  60. color: white;
  61. border-left: 8rpx solid white;
  62. padding-left: 10rpx;
  63. display: flex;
  64. align-items: center;
  65. }
  66. .top-tex2{
  67. width: 200rpx;
  68. height: 34rpx;
  69. display: flex;
  70. align-items: center;
  71. margin-left: auto;
  72. font-size: 26rpx;
  73. .top-tex2-tex{
  74. height: 34rpx;
  75. background-color: white;
  76. display: flex;
  77. justify-content: center;
  78. align-items: center;
  79. border-radius: 10rpx;
  80. padding-left: 4rpx;
  81. padding-right: 4rpx;
  82. margin-left: 4rpx;
  83. margin-right: 4rpx;
  84. }
  85. }
  86. }
  87. .clockinbox{
  88. width: 686rpx;
  89. height: 331rpx;
  90. display:flex;
  91. flex-direction: column;
  92. align-items: center;
  93. justify-content: center;
  94. background-image: url(https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/6p04ra030721696.png);
  95. background-position: center; /* 背景图片居中 */
  96. background-size: cover; /* 背景图片覆盖整个元素 */
  97. background-repeat: no-repeat; /* 不重复背景图片 */
  98. margin-top: -16rpx;
  99. .clockinbox2{
  100. width: 100%;
  101. display: flex;
  102. justify-content: center;
  103. .runbox{
  104. width: 217rpx;
  105. height: 217rpx;
  106. border-radius: 50%;
  107. display: flex;
  108. align-items: center;
  109. justify-content: center;
  110. background-color: white;
  111. .run{
  112. width: 195rpx;
  113. height: 195rpx;
  114. border-radius: 50%;
  115. display: flex;
  116. align-items: center;
  117. flex-direction: column;
  118. justify-content: center;
  119. background-color: #9BC5F9;
  120. .tody-steps{
  121. font-size: 24rpx;
  122. color: white;
  123. }
  124. .step-num{
  125. font-size: 50rpx;
  126. color: #333333;
  127. }
  128. .objective{
  129. width: 100%;
  130. height: 50rpx;
  131. align-items: center;
  132. justify-content: center;
  133. display: flex;
  134. margin-top: 20rpx;
  135. image{
  136. width: 32rpx;
  137. height: 32rpx;
  138. margin-right: 10rpx;
  139. }
  140. .ob-num{
  141. font-size: 28rpx;
  142. }
  143. }
  144. }
  145. }
  146. .objbox{
  147. height: 217rpx;
  148. display: flex;
  149. justify-content: center;
  150. flex-direction: column;
  151. margin-left: 120rpx;
  152. .obj1{
  153. height: 74rpx;
  154. border-left: 8rpx solid #0178EE;
  155. padding-left: 10rpx;
  156. .boj1-ti{
  157. font-size: 24rpx;
  158. color: #0178EE;
  159. }
  160. .obj1-numbox{
  161. height: 40rpx;
  162. display: flex;
  163. font-size: 36rpx;
  164. align-items: center;
  165. margin-top: 4rpx;
  166. image{
  167. width: 32rpx;
  168. height: 32rpx;
  169. margin-right: 15rpx;
  170. }
  171. }
  172. }
  173. .obj2{
  174. font-size: 14rpx;
  175. margin-left: 20rpx;
  176. margin-top: 4rpx;
  177. }
  178. }
  179. }
  180. .today-check{
  181. width: 142rpx;
  182. height: 43rpx;
  183. display: flex;
  184. justify-content: center;
  185. align-items: center;
  186. font-size: 26rpx;
  187. margin-top: 10rpx;
  188. border-radius: 40rpx;
  189. color: white;
  190. background-color: #69A9F8;
  191. }
  192. }
  193. .a{
  194. width: 686rpx;
  195. border-radius: 15rpx;
  196. height: 55rpx;
  197. margin-top: 24rpx;
  198. }
  199. .typebox{
  200. width: 686rpx;
  201. height: 153rpx;
  202. display: flex;
  203. align-items: center;
  204. justify-content: space-around;
  205. margin-top: 26rpx;
  206. background-color: white;
  207. border-radius: 15rpx;
  208. .column{
  209. height: 153rpx;
  210. display: flex;
  211. flex-direction: column; /* 使内容垂直排列 */
  212. align-items: center; /* 水平居中对齐 */
  213. justify-content: center;
  214. image{
  215. width: 74rpx;
  216. height: 82rpx;
  217. }
  218. .item-text{
  219. font-size: 26rpx;
  220. }
  221. }
  222. }
  223. .rankbox{
  224. width: 686rpx;
  225. background-color: white;
  226. min-height: 618rpx;
  227. margin-top:30rpx;
  228. display: flex;
  229. align-items: center;
  230. flex-direction: column;
  231. border-radius: 15rpx;
  232. margin-bottom: 40rpx;
  233. .ran-top{
  234. width: 100%;
  235. height: 120rpx;
  236. padding-right: 16rpx;
  237. padding-left: 16rpx;
  238. display: flex;
  239. align-items: center;
  240. border-bottom: 2rpx solid #E0E0E0;
  241. .top-til{
  242. height: 34rpx;
  243. font-size: 30rpx;
  244. padding-left: 14rpx;
  245. border-left: solid 8rpx #58A5FE;
  246. display: flex;
  247. align-items: center;
  248. justify-content: center;
  249. }
  250. .top-box{
  251. display: flex;
  252. margin-left: auto;
  253. font-size: 20rpx;
  254. justify-content: center;
  255. align-items: center;
  256. image{
  257. width: 20rpx;
  258. height: 18rpx;
  259. margin-left: 4rpx;
  260. }
  261. }
  262. }
  263. .cardbox{
  264. width: 100%;
  265. height: 120rpx;
  266. padding-right: 16rpx;
  267. display: flex;
  268. align-items: center;
  269. border-bottom: 2rpx solid #E0E0E0;
  270. .paiming{
  271. width: 37rpx;
  272. height: 37rpx;
  273. font-size: 24rpx;
  274. display: flex;
  275. justify-content: center;
  276. align-items: center;
  277. }
  278. .image1{
  279. width: 37rpx;
  280. height: 37rpx;
  281. margin-left: 6rpx;
  282. background-image: url(https://file-cloud.fmode.cn/qpFbRRSZrO/20241226/n5b6q2120548337.png);
  283. background-position: center;
  284. background-size: cover;
  285. background-repeat: no-repeat;
  286. color: white;
  287. display: flex;
  288. justify-content: center;
  289. align-items: center;
  290. font-size: 24rpx;
  291. }
  292. .image2{
  293. width: 37rpx;
  294. height: 37rpx;
  295. margin-left: 6rpx;
  296. background-image: url(https://file-cloud.fmode.cn/qpFbRRSZrO/20241226/d61fa4120559975.png);
  297. background-position: center;
  298. background-size: cover;
  299. background-repeat: no-repeat;
  300. color: white;
  301. display: flex;
  302. justify-content: center;
  303. align-items: center;
  304. font-size: 24rpx;
  305. }
  306. .image3{
  307. width: 37rpx;
  308. height: 37rpx;
  309. margin-left: 6rpx;
  310. background-image: url(https://file-cloud.fmode.cn/qpFbRRSZrO/20241226/2c1osg120613150.png);
  311. background-position: center;
  312. background-size: cover;
  313. background-repeat: no-repeat;
  314. color: white;
  315. display: flex;
  316. justify-content: center;
  317. align-items: center;
  318. font-size: 24rpx;
  319. }
  320. .avarter{
  321. width: 82rpx;
  322. height: 82rpx;
  323. border-radius: 50%;
  324. margin-left: 10rpx;
  325. }
  326. .name{
  327. font-size: 24rpx;
  328. margin-left: 20rpx;
  329. .name2{
  330. font-size: 18rpx;
  331. }
  332. }
  333. .num{
  334. font-size: 32rpx;
  335. color: #00B108;
  336. margin-left: auto;
  337. }
  338. .good{
  339. margin-left: 20rpx;
  340. font-size: 22rpx;
  341. display: flex;
  342. flex-direction: column;
  343. align-items: center;
  344. justify-content: center;
  345. .good-num{
  346. font-size: 22rpx;
  347. }
  348. image{
  349. width: 34rpx;
  350. height: 34rpx;
  351. }
  352. }
  353. }
  354. }
  355. }
  356. }