index.less 7.1 KB

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