homework_report.wxss 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  1. /* pages/homework_report/homework_report.wxss */
  2. .ol{
  3. padding: 0 24rpx;
  4. font-weight:600;
  5. }
  6. .li{
  7. background: #F1F3FA;
  8. border-radius: 16rpx;
  9. padding: 60rpx 40rpx;
  10. margin-top: 30rpx;
  11. }
  12. .li-title{
  13. display: flex;
  14. flex-direction: row;
  15. justify-content: space-around;
  16. border-bottom: 2rpx #D0D5E6 solid;
  17. }
  18. .li-item{
  19. display: inline-block;
  20. align-items: center;
  21. }
  22. .li-item-text{
  23. font-size: 30rpx;
  24. color: #393939;
  25. margin-bottom: 18rpx;
  26. }
  27. .li-content{
  28. display: flex;
  29. flex-direction: row;
  30. justify-content: space-around;
  31. }
  32. .li-content-item{
  33. display: inline-block;
  34. width: 100%;
  35. text-align: center;
  36. }
  37. .li-content-img{
  38. margin-top: 18rpx;
  39. width: 47rpx;
  40. height: 52rpx;
  41. }
  42. .li-content-times{
  43. color: #7C819D;
  44. font-size: 24rpx;
  45. margin: 14rpx 0;
  46. }
  47. .li-content-plan{
  48. font-size: 20rpx;
  49. text-align: center;
  50. position: relative;
  51. height:34rpx;
  52. width:152rpx;
  53. display: inline-block
  54. }
  55. .li-content-plan-img{
  56. height: 34rpx;
  57. width: 152rpx;
  58. /* position: absolute;
  59. top: 0; */
  60. }
  61. .li-content-plan-text{
  62. color: #FF6465;
  63. position: absolute;
  64. left: 0;
  65. top: 0;
  66. height:34rpx;
  67. width:152rpx;
  68. text-align: center;
  69. vertical-align: center;
  70. padding-top: 3rpx;
  71. }
  72. .li-gay{
  73. color: #7C819D;
  74. }
  75. .dl{
  76. background: #F1F3FA;
  77. border-radius: 16rpx;
  78. margin-top: 20rpx;
  79. position: relative;
  80. z-index: 1000;
  81. }
  82. .dl-head{
  83. border-bottom: 1rpx #D0D5E6 solid;
  84. }
  85. .dl-head-img{
  86. width: 37rpx;
  87. height: 37rpx;
  88. margin: 31rpx 14rpx 20rpx 24rpx;
  89. }
  90. .dl-head-title{
  91. display: inline-block;
  92. font-size: 30rpx;
  93. color: #7C819D;
  94. position: relative;
  95. bottom: 26rpx
  96. }
  97. .dl-comment{
  98. color: #393939;
  99. font-size: 30rpx;
  100. line-height: 50rpx;
  101. padding: 30rpx 24rpx;
  102. position: relative;
  103. z-index: 1000;
  104. }
  105. .dl-footer{
  106. text-align: right;
  107. margin: 30rpx 24rpx 30rpx 0;
  108. position: relative;
  109. /* bottom: 30rpx; */
  110. z-index: 1000;
  111. }
  112. .dl-footer-names{
  113. color: #7C819D;
  114. font-size: 24rpx;
  115. display: inline-block;
  116. position: relative;
  117. bottom: 20rpx;
  118. right: 11rpx;
  119. }
  120. .dl-footer-img{
  121. width:65rpx;
  122. height:65rpx;
  123. border-radius: 50%;
  124. }
  125. .dl-image{
  126. width: 78rpx;
  127. height: 124rpx;
  128. position: absolute;
  129. bottom: 0;
  130. left: 24rpx;
  131. z-index: 10;
  132. margin-bottom: 30rpx
  133. }
  134. .table{
  135. margin: 68rpx 0;
  136. padding: 0 50rpx;
  137. }
  138. .table-title{
  139. text-align: center;
  140. color: #393939;
  141. font-size: 34rpx;
  142. margin-bottom: 66rpx;
  143. }
  144. .table-list{
  145. display: flex;
  146. flex-direction: row;
  147. justify-content: space-around;
  148. }
  149. .table-list-item{
  150. display: inline-block;
  151. text-align: center;
  152. }
  153. .table-list-item-plan{
  154. color: #7C819D;
  155. font-size: 24rpx;
  156. }
  157. .table-list-item-dendrogram{
  158. display: inline-block;
  159. width: 23rpx;
  160. height: 215rpx;
  161. background: #F1F3FA;
  162. margin: 15rpx 0 10rpx 0;
  163. transform:rotate(180deg);
  164. }
  165. .table-notGood{
  166. height: 33.3%;
  167. background: linear-gradient(to top,#FF6465,#EDEDF1);
  168. }
  169. .table-notBad{
  170. height: 66.7%;
  171. background: linear-gradient(to top,#7C819D,#EDEDF1);
  172. }
  173. .table-good{
  174. height: 100%;
  175. background: linear-gradient(to top,#46C390,#EDEDF1);
  176. }
  177. .tag{
  178. padding: 0;
  179. margin: 0;
  180. font-weight:600;
  181. }
  182. .tag-guide{
  183. background:#FFFFFF;
  184. border-radius:44rpx;
  185. box-shadow:6rpx 1rpx 30rpx rgba(81,108,227,0.15);
  186. line-height: 88rpx;
  187. display: flex;
  188. flex-direction: row;
  189. justify-content: space-around;
  190. display: inline-block;
  191. }
  192. .tag-subject{
  193. text-align: center;
  194. padding: 0 24rpx;
  195. }
  196. .tag-btn{
  197. border-radius:44rpx;
  198. line-height: 76rpr;
  199. font-size: 30rpx;
  200. display: inline-block;
  201. color: #FF6465;
  202. padding: 0rpx 35rpx;
  203. margin: 6rpx;
  204. }
  205. .tag-btn-active{
  206. background:rgba(255,100,101,1);
  207. color: #fff;
  208. }
  209. .tag-img{
  210. margin-top: 60rpx
  211. }
  212. .error{
  213. margin-top: 60rpx;
  214. padding:0 24rpx;
  215. }
  216. .tag-img-head{
  217. margin-bottom: 20rpx;
  218. }
  219. .tag-right{
  220. color: #8489A3;
  221. font-size: 24rpx;
  222. position: relative;
  223. top: 6rpx;
  224. }
  225. .tag-img-pic{
  226. margin:0 24rpx 20rpx 0;
  227. display: flex;
  228. justify-content: space-between;
  229. }
  230. .tag-tips{
  231. width: 15rpx;
  232. height: 26rpx;
  233. margin-left: 9rpx;
  234. position: relative;
  235. right: 0;
  236. top: 5rpx;
  237. }
  238. .tag-img-head-span{
  239. width:10rpx;
  240. height:31rpx;
  241. background:#FF6465;
  242. border-radius:4rpx;
  243. margin: 0 8rpx;
  244. display: inline-block;
  245. position: relative;
  246. top: 5rpx;
  247. }
  248. .tag-img-head-txt{
  249. font-size: 34rpx;
  250. color: #393939;
  251. display: inline-block;
  252. }
  253. .tag-img-list{
  254. width:191rpx;
  255. height:191rpx;
  256. border-radius: 20rpx;
  257. position: relative;
  258. }
  259. .scroll-view-mohu{
  260. width: 145rpx;
  261. height: 145rpx;
  262. position: absolute;
  263. top: 0;
  264. right: 0;
  265. }
  266. .tag-scroll-view{
  267. padding: 0 24rpx;
  268. }
  269. .mistake{
  270. margin: 30rpx 0 0 0;
  271. background:rgba(241,243,250,1);
  272. border-radius:16rpx;
  273. }
  274. .mistake-head{
  275. border-bottom: 1px #D0D5E6 solid;
  276. }
  277. .mistake-head-img{
  278. width: 28rpx;
  279. height: 37rpx;
  280. margin: 30rpx 18rpx 20rpx 24rpx;
  281. }
  282. .mistake-head-noImg{
  283. width: 35rpx;
  284. height: 32rpx;
  285. margin: 30rpx 18rpx 20rpx 24rpx;
  286. }
  287. .mistake-head-txt{
  288. color: #7C819D;
  289. font-size: 30rpx;
  290. display: inline-block;
  291. position: relative;
  292. bottom: 24rpx;
  293. }
  294. .mistake-content{
  295. margin: 30rpx 24rpx 0 24rpx;
  296. padding-bottom: 40rpx
  297. }
  298. .mistake-content-title{
  299. margin-top: 20rpx;
  300. }
  301. .mistake-content-title-head{
  302. color: #7C819D;
  303. font-size: 24rpx;
  304. display: inline-block;
  305. margin-right: 8rpx;
  306. }
  307. .mistake-content-title-tag{
  308. color: #FF6465;
  309. font-size: 20rpx;
  310. display: inline-block;
  311. background:rgba(255,100,101,0.2);
  312. /* opacity:0.2; */
  313. border-radius:10rpx;
  314. padding: 5rpx 10rpx;
  315. }
  316. .mistake-content-item{
  317. color: #393939;
  318. font-size: 30rpx;
  319. margin-top: 15rpx;
  320. }
  321. .add-points{
  322. position: relative;
  323. margin-left: 17rpx;
  324. }
  325. .add-points::after{
  326. content: "";
  327. width: 10rpx;
  328. height: 10rpx;
  329. border-radius: 50%;
  330. background: #7C819D;
  331. position: absolute;
  332. top: 19rpx;
  333. left: -13rpx;
  334. }
  335. .scroll-view{
  336. display: flex;
  337. }
  338. .total{
  339. padding: 0 24rpx;
  340. margin-bottom: 30rpx;
  341. font-weight:600;
  342. }
  343. .li-two{
  344. margin-top: 60rpx;
  345. }
  346. .mistake-noData{
  347. text-align: center;
  348. color: #393939;
  349. font-size: 30rpx;
  350. /* padding: 150rpx 0; */
  351. /* background: #F1F3FA; */
  352. border-radius:24rpx;
  353. margin: 50rpx 24rpx 0 24rpx;
  354. }
  355. .mistake-noData-img{
  356. width: 702rpx;
  357. height: 421rpx;
  358. }
  359. .li-content-plan-homeworkTime{
  360. color: #7C819D;
  361. font-size: 20rpx;
  362. margin-top: 15rpx
  363. }
  364. .li-video{
  365. margin:20rpx 0 0 0;
  366. padding: 0;
  367. }
  368. .li-video-tag{
  369. width: 32rpx;
  370. height: 48rpx;
  371. margin: 48rpx 14rpx 48rpx 24rpx;
  372. }
  373. .li-video-times-btn{
  374. display: inline-block;
  375. /* float: right */
  376. }
  377. .li-know-item-content-img{
  378. max-width: 100rpx;
  379. max-height: 100rpx
  380. }
  381. .li-video-voice{
  382. font-size: 24rpx;
  383. height:80rpx;
  384. line-height: 80rpx;
  385. /* background:rgba(241,243,250,1); */
  386. border-radius:10rpx;
  387. width: 100%;
  388. position: relative;
  389. margin-bottom: 20rpx;
  390. }
  391. .li-know-style{
  392. display: inline-block;
  393. margin-right: 20rpx;
  394. }
  395. .li-video-voice-red{
  396. position:absolute;
  397. top: 0;
  398. left: 0;
  399. height:80rpx;
  400. line-height: 80rpx;
  401. background:rgba(241,243,250,1);
  402. border-radius:10rpx;
  403. width: 0%;
  404. }
  405. .li-video-time{
  406. position: relative;
  407. bottom: 58rpx;
  408. display: inline-block;
  409. }
  410. .li-video-voice-times{
  411. display: flex;
  412. justify-content: space-between;
  413. }
  414. .li-video-red{
  415. color: #FF6465;
  416. display: inline-block;
  417. }
  418. .li-video-gay{
  419. color: #8489A3;
  420. display: inline-block;
  421. margin-right: 18rpx;
  422. }
  423. .li-video-btn{
  424. width: 22rpx;
  425. height: 31rpx;
  426. margin: auto 18rpx;
  427. position: relative;
  428. top: 7rpx;
  429. }