broadcast.wxss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. @import url(https://g.alicdn.com/de/prismplayer/2.7.2/skins/default/aliplayer-min.css);
  2. @charset "UTF-8";
  3. /* 页面左右间距 */
  4. /* 文字尺寸 */
  5. /*文字颜色*/
  6. /* 边框颜色 */
  7. /*颜色*/
  8. /* 图片加载中颜色 */
  9. /* 行为相关颜色 */
  10. /* 功能栏字体大小 */
  11. /*功能栏左侧小图标*/
  12. .container {
  13. background-color: #FFFFFF;
  14. }
  15. .top {
  16. width: 100%;
  17. height: 500rpx;
  18. }
  19. .top .course-video {
  20. width: 100%;
  21. height: 60vw;
  22. }
  23. .top .course-video.errorContent {
  24. display: -webkit-box;
  25. display: -webkit-flex;
  26. display: flex;
  27. -webkit-box-pack: center;
  28. -webkit-justify-content: center;
  29. justify-content: center;
  30. -webkit-box-align: center;
  31. -webkit-align-items: center;
  32. align-items: center;
  33. background-color: #212121;
  34. text-align: center;
  35. }
  36. .top .course-video.errorContent .contentText {
  37. font-size: 32rpx;
  38. color: #ffffff;
  39. }
  40. .top .course-video.errorContent .contentText .tvImg {
  41. width: 75rpx;
  42. height: 64rpx;
  43. margin-bottom: 25rpx;
  44. }
  45. .uni-column {
  46. display: -webkit-box;
  47. display: -webkit-flex;
  48. display: flex;
  49. -webkit-box-orient: vertical;
  50. -webkit-box-direction: normal;
  51. -webkit-flex-direction: column;
  52. flex-direction: column;
  53. }
  54. .content {
  55. display: -webkit-box;
  56. display: -webkit-flex;
  57. display: flex;
  58. -webkit-box-flex: 1;
  59. -webkit-flex: 1;
  60. flex: 1;
  61. /* margin-bottom: 100upx; */
  62. }
  63. .foot {
  64. box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  65. position: fixed;
  66. width: 100%;
  67. height: auto;
  68. left: 0rpx;
  69. bottom: 0;
  70. overflow: hidden;
  71. }
  72. .footer {
  73. display: -webkit-box;
  74. display: -webkit-flex;
  75. display: flex;
  76. -webkit-box-orient: horizontal;
  77. -webkit-box-direction: normal;
  78. -webkit-flex-direction: row;
  79. flex-direction: row;
  80. width: 100%;
  81. height: 110rpx;
  82. line-height: 100rpx;
  83. overflow: hidden;
  84. background-color: #ffffff;
  85. }
  86. .footer-left {
  87. width: 80rpx;
  88. height: 80rpx;
  89. display: -webkit-box;
  90. display: -webkit-flex;
  91. display: flex;
  92. -webkit-box-pack: center;
  93. -webkit-justify-content: center;
  94. justify-content: center;
  95. -webkit-box-align: center;
  96. -webkit-align-items: center;
  97. align-items: center;
  98. }
  99. .footer-right {
  100. background-color: #6786fb;
  101. width: 130rpx;
  102. display: -webkit-box;
  103. display: -webkit-flex;
  104. display: flex;
  105. -webkit-box-pack: center;
  106. -webkit-justify-content: center;
  107. justify-content: center;
  108. -webkit-box-align: center;
  109. -webkit-align-items: center;
  110. align-items: center;
  111. color: #1482d1;
  112. line-height: 20rpx;
  113. }
  114. .footer-right image {
  115. width: 50rpx;
  116. height: 50rpx;
  117. }
  118. .footer-emotion {
  119. padding: 0rpx 25rpx;
  120. display: -webkit-box;
  121. display: -webkit-flex;
  122. display: flex;
  123. -webkit-box-pack: end;
  124. -webkit-justify-content: flex-end;
  125. justify-content: flex-end;
  126. -webkit-box-align: center;
  127. -webkit-align-items: center;
  128. align-items: center;
  129. color: #1482d1;
  130. }
  131. .footer-center {
  132. border-left: 2rpx solid #cccccc;
  133. padding-left: 20rpx;
  134. -webkit-box-flex: 1;
  135. -webkit-flex: 1;
  136. flex: 1;
  137. display: -webkit-box;
  138. display: -webkit-flex;
  139. display: flex;
  140. -webkit-box-pack: center;
  141. -webkit-justify-content: center;
  142. justify-content: center;
  143. -webkit-box-align: center;
  144. -webkit-align-items: center;
  145. align-items: center;
  146. font-size: 26rpx;
  147. }
  148. .footer-center .input-text {
  149. font-size: 26rpx;
  150. -webkit-box-flex: 1;
  151. -webkit-flex: 1;
  152. flex: 1;
  153. background: #fff;
  154. font-family: verdana !important;
  155. overflow: hidden;
  156. border-radius: 15rpx;
  157. }
  158. @font-face {
  159. font-family: 'iconfont';
  160. /* project id 1134039 */
  161. src: url("http://at.alicdn.com/t/font_1134039_uait6xu86bf.eot");
  162. src: url("http://at.alicdn.com/t/font_1134039_uait6xu86bf.eot?#iefix") format("embedded-opentype"), url("http://at.alicdn.com/t/font_1134039_uait6xu86bf.woff2") format("woff2"), url("http://at.alicdn.com/t/font_1134039_uait6xu86bf.woff") format("woff"), url("http://at.alicdn.com/t/font_1134039_uait6xu86bf.ttf") format("truetype"), url("http://at.alicdn.com/t/font_1134039_uait6xu86bf.svg#iconfont") format("svg");
  163. }
  164. .iconfont {
  165. font-family: 'iconfont' !important;
  166. font-size: 18px;
  167. font-style: normal;
  168. -webkit-font-smoothing: antialiased;
  169. -moz-osx-font-smoothing: grayscale;
  170. }
  171. .icon {
  172. color: #f3b72c !important;
  173. }
  174. .icon-face:before {
  175. content: '\e71c';
  176. font-size: 50rpx;
  177. }
  178. .m-item {
  179. display: -webkit-box;
  180. display: -webkit-flex;
  181. display: flex;
  182. -webkit-box-orient: horizontal;
  183. -webkit-box-direction: normal;
  184. -webkit-flex-direction: row;
  185. flex-direction: row;
  186. padding-top: 40rpx;
  187. }
  188. .m-left {
  189. display: -webkit-box;
  190. display: -webkit-flex;
  191. display: flex;
  192. width: 120rpx;
  193. -webkit-box-pack: center;
  194. -webkit-justify-content: center;
  195. justify-content: center;
  196. -webkit-box-align: start;
  197. -webkit-align-items: flex-start;
  198. align-items: flex-start;
  199. }
  200. .m-content {
  201. display: -webkit-box;
  202. display: -webkit-flex;
  203. display: flex;
  204. -webkit-box-flex: 1;
  205. -webkit-flex: 1;
  206. flex: 1;
  207. -webkit-box-orient: vertical;
  208. -webkit-box-direction: normal;
  209. -webkit-flex-direction: column;
  210. flex-direction: column;
  211. -webkit-box-pack: center;
  212. -webkit-justify-content: center;
  213. justify-content: center;
  214. word-break: break-all;
  215. font-size: 22rpx;
  216. }
  217. .m-right {
  218. display: -webkit-box;
  219. display: -webkit-flex;
  220. display: flex;
  221. width: 120rpx;
  222. -webkit-box-pack: center;
  223. -webkit-justify-content: center;
  224. justify-content: center;
  225. -webkit-box-align: start;
  226. -webkit-align-items: flex-start;
  227. align-items: flex-start;
  228. }
  229. .head_icon {
  230. width: 80rpx;
  231. height: 80rpx;
  232. border-radius: 100%;
  233. }
  234. .m-content-head {
  235. position: relative;
  236. }
  237. .m-content-head-right {
  238. display: -webkit-box;
  239. display: -webkit-flex;
  240. display: flex;
  241. -webkit-box-pack: end;
  242. -webkit-justify-content: flex-end;
  243. justify-content: flex-end;
  244. }
  245. .m-content-head-customer {
  246. text-align: left;
  247. background: #f7f7fb;
  248. border: 1px #f7f7fb solid;
  249. border-radius: 20rpx;
  250. padding: 20rpx 25rpx;
  251. font-size: 26rpx !important;
  252. display: inline-block;
  253. }
  254. .m-content-head-customer:before {
  255. border: 15rpx solid transparent;
  256. border-right: 15rpx solid #f7f7fb;
  257. left: -26rpx;
  258. width: 0;
  259. height: 0;
  260. position: absolute;
  261. content: ' ';
  262. }
  263. .m-content-head-home {
  264. border: 1rpx white solid;
  265. font-size: 26rpx !important;
  266. background: white;
  267. border-radius: 20rpx;
  268. padding: 20rpx;
  269. background-color: #f7f7fb;
  270. }
  271. .m-content-head-home:after {
  272. border: 15rpx solid transparent;
  273. border-left: 15rpx solid #f7f7fb;
  274. top: 20rpx;
  275. right: -26rpx;
  276. width: 0;
  277. height: 0;
  278. position: absolute;
  279. content: ' ';
  280. }