index.less 7.0 KB

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