index.less 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. @charset "utf-8";
  2. #my-course {
  3. .detail-layout {
  4. padding: 20px 30px;
  5. .tip {
  6. margin-bottom: 5px;
  7. padding: 15px 10px;
  8. line-height: 14px;
  9. background: #F3F3F3;
  10. .text {
  11. color: #686872;
  12. display: inline;
  13. }
  14. i {
  15. float: right;
  16. cursor: pointer;
  17. color: #D0D8E2;
  18. }
  19. }
  20. .tabs {
  21. border-bottom: 1px solid #ECEDEE;
  22. }
  23. .ing {
  24. .title {
  25. .tag {
  26. background: #A3CFFF;
  27. }
  28. }
  29. }
  30. .not {
  31. .title {
  32. margin-bottom: 20px;
  33. .tag {
  34. background: #B1B0FF;
  35. }
  36. }
  37. }
  38. .end {
  39. .title {
  40. margin-bottom: 20px;
  41. .tag {
  42. background: #D6DCE2;
  43. }
  44. }
  45. }
  46. .course-item {
  47. padding-top: 15px;
  48. margin-bottom: 20px;
  49. .title {
  50. margin-bottom: 10px;
  51. position: relative;
  52. .button {
  53. margin-left: 10px;
  54. }
  55. .tag {
  56. color: #fff;
  57. font-size: 14px;
  58. font-weight: 600;
  59. line-height: 24px;
  60. padding: 0 10px;
  61. margin-right: 5px;
  62. display: inline-block;
  63. vertical-align: top;
  64. border-radius: 4px;
  65. }
  66. .text {
  67. display: inline-block;
  68. color: #303036;
  69. font-size: 20px;
  70. line-height: 24px;
  71. }
  72. .right {
  73. position: absolute;
  74. right: 0;
  75. top: 0;
  76. }
  77. }
  78. .continue {
  79. line-height: 14px;
  80. margin-bottom: 10px;
  81. text-align: left;
  82. .assets {
  83. vertical-align: top;
  84. margin-right: 10px;
  85. }
  86. }
  87. .detail {
  88. background: #FBFBFB;
  89. padding: 20px;
  90. display: flex;
  91. margin-bottom: 5px;
  92. .left {
  93. min-width: 305px;
  94. border-right: 1px solid #D8D8D8;
  95. .assets {
  96. width: 180px;
  97. height: 110px;
  98. background-color: #D8D8D8;
  99. margin-right: 10px;
  100. vertical-align: top;
  101. }
  102. .info {
  103. display: inline-block;
  104. .t1 {
  105. color: #686872;
  106. }
  107. .t2 {
  108. color: #303036;
  109. font-size: 16px;
  110. margin-bottom: 5px;
  111. }
  112. }
  113. }
  114. .right {
  115. flex: 1;
  116. padding-top: 30px;
  117. padding-left: 0px;
  118. .item {
  119. text-align: center;
  120. display: inline-block;
  121. width: 95px;
  122. .assets {}
  123. .text {
  124. color: #303036;
  125. span {
  126. color: #4299FF;
  127. }
  128. }
  129. }
  130. }
  131. }
  132. }
  133. .education-item {
  134. padding-top: 15px;
  135. margin-bottom: 20px;
  136. .tabs {
  137. text-align: left;
  138. margin-bottom: 5px;
  139. }
  140. .title {
  141. margin-bottom: 10px;
  142. position: relative;
  143. .button {
  144. margin-left: 10px;
  145. }
  146. .tag {
  147. color: #fff;
  148. font-size: 14px;
  149. font-weight: 600;
  150. line-height: 24px;
  151. padding: 0 10px;
  152. margin-right: 5px;
  153. display: inline-block;
  154. vertical-align: top;
  155. border-radius: 4px;
  156. }
  157. .text {
  158. display: inline-block;
  159. color: #303036;
  160. font-size: 20px;
  161. line-height: 24px;
  162. }
  163. .right {
  164. position: absolute;
  165. right: 0;
  166. top: 0;
  167. }
  168. }
  169. .continue {
  170. line-height: 14px;
  171. margin-bottom: 10px;
  172. .assets {
  173. vertical-align: top;
  174. margin-right: 10px;
  175. }
  176. }
  177. .detail {
  178. background: #FBFBFB;
  179. padding: 20px;
  180. display: flex;
  181. margin-bottom: 5px;
  182. position: relative;
  183. .open {
  184. position: absolute;
  185. right: 20px;
  186. top: 20px;
  187. }
  188. .left {
  189. min-width: 280px;
  190. border-right: 1px solid #D8D8D8;
  191. .assets {
  192. width: 180px;
  193. height: 110px;
  194. background-color: #D8D8D8;
  195. margin-right: 10px;
  196. vertical-align: top;
  197. }
  198. .item {
  199. display: inline-block;
  200. text-align: center;
  201. width: 120px;
  202. padding-top: 25px;
  203. .t1 {
  204. color: #686872;
  205. }
  206. .t2 {
  207. color: #303036;
  208. font-size: 16px;
  209. margin-bottom: 5px;
  210. }
  211. }
  212. .info {
  213. display: inline-block;
  214. .t1 {
  215. color: #686872;
  216. }
  217. .t2 {
  218. color: #303036;
  219. font-size: 16px;
  220. margin-bottom: 5px;
  221. }
  222. }
  223. }
  224. .right {
  225. flex: 1;
  226. padding-left: 50px;
  227. padding-top: 30px;
  228. .qr-code {
  229. margin-top: -15px;
  230. .assets {
  231. width: 80px;
  232. height: 80px;
  233. }
  234. .i {
  235. display: inline-block;
  236. padding-left: 10px;
  237. padding-top: 10px;
  238. .t1 {
  239. color: #303036;
  240. font-size: 16px;
  241. }
  242. .t2 {
  243. font-size: 12px;
  244. color: #686872;
  245. }
  246. }
  247. }
  248. .item {
  249. text-align: center;
  250. display: inline-block;
  251. padding: 0 25px;
  252. .assets {}
  253. .text {
  254. color: #303036;
  255. span {
  256. color: #4299FF;
  257. }
  258. }
  259. }
  260. }
  261. }
  262. .class-hour {
  263. .text {
  264. color: #303036;
  265. font-size: 16px;
  266. display: inline-block;
  267. }
  268. .right {
  269. float: right;
  270. span {
  271. color: #686872;
  272. margin: 0 5px;
  273. font-size: 12px;
  274. }
  275. }
  276. }
  277. .time-line {
  278. .fix-button {
  279. position: relative;
  280. top: -10px;
  281. }
  282. .time-line-item {
  283. padding: 13px 0;
  284. line-height: 24px;
  285. .icon-title {
  286. width: 100px;
  287. display: inline-block;
  288. vertical-align: top;
  289. .icon {
  290. width: 20px;
  291. height: 20px;
  292. margin-top: 2px;
  293. display: inline-block;
  294. margin-right: 5px;
  295. vertical-align: top;
  296. }
  297. .title {
  298. display: inline-block;
  299. color: #303036;
  300. margin: 0;
  301. }
  302. }
  303. .time-line-detail {
  304. display: inline-block;
  305. font-size: 12px;
  306. span {
  307. color: #686872;
  308. margin-right: 10px;
  309. }
  310. .link {
  311. color: #4299FF;
  312. border-bottom: 1px solid #4299FF;
  313. cursor: pointer;
  314. }
  315. .note-list {
  316. margin-top: 10px;
  317. background: #FBFBFB;
  318. width: 480px;
  319. padding: 20px;
  320. margin-left: -70px;
  321. }
  322. }
  323. }
  324. .time-line-item.not {
  325. .title {
  326. color: #A7A7B7;
  327. }
  328. .time-line-detail {
  329. color: #8D8D94;
  330. }
  331. }
  332. .time-line-item.end {
  333. .title {
  334. color: #A7A7B7;
  335. }
  336. .time-line-detail {
  337. color: #8D8D94;
  338. .link {
  339. color: #8D8D94;
  340. border-bottom: 1px solid #8D8D94;
  341. cursor: default;
  342. }
  343. }
  344. }
  345. }
  346. }
  347. }
  348. }
  349. .g-modal.clock-modal {
  350. .tag {
  351. width: 80px;
  352. display: inline-block;
  353. i {
  354. width: 10px;
  355. height: 10px;
  356. display: inline-block;
  357. border-radius: 50%;
  358. margin-right: 10px;
  359. }
  360. }
  361. }