direct.vue 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <template>
  2. <div id="hall" style="background-color: #fff">
  3. <el-col :span="24">
  4. <div class="livetop">
  5. <div class="w_1200">
  6. <el-col :span="24" class="title">
  7. 吉林省计算中心对接直播大厅
  8. </el-col>
  9. <el-col :span="24" class="zhuban">
  10. <span>主办方:</span>
  11. <span>吉林省计算中心直播大厅</span>
  12. </el-col>
  13. <el-col :span="24" class="num">
  14. <p>
  15. <span>同时在线</span>
  16. <span>1人</span>
  17. </p>
  18. <p>
  19. <span>特邀嘉宾</span>
  20. <span>1人</span>
  21. </p>
  22. <p>
  23. <span>洽谈合作</span>
  24. <span>1人</span>
  25. </p>
  26. <p>
  27. <span>达成意愿</span>
  28. <span>1人</span>
  29. </p>
  30. <p>
  31. <span>展示成果</span>
  32. <span>1人</span>
  33. </p>
  34. <p>
  35. <span>发布需求</span>
  36. <span>1人</span>
  37. </p>
  38. </el-col>
  39. </div>
  40. </div>
  41. <div class="w_1200">
  42. <el-col :span="24" class="livemain">
  43. <el-col :span="24" class="livevideo">
  44. <el-col :span="24" class="left">
  45. <el-col :span="24" class="title">
  46. <span style="color: rgb(255, 132, 0);">现场</span>
  47. <span>直播</span>
  48. </el-col>
  49. <el-col :span="24" class="video">
  50. 直播换面
  51. </el-col>
  52. </el-col>
  53. <el-col :span="24" class="right">
  54. <p><span>交易实况</span></p>
  55. </el-col>
  56. </el-col>
  57. </el-col>
  58. </div>
  59. </el-col>
  60. </div>
  61. </template>
  62. <script>
  63. import { mapState, createNamespacedHelpers } from 'vuex';
  64. import _ from 'loadsh';
  65. export default {
  66. name: 'hall',
  67. props: {},
  68. components: {},
  69. data: () => ({}),
  70. created() {},
  71. methods: {},
  72. computed: {
  73. pageTitle() {
  74. return `${this.$route.meta.title}`;
  75. },
  76. },
  77. metaInfo() {
  78. return { title: this.$route.meta.title };
  79. },
  80. };
  81. </script>
  82. <style lang="less" scoped>
  83. .w_1200 {
  84. margin: 0 auto;
  85. width: 80%;
  86. }
  87. .livetop {
  88. width: 100%;
  89. height: 487px;
  90. overflow: hidden;
  91. background-image: url(../assets/live/top_3.png);
  92. }
  93. .livetop .title {
  94. text-align: center;
  95. color: #fff;
  96. position: relative;
  97. width: 100%;
  98. font-size: 45px;
  99. top: 65px;
  100. }
  101. .livetop .zhuban {
  102. text-align: center;
  103. color: #fff;
  104. position: relative;
  105. width: 100%;
  106. font-size: 25px;
  107. top: 140px;
  108. }
  109. .livetop .zhuban span:first-child {
  110. font-weight: 700;
  111. }
  112. .livetop .num {
  113. position: relative;
  114. top: 190px;
  115. color: #fff;
  116. }
  117. .livetop .num p {
  118. float: left;
  119. width: 15%;
  120. background: #fff;
  121. margin: 0 14px 0 0 !important;
  122. color: #000;
  123. height: 50px;
  124. line-height: 50px;
  125. border-radius: 30px;
  126. }
  127. .livetop .num p span:first-child {
  128. display: inline-block;
  129. width: 56%;
  130. text-align: center;
  131. height: 50px;
  132. line-height: 50px;
  133. font-size: 16px;
  134. background: red;
  135. border-radius: 30px;
  136. color: #fff;
  137. font-weight: 700;
  138. }
  139. .livetop .num p span:last-child {
  140. display: inline-block;
  141. width: 42%;
  142. text-align: center;
  143. font-size: 15px;
  144. font-weight: 700;
  145. }
  146. .livemain {
  147. position: relative;
  148. top: -55px;
  149. z-index: 999;
  150. }
  151. .livemain .livevideo {
  152. height: 470px;
  153. overflow: hidden;
  154. margin: 0 0 15px 0;
  155. }
  156. .livemain .livevideo .left {
  157. float: left;
  158. width: 50%;
  159. height: 460px;
  160. overflow: hidden;
  161. border: 5px solid #000;
  162. background: #fff;
  163. border-radius: 5px;
  164. }
  165. .livemain .livevideo .left .title {
  166. padding: 0 10px;
  167. height: 40px;
  168. line-height: 40px;
  169. font-size: 20px;
  170. font-weight: 700;
  171. }
  172. p {
  173. margin: 0 !important;
  174. }
  175. .livemain .livevideo .left .video {
  176. height: 400px;
  177. margin: 0 10px 10px 10px;
  178. border: 2px solid #ccc;
  179. width: 685px;
  180. }
  181. .livemain .livevideo .right {
  182. width: 50%;
  183. height: 460px;
  184. overflow: hidden;
  185. background-color: #6e042c;
  186. border-top-left-radius: 5px;
  187. border-bottom-left-radius: 5px;
  188. overflow: hidden;
  189. }
  190. .livemain .livevideo .right p {
  191. color: #fff;
  192. width: 100%;
  193. float: left;
  194. height: 40px;
  195. line-height: 40px;
  196. padding: 0 10px;
  197. background: #fe950e;
  198. }
  199. </style>