subject_detail.wxss 6.2 KB

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