single_subject_detail.wxss 6.0 KB

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