audioCourse.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. .prism-player .prism-cc-btn {
  2. display: none;
  3. }
  4. .prism-player .prism-setting-list .prism-setting-item.prism-setting-cc {
  5. display: none;
  6. }
  7. .prism-player .prism-setting-list .prism-setting-item.prism-setting-audio {
  8. display: none;
  9. }
  10. .prism-player .prism-setting-list .prism-setting-item.prism-setting-quality {
  11. display: none;
  12. }
  13. .prism-player .prism-setting-list .prism-setting-item.prism-setting-quality {
  14. display: none;
  15. }
  16. body {
  17. background: #F9F9F9;
  18. }
  19. .layout {
  20. background: #fff;
  21. }
  22. .container {
  23. width: 1200px;
  24. padding-bottom: 30px;
  25. margin: auto;
  26. }
  27. .el-breadcrumb {
  28. padding-top: 30px;
  29. font-size: 14px;
  30. }
  31. .container_title>div {
  32. margin-right: 4px;
  33. }
  34. .container_title>div:nth-last-child(1) {
  35. color: #999999;
  36. }
  37. .container_content {
  38. margin-top: 20px;
  39. }
  40. .container_content_title {
  41. font-size: 22px;
  42. color: #282828;
  43. font-weight: bold;
  44. margin-bottom: 21px;
  45. }
  46. .container_content_message {
  47. display: -webkit-box;
  48. display: -webkit-flex;
  49. display: -moz-box;
  50. display: -ms-flexbox;
  51. display: flex;
  52. height: 488px;
  53. }
  54. .container_content_message_viAndAu {
  55. -webkit-box-flex: 1;
  56. -webkit-flex: 1;
  57. -moz-box-flex: 1;
  58. -ms-flex: 1;
  59. flex: 1;
  60. }
  61. .container_content_message_viAndAu .el-image {
  62. width: 100%;
  63. height: 100%;
  64. }
  65. .container_content_message_viAndAu_viAndAuBox {
  66. position: relative;
  67. width: 100%;
  68. height: 100%;
  69. }
  70. .container_content_message_viAndAu_viAndAuBox .el-image {
  71. position: absolute;
  72. top: 0;
  73. right: 0;
  74. bottom: 0;
  75. left: 0;
  76. z-index: 1;
  77. }
  78. .container_content_message_viAndAu_viAndAuBox .try {
  79. position: absolute;
  80. right: 15px;
  81. bottom: 15px;
  82. z-index: 12;
  83. padding: 5px 8px 5px 7px;
  84. border-radius: 12px;
  85. background-color: rgba(0, 0, 0, .6);
  86. font-size: 11px;
  87. line-height: 1;
  88. color: #FFFFFF;
  89. }
  90. .container_content_message_viAndAu_viAndAuPlay {
  91. width: 100%;
  92. height: 60px;
  93. background: rgba(0, 0, 0, 0.5);
  94. position: absolute;
  95. bottom: 0;
  96. left: 0;
  97. -webkit-transition: .3s;
  98. -o-transition: .3s;
  99. -moz-transition: .3s;
  100. transition: .3s;
  101. display: -webkit-box;
  102. display: -webkit-flex;
  103. display: -moz-box;
  104. display: -ms-flexbox;
  105. display: flex;
  106. -webkit-box-align: center;
  107. -webkit-align-items: center;
  108. -moz-box-align: center;
  109. -ms-flex-align: center;
  110. align-items: center;
  111. }
  112. .viAndAuPlay_play {
  113. color: #fff;
  114. }
  115. .container_content_message_viAndAu:hover .container_content_message_viAndAu_viAndAuPlay {
  116. bottom: 0;
  117. }
  118. .container_content_message_list {
  119. width: 330px;
  120. height: 100%;
  121. background: #333333;
  122. display: -webkit-box;
  123. display: -webkit-flex;
  124. display: -moz-box;
  125. display: -ms-flexbox;
  126. display: flex;
  127. -webkit-box-orient: vertical;
  128. -webkit-box-direction: normal;
  129. -webkit-flex-direction: column;
  130. -moz-box-orient: vertical;
  131. -moz-box-direction: normal;
  132. -ms-flex-direction: column;
  133. flex-direction: column;
  134. }
  135. .container_content_message_list_title {
  136. padding: 0 20px;
  137. height: 50px;
  138. background: #2D2D2D;
  139. display: -webkit-box;
  140. display: -webkit-flex;
  141. display: -moz-box;
  142. display: -ms-flexbox;
  143. display: flex;
  144. }
  145. .container_content_message_list_title_item {
  146. cursor: pointer;
  147. height: 100%;
  148. font-size: 14px;
  149. line-height: 50px;
  150. text-align: center;
  151. color: #fff;
  152. border-bottom: 2px solid #191C6E;
  153. }
  154. .container_content_message_list_content {
  155. -webkit-box-flex: 1;
  156. -webkit-flex: 1;
  157. -moz-box-flex: 1;
  158. -ms-flex: 1;
  159. flex: 1;
  160. overflow: auto;
  161. }
  162. .container_content_message_list_content::-webkit-scrollbar {
  163. /*滚动条整体样式*/
  164. width: 1px;
  165. /*高宽分别对应横竖滚动条的尺寸*/
  166. height: 1px;
  167. }
  168. .container_content_message_list_content::-webkit-scrollbar-thumb {
  169. /*滚动条里面小方块*/
  170. border-radius: 10px;
  171. background-color: skyblue;
  172. background-image: -webkit-linear-gradient(45deg,
  173. rgba(255, 255, 255, 0.2) 25%,
  174. transparent 25%,
  175. transparent 50%,
  176. rgba(255, 255, 255, 0.2) 50%,
  177. rgba(255, 255, 255, 0.2) 75%,
  178. transparent 75%,
  179. transparent);
  180. }
  181. .container_content_message_list_content::-webkit-scrollbar-track {
  182. /*滚动条里面轨道*/
  183. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  184. box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  185. background: #ededed;
  186. border-radius: 10px;
  187. }
  188. .container_content_message_list_content_item {
  189. height: 61px;
  190. padding: 0 29px;
  191. display: -webkit-box;
  192. display: -webkit-flex;
  193. display: -moz-box;
  194. display: -ms-flexbox;
  195. display: flex;
  196. -webkit-box-align: center;
  197. -webkit-align-items: center;
  198. -moz-box-align: center;
  199. -ms-flex-align: center;
  200. align-items: center;
  201. cursor: pointer;
  202. }
  203. .container_content_message_list_content_item_label {
  204. width: 20px;
  205. height: 16px;
  206. background: #454545;
  207. opacity: 1;
  208. border-radius: 2px;
  209. display: -webkit-box;
  210. display: -webkit-flex;
  211. display: -moz-box;
  212. display: -ms-flexbox;
  213. display: flex;
  214. -webkit-box-align: center;
  215. -webkit-align-items: center;
  216. -moz-box-align: center;
  217. -ms-flex-align: center;
  218. align-items: center;
  219. -webkit-box-pack: center;
  220. -webkit-justify-content: center;
  221. -moz-box-pack: center;
  222. -ms-flex-pack: center;
  223. justify-content: center;
  224. font-size: 12px;
  225. margin-right: 10px;
  226. position: relative;
  227. top: 1px;
  228. }
  229. .container_content_message_list_content_item_label .iconfont {
  230. -webkit-transform: scale(0.7);
  231. -moz-transform: scale(0.7);
  232. -ms-transform: scale(0.7);
  233. -o-transform: scale(0.7);
  234. transform: scale(0.7);
  235. }
  236. .container_content_message_list_content_item_value {
  237. -webkit-box-flex: 1;
  238. -webkit-flex: 1;
  239. -moz-box-flex: 1;
  240. -ms-flex: 1;
  241. flex: 1;
  242. min-width: 0;
  243. overflow: hidden;
  244. white-space: nowrap;
  245. -o-text-overflow: ellipsis;
  246. text-overflow: ellipsis;
  247. color: #191C6E;
  248. }
  249. .container_content_message_list_content_item_value>span {
  250. color: #999999;
  251. white-space: nowrap;
  252. }
  253. .container_content_message_list_content_item:hover {
  254. background: #000;
  255. }
  256. .active .iconfont {
  257. color: #fff;
  258. }
  259. .active .container_content_message_list_content_item_label {
  260. background: #191C6E;
  261. }
  262. .active .container_content_message_list_content_item_value>span {
  263. color: #191C6E;
  264. }
  265. .container_courseDetils {
  266. padding: 30px;
  267. background: #fff;
  268. margin-top: 30px;
  269. }
  270. .container_courseDetils_title {
  271. display: -webkit-box;
  272. display: -webkit-flex;
  273. display: -moz-box;
  274. display: -ms-flexbox;
  275. display: flex;
  276. -webkit-box-orient: vertical;
  277. -webkit-box-direction: normal;
  278. -webkit-flex-direction: column;
  279. -moz-box-orient: vertical;
  280. -moz-box-direction: normal;
  281. -ms-flex-direction: column;
  282. flex-direction: column;
  283. -webkit-box-pack: center;
  284. -webkit-justify-content: center;
  285. -moz-box-pack: center;
  286. -ms-flex-pack: center;
  287. justify-content: center;
  288. -webkit-box-align: center;
  289. -webkit-align-items: center;
  290. -moz-box-align: center;
  291. -ms-flex-align: center;
  292. align-items: center;
  293. margin-bottom: 40px;
  294. }
  295. .container_courseDetils_title div:nth-child(2) {
  296. width: 50px;
  297. height: 4px;
  298. background: #191C6E;
  299. margin-top: 19px;
  300. }
  301. .container_courseDetils_content {
  302. line-height: normal;
  303. }
  304. .container_courseDetils_content img,
  305. .container_courseDetils_content video,
  306. .container_courseDetils_content audio {
  307. max-width: 100%;
  308. }