courseListDetils.css 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700
  1. body {
  2. background: #F9F9F9;
  3. }
  4. .el-pagination {
  5. padding: 50px 0 !important;
  6. text-align: center;
  7. }
  8. .layout {
  9. background: #fff;
  10. }
  11. .container {
  12. width: 1200px;
  13. padding-bottom: 70px;
  14. margin: auto;
  15. }
  16. .el-carousel__indicators--horizontal {
  17. left: auto !important;
  18. right: 20px;
  19. bottom: 20px !important;
  20. -webkit-transform: none !important;
  21. -moz-transform: none !important;
  22. -ms-transform: none !important;
  23. -o-transform: none !important;
  24. transform: none !important;
  25. }
  26. .el-carousel__button {
  27. width: 34px !important;
  28. }
  29. .is-active button {
  30. height: 6px !important;
  31. }
  32. .el-breadcrumb {
  33. padding-top: 30px;
  34. padding-bottom: 20px;
  35. }
  36. .container_title > div {
  37. margin-right: 4px;
  38. }
  39. .container_title > div:nth-child(5) {
  40. color: #999999;
  41. }
  42. .container_content {
  43. display: -webkit-box;
  44. display: -webkit-flex;
  45. display: -moz-box;
  46. display: -ms-flexbox;
  47. display: flex;
  48. background-color: #FFFFFF;
  49. }
  50. .container_content_imagelist {
  51. width: 600px;
  52. margin-right: 30px;
  53. }
  54. .container_content_imagelist .el-image {
  55. width: 100%;
  56. height: 336px;
  57. border-radius: 8px;
  58. }
  59. .container_content_message {
  60. -webkit-box-flex: 1;
  61. -webkit-flex: 1;
  62. -moz-box-flex: 1;
  63. -ms-flex: 1;
  64. flex: 1;
  65. }
  66. .container_content_message .handle {
  67. display: -webkit-box;
  68. display: -webkit-flex;
  69. display: -moz-box;
  70. display: -ms-flexbox;
  71. display: flex;
  72. -webkit-box-pack: justify;
  73. -webkit-justify-content: space-between;
  74. -moz-box-pack: justify;
  75. -ms-flex-pack: justify;
  76. justify-content: space-between;
  77. -webkit-box-align: center;
  78. -webkit-align-items: center;
  79. -moz-box-align: center;
  80. -ms-flex-align: center;
  81. align-items: center;
  82. }
  83. .is-active button {
  84. height: 4px;
  85. border-radius: 3px;
  86. }
  87. .carousel_image {
  88. border-radius: 8px;
  89. width: 100%;
  90. height: 100%;
  91. overflow: hidden;
  92. }
  93. .carousel_image img {
  94. width: 100%;
  95. height: auto;
  96. }
  97. .content_message_title {
  98. color: #282828;
  99. font-size: 16px;
  100. line-height: 19px;
  101. font-weight: bold;
  102. padding-top: 11px;
  103. margin-bottom: 15px;
  104. }
  105. .content_message_dis {
  106. display: -webkit-box;
  107. -webkit-box-orient: vertical;
  108. -webkit-line-clamp: 2;
  109. overflow: hidden;
  110. color: #666666;
  111. font-size: 14px;
  112. line-height: 26px;
  113. margin-bottom: 15px;
  114. }
  115. .content_message_tap {
  116. display: -webkit-box;
  117. display: -webkit-flex;
  118. display: -moz-box;
  119. display: -ms-flexbox;
  120. display: flex;
  121. -webkit-box-pack: justify;
  122. -webkit-justify-content: space-between;
  123. -moz-box-pack: justify;
  124. -ms-flex-pack: justify;
  125. justify-content: space-between;
  126. -webkit-box-align: center;
  127. -webkit-align-items: center;
  128. -moz-box-align: center;
  129. -ms-flex-align: center;
  130. align-items: center;
  131. margin-bottom: 41px;
  132. padding-right: 20px;
  133. }
  134. .message_tap_list {
  135. -webkit-box-flex: 1;
  136. -webkit-flex: 1;
  137. -moz-box-flex: 1;
  138. -ms-flex: 1;
  139. flex: 1;
  140. margin-right: 10px;
  141. }
  142. .message_tap_list span {
  143. display: inline-block;
  144. height: 22px;
  145. padding: 0 9px;
  146. border-radius: 2px;
  147. background: rgba(44, 142, 255, 0.06);
  148. font-size: 12px;
  149. line-height: 22px;
  150. color: #191C6E;
  151. }
  152. .message_tap_list span ~ span {
  153. margin-left: 10px;
  154. }
  155. .message_tap_number {
  156. -webkit-align-self: flex-start;
  157. -ms-flex-item-align: start;
  158. align-self: flex-start;
  159. font-size: 14px;
  160. color: #8A8A8A;
  161. }
  162. .content_message_validity {
  163. border-radius: 4px;
  164. margin-bottom: 31px;
  165. overflow: hidden;
  166. }
  167. .message_validity_item {
  168. height: 30px;
  169. padding-left: 15px;
  170. background: -webkit-gradient(linear, left top, right top, from(#FF8D3D), to(#FF5947));
  171. background: -webkit-linear-gradient(left, #FF8D3D 0%, #FF5947 100%);
  172. background: -moz-linear-gradient(left, #FF8D3D 0%, #FF5947 100%);
  173. background: -o-linear-gradient(left, #FF8D3D 0%, #FF5947 100%);
  174. background: linear-gradient(90deg, #FF8D3D 0%, #FF5947 100%);
  175. font-size: 12px;
  176. line-height: 30px;
  177. color: #FFFFFF;
  178. }
  179. .content_message_priceBox {
  180. height: 60px;
  181. background: #F8F9FB;
  182. display: -webkit-box;
  183. display: -webkit-flex;
  184. display: -moz-box;
  185. display: -ms-flexbox;
  186. display: flex;
  187. -webkit-box-align: center;
  188. -webkit-align-items: center;
  189. -moz-box-align: center;
  190. -ms-flex-align: center;
  191. align-items: center;
  192. -webkit-box-pack: justify;
  193. -webkit-justify-content: space-between;
  194. -moz-box-pack: justify;
  195. -ms-flex-pack: justify;
  196. justify-content: space-between;
  197. padding: 0 20px 0 15px;
  198. }
  199. .message_priceBox_item {
  200. display: -webkit-box;
  201. display: -webkit-flex;
  202. display: -moz-box;
  203. display: -ms-flexbox;
  204. display: flex;
  205. }
  206. .message_priceBox_item_label {
  207. color: #999999;
  208. font-size: 14px;
  209. margin-right: 10px;
  210. display: -webkit-box;
  211. display: -webkit-flex;
  212. display: -moz-box;
  213. display: -ms-flexbox;
  214. display: flex;
  215. -webkit-box-align: center;
  216. -webkit-align-items: center;
  217. -moz-box-align: center;
  218. -ms-flex-align: center;
  219. align-items: center;
  220. }
  221. .message_priceBox_item_value {
  222. color: #FF6B00;
  223. font-size: 0;
  224. }
  225. .message_priceBox_item_value > div {
  226. display: inline-block;
  227. vertical-align: middle;
  228. }
  229. .message_priceBox_item_value > div:nth-child(1) {
  230. font-size: 14px;
  231. }
  232. .message_priceBox_item_value > div:nth-child(1) span {
  233. font-size: 28px;
  234. }
  235. .message_priceBox_item_value > div:nth-child(2) {
  236. margin: 0 0 0 10px;
  237. }
  238. .message_priceBox_item_value > div:nth-child(2) span {
  239. padding: 0 0 0 25px;
  240. background: url("../images/vip_money.png") left center/21px 13px no-repeat;
  241. font-size: 16px;
  242. color: #282828;
  243. }
  244. .message_priceBox_item_value span.free {
  245. font-size: 24px;
  246. }
  247. .message_priceBox_number {
  248. font-size: 14px;
  249. color: #999999;
  250. }
  251. .handle_button {
  252. /* display: -webkit-box;
  253. display: -webkit-flex;
  254. display: -moz-box;
  255. display: -ms-flexbox; */
  256. display: -webkit-inline-box;
  257. display: -webkit-inline-flex;
  258. display: -moz-inline-box;
  259. display: -ms-inline-flexbox;
  260. display: inline-flex;
  261. -webkit-box-align: center;
  262. -webkit-align-items: center;
  263. -moz-box-align: center;
  264. -ms-flex-align: center;
  265. align-items: center;
  266. -webkit-box-pack: center;
  267. -webkit-justify-content: center;
  268. -moz-box-pack: center;
  269. -ms-flex-pack: center;
  270. justify-content: center;
  271. width: 160px;
  272. height: 50px;
  273. background: #191C6E;
  274. border-radius: 30px;
  275. font-size: 16px;
  276. color: #fff;
  277. cursor: pointer;
  278. }
  279. .handle_button.try-btn {
  280. border: 1px solid #ff6a00;
  281. margin-right: 10px;
  282. background: transparent;
  283. color: #ff6a00;
  284. }
  285. .container_handle {
  286. display: -webkit-box;
  287. display: -webkit-flex;
  288. display: -moz-box;
  289. display: -ms-flexbox;
  290. display: flex;
  291. background-color: #FFFFFF;
  292. }
  293. .container_handle > div {
  294. font-size: 16px;
  295. color: #999999;
  296. cursor: pointer;
  297. }
  298. .container_handle .iconfont {
  299. margin-right: 9px;
  300. font-size: 18px;
  301. }
  302. .container_handle .iconshoucang2 {
  303. color: #FF6B00;
  304. }
  305. .container_detils {
  306. display: -webkit-box;
  307. display: -webkit-flex;
  308. display: -moz-box;
  309. display: -ms-flexbox;
  310. display: flex;
  311. margin-top: 30px;
  312. }
  313. .container_detils > div ~ div {
  314. margin-left: 14px;
  315. }
  316. .container_detils_con {
  317. -webkit-box-flex: 1;
  318. -webkit-flex: 1;
  319. -moz-box-flex: 1;
  320. -ms-flex: 1;
  321. flex: 1;
  322. display: -webkit-box;
  323. display: -webkit-flex;
  324. display: -moz-box;
  325. display: -ms-flexbox;
  326. display: flex;
  327. -webkit-box-orient: vertical;
  328. -webkit-box-direction: normal;
  329. -webkit-flex-direction: column;
  330. -moz-box-orient: vertical;
  331. -moz-box-direction: normal;
  332. -ms-flex-direction: column;
  333. flex-direction: column;
  334. min-width: 0;
  335. }
  336. .container_selectTap {
  337. margin-bottom: 10px;
  338. position: relative;
  339. height: 56px;
  340. background: #fff;
  341. display: -webkit-box;
  342. display: -webkit-flex;
  343. display: -moz-box;
  344. display: -ms-flexbox;
  345. display: flex;
  346. -webkit-box-align: center;
  347. -webkit-align-items: center;
  348. -moz-box-align: center;
  349. -ms-flex-align: center;
  350. align-items: center;
  351. }
  352. .container_selectTap .el-button--text {
  353. padding: 2px 30px;
  354. border-left-color: #D9D9D9;
  355. border-radius: 0;
  356. color: #333333;
  357. }
  358. .container_selectTap .el-button--text:focus, .container_selectTap .el-button--text:hover {
  359. border-left-color: #D9D9D9;
  360. color: #191C6E;
  361. }
  362. .container_selectTap .el-button--text .iconfont {
  363. margin-right: 6px;
  364. font-size: 14px;
  365. vertical-align: text-bottom;
  366. }
  367. .el-popover.phone-popper {
  368. min-width: 0;
  369. padding: 0;
  370. border: 0;
  371. }
  372. .el-popover.phone-popper .qrcode {
  373. height: 140px;
  374. padding: 15px;
  375. }
  376. .el-popover.phone-popper .qrcode img {
  377. width: 100%;
  378. height: 100%;
  379. }
  380. .el-popover.phone-popper .tip {
  381. height: 29px;
  382. border-radius: 0 0 4px 4px;
  383. background-color: #191C6E;
  384. font-size: 12px;
  385. line-height: 29px;
  386. text-align: center;
  387. color: #FFFFFF;
  388. }
  389. .container_selectTap_item {
  390. -webkit-box-flex: 1;
  391. -webkit-flex: 1;
  392. -moz-box-flex: 1;
  393. -ms-flex: 1;
  394. flex: 1;
  395. display: -webkit-box;
  396. display: -webkit-flex;
  397. display: -moz-box;
  398. display: -ms-flexbox;
  399. display: flex;
  400. }
  401. .container_selectTap_tip {
  402. position: absolute;
  403. top: 0;
  404. left: 0;
  405. width: 113px;
  406. -webkit-transition: .3s;
  407. -o-transition: .3s;
  408. -moz-transition: .3s;
  409. transition: .3s;
  410. }
  411. .container_selectTap_tip img {
  412. position: absolute;
  413. top: 0;
  414. left: 0;
  415. width: 100%;
  416. height: auto;
  417. }
  418. .container_selectTap_item_value {
  419. width: 113px;
  420. font-size: 14px;
  421. color: #282828;
  422. text-align: center;
  423. cursor: pointer;
  424. }
  425. .container_selectTap_item > div:not(:last-child) {
  426. border-right: 1px solid #D9D9D9;
  427. }
  428. .selectEd {
  429. color: #191C6E;
  430. }
  431. /* 课程目录开始 */
  432. .container_content_detils {
  433. -webkit-box-flex: 1;
  434. -webkit-flex: 1;
  435. -moz-box-flex: 1;
  436. -ms-flex: 1;
  437. flex: 1;
  438. min-height: 0;
  439. background: #fff;
  440. padding: 30px;
  441. }
  442. .container_content_detils_content {
  443. line-height: normal;
  444. }
  445. .container_content_detils img,
  446. .container_content_detils audio,
  447. .container_content_detils video {
  448. width: 100%;
  449. }
  450. .course_catalogue {
  451. height: 100%;
  452. overflow: auto;
  453. }
  454. .course_catalogue_item {
  455. position: relative;
  456. }
  457. .course_catalogue_item::before {
  458. content: "";
  459. position: absolute;
  460. top: 0;
  461. right: 0;
  462. left: 20px;
  463. border-top: 1px solid #EEEEEE;
  464. }
  465. .course_catalogue_item:first-child::before {
  466. display: none;
  467. }
  468. .course_catalogue_item.isShowList + .course_catalogue_item::before {
  469. display: none;
  470. }
  471. .panel {
  472. overflow: hidden;
  473. opacity: 0;
  474. -webkit-transition: .3s;
  475. -o-transition: .3s;
  476. -moz-transition: .3s;
  477. transition: .3s;
  478. }
  479. .isShowList .panel {
  480. opacity: 1;
  481. }
  482. .course_catalogue_item_value {
  483. display: -webkit-box;
  484. display: -webkit-flex;
  485. display: -moz-box;
  486. display: -ms-flexbox;
  487. display: flex;
  488. -webkit-box-align: center;
  489. -webkit-align-items: center;
  490. -moz-box-align: center;
  491. -ms-flex-align: center;
  492. align-items: center;
  493. -webkit-box-pack: justify;
  494. -webkit-justify-content: space-between;
  495. -moz-box-pack: justify;
  496. -ms-flex-pack: justify;
  497. justify-content: space-between;
  498. height: 64px;
  499. background: #F5F6F6;
  500. padding: 0 20px;
  501. font-size: 16px;
  502. }
  503. .course_catalogue_item_value_status {
  504. cursor: pointer;
  505. }
  506. .course_catalogue_item_wrap {
  507. display: -webkit-box;
  508. display: -webkit-flex;
  509. display: -moz-box;
  510. display: -ms-flexbox;
  511. display: flex;
  512. -webkit-box-orient: vertical;
  513. -webkit-box-direction: normal;
  514. -webkit-flex-direction: column;
  515. -moz-box-orient: vertical;
  516. -moz-box-direction: normal;
  517. -ms-flex-direction: column;
  518. flex-direction: column;
  519. -webkit-box-pack: center;
  520. -webkit-justify-content: center;
  521. -moz-box-pack: center;
  522. -ms-flex-pack: center;
  523. justify-content: center;
  524. height: 90px;
  525. padding: 0 30px;
  526. }
  527. .course_catalogue_item_wrap ~ .course_catalogue_item_wrap {
  528. border-top: 1px solid #F5F6F6;
  529. }
  530. .course_catalogue_item_child {
  531. display: -webkit-box;
  532. display: -webkit-flex;
  533. display: -moz-box;
  534. display: -ms-flexbox;
  535. display: flex;
  536. -webkit-box-pack: justify;
  537. -webkit-justify-content: space-between;
  538. -moz-box-pack: justify;
  539. -ms-flex-pack: justify;
  540. justify-content: space-between;
  541. -webkit-box-align: center;
  542. -webkit-align-items: center;
  543. -moz-box-align: center;
  544. -ms-flex-align: center;
  545. align-items: center;
  546. /* height: 68px;
  547. padding: 0 29px;
  548. border-bottom: 1px solid #F5F6F6;
  549. cursor: pointer; */
  550. }
  551. .course_catalogue_item_child .course_catalogue_item_child_value {
  552. -webkit-box-flex: 1;
  553. -webkit-flex: 1;
  554. -moz-box-flex: 1;
  555. -ms-flex: 1;
  556. flex: 1;
  557. display: -webkit-box;
  558. display: -webkit-flex;
  559. display: -moz-box;
  560. display: -ms-flexbox;
  561. display: flex;
  562. -webkit-box-align: center;
  563. -webkit-align-items: center;
  564. -moz-box-align: center;
  565. -ms-flex-align: center;
  566. align-items: center;
  567. min-width: 0;
  568. font-size: 16px;
  569. }
  570. .course_catalogue_item_child_value .course_catalogue_item_child_value_type {
  571. width: 18px;
  572. height: 14px;
  573. padding: 1px 0;
  574. border-radius: 2px;
  575. margin-right: 10px;
  576. background: #999;
  577. }
  578. .course_catalogue_item_child_value .course_catalogue_item_child_value_type img {
  579. display: block;
  580. width: 100%;
  581. height: 100%;
  582. -o-object-fit: contain;
  583. object-fit: contain;
  584. }
  585. .course_catalogue_item_child_value .playback-tag {
  586. width: 30px;
  587. height: 16px;
  588. border: 1px solid #999999;
  589. margin-right: 10px;
  590. font-size: 12px;
  591. line-height: 16px;
  592. text-align: center;
  593. color: #999999;
  594. }
  595. .course_catalogue_item_child_value .course_catalogue_item_child_value_title {
  596. -webkit-box-flex: 1;
  597. -webkit-flex: 1;
  598. -moz-box-flex: 1;
  599. -ms-flex: 1;
  600. flex: 1;
  601. min-width: 0;
  602. overflow: hidden;
  603. white-space: nowrap;
  604. -o-text-overflow: ellipsis;
  605. text-overflow: ellipsis;
  606. line-height: 21px;
  607. color: #333333;
  608. }
  609. .course_catalogue_item_child_value_title .course_catalogue_item_child_value_title_content {
  610. display: -webkit-inline-box;
  611. display: -webkit-inline-flex;
  612. display: -moz-inline-box;
  613. display: -ms-inline-flexbox;
  614. display: inline-flex;
  615. max-width: 100%;
  616. padding-right: 10px;
  617. }
  618. .course_catalogue_item_child_value .course_catalogue_item_child_value_title .title {
  619. -webkit-box-flex: 1;
  620. -webkit-flex: 1;
  621. -moz-box-flex: 1;
  622. -ms-flex: 1;
  623. flex: 1;
  624. min-width: 0;
  625. overflow: hidden;
  626. white-space: nowrap;
  627. -o-text-overflow: ellipsis;
  628. text-overflow: ellipsis;
  629. }
  630. .course_catalogue_item_child_value .course_catalogue_item_child_value_title .try {
  631. padding: 4px 6px;
  632. border-radius: 3px;
  633. margin-left: 16px;
  634. background-color: #191C6E;
  635. font-size: 12px;
  636. line-height: 16px;
  637. color: #FFFFFF;
  638. }
  639. .course_catalogue_item_child_type {
  640. width: 64px;
  641. height: 28px;
  642. text-align: center;
  643. }
  644. .course_catalogue_item_child_type img {
  645. width: auto;
  646. max-width: 64px;
  647. height: 24px;
  648. margin: 2px auto 0;
  649. }
  650. .course_catalogue_item_progress {
  651. margin-top: 4px;
  652. font-size: 0;
  653. }
  654. .course_catalogue_item_progress_label {
  655. display: inline-block;
  656. vertical-align: middle;
  657. font-size: 14px;
  658. line-height: 20px;
  659. color: #707070;
  660. }
  661. .course_catalogue_item_progress_inner {
  662. display: inline-block;
  663. width: 158px;
  664. height: 6px;
  665. border-radius: 3px;
  666. background-color: #D6D6D6;
  667. vertical-align: middle;
  668. }
  669. .course_catalogue_item_progress_bar {
  670. height: 100%;
  671. border-radius: 3px;
  672. background-color: #191C6E;
  673. }
  674. .course_catalogue_item_progress_value {
  675. display: inline-block;
  676. margin-left: 10px;
  677. vertical-align: middle;
  678. font-size: 14px;
  679. line-height: 20px;
  680. color: #191C6E;
  681. }
  682. .type_free {
  683. display: block;
  684. width: 64px;
  685. height: 28px;
  686. background: #FFF0E5;
  687. border-radius: 19px;
  688. color: #FF6B00;
  689. font-size: 12px;
  690. text-align: center;
  691. line-height: 28px;
  692. }
  693. /* 课程目录结束 */
  694. /* 套餐课程开始 */
  695. .package_course {
  696. }
  697. .container_curriculum_list_con {
  698. display: grid;
  699. grid-template-columns: repeat(3, 1fr);
  700. grid-row-gap: 14px;
  701. grid-column-gap: 14px;
  702. }
  703. .container_curriculum_list_item {
  704. min-height: 274px;
  705. border-radius: 8px;
  706. -webkit-box-shadow: 0px 2px 15px rgba(79, 109, 143, 0.15);
  707. box-shadow: 0px 2px 15px rgba(79, 109, 143, 0.15);
  708. overflow: hidden;
  709. display: -webkit-box;
  710. display: -webkit-flex;
  711. display: -moz-box;
  712. display: -ms-flexbox;
  713. display: flex;
  714. -webkit-box-orient: vertical;
  715. -webkit-box-direction: normal;
  716. -webkit-flex-direction: column;
  717. -moz-box-orient: vertical;
  718. -moz-box-direction: normal;
  719. -ms-flex-direction: column;
  720. flex-direction: column;
  721. }
  722. .container_curriculum_list_item_image {
  723. height: 148px;
  724. overflow: hidden;
  725. position: relative;
  726. }
  727. .container_curriculum_list_item_image .image {
  728. width: 100%;
  729. height: 100%;
  730. }
  731. .container_curriculum_list_item_image_type {
  732. position: absolute;
  733. bottom: 10px;
  734. right: 10px;
  735. width: 20px !important;
  736. height: 20px;
  737. border-radius: 50%;
  738. padding: 4px;
  739. background-color: rgba(0, 0, 0, 0.5);
  740. }
  741. .course {
  742. -webkit-box-flex: 1;
  743. -webkit-flex: 1;
  744. -moz-box-flex: 1;
  745. -ms-flex: 1;
  746. flex: 1;
  747. padding: 11px 20px 19px 20px;
  748. display: -webkit-box;
  749. display: -webkit-flex;
  750. display: -moz-box;
  751. display: -ms-flexbox;
  752. display: flex;
  753. -webkit-box-orient: vertical;
  754. -webkit-box-direction: normal;
  755. -webkit-flex-direction: column;
  756. -moz-box-orient: vertical;
  757. -moz-box-direction: normal;
  758. -ms-flex-direction: column;
  759. flex-direction: column;
  760. -webkit-box-pack: justify;
  761. -webkit-justify-content: space-between;
  762. -moz-box-pack: justify;
  763. -ms-flex-pack: justify;
  764. justify-content: space-between;
  765. min-height: 0;
  766. }
  767. .course_title {
  768. overflow: hidden;
  769. white-space: nowrap;
  770. -o-text-overflow: ellipsis;
  771. text-overflow: ellipsis;
  772. color: #282828;
  773. font-size: 16px;
  774. margin-bottom: 12px;
  775. }
  776. .course_tip {
  777. -webkit-box-flex: 1;
  778. -webkit-flex: 1;
  779. -moz-box-flex: 1;
  780. -ms-flex: 1;
  781. flex: 1;
  782. min-height: 0;
  783. }
  784. .course_tip span {
  785. display: inline-block;
  786. background: rgba(44, 142, 255, 0.06);
  787. border-radius: 2px;
  788. color: #191C6E;
  789. font-size: 12px;
  790. height: 22px;
  791. padding: 0 9px;
  792. line-height: 22px;
  793. }
  794. .course_tip span ~ span {
  795. margin-left: 6px;
  796. }
  797. .course_price {
  798. color: #666666;
  799. font-size: 14px;
  800. }
  801. /* 套餐课程结束 */
  802. /* 评价开始 */
  803. .evaluate {
  804. display: -webkit-box;
  805. display: -webkit-flex;
  806. display: -moz-box;
  807. display: -ms-flexbox;
  808. display: flex;
  809. -webkit-box-orient: vertical;
  810. -webkit-box-direction: normal;
  811. -webkit-flex-direction: column;
  812. -moz-box-orient: vertical;
  813. -moz-box-direction: normal;
  814. -ms-flex-direction: column;
  815. flex-direction: column;
  816. height: 100%;
  817. }
  818. .submit_evaluate {
  819. padding-bottom: 31px;
  820. border-bottom: 1px solid #F5F6F6;
  821. margin-bottom: 20px;
  822. }
  823. .submit_evaluate_title {
  824. display: -webkit-box;
  825. display: -webkit-flex;
  826. display: -moz-box;
  827. display: -ms-flexbox;
  828. display: flex;
  829. -webkit-box-align: center;
  830. -webkit-align-items: center;
  831. -moz-box-align: center;
  832. -ms-flex-align: center;
  833. align-items: center;
  834. }
  835. .submit_evaluate_title_text {
  836. color: #282828;
  837. }
  838. .submit_evaluate_title .submit_evaluate_title_star {
  839. font-size: 26px;
  840. margin: 0 30px 0 17px;
  841. cursor: pointer;
  842. display: -webkit-box;
  843. display: -webkit-flex;
  844. display: -moz-box;
  845. display: -ms-flexbox;
  846. display: flex;
  847. -webkit-box-pack: center;
  848. -webkit-justify-content: center;
  849. -moz-box-pack: center;
  850. -ms-flex-pack: center;
  851. justify-content: center;
  852. }
  853. .title_star_icon {
  854. color: #CCCCCC;
  855. }
  856. .submit_evaluate_title_res {
  857. color: #AAAAAA;
  858. }
  859. .select_evaluate {
  860. color: #FF6B00;
  861. }
  862. .submit_evaluate_textarea {
  863. margin-top: 31px;
  864. }
  865. .submit_evaluate_textarea .el-textarea__inner {
  866. background: #F8F8F8;
  867. }
  868. .submit_evaluate_handle {
  869. display: -webkit-box;
  870. display: -webkit-flex;
  871. display: -moz-box;
  872. display: -ms-flexbox;
  873. display: flex;
  874. -webkit-box-pack: justify;
  875. -webkit-justify-content: space-between;
  876. -moz-box-pack: justify;
  877. -ms-flex-pack: justify;
  878. justify-content: space-between;
  879. -webkit-box-align: center;
  880. -webkit-align-items: center;
  881. -moz-box-align: center;
  882. -ms-flex-align: center;
  883. align-items: center;
  884. margin-top: 25px;
  885. }
  886. .submit_evaluate_handle .el-button--text {
  887. font-size: 16px;
  888. color: #999999;
  889. }
  890. .submit_evaluate_handle .submit_evaluate_handle_uploadImg {
  891. color: #999999;
  892. font-size: 16px;
  893. position: relative;
  894. cursor: pointer;
  895. }
  896. .submit_evaluate_handle .submit_evaluate_handle_uploadImg input {
  897. position: absolute;
  898. top: 0;
  899. left: 0;
  900. opacity: 0;
  901. width: 100%;
  902. height: 100%;
  903. }
  904. .submit_evaluate_handle_button > div {
  905. width: 110px;
  906. height: 42px;
  907. background: #191C6E;
  908. border-radius: 4px;
  909. color: #FFFFFF;
  910. text-align: center;
  911. line-height: 42px;
  912. }
  913. .user_evaluate {
  914. -webkit-box-flex: 1;
  915. -webkit-flex: 1;
  916. -moz-box-flex: 1;
  917. -ms-flex: 1;
  918. flex: 1;
  919. display: -webkit-box;
  920. display: -webkit-flex;
  921. display: -moz-box;
  922. display: -ms-flexbox;
  923. display: flex;
  924. -webkit-box-orient: vertical;
  925. -webkit-box-direction: normal;
  926. -webkit-flex-direction: column;
  927. -moz-box-orient: vertical;
  928. -moz-box-direction: normal;
  929. -ms-flex-direction: column;
  930. flex-direction: column;
  931. min-height: 0;
  932. }
  933. .user_evaluate_total_score {
  934. margin-bottom: 20px;
  935. }
  936. .user_evaluate_total_score > span {
  937. color: #FF6B00;
  938. font-weight: 600;
  939. }
  940. .user_evaluate_total_score > span:nth-child(1) {
  941. font-size: 16px;
  942. color: #666666;
  943. font-weight: 400;
  944. }
  945. .user_evaluate_total_score > span:nth-child(2) {
  946. font-size: 34px;
  947. }
  948. .user_evaluate_total_score > span:nth-child(3) {
  949. font-size: 12px;
  950. }
  951. .user_evaluate_list {
  952. -webkit-box-flex: 1;
  953. -webkit-flex: 1;
  954. -moz-box-flex: 1;
  955. -ms-flex: 1;
  956. flex: 1;
  957. min-height: 0;
  958. overflow: auto;
  959. }
  960. .user_evaluate_list .user_evaluate_list_item {
  961. padding-top: 20px;
  962. padding-bottom: 20px;
  963. }
  964. .user_evaluate_list_item:not(:last-child) {
  965. border-bottom: 1px solid #F5F6F6;
  966. }
  967. .user_evaluate_list .user_evaluate_list_item .user_evaluate_list_item_user {
  968. display: -webkit-box;
  969. display: -webkit-flex;
  970. display: -moz-box;
  971. display: -ms-flexbox;
  972. display: flex;
  973. -webkit-box-pack: justify;
  974. -webkit-justify-content: space-between;
  975. -moz-box-pack: justify;
  976. -ms-flex-pack: justify;
  977. justify-content: space-between;
  978. -webkit-box-align: center;
  979. -webkit-align-items: center;
  980. -moz-box-align: center;
  981. -ms-flex-align: center;
  982. align-items: center;
  983. }
  984. .user_evaluate_list_item .user_evaluate_list_item_user .user_evaluate_list_item_user_nick {
  985. display: -webkit-box;
  986. display: -webkit-flex;
  987. display: -moz-box;
  988. display: -ms-flexbox;
  989. display: flex;
  990. -webkit-box-align: center;
  991. -webkit-align-items: center;
  992. -moz-box-align: center;
  993. -ms-flex-align: center;
  994. align-items: center;
  995. }
  996. .user_evaluate_list_item .user_evaluate_list_item_user .user_evaluate_list_item_user_nick > div {
  997. margin-right: 12px;
  998. }
  999. .user_evaluate_list_item_user_nick_avator {
  1000. width: 40px;
  1001. height: 40px;
  1002. border-radius: 50%;
  1003. overflow: hidden;
  1004. }
  1005. .user_evaluate_list_item_user_nick_avator img {
  1006. width: 100%;
  1007. height: 100%;
  1008. -o-object-fit: cover;
  1009. object-fit: cover;
  1010. }
  1011. .user_evaluate_list_item_user_nick > div:nth-child(3) {
  1012. display: -webkit-box;
  1013. display: -webkit-flex;
  1014. display: -moz-box;
  1015. display: -ms-flexbox;
  1016. display: flex;
  1017. -webkit-box-pack: center;
  1018. -webkit-justify-content: center;
  1019. -moz-box-pack: center;
  1020. -ms-flex-pack: center;
  1021. justify-content: center;
  1022. }
  1023. .user_evaluate_list_item_user_nick > div:nth-child(3) .el-icon-star-on {
  1024. color: #E6E6E6;
  1025. }
  1026. .user_evaluate_list_item_user_nick > div:nth-child(3) .select_evaluate {
  1027. color: #FF6B00;
  1028. }
  1029. .user_evaluate_list_item_user_time {
  1030. font-size: 14px;
  1031. color: #868686;
  1032. }
  1033. .user_evaluate_list_item_value {
  1034. padding-left: 52px;
  1035. margin-top: 18px;
  1036. }
  1037. .user_evaluate_list_item_value_message {
  1038. color: #282828;
  1039. font-size: 14px;
  1040. }
  1041. .user_evaluate_list_item_value_imageList {
  1042. margin-top: 15px;
  1043. display: -webkit-box;
  1044. display: -webkit-flex;
  1045. display: -moz-box;
  1046. display: -ms-flexbox;
  1047. display: flex;
  1048. }
  1049. .user_evaluate_list_item_value_imageList .item_value_imageList_item {
  1050. /* width: 54px;
  1051. height: 54px;
  1052. margin-right: 8px; */
  1053. margin: 0 8px 0 0;
  1054. }
  1055. .user_evaluate_list_item_value_imageList .item_value_imageList_item .el-image {
  1056. width: 54px;
  1057. height: 54px;
  1058. }
  1059. .user_evaluate_list_item_value_reply {
  1060. margin-top: 15px;
  1061. }
  1062. .user_evaluate_list_item_value_reply_item {
  1063. display: -webkit-box;
  1064. display: -webkit-flex;
  1065. display: -moz-box;
  1066. display: -ms-flexbox;
  1067. display: flex;
  1068. height: 32px;
  1069. -webkit-box-align: center;
  1070. -webkit-align-items: center;
  1071. -moz-box-align: center;
  1072. -ms-flex-align: center;
  1073. align-items: center;
  1074. background: #F7F7F7;
  1075. font-size: 14px;
  1076. margin-bottom: 2px;
  1077. padding: 0 12px;
  1078. }
  1079. .value_reply_item_label {
  1080. color: #191C6E;
  1081. }
  1082. .padding-left {
  1083. padding-left: 20px;
  1084. }
  1085. /* 评价结束 */
  1086. .container_detils_propaganda {
  1087. width: 320px;
  1088. }
  1089. .container_detils_propaganda > div ~ div {
  1090. margin-top: 14px;
  1091. }
  1092. .propaganda_course {
  1093. padding-top: 14px;
  1094. background-color: #fff;
  1095. }
  1096. .propaganda_course .propaganda_course_con ~ .propaganda_course_con {
  1097. margin-top: 14px;
  1098. }
  1099. .propaganda_teacher {
  1100. padding: 30px;
  1101. background: #fff;
  1102. cursor: pointer;
  1103. }
  1104. .propaganda_teacher .propaganda_teacher_title {
  1105. display: -webkit-box;
  1106. display: -webkit-flex;
  1107. display: -moz-box;
  1108. display: -ms-flexbox;
  1109. display: flex;
  1110. -webkit-box-align: center;
  1111. -webkit-align-items: center;
  1112. -moz-box-align: center;
  1113. -ms-flex-align: center;
  1114. align-items: center;
  1115. }
  1116. .teacher_title_image img {
  1117. display: block;
  1118. width: 80px;
  1119. height: 80px;
  1120. border-radius: 50%;
  1121. -o-object-fit: cover;
  1122. object-fit: cover;
  1123. }
  1124. .teacher_title_message {
  1125. -webkit-box-flex: 1;
  1126. -webkit-flex: 1;
  1127. -moz-box-flex: 1;
  1128. -ms-flex: 1;
  1129. flex: 1;
  1130. min-width: 0;
  1131. padding-left: 20px;
  1132. }
  1133. .teacher_title_message .title_message_name {
  1134. font-size: 18px;
  1135. color: #333333;
  1136. font-weight: bold;
  1137. margin-bottom: 10px;
  1138. }
  1139. .title_message_tap {
  1140. margin: 0 -10px -10px 0;
  1141. font-size: 0;
  1142. }
  1143. .title_message_tap span {
  1144. display: inline-block;
  1145. height: 29px;
  1146. padding: 0 9px;
  1147. border-radius: 2px;
  1148. margin: 0 10px 10px 0;
  1149. background-color: #FFF0E5;
  1150. vertical-align: middle;
  1151. font-size: 14px;
  1152. line-height: 29px;
  1153. color: #FF6B00;
  1154. }
  1155. .propaganda_teacher_dic {
  1156. display: -webkit-box;
  1157. -webkit-box-orient: vertical;
  1158. -webkit-line-clamp: 2;
  1159. overflow: hidden;
  1160. margin-top: 22px;
  1161. font-size: 16px;
  1162. line-height: 24px;
  1163. color: #707070;
  1164. }
  1165. /* 关联资料 */
  1166. .propaganda_course_group {
  1167. padding: 0 14px;
  1168. background-color: #fff;
  1169. }
  1170. .propaganda_course_con {
  1171. /* display: -webkit-box;
  1172. display: -webkit-flex;
  1173. display: -moz-box;
  1174. display: -ms-flexbox;
  1175. display: flex; */
  1176. width: 284px;
  1177. margin: 0 auto;
  1178. }
  1179. .propaganda_recommend .propaganda_course_con {
  1180. cursor: pointer;
  1181. }
  1182. .propaganda_recommend .propaganda_course_con ~ .propaganda_course_con {
  1183. margin-top: 14px;
  1184. }
  1185. .propaganda_course_con .propaganda_course_con_image img {
  1186. display: block;
  1187. width: 284px;
  1188. height: 160px;
  1189. border-radius: 8px 8px 0 0;
  1190. margin: 0 auto;
  1191. -o-object-fit: cover;
  1192. object-fit: cover;
  1193. }
  1194. .propaganda_course_con .propaganda_course_con_dic {
  1195. padding: 15px 15px 0;
  1196. }
  1197. .propaganda_course_con .propaganda_course_con_dic .propaganda_course_con_dic_tit {
  1198. overflow: hidden;
  1199. white-space: nowrap;
  1200. -o-text-overflow: ellipsis;
  1201. text-overflow: ellipsis;
  1202. font-size: 16px;
  1203. color: #333;
  1204. }
  1205. .propaganda_course_con .propaganda_course_con_dic .propaganda_course_con_dic_tag {
  1206. display: -webkit-box;
  1207. display: -webkit-flex;
  1208. display: -moz-box;
  1209. display: -ms-flexbox;
  1210. display: flex;
  1211. -webkit-box-pack: justify;
  1212. -webkit-justify-content: space-between;
  1213. -moz-box-pack: justify;
  1214. -ms-flex-pack: justify;
  1215. justify-content: space-between;
  1216. -webkit-box-align: center;
  1217. -webkit-align-items: center;
  1218. -moz-box-align: center;
  1219. -ms-flex-align: center;
  1220. align-items: center;
  1221. margin-top: 8px;
  1222. font-size: 14px;
  1223. color: #666;
  1224. }
  1225. .propaganda_course_con .propaganda_course_con_dic .tag-group {
  1226. font-size: 0;
  1227. }
  1228. .propaganda_course_con .propaganda_course_con_dic .tag {
  1229. display: inline-block;
  1230. height: 22px;
  1231. padding: 0 9px;
  1232. border-radius: 2px;
  1233. background-color: rgba(44, 142, 255, 0.06);
  1234. font-size: 12px;
  1235. line-height: 22px;
  1236. color: #191C6E;
  1237. }
  1238. .propaganda_course_con .propaganda_course_con_dic .tag ~ .tag {
  1239. margin-left: 6px;
  1240. }
  1241. .propaganda_course_con .propaganda_course_con_dic .propaganda_course_con_dic_num {
  1242. display: -webkit-box;
  1243. display: -webkit-flex;
  1244. display: -moz-box;
  1245. display: -ms-flexbox;
  1246. display: flex;
  1247. -webkit-box-pack: justify;
  1248. -webkit-justify-content: space-between;
  1249. -moz-box-pack: justify;
  1250. -ms-flex-pack: justify;
  1251. justify-content: space-between;
  1252. -webkit-box-align: center;
  1253. -webkit-align-items: center;
  1254. -moz-box-align: center;
  1255. -ms-flex-align: center;
  1256. align-items: center;
  1257. height: 48px;
  1258. border-top: 1px dashed #eee;
  1259. margin-top: 8px;
  1260. font-size: 14px;
  1261. color: #999;
  1262. }
  1263. .propaganda_course .propaganda_course_con .propaganda_course_con_dic .propaganda_course_con_dic_num {
  1264. height: auto;
  1265. border-top: 0;
  1266. }
  1267. .propaganda_course_con .propaganda_course_con_dic .money {
  1268. font-size: 14px;
  1269. color: #FF6B00;
  1270. }
  1271. .propaganda_course_con .propaganda_course_con_dic .money.free {
  1272. font-size: 16px;
  1273. }
  1274. .propaganda_course_con .propaganda_course_con_dic .money span {
  1275. font-size: 18px;
  1276. }
  1277. .propaganda_course .propaganda_course_handle {
  1278. display: -webkit-box;
  1279. display: -webkit-flex;
  1280. display: -moz-box;
  1281. display: -ms-flexbox;
  1282. display: flex;
  1283. -webkit-box-pack: justify;
  1284. -webkit-justify-content: space-between;
  1285. -moz-box-pack: justify;
  1286. -ms-flex-pack: justify;
  1287. justify-content: space-between;
  1288. -webkit-box-align: center;
  1289. -webkit-align-items: center;
  1290. -moz-box-align: center;
  1291. -ms-flex-align: center;
  1292. align-items: center;
  1293. height: 48px;
  1294. border-top: 1px dashed #eee;
  1295. margin-top: 8px;
  1296. }
  1297. .propaganda_course .propaganda_course_handle .propaganda_course_handle_price {
  1298. font-size: 14px;
  1299. color: #FF6B00;
  1300. }
  1301. .propaganda_course .propaganda_course_handle .propaganda_course_handle_price.free {
  1302. font-size: 16px;
  1303. }
  1304. .propaganda_course .propaganda_course_handle .propaganda_course_handle_price span {
  1305. font-size: 18px;
  1306. }
  1307. .propaganda_course .propaganda_course_handle .propaganda_course_handle_button {
  1308. width: 70px;
  1309. height: 26px;
  1310. border-radius: 13px;
  1311. background-color: #191C6E;
  1312. font-size: 14px;
  1313. line-height: 26px;
  1314. text-align: center;
  1315. color: #FFFFFF;
  1316. cursor: pointer;
  1317. }
  1318. .propaganda_recommend {
  1319. background: #fff;
  1320. padding: 0 14px;
  1321. }
  1322. .propaganda_recommend .propaganda_recommend_more {
  1323. display: -webkit-box;
  1324. display: -webkit-flex;
  1325. display: -moz-box;
  1326. display: -ms-flexbox;
  1327. display: flex;
  1328. -webkit-box-pack: justify;
  1329. -webkit-justify-content: space-between;
  1330. -moz-box-pack: justify;
  1331. -ms-flex-pack: justify;
  1332. justify-content: space-between;
  1333. -webkit-box-align: center;
  1334. -webkit-align-items: center;
  1335. -moz-box-align: center;
  1336. -ms-flex-align: center;
  1337. align-items: center;
  1338. padding: 20px 0;
  1339. border-bottom: 1px dashed #F1F1F1;
  1340. font-size: 18px;
  1341. color: #282828;
  1342. }
  1343. .propaganda_recommend .propaganda_recommend_more .propaganda_recommend_more_title {
  1344. font-size: 18px;
  1345. color: #282828;
  1346. }
  1347. .propaganda_recommend .propaganda_recommend_more .propaganda_recommend_more_icon {
  1348. color: #666;
  1349. font-size: 12px;
  1350. cursor: pointer;
  1351. }
  1352. .upload-popover.el-popover {
  1353. padding: 0 25px 25px;
  1354. }
  1355. .upload-popover .el-popover__title {
  1356. padding: 15px 0;
  1357. margin: 0;
  1358. line-height: 21px;
  1359. color: #666666;
  1360. }
  1361. .upload-popover ul {
  1362. display: -webkit-box;
  1363. display: -webkit-flex;
  1364. display: -moz-box;
  1365. display: -ms-flexbox;
  1366. display: flex;
  1367. -webkit-flex-wrap: wrap;
  1368. -ms-flex-wrap: wrap;
  1369. flex-wrap: wrap;
  1370. margin: 0 -10px -10px 0;
  1371. }
  1372. .upload-popover li {
  1373. position: relative;
  1374. width: 80px;
  1375. height: 80px;
  1376. margin: 0 10px 10px 0;
  1377. }
  1378. .upload-popover li img {
  1379. display: block;
  1380. width: 100%;
  1381. height: 100%;
  1382. -o-object-fit: cover;
  1383. object-fit: cover;
  1384. }
  1385. .upload-popover li div {
  1386. position: absolute;
  1387. right: 0;
  1388. bottom: 0;
  1389. left: 0;
  1390. display: none;
  1391. background-color: rgba(40, 40, 40, 0.8);
  1392. font-size: 0;
  1393. line-height: 20px;
  1394. text-align: center;
  1395. }
  1396. .upload-popover li .avatar-uploader-icon {
  1397. width: 100%;
  1398. height: 100%;
  1399. border: 1px dashed #BBBBBB;
  1400. font-size: 20px;
  1401. line-height: 80px;
  1402. text-align: center;
  1403. color: #BBBBBB;
  1404. cursor: pointer;
  1405. }
  1406. .upload-popover li .avatar-uploader-icon:hover {
  1407. border-color: #191C6E;
  1408. }
  1409. .upload-popover .el-icon-delete {
  1410. vertical-align: middle;
  1411. font-size: 12px;
  1412. color: #D0D0D0;
  1413. cursor: pointer;
  1414. }
  1415. .upload-popover li:hover div {
  1416. display: block;
  1417. }
  1418. .exchange-msgbox.el-message-box {
  1419. width: 470px;
  1420. padding: 0 0 34px;
  1421. }
  1422. .exchange-msgbox .el-message-box__header {
  1423. padding: 36px 15px 15px;
  1424. }
  1425. .exchange-msgbox .el-message-box__title {
  1426. font-size: 20px;
  1427. line-height: 26px;
  1428. color: #282828;
  1429. }
  1430. .exchange-msgbox .el-message-box__headerbtn {
  1431. font-size: 20px;
  1432. }
  1433. .exchange-msgbox .el-message-box__headerbtn .el-message-box__close {
  1434. color: #8A8A8A;
  1435. }
  1436. .exchange-msgbox.el-message-box--center .el-message-box__content {
  1437. padding: 10px 45px 0;
  1438. }
  1439. .exchange-msgbox .el-input__inner {
  1440. height: 50px;
  1441. padding: 0 25px;
  1442. border: 1px solid #DBDBDB;
  1443. border-radius: 25px;
  1444. font-size: 16px;
  1445. line-height: 50px;
  1446. color: #282828;
  1447. }
  1448. .exchange-msgbox .el-message-box__btns {
  1449. padding: 0 15px;
  1450. }
  1451. .exchange-msgbox .el-button {
  1452. width: 160px;
  1453. height: 44px;
  1454. border: 0;
  1455. border-radius: 22px;
  1456. background: -webkit-gradient(linear, left top, right top, from(#409DFF), to(#1E85FB));
  1457. background: -webkit-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
  1458. background: -moz-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
  1459. background: -o-linear-gradient(left, #409DFF 0%, #1E85FB 100%);
  1460. background: linear-gradient(90deg, #409DFF 0%, #1E85FB 100%);
  1461. font-size: 14px;
  1462. }
  1463. .exchange-button {
  1464. position: fixed;
  1465. right: 40px;
  1466. bottom: 50%;
  1467. z-index: 99;
  1468. border: 0;
  1469. background: transparent;
  1470. }
  1471. .exchange-button img {
  1472. display: block;
  1473. width: 162px;
  1474. height: 84px;
  1475. }
  1476. .special-tip {
  1477. margin-bottom: 19px;
  1478. font-size: 16px;
  1479. line-height: 21px;
  1480. color: #191C6E;
  1481. }