index.less 7.8 KB

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