learning_report.wxss 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  1. /* pages/learning_report/learning_report.wxss */
  2. @import '../../templates/footer_parent/footer.wxss';
  3. @import '../../templates/nodata/nodata.wxss';
  4. page {
  5. background: rgba(255, 255, 255, 1)
  6. }
  7. .li-noData{
  8. text-align: center;
  9. color: #7C819D;
  10. font-size: 30rpx;
  11. margin-top: 70%;
  12. font-weight: 600;
  13. }
  14. .li-noData-img{
  15. width: 376rpx;
  16. height: 244rpx;
  17. margin-bottom: 23rpx;
  18. }
  19. text {
  20. display: inline;
  21. vertical-align: middle;
  22. }
  23. .pt {
  24. padding-top: 150rpx;
  25. }
  26. .pb {
  27. padding-bottom: 98rpx;
  28. }
  29. .fixed {
  30. display: flex;
  31. justify-content: center;
  32. align-items: center;
  33. position: fixed;
  34. top: 0;
  35. width: 100%;
  36. height: 130rpx;
  37. background: rgba(255,255,255,1);
  38. padding-top: 20rpx;
  39. z-index: 99;
  40. }
  41. .fixed-items {
  42. margin-top: 28rpx;
  43. display: flex;
  44. justify-content: center;
  45. align-items: center;
  46. }
  47. .fixed-item {
  48. color: #393939;
  49. border-bottom: solid 1rpx rgba(255,100,101,0);
  50. padding: 13rpx 0;
  51. margin: 0 30rpx;
  52. font-size: 30rpx;
  53. font-weight: bold;
  54. line-height: 40rpx;
  55. transition: all .3s;
  56. }
  57. .fixed-item-active {
  58. color: rgba(255,100,101,1);
  59. border-bottom: solid 4rpx rgba(255,100,101,1);
  60. }
  61. .list {
  62. padding: 8rpx 24rpx;
  63. /* border-bottom: solid 20rpx rgba(241, 243, 250, 1); */
  64. }
  65. .li-section {
  66. padding: 60rpx 24rpx 30rpx 24rpx;
  67. }
  68. .li-text-title {
  69. font-size: 32rpx;
  70. color: rgba(57,57,57,1);
  71. }
  72. .li-text-large {
  73. font-size: 110rpx;
  74. color: rgba(57,57,57,1);
  75. margin: 40rpx auto;
  76. }
  77. .li-text {
  78. font-size: 30rpx;
  79. line-height: 46rpx;
  80. color: rgba(124, 129, 156, 1);
  81. }
  82. .li-label {
  83. position: relative;
  84. font-size: 32rpx;
  85. color: rgba(57,57,57,1);
  86. padding: 50rpx 24rpx;
  87. }
  88. .li-label::after {
  89. content: "";
  90. position: absolute;
  91. left: 0;
  92. top: 50%;
  93. width: 9rpx;
  94. height: 30rpx;
  95. border-radius: 100rpx;
  96. background: rgba(255, 100, 101, 1);
  97. transform: translateY(-50%);
  98. }
  99. .li-label-1 {
  100. position: relative;
  101. font-size: 32rpx;
  102. color: rgba(57,57,57,1);
  103. padding: 50rpx 24rpx 50rpx 54rpx;
  104. }
  105. .li-label-image {
  106. position: absolute;
  107. left: 0;
  108. top: 54rpx;
  109. width: 34rpx;
  110. height: 36rpx;
  111. }
  112. .text-center {
  113. text-align: center;
  114. }
  115. .text-label {
  116. position: relative;
  117. }
  118. .text-label::after {
  119. content: "";
  120. position: absolute;
  121. left: 50%;
  122. top: 50%;
  123. width: 6rpx;
  124. height: 6rpx;
  125. border-radius: 100rpx;
  126. background: rgba(124, 129, 156, 1);
  127. transform: translate(-100rpx,-50%);
  128. }
  129. .text-gray {
  130. color: rgba(124, 129, 156, 1);
  131. }
  132. .text-red {
  133. color: rgba(255, 100, 101, 1);
  134. }
  135. .text-black {
  136. color: rgba(51, 51, 51, 1);
  137. font-weight: 600;
  138. }
  139. .text-blue {
  140. color: #6085EA;
  141. }
  142. .text-decoration {
  143. text-decoration: underline;
  144. }
  145. .li-items {
  146. margin: 0 auto 30rpx auto;
  147. }
  148. .li-item {
  149. padding: 30rpx 24rpx;
  150. }
  151. .li-item-text {
  152. font-size: 26rpx;
  153. line-height: 46rpx;
  154. margin: 0 14rpx;
  155. }
  156. .li-item-row {
  157. display: flex;
  158. justify-content: space-between;
  159. align-items: center;
  160. }
  161. .li-item-flex {
  162. flex: 1;
  163. height: 20rpx;
  164. position: relative;
  165. overflow: hidden;
  166. border-radius: 100rpx;
  167. background: rgba(230, 244, 255, 1);
  168. }
  169. .li-item-flex-progress {
  170. position: absolute;
  171. top: 0;
  172. left: 0;
  173. height: 100%;
  174. }
  175. .li-progress {
  176. margin: 50rpx auto 80rpx auto;
  177. width: 100%;
  178. height: 20rpx;
  179. background: rgba(230, 244, 255, 1);
  180. position: relative;
  181. }
  182. .li-progress::before {
  183. content: '';
  184. position: absolute;
  185. top: 50%;
  186. left: 50%;
  187. width: 4rpx;
  188. height: 43rpx;
  189. background: rgba(199, 213, 225, 1);
  190. transform: translate(-50%, -50%);
  191. }
  192. .li-progress::after {
  193. content: '90min';
  194. position: absolute;
  195. top: 200%;
  196. left: 50%;
  197. color: rgba(199, 213, 225, 1);
  198. font-size: 24rpx;
  199. transform: translate(-50%, 0);
  200. }
  201. .li-progress-active {
  202. position: absolute;
  203. top: 0;
  204. left: 0;
  205. height: 100%;
  206. }
  207. .header {
  208. position: relative;
  209. }
  210. .header-bg {
  211. position: absolute;
  212. top: 0;
  213. right: 100rpx;
  214. width: 444rpx;
  215. height: 384rpx;
  216. z-index: 0;
  217. }
  218. .header-content {
  219. text-align: center;
  220. padding: 20rpx 30rpx;
  221. min-height: 200rpx;
  222. z-index: 1;
  223. position: relative;
  224. }
  225. .header-icon {
  226. width: 88rpx;
  227. height: 88rpx;
  228. border-radius: 100rpx;
  229. margin: 40rpx auto;
  230. }
  231. .header-items {
  232. display: flex;
  233. justify-content: center;
  234. align-items: center;
  235. flex-wrap: wrap;
  236. }
  237. .header-item {
  238. margin: 12rpx;
  239. border-radius: 100rpx;
  240. color: rgba(255, 255, 255, 1);
  241. padding: 12rpx 24rpx;
  242. font-size: 20rpx;
  243. }
  244. .header-item-red {
  245. background:rgba(255, 100, 101, 1);
  246. }
  247. .header-item-yellow {
  248. background:rgba(255, 215, 104, 1);
  249. }
  250. .header-item-blue {
  251. background:rgba(0, 183, 255, 1);
  252. }
  253. .header-item-green {
  254. background:rgba(123, 232, 183, 1);
  255. }
  256. .nav {
  257. position: relative;
  258. z-index: 1;
  259. padding: 60rpx 24rpx 30rpx 24rpx;
  260. display: flex;
  261. justify-content: center;
  262. align-items: center;
  263. }
  264. .nav-items {
  265. display: flex;
  266. justify-content: center;
  267. align-items: center;
  268. box-shadow: 0rpx 6rpx 30rpx 0rpx rgba(81,108,227,0.15);
  269. border-radius: 200rpx;
  270. padding: 6rpx;
  271. }
  272. .nav-item {
  273. color: rgba(255,100,101,1);
  274. background: rgba(255,255,255,1);
  275. border-radius: 200rpx;
  276. padding: 24rpx 60rpx;
  277. font-size: 30rpx;
  278. line-height: 40rpx;
  279. transition: all .3s;
  280. }
  281. .nav-item-active {
  282. background: rgba(255,100,101,1);
  283. color: rgba(255,255,255,1);
  284. }
  285. .li-study {
  286. margin: 60rpx auto;
  287. }
  288. .li-study-title {
  289. text-align: center;
  290. padding: 30rpx;
  291. color: rgba(57, 57, 57, 1);
  292. font-size: 34rpx;
  293. line-height: 44rpx;
  294. }
  295. .li-study-column {
  296. width: 100%;
  297. display: flex;
  298. justify-content: space-between;
  299. align-items: flex-end;
  300. margin-top: 20rpx;
  301. }
  302. .li-study-column-item {
  303. margin: 10rpx;
  304. text-align: center;
  305. }
  306. .li-study-column-text {
  307. font-size: 20rpx;
  308. color: rgba(124,129,157,1);
  309. }
  310. .li-study-column-progress {
  311. width: 50rpx;
  312. margin: 10rpx auto;
  313. height: 0;
  314. transition: all .3;
  315. }
  316. .li-study-chart {
  317. width: 100%;
  318. text-align: center;
  319. }
  320. .li-study-canvas {
  321. width: 300px;
  322. height: 300px;
  323. margin: 0rpx auto;
  324. }
  325. .li-study-chart-items {
  326. display: flex;
  327. justify-content: space-around;
  328. align-items: center;
  329. }
  330. .li-study-chart-item {
  331. display: flex;
  332. justify-content: flex-start;
  333. align-items: center;
  334. }
  335. .li-study-chart-item-circle {
  336. width: 12rpx;
  337. height: 12rpx;
  338. border-radius: 100rpx;
  339. margin-right: 8rpx;
  340. }
  341. .li-study-chart-item-text {
  342. color: rgba(124, 129, 157, 1);
  343. font-size: 24rpx;
  344. line-height: 60rpx;
  345. }
  346. .li-study-area {
  347. background: rgba(241,243,250,1);
  348. border-radius: 16rpx;
  349. margin-top: 20rpx;
  350. }
  351. .li-study-area-title {
  352. padding: 30rpx 24rpx;
  353. display: flex;
  354. justify-content: flex-start;
  355. align-items: center;
  356. }
  357. .li-study-icon-1 {
  358. width: 28rpx;
  359. height: 38rpx;
  360. margin-right: 20rpx;
  361. }
  362. .li-study-icon-2 {
  363. width: 36rpx;
  364. height: 36rpx;
  365. margin-right: 20rpx;
  366. }
  367. .li-study-icon-3 {
  368. width: 43rpx;
  369. height: 25rpx;
  370. margin-right: 20rpx;
  371. }
  372. .li-study-text-gray {
  373. color: rgba(124, 129, 157, 1);
  374. font-size: 30rpx;
  375. line-height: 60rpx;
  376. }
  377. .li-study-text-gray-small {
  378. color: rgba(124, 129, 157, 1);
  379. font-size: 24rpx;
  380. line-height: 60rpx;
  381. display: flex;
  382. justify-content: space-between;
  383. align-items: center;
  384. }
  385. .li-study-arrow {
  386. width: 18rpx;
  387. height: 18rpx;
  388. border-top: solid 4rpx #999;
  389. border-right: solid 4rpx #999;
  390. transform: rotate(135deg);
  391. transition: all .3s;
  392. }
  393. .li-study-arrow-active {
  394. transform: rotate(-45deg);
  395. }
  396. .li-study-text-black {
  397. color: rgba(57, 57, 57, 1);
  398. font-size: 30rpx;
  399. line-height: 60rpx;
  400. margin-right: 13rpx;
  401. }
  402. .li-study-text-black-small {
  403. color: rgba(57, 57, 57, 1);
  404. font-size: 24rpx;
  405. line-height: 40rpx;
  406. }
  407. .li-study-text-red-small {
  408. color: rgba(255, 100, 101, 1);
  409. font-size: 24rpx;
  410. line-height: 40rpx;
  411. }
  412. .li-study-area-content {
  413. border-top: solid 1rpx rgba(208, 213, 230, 1);
  414. padding: 30rpx 24rpx;
  415. }
  416. .li-study-area-item {
  417. margin: 30rpx 0;
  418. }
  419. .li-study-area-item-title {
  420. display: flex;
  421. justify-content: flex-start;
  422. align-items: center;
  423. margin-bottom: 20rpx;
  424. }
  425. .li-study-area-content-row {
  426. display: flex;
  427. flex-direction: row;
  428. justify-content: flex-start;
  429. align-items: flex-start;
  430. flex-wrap: wrap;
  431. }
  432. .li-study-btn-1 {
  433. background: rgba(255,100,101,.2);
  434. border-radius: 10rpx;
  435. padding: 8rpx 24rpx;
  436. color: rgba(255, 100, 101, 1);
  437. font-size: 20rpx;
  438. line-height: 40rpx;
  439. margin-right: 14rpx;
  440. }
  441. .li-study-btn-2 {
  442. background: rgba(255,100,101,1);
  443. width: 10rpx;
  444. height: 24rpx;
  445. border-radius: 20rpx;
  446. margin-right: 14rpx;
  447. }
  448. .li-study-btn-3 {
  449. background: rgba(255,100,101,.2);
  450. border-radius: 10rpx;
  451. padding: 8rpx 24rpx;
  452. color: rgba(255, 100, 101, 1);
  453. font-size: 20rpx;
  454. line-height: 40rpx;
  455. margin: 14rpx;
  456. }
  457. .li-study-area-row {
  458. padding: 50rpx 24rpx;
  459. display: flex;
  460. justify-content: space-between;
  461. align-items: center;
  462. }
  463. .li-study-area-flex {
  464. flex: 1;
  465. display: flex;
  466. justify-content: flex-start;
  467. align-items: center;
  468. }
  469. .li-study-ring {
  470. width: 60px;
  471. height: 60px;
  472. margin-left: 24rpx;
  473. }
  474. .li-study-area-item-li {
  475. margin: 30rpx auto;
  476. display: flex;
  477. justify-content: flex-start;
  478. align-items: flex-start;
  479. }
  480. .li-study-area-item-li-label {
  481. position: relative;
  482. padding-left: 20rpx;
  483. line-height: 40rpx;
  484. }
  485. .li-study-area-item-li-label::after {
  486. content: "";
  487. position: absolute;
  488. top: 50%;
  489. transform: translateY(-50%);
  490. left: 0;
  491. width: 10rpx;
  492. height: 10rpx;
  493. background: rgba(124,129,157,1);
  494. border-radius: 100rpx;
  495. }
  496. .li-study-area-item-li-flex {
  497. flex: 1;
  498. }