instructorListDetils.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497
  1. .layout {
  2. background: #F9F9F9;
  3. }
  4. .container {
  5. width: 1200px;
  6. margin: auto;
  7. }
  8. .el-breadcrumb {
  9. margin-top: 30px;
  10. margin-bottom: 20px;
  11. }
  12. .container_title>div {
  13. margin-right: 4px;
  14. }
  15. .container_title>div:nth-child(5) {
  16. color: #999999;
  17. }
  18. .container_content {
  19. padding: 30px;
  20. padding-right: 53px;
  21. background: #fff;
  22. margin-bottom: 30px;
  23. }
  24. .container_content_message {
  25. display: -webkit-box;
  26. display: -webkit-flex;
  27. display: -moz-box;
  28. display: -ms-flexbox;
  29. display: flex;
  30. }
  31. .container_content_message_image {
  32. width: 300px;
  33. height: 300px;
  34. margin-right: 40px;
  35. }
  36. .container_content_message_image img {
  37. width: 100%;
  38. height: 100%;
  39. border-radius: 8px;
  40. }
  41. .container_content_message_value {
  42. -webkit-box-flex: 1;
  43. -webkit-flex: 1;
  44. -moz-box-flex: 1;
  45. -ms-flex: 1;
  46. flex: 1;
  47. }
  48. .container_content_message_value_name {
  49. position: relative;
  50. margin-top: 30px;
  51. margin-bottom: 20px;
  52. color: #282828;
  53. font-size: 22px;
  54. font-weight: bold;
  55. }
  56. .container_content_message_value_name button {
  57. position: absolute;
  58. top: 0;
  59. right: 0;
  60. width: 80px;
  61. height: 30px;
  62. border: 1px solid #191C6E;
  63. border-radius: 15px;
  64. background-color: #FFFFFF;
  65. font-size: 12px;
  66. line-height: 30px;
  67. color: #191C6E;
  68. }
  69. .container_content_message_value_name button.followed {
  70. background-color: #191C6E;
  71. color: #FFFFFF;
  72. }
  73. .container_content_message_value_name .iconfont {
  74. font-size: 12px;
  75. }
  76. .container_content_message_value_tap {
  77. margin-bottom: 35px;
  78. }
  79. .container_content_message_value_tap>span {
  80. padding: 5px 12px;
  81. background: #FFF0E5;
  82. color: #FF6B00;
  83. margin-right: 10px;
  84. border-radius: 2px;
  85. }
  86. .container_content_message_value_detils {
  87. color: #666666;
  88. font-size: 18px;
  89. line-height: 30px;
  90. }
  91. .container_selectTap {
  92. position: relative;
  93. height: 56px;
  94. background: #fff;
  95. display: -webkit-box;
  96. display: -webkit-flex;
  97. display: -moz-box;
  98. display: -ms-flexbox;
  99. display: flex;
  100. -webkit-box-align: center;
  101. -webkit-align-items: center;
  102. -moz-box-align: center;
  103. -ms-flex-align: center;
  104. align-items: center;
  105. }
  106. .container_selectTap_item {
  107. display: -webkit-box;
  108. display: -webkit-flex;
  109. display: -moz-box;
  110. display: -ms-flexbox;
  111. display: flex;
  112. }
  113. .container_selectTap_tip {
  114. position: absolute;
  115. top: 0;
  116. left: 0;
  117. width: 113px;
  118. -webkit-transition: .3s;
  119. -o-transition: .3s;
  120. -moz-transition: .3s;
  121. transition: .3s;
  122. }
  123. .container_selectTap_tip img {
  124. position: absolute;
  125. top: 0;
  126. left: 0;
  127. width: 100%;
  128. height: auto;
  129. }
  130. .container_selectTap_item_value {
  131. width: 113px;
  132. font-size: 14px;
  133. color: #282828;
  134. text-align: center;
  135. cursor: pointer;
  136. }
  137. .container_selectTap_item>div:not(:last-child) {
  138. border-right: 1px solid #D9D9D9;
  139. }
  140. .selectEd {
  141. color: #191C6E;
  142. }
  143. .tab-main .detail {
  144. padding: 30px;
  145. background-color: #FFFFFF;
  146. line-height: 1.5;
  147. }
  148. .tab-main .detail img,
  149. .tab-main .detail video,
  150. .tab-main .detail audio {
  151. max-width: 100%;
  152. }
  153. .tab-main .special {
  154. padding: 30px;
  155. background-color: #FFFFFF;
  156. }
  157. /* 课程列表开始 */
  158. .tab-main .special .list {
  159. display: -webkit-box;
  160. display: -webkit-flex;
  161. display: -moz-box;
  162. display: -ms-flexbox;
  163. display: flex;
  164. -webkit-flex-wrap: wrap;
  165. -ms-flex-wrap: wrap;
  166. flex-wrap: wrap;
  167. margin: 0 -28px -28px 0;
  168. }
  169. .tab-main .special .item {
  170. width: 264px;
  171. border-radius: 8px;
  172. margin: 0 28px 28px 0;
  173. -webkit-box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
  174. box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
  175. }
  176. .tab-main .special .item-header {
  177. position: relative;
  178. width: 264px;
  179. height: 148px;
  180. }
  181. .tab-main .special .item img:first-child {
  182. width: 100%;
  183. height: 100%;
  184. border-radius: 8px 8px 0 0;
  185. }
  186. .tab-main .special .item img:nth-child(2) {
  187. position: absolute;
  188. right: 10px;
  189. bottom: 10px;
  190. width: 20px;
  191. height: 20px;
  192. padding: 4px;
  193. border-radius: 50%;
  194. background-color: rgba(0, 0, 0, .5);
  195. }
  196. .tab-main .special .item .title {
  197. padding: 11px 20px 0;
  198. overflow: hidden;
  199. white-space: nowrap;
  200. -o-text-overflow: ellipsis;
  201. text-overflow: ellipsis;
  202. font-size: 16px;
  203. line-height: 21px;
  204. color: #282828;
  205. }
  206. .tab-main .special .item .tags {
  207. padding: 12px 20px 0;
  208. font-size: 0;
  209. }
  210. .tab-main .special .item .tag {
  211. display: inline-block;
  212. padding: 0 7px;
  213. border-radius: 2px;
  214. margin-left: 10px;
  215. background-color: rgba(44, 142, 255, 0.06);
  216. font-size: 12px;
  217. line-height: 22px;
  218. color: #191C6E;
  219. }
  220. .tab-main .special .item .tag:first-child {
  221. margin-left: 0;
  222. }
  223. .tab-main .special .item .wrap {
  224. display: -webkit-box;
  225. display: -webkit-flex;
  226. display: -moz-box;
  227. display: -ms-flexbox;
  228. display: flex;
  229. -webkit-box-align: center;
  230. -webkit-align-items: center;
  231. -moz-box-align: center;
  232. -ms-flex-align: center;
  233. align-items: center;
  234. padding: 20px 20px 15px;
  235. }
  236. .tab-main .special .item .money-wrap {
  237. -webkit-box-flex: 1;
  238. -webkit-flex: 1;
  239. -moz-box-flex: 1;
  240. -ms-flex: 1;
  241. flex: 1;
  242. font-size: 0;
  243. }
  244. .tab-main .special .item .money {
  245. display: inline-block;
  246. font-size: 12px;
  247. color: #FF6B00;
  248. }
  249. .tab-main .special .item .money span:last-child {
  250. display: inline-block;
  251. font-size: 20px;
  252. line-height: 25px;
  253. }
  254. .tab-main .special .item .free {
  255. display: inline-block;
  256. font-size: 18px;
  257. line-height: 25px;
  258. color: #FF6B00;
  259. }
  260. .tab-main .special .item .vip {
  261. display: inline-block;
  262. padding-left: 25px;
  263. margin-left: 5px;
  264. background: url("../images/vip_money.png") left center/21px 13px no-repeat;
  265. font-size: 12px;
  266. line-height: 17px;
  267. color: #282828;
  268. }
  269. .tab-main .special .item .number {
  270. font-size: 14px;
  271. color: #999999;
  272. }
  273. .course_price_content_truePrice span:nth-child(1) {
  274. position: relative;
  275. right: -6px;
  276. }
  277. .course_price_content_value>span:nth-child(1) {
  278. font-size: 14px;
  279. }
  280. .course_price_content_value>span:nth-child(2) {
  281. font-size: 18px;
  282. }
  283. .course_price_content_value>span.free {
  284. font-size: 16px;
  285. }
  286. .course_price>div:nth-child(2) {
  287. color: #666666;
  288. font-size: 14px;
  289. }
  290. /* 课程列表结束 */
  291. .pagination {
  292. display: -webkit-box;
  293. display: -webkit-flex;
  294. display: -moz-box;
  295. display: -ms-flexbox;
  296. display: flex;
  297. -webkit-box-pack: center;
  298. -webkit-justify-content: center;
  299. -moz-box-pack: center;
  300. -ms-flex-pack: center;
  301. justify-content: center;
  302. margin-top: 70px;
  303. margin-bottom: 100px;
  304. }
  305. .tab-main .activity {
  306. padding: 0 30px;
  307. background-color: #FFFFFF;
  308. }
  309. .tab-main .activity .item {
  310. display: -webkit-box;
  311. display: -webkit-flex;
  312. display: -moz-box;
  313. display: -ms-flexbox;
  314. display: flex;
  315. -webkit-box-align: center;
  316. -webkit-align-items: center;
  317. -moz-box-align: center;
  318. -ms-flex-align: center;
  319. align-items: center;
  320. padding: 30px 0;
  321. border-bottom: 1px dashed #D0D0D0;
  322. }
  323. .tab-main .activity img {
  324. width: 202px;
  325. height: 114px;
  326. border-radius: 8px;
  327. vertical-align: middle;
  328. }
  329. .tab-main .activity .item-main {
  330. -webkit-box-flex: 1;
  331. -webkit-flex: 1;
  332. -moz-box-flex: 1;
  333. -ms-flex: 1;
  334. flex: 1;
  335. min-width: 0;
  336. padding: 0 20px;
  337. }
  338. .tab-main .activity .title {
  339. font-size: 18px;
  340. line-height: 24px;
  341. color: #282828;
  342. }
  343. .tab-main .activity .time {
  344. margin-top: 20px;
  345. font-size: 14px;
  346. line-height: 19px;
  347. color: #666666;
  348. }
  349. .tab-main .activity .item-main .iconfont {
  350. margin-right: 6px;
  351. font-size: 14px;
  352. color: #191C6E;
  353. }
  354. .tab-main .activity .address {
  355. margin-top: 10px;
  356. font-size: 14px;
  357. line-height: 19px;
  358. color: #666666;
  359. }
  360. .tab-main .activity .money {
  361. font-size: 12px;
  362. color: #FF6B00;
  363. }
  364. .tab-main .activity .money span {
  365. font-size: 20px;
  366. }
  367. .tab-main .material {
  368. background-color: #FFFFFF;
  369. }
  370. .tab-main .material .list {
  371. display: -webkit-box;
  372. display: -webkit-flex;
  373. display: -moz-box;
  374. display: -ms-flexbox;
  375. display: flex;
  376. -webkit-flex-wrap: wrap;
  377. -ms-flex-wrap: wrap;
  378. flex-wrap: wrap;
  379. padding: 30px;
  380. margin: 0 -28px -28px 0;
  381. }
  382. .tab-main .material .item {
  383. width: 264px;
  384. border-radius: 8px;
  385. margin: 0 28px 28px 0;
  386. -webkit-box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
  387. box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
  388. }
  389. .tab-main .material .item img {
  390. display: block;
  391. width: 264px;
  392. height: 146px;
  393. }
  394. .tab-main .material .title {
  395. padding: 15px 20px 0;
  396. overflow: hidden;
  397. white-space: nowrap;
  398. -o-text-overflow: ellipsis;
  399. text-overflow: ellipsis;
  400. font-size: 16px;
  401. line-height: 21px;
  402. color: #282828;
  403. }
  404. .tab-main .material .money {
  405. padding: 8px 20px 0;
  406. font-size: 12px;
  407. line-height: 26px;
  408. color: #FF6B00;
  409. }
  410. .tab-main .material .money span {
  411. font-size: 20px;
  412. }
  413. .tab-main .material .number {
  414. padding: 19px 20px 18px;
  415. font-size: 14px;
  416. line-height: 20px;
  417. color: #999999;
  418. }
  419. .tab-main {
  420. margin: 10px 0 70px;
  421. }
  422. .el-pagination {
  423. margin: 70px 0;
  424. text-align: center;
  425. }