directTwo.vue 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923
  1. <template>
  2. <div id="directTwo">
  3. <el-row>
  4. <el-col :span="24" class="main">
  5. <el-col :span="24" class="one">
  6. <div class="w_1200">
  7. <el-col :span="20" class="left">
  8. <el-col :span="24" class="leftone">
  9. <span>科技成果展洽会</span>
  10. <span>欢迎您</span>
  11. </el-col>
  12. <el-col :span="24" class="lefttwo">
  13. SCIENTIFIC AND TECHNOLOGICAL ACHIEVEEMENTS EXHIBITION
  14. </el-col>
  15. </el-col>
  16. <el-col :span="4" class="right">
  17. <el-link :underline="false">帮助中心</el-link>
  18. </el-col>
  19. </div>
  20. </el-col>
  21. <el-col :span="24" class="two">
  22. <div class="w_1200">
  23. <el-col :span="24" class="twotop">
  24. <el-col :span="18" class="left">
  25. <p>{{ dockInfo.title }}</p>
  26. <el-image :src="two1"></el-image>
  27. </el-col>
  28. <el-col :span="6" class="right">
  29. <el-image :src="two2"></el-image>
  30. <p>{{ dockInfo.start_time }}</p>
  31. <p>距离展会结束还有</p>
  32. <p>{{ djs }}</p>
  33. </el-col>
  34. </el-col>
  35. <el-col :span="24" class="twocen">
  36. <el-col :span="15" class="left"> <span>主办单位:</span>{{ dockInfo.sponsor }} </el-col>
  37. <el-col :span="8" class="right">
  38. <el-button class="btn1" @click="$router.push({ path: '/halltwo/directTwo', query: { id: dockInfo.id } })">返回展会进行页</el-button>
  39. <el-button class="btn2" @click="$router.push({ path: '/halltwo/detail', query: { dock_id: dockInfo.id } })">进入展会总结页</el-button>
  40. </el-col>
  41. </el-col>
  42. <el-col :span="24" class="twodown">
  43. <el-col :span="5" class="txt">
  44. <span>已经到场</span>
  45. <span>{{ statNum.tszx }}</span
  46. >人
  47. </el-col>
  48. <el-col :span="5" class="txt">
  49. <span>实现对接</span>
  50. <span>{{ statNum.jywc }}</span
  51. >次
  52. </el-col>
  53. <el-col :span="5" class="txt">
  54. <span>产生意向</span>
  55. <span>{{ statNum.qthz }}</span
  56. >次
  57. </el-col>
  58. <el-col :span="5" class="txt">
  59. <span>项目数</span>
  60. <span>{{ statNum.czxm }}</span
  61. >项
  62. </el-col>
  63. <el-col :span="5" class="txt">
  64. <span>贺信</span>
  65. <span>0</span>封
  66. </el-col>
  67. <el-col :span="5" class="txt">
  68. <span>同时在线</span>
  69. <span>{{ statNum.tszx }}</span
  70. >人
  71. </el-col>
  72. <el-col :span="5" class="txt">
  73. <span>正在对接</span>
  74. <span>{{ statNum.qthz }}</span
  75. >人
  76. </el-col>
  77. <el-col :span="5" class="txt">
  78. <span>达成意向</span>
  79. <span>{{ statNum.dcyx }}</span
  80. >次
  81. </el-col>
  82. <el-col :span="5" class="txt">
  83. <span>需求数</span>
  84. <span>{{ statNum.czxq }}</span
  85. >项
  86. </el-col>
  87. <el-col :span="5" class="txt">
  88. <span>鲜花</span>
  89. <span>0</span>束
  90. </el-col>
  91. </el-col>
  92. </div>
  93. </el-col>
  94. <el-col :span="24" class="three">
  95. <div class="w_1200">
  96. <el-col :span="24" class="three1">
  97. <el-col :span="12" class="left">
  98. <video :src="dockInfo.file_path" controls="controls">
  99. 您的浏览器不支持 video 标签。
  100. </video>
  101. </el-col>
  102. <el-col :span="12" class="right">
  103. <el-tabs v-model="activeName">
  104. <el-tab-pane label="所有" name="first">
  105. <trainlist :list="trainoneList" @liveCenBtn="liveCenBtn"></trainlist>
  106. </el-tab-pane>
  107. <el-tab-pane label="实现对接" name="second">
  108. <trainlist :list="traintwoList" @liveCenBtn="liveCenBtn"></trainlist>
  109. </el-tab-pane>
  110. <el-tab-pane label="产生意向" name="third">
  111. <trainlist :list="trainthreeList" @liveCenBtn="liveCenBtn"></trainlist>
  112. </el-tab-pane>
  113. <el-tab-pane label="达成意向" name="fourth">
  114. <trainlist :list="trainfourList" @liveCenBtn="liveCenBtn"></trainlist>
  115. </el-tab-pane>
  116. </el-tabs>
  117. </el-col>
  118. </el-col>
  119. <el-col :span="24" class="three2">
  120. <advert :list="adveronetlist"></advert>
  121. </el-col>
  122. <el-col :span="24" class="three3">
  123. <el-col :span="12" class="left">
  124. <el-col :span="24" class="lefttop">
  125. <el-tabs v-model="achieveName">
  126. <el-tab-pane label="技术成果" name="first">
  127. <achieve :list="achieveoneList" @xmdjBtn="xmdjBtn"></achieve>
  128. </el-tab-pane>
  129. <el-tab-pane label="电子信息技术" name="second">
  130. <achieve :list="achievetwoList" @xmdjBtn="xmdjBtn"></achieve>
  131. </el-tab-pane>
  132. <el-tab-pane label="生物与新医药技术" name="third">
  133. <achieve :list="achievethreeList" @xmdjBtn="xmdjBtn"></achieve>
  134. </el-tab-pane>
  135. <el-tab-pane label="航空航天技术" name="fourth">
  136. <achieve :list="achievefourList" @xmdjBtn="xmdjBtn"></achieve>
  137. </el-tab-pane>
  138. </el-tabs>
  139. <el-link :underline="false" class="more" @click="$router.push({ path: '/halltwo/xmcg', query: { dock_id: dockInfo.id } })">更多></el-link>
  140. </el-col>
  141. <el-col :span="24" class="leftbtn">
  142. <el-button @click="$router.push({ path: '/halltwo/xmcg', query: { dock_id: dockInfo.id } })">查看所有项目</el-button>
  143. </el-col>
  144. </el-col>
  145. <el-col :span="12" class="right">
  146. <el-col :span="24" class="lefttop">
  147. <el-tabs v-model="techolName">
  148. <el-tab-pane label="科技需求" name="first">
  149. <achieve :list="techoloneList"></achieve>
  150. </el-tab-pane>
  151. <el-tab-pane label="新材料技术" name="second">
  152. <achieve :list="techoltwoList"></achieve>
  153. </el-tab-pane>
  154. <el-tab-pane label="高技术服务业" name="third">
  155. <achieve :list="techolthreeList"></achieve>
  156. </el-tab-pane>
  157. <el-tab-pane label="新能源及节能技术" name="fourth">
  158. <achieve :list="techolfourList"></achieve>
  159. </el-tab-pane>
  160. </el-tabs>
  161. <el-link :underline="false" class="more" @click="$router.push({ path: '/halltwo/xmcg', query: { dock_id: dockInfo.id } })">更多></el-link>
  162. </el-col>
  163. <el-col :span="24" class="leftbtn">
  164. <el-button @click="$router.push({ path: '/halltwo/xmcg', query: { dock_id: dockInfo.id } })">查看所有需求</el-button>
  165. </el-col>
  166. </el-col>
  167. </el-col>
  168. <el-col :span="24" class="three4">
  169. <advert :list="adveronetlist"></advert>
  170. </el-col>
  171. <el-col :span="24" class="three5">
  172. <el-col :span="24" class="top">
  173. <el-col :span="20" class="left">
  174. <p><el-image :src="school"></el-image> <span>高校院所</span></p>
  175. </el-col>
  176. <el-col :span="4" class="right">
  177. <el-link :underline="false">更多></el-link>
  178. </el-col>
  179. </el-col>
  180. <el-col :span="24" class="down">
  181. <el-col :span="5" class="schoolList" v-for="(item, index) in schoolList" :key="index">
  182. <el-col :span="24" class="image">
  183. <el-image :src="item.url"></el-image>
  184. <p>{{ item.name }}</p>
  185. </el-col>
  186. <el-col :span="24" class="btn">
  187. <el-col :span="12" class="txt1">
  188. <el-button type="primary" size="mini">对接</el-button>
  189. </el-col>
  190. <el-col
  191. :span="12"
  192. class="txt2"
  193. @click.native="$router.push({ path: '/halltwo/shoolDetail', query: { name: item.name, dock_id: dockInfo.id } })"
  194. >
  195. 查看院校项目
  196. </el-col>
  197. </el-col>
  198. </el-col>
  199. </el-col>
  200. </el-col>
  201. <el-col :span="24" class="three6">
  202. <advert :list="adveronetlist"></advert>
  203. </el-col>
  204. <el-col :span="24" class="three7">
  205. <el-col :span="12" class="left">
  206. <expert :list="expertList" @xmdjBtn="expertxmdjBtn" @expertxmcgBtn="expertxmcgBtn"></expert>
  207. </el-col>
  208. <el-col :span="12" class="right">
  209. <dockchat></dockchat>
  210. </el-col>
  211. </el-col>
  212. <el-col :span="24" class="three8">
  213. <el-col :span="8" class="left">
  214. <el-col :span="24" class="top">
  215. <el-image :src="zdcom"></el-image>
  216. <span>指导单位</span>
  217. </el-col>
  218. <el-col :span="24" class="down">
  219. <el-link :underline="false">吉林省科技厅</el-link>
  220. <el-link :underline="false">吉林省科学技术协会</el-link>
  221. </el-col>
  222. </el-col>
  223. <el-col :span="8" class="left">
  224. <el-col :span="24" class="top">
  225. <el-image :src="jscom"></el-image>
  226. <span>技术支持单位</span>
  227. </el-col>
  228. <el-col :span="24" class="down">
  229. <el-link :underline="false">长春市福瑞科技有限公司</el-link>
  230. </el-col>
  231. </el-col>
  232. </el-col>
  233. </div>
  234. </el-col>
  235. <el-col :span="24" class="four">
  236. <div class="w_1200">
  237. <el-col :span="24" class="info">
  238. <el-col :span="8" class="left">
  239. <h1>专家咨询:</h1>
  240. <p>工作日:08:30~17:00</p>
  241. <p>咨询电话:</p>
  242. <p>0431-81666508</p>
  243. </el-col>
  244. <el-col :span="8" class="left">
  245. <h1>业务联系:</h1>
  246. <p>长春中科北斗工程技术有限公司</p>
  247. <p>联系人:刘经理</p>
  248. <p>电话:18604328977</p>
  249. <p>邮箱:18889898@qq.com</p>
  250. </el-col>
  251. <el-col :span="8" class="left right">
  252. <h1>活动帮微信:</h1>
  253. <el-image :src="erweima" style="width:132px;height:132px;"></el-image>
  254. </el-col>
  255. </el-col>
  256. </div>
  257. </el-col>
  258. </el-col>
  259. <div class="pz_down">
  260. <live-foot></live-foot>
  261. </div>
  262. </el-row>
  263. </div>
  264. </template>
  265. <script>
  266. import liveFoot from '@/layout/live/foot.vue';
  267. // 直播实况
  268. import trainlist from './parts/trainlist.vue';
  269. // 广告位
  270. import advert from './parts/advert.vue';
  271. // 成果列表
  272. import achieve from './parts/achieve.vue';
  273. // 技术专家
  274. import expert from './parts/expert.vue';
  275. // 公共聊天
  276. import dockchat from './parts/dockchat.vue';
  277. // 学校列表
  278. import { schoolList } from '@/util/school.js';
  279. import { adveronetList } from '@/util/adveronet.js';
  280. import { mapState, createNamespacedHelpers } from 'vuex';
  281. const { mapActions: dock } = createNamespacedHelpers('dock');
  282. const { mapActions: expertsuser } = createNamespacedHelpers('expertsuser');
  283. const { mapActions: transaction } = createNamespacedHelpers('transaction');
  284. const { mapActions: market } = createNamespacedHelpers('market');
  285. var moment = require('moment');
  286. export default {
  287. metaInfo() {
  288. return { title: this.$route.meta.title };
  289. },
  290. name: 'directTwo',
  291. props: {},
  292. components: {
  293. liveFoot,
  294. // 直播实况
  295. trainlist,
  296. // 广告位
  297. advert,
  298. // 成果列表
  299. achieve,
  300. // 技术专家
  301. expert,
  302. // 公共聊天
  303. dockchat,
  304. },
  305. data: function() {
  306. return {
  307. two1: require('@a/sy_04.png'),
  308. two2: require('@a/dock2.png'),
  309. // 展會詳情
  310. dockInfo: {},
  311. // 直播实况
  312. activeName: 'first',
  313. // 所有0,1,2
  314. trainoneList: [],
  315. // 完成2
  316. traintwoList: [],
  317. // 产生0
  318. trainthreeList: [],
  319. // 达成1
  320. trainfourList: [],
  321. // 广告位
  322. adveronetlist: adveronetList,
  323. // 技术成果项目
  324. achieveName: 'first',
  325. // 全部
  326. achieveoneList: [],
  327. // 电子信息技术
  328. achievetwoList: [],
  329. // 生物与新医学技术
  330. achievethreeList: [],
  331. // 航空航天技术
  332. achievefourList: [],
  333. // 科技需求
  334. techolName: 'first',
  335. techoloneList: [],
  336. // 新材料技术
  337. techoltwoList: [],
  338. // 高技术服务业
  339. techolthreeList: [],
  340. // 新能源及节能技术
  341. techolfourList: [],
  342. // 高校院所
  343. school: require('@a/zh_12.png'),
  344. schoolList: schoolList,
  345. // 技术专家
  346. expertList: [],
  347. // 指导单位
  348. zdcom: require('@a/zh_17.png'),
  349. jscom: require('@a/zh_18.png'),
  350. erweima: require('@a/二维码.jpg'),
  351. // 项目数
  352. statNum: {
  353. tszx: 0,
  354. tyjb: 0,
  355. qthz: 0,
  356. dcyx: 0,
  357. jywc: 0,
  358. czxm: 0,
  359. czxq: 0,
  360. },
  361. // 倒计时
  362. djs: '',
  363. };
  364. },
  365. async created() {
  366. await this.searchInfo();
  367. },
  368. methods: {
  369. ...dock({ dockQuery: 'query', dockFetch: 'fetch', goodsquery: 'goodsquery' }),
  370. ...expertsuser({ expertQuery: 'query' }),
  371. ...transaction({ tquery: 'query' }),
  372. ...market({ marketFetch: 'fetch', operaFetch: 'operaFetch', sendMsg: 'operationCreate', operaQuery: 'operaQuery' }),
  373. async searchInfo() {
  374. // 查询展会详情
  375. if (this.id) {
  376. let res = await this.dockFetch(this.id);
  377. if (this.$checkRes(res)) {
  378. this.$set(this, `dockInfo`, res.data);
  379. // 查询产品
  380. let czxm = res.data.apply.map(item => item.goodsList);
  381. czxm = _.flattenDeep(czxm);
  382. let czxmNew = czxm.filter(item => item.dockStatus == '1');
  383. this.$set(this.statNum, `czxm`, czxmNew.length);
  384. // 技术成果
  385. let achieve = czxmNew.filter(i => i.type == '1');
  386. if (achieve.length > 0) {
  387. // 全部
  388. this.$set(this, `achieveoneList`, achieve);
  389. // 电子信息技术
  390. let achievetwoList = achieve.filter(i => i.field == '电子信息技术');
  391. this.$set(this, `achievetwoList`, achievetwoList);
  392. // 生物与新医药技术
  393. let achievethreeList = achieve.filter(i => i.field == '生物与新医药技术');
  394. this.$set(this, `achievethreeList`, achievethreeList);
  395. // 航空航天技术
  396. let achievefourList = achieve.filter(i => i.field == '航空航天技术');
  397. this.$set(this, `achievefourList`, achievefourList);
  398. }
  399. // 科技需求
  400. let techol = czxmNew.filter(i => i.type == '0');
  401. if (techol.length > 0) {
  402. // 全部
  403. this.$set(this, `techoloneList`, techol);
  404. this.$set(this.statNum, `czxq`, techol.length);
  405. // 新材料技术
  406. let techoltwoList = techol.filter(i => i.field == '新材料技术');
  407. this.$set(this, `techoltwoList`, techoltwoList);
  408. // 高技术服务业
  409. let techolthreeList = techol.filter(i => i.field == '高技术服务业');
  410. this.$set(this, `techolthreeList`, techolthreeList);
  411. // 新能源及节能技术
  412. let techolfourList = techol.filter(i => i.field == '新能源及节能技术');
  413. this.$set(this, `techolfourList`, techolfourList);
  414. }
  415. // 倒计时
  416. this.timer = setInterval(() => {
  417. this.setTime(res.data.start_time);
  418. }, 1000);
  419. }
  420. }
  421. // 查询专家
  422. let res = await this.expertQuery({ skip: 0, limit: 6 });
  423. if (this.$checkRes(res)) {
  424. this.$set(this, `expertList`, res.data);
  425. }
  426. // 查询直播实况
  427. // 所有
  428. let trans = await this.tquery({ dock_id: this.id });
  429. if (this.$checkRes(res)) {
  430. this.$set(this, `trainoneList`, trans.data);
  431. }
  432. // 正在洽谈
  433. let qthe = await this.tquery({ status: 0, dock_id: this.id });
  434. if (this.$checkRes(res)) {
  435. this.$set(this, `trainthreeList`, qthe.data);
  436. this.$set(this.statNum, `qthz`, qthe.total);
  437. }
  438. // 达成意向
  439. let dcyx = await this.tquery({ status: 1, dock_id: this.id });
  440. if (this.$checkRes(res)) {
  441. this.$set(this, `trainfourList`, dcyx.data);
  442. this.$set(this.statNum, `dcyx`, dcyx.total);
  443. }
  444. // 交易完成
  445. let jywc = await this.tquery({ status: 2, dock_id: this.id });
  446. if (this.$checkRes(res)) {
  447. this.$set(this, `traintwoList`, jywc.data);
  448. this.$set(this.statNum, `jywc`, jywc.total);
  449. }
  450. // 同时在线
  451. let tszx = await this.operaQuery({ type: '0' });
  452. if (tszx) {
  453. this.$set(this.statNum, `tszx`, tszx.total);
  454. }
  455. },
  456. // 倒计时
  457. setTime(end) {
  458. let now = moment().format('YYYY-MM-DD HH:mm:ss');
  459. // let now = moment().format('2020-11-20 08:00:00');
  460. if (end == now) {
  461. clearInterval(this.timer);
  462. this.$set(this, `djs`, '展会开始');
  463. } else {
  464. let sec = moment(end).diff(now, 'seconds');
  465. let day = _.floor(sec / 60 / 60 / 24);
  466. let hour = _.floor(Math.abs(day * 24 - sec / 60 / 60));
  467. let dayhour = day * 24;
  468. let minute = _.floor(Math.abs(day * 24 * 60 + hour * 60 - sec / 60));
  469. let second = _.floor(Math.abs(day * 24 * 60 * 60 + hour * 60 * 60 + minute * 60 - sec));
  470. let str = `${hour + dayhour}小时${minute}分${second}秒`;
  471. this.$set(this, `djs`, str);
  472. }
  473. },
  474. // 成果,需求,商务
  475. xmdjBtn(data) {
  476. this.$router.push({ path: '/halltwo/xmdj', query: { dock_id: this.id, id: data._id, type: data.type } });
  477. },
  478. // 专家
  479. expertxmdjBtn(data) {
  480. this.$router.push({ path: '/halltwo/xmdj', query: { dock_id: this.id, id: data._id, type: '3' } });
  481. },
  482. // 专家更多
  483. expertxmcgBtn(data) {
  484. this.$router.push({ path: '/halltwo/expertxmcg', query: { dock_id: this.id } });
  485. },
  486. // 进入直播中心
  487. liveCenBtn() {
  488. this.$router.push({ path: '/halltwo/liveCenter', query: { dock_id: this.id } });
  489. },
  490. },
  491. computed: {
  492. ...mapState(['user']),
  493. id() {
  494. return this.$route.query.id;
  495. },
  496. },
  497. watch: {},
  498. };
  499. </script>
  500. <style lang="less" scoped>
  501. .main {
  502. .one {
  503. height: 100px;
  504. .left {
  505. height: 100px;
  506. .leftone {
  507. margin: 15px 0 0 0;
  508. span:nth-child(1) {
  509. font-size: 35px;
  510. color: #535353;
  511. font-weight: bold;
  512. font-family: cursive;
  513. }
  514. span:nth-child(2) {
  515. font-size: 15px;
  516. padding: 0 10px;
  517. color: #535353;
  518. }
  519. }
  520. .lefttwo {
  521. font-size: 12px;
  522. color: #535353;
  523. }
  524. }
  525. .right {
  526. height: 100px;
  527. line-height: 100px;
  528. text-align: right;
  529. }
  530. }
  531. .two {
  532. height: 710px;
  533. background: url('~@/assets/bj1.jpg');
  534. padding: 20px 0;
  535. .twotop {
  536. margin: 0 0 10px 0;
  537. .left {
  538. height: 357px;
  539. margin: 0 10px 0 0;
  540. background: url('~@/assets/dock1.png');
  541. p {
  542. float: left;
  543. width: 79%;
  544. font-size: 43px;
  545. color: #fff;
  546. font-weight: bold;
  547. padding: 13% 0 0 20px;
  548. }
  549. .el-image {
  550. float: left;
  551. width: 153px;
  552. height: 94px;
  553. margin: 4% 0 0 0;
  554. }
  555. }
  556. .right {
  557. background-color: #ffffff;
  558. width: 24%;
  559. height: 357px;
  560. text-align: center;
  561. padding: 0 10px;
  562. .el-image {
  563. width: 120px;
  564. height: 48px;
  565. margin: 50px 0 0px 0;
  566. }
  567. p:nth-child(2) {
  568. font-size: 18px;
  569. margin: 30px 0 5px 0;
  570. }
  571. p:nth-child(3) {
  572. font-size: 22px;
  573. font-weight: bold;
  574. margin-bottom: 30px;
  575. }
  576. p:nth-child(4) {
  577. background: #f5f5f5;
  578. padding: 20px 0px;
  579. border-radius: 5px;
  580. font-size: 30px;
  581. }
  582. }
  583. .right:hover {
  584. cursor: pointer;
  585. p:nth-child(3) {
  586. color: #535353;
  587. }
  588. }
  589. }
  590. .twocen {
  591. height: 130px;
  592. overflow: hidden;
  593. line-height: 130px;
  594. background-color: #fff;
  595. margin: 0 0 35px 0;
  596. .left {
  597. font-size: 18px;
  598. margin: 0 0 0 30px;
  599. span {
  600. font-size: 22px;
  601. font-weight: bold;
  602. }
  603. }
  604. .right {
  605. .btn1 {
  606. font-size: 16px;
  607. color: #fff;
  608. background: red;
  609. border: none;
  610. font-weight: bold;
  611. }
  612. .btn2 {
  613. font-size: 16px;
  614. color: #ff0000;
  615. border: 1px solid #ff0000;
  616. font-weight: bold;
  617. }
  618. }
  619. }
  620. .twodown {
  621. height: 160px;
  622. .txt {
  623. width: 224px;
  624. height: 52px;
  625. margin: 0 20px 15px 0;
  626. background: url('~@/assets/sjbj.jpg');
  627. padding: 11px 0;
  628. font-size: 18px;
  629. span:nth-child(1) {
  630. float: left;
  631. width: 46%;
  632. text-align: center;
  633. color: #fff;
  634. }
  635. span:nth-child(2) {
  636. float: left;
  637. width: 40%;
  638. text-align: center;
  639. color: #000;
  640. font-weight: bold;
  641. text-align: right;
  642. }
  643. }
  644. .txt:nth-child(5n) {
  645. margin: 0 0 15px 0;
  646. }
  647. }
  648. }
  649. .three {
  650. padding: 50px 0;
  651. .three1 {
  652. height: 440px;
  653. margin: 0 0 50px 0;
  654. .left {
  655. height: 440px;
  656. background: #000;
  657. margin: 0 15px 0 0;
  658. video {
  659. width: 100%;
  660. height: 100%;
  661. }
  662. }
  663. .right {
  664. width: 584px;
  665. height: 440px;
  666. border-radius: 10px;
  667. box-shadow: 0 5px 15px rgba(33, 82, 203, 0.35);
  668. /deep/.el-tabs__header {
  669. margin: 0;
  670. }
  671. /deep/ .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  672. padding-left: 20px;
  673. }
  674. /deep/ .el-tabs--top .el-tabs__item.is-top:last-child {
  675. padding-right: 20px;
  676. }
  677. /deep/.el-tabs__active-bar {
  678. display: none;
  679. }
  680. /deep/.el-tabs__nav-wrap::after {
  681. background-color: transparent;
  682. }
  683. /deep/.el-tabs__item.is-active {
  684. color: #fff;
  685. background: red;
  686. }
  687. /deep/.el-tabs__item {
  688. font-size: 18px;
  689. border-radius: 10px;
  690. font-weight: bold;
  691. }
  692. /deep/ .el-tabs__item:hover {
  693. color: #fff;
  694. background: red;
  695. }
  696. }
  697. }
  698. .three2 {
  699. height: 85px;
  700. margin: 0 0 50px 0;
  701. }
  702. .three3 {
  703. height: 440px;
  704. margin: 0 0 50px 0;
  705. .left {
  706. position: relative;
  707. width: 49%;
  708. height: 440px;
  709. margin: 0 15px 0 0;
  710. border-radius: 10px;
  711. box-shadow: 0 5px 15px rgba(33, 82, 203, 0.35);
  712. padding: 0 10px;
  713. .lefttop {
  714. height: 415px;
  715. .more {
  716. position: absolute;
  717. right: 10px;
  718. top: 11px;
  719. }
  720. }
  721. .leftbtn {
  722. text-align: center;
  723. .el-button {
  724. background: #2152cb;
  725. color: #fff;
  726. padding: 10px 20px;
  727. }
  728. }
  729. }
  730. .right {
  731. position: relative;
  732. width: 49%;
  733. height: 440px;
  734. border-radius: 10px;
  735. box-shadow: 0 5px 15px rgba(33, 82, 203, 0.35);
  736. padding: 0 10px;
  737. .lefttop {
  738. height: 415px;
  739. .more {
  740. position: absolute;
  741. right: 10px;
  742. top: 11px;
  743. }
  744. }
  745. .leftbtn {
  746. text-align: center;
  747. .el-button {
  748. background: #2152cb;
  749. color: #fff;
  750. padding: 10px 20px;
  751. }
  752. }
  753. }
  754. /deep/.el-tabs__header {
  755. margin: 0;
  756. }
  757. /deep/.el-tabs__item.is-active {
  758. color: #2454cb;
  759. }
  760. /deep/.el-tabs__active-bar {
  761. background-color: #2454cb;
  762. }
  763. /deep/ .el-tabs__item:hover {
  764. color: #2454cb;
  765. }
  766. /deep/ .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  767. padding-left: 20px;
  768. }
  769. /deep/ .el-tabs--top .el-tabs__item.is-top:last-child {
  770. padding-right: 20px;
  771. }
  772. }
  773. .three4 {
  774. height: 85px;
  775. margin: 0 0 50px 0;
  776. }
  777. .three5 {
  778. height: 340px;
  779. margin: 0 0 50px 0;
  780. .top {
  781. height: 62px;
  782. background-color: #ccc;
  783. margin: 0 0 30px 0;
  784. .left {
  785. height: 62px;
  786. padding: 0 15px;
  787. p {
  788. height: 43px;
  789. border-bottom: 8px solid #2152cb;
  790. width: 12%;
  791. padding: 10px 0 0 0;
  792. span {
  793. display: inline-block;
  794. position: relative;
  795. left: 6px;
  796. top: -5px;
  797. font-size: 18px;
  798. color: #2152cb;
  799. }
  800. }
  801. }
  802. .right {
  803. height: 62px;
  804. line-height: 62px;
  805. text-align: right;
  806. padding: 0 10px;
  807. }
  808. }
  809. .down {
  810. height: 225px;
  811. overflow: hidden;
  812. .schoolList {
  813. width: 204px;
  814. height: 225px;
  815. margin: 0 30px 0 0;
  816. text-align: center;
  817. .image {
  818. height: 183px;
  819. border: 1px solid #ccc;
  820. margin: 0 0 10px 0;
  821. .el-image {
  822. width: 130px;
  823. margin: 10px 0 0 0;
  824. }
  825. p {
  826. font-size: 14px;
  827. color: #2152cb;
  828. text-align: center;
  829. }
  830. }
  831. .btn {
  832. height: 30px;
  833. line-height: 30px;
  834. .txt1 {
  835. text-align: left;
  836. }
  837. .txt2 {
  838. text-align: right;
  839. font-size: 14px;
  840. }
  841. }
  842. }
  843. .schoolList:hover {
  844. cursor: pointer;
  845. .image {
  846. box-shadow: 0 0 5px #ccc;
  847. }
  848. }
  849. }
  850. }
  851. .three6 {
  852. height: 85px;
  853. margin: 0 0 50px 0;
  854. }
  855. .three7 {
  856. height: 440px;
  857. margin: 0 0 50px 0;
  858. .left {
  859. position: relative;
  860. width: 49%;
  861. height: 440px;
  862. margin: 0 15px 0 0;
  863. border-radius: 10px;
  864. box-shadow: 0 10px 10px rgba(127, 126, 126, 0.3);
  865. }
  866. .right {
  867. position: relative;
  868. width: 49%;
  869. height: 440px;
  870. border-radius: 10px;
  871. box-shadow: 0 10px 10px rgba(127, 126, 126, 0.3);
  872. }
  873. }
  874. .three8 {
  875. min-height: 110px;
  876. .left {
  877. margin: 0 15px 0 0;
  878. .top {
  879. height: 42px;
  880. background-color: #d0dce6;
  881. .el-image {
  882. padding: 5px 0 0 10px;
  883. }
  884. span {
  885. display: inline-block;
  886. position: relative;
  887. top: -10px;
  888. left: 10px;
  889. }
  890. }
  891. .down {
  892. margin: 10px;
  893. }
  894. }
  895. }
  896. }
  897. .four {
  898. border-top: 2px solid #305798;
  899. height: 250px;
  900. .info {
  901. .left {
  902. h1 {
  903. padding: 15px 0;
  904. font-weight: bold;
  905. color: #4d4d4d;
  906. }
  907. p {
  908. font-size: 16px;
  909. color: #4d4d4d;
  910. padding: 5px 0;
  911. }
  912. }
  913. .right {
  914. text-align: center;
  915. }
  916. }
  917. }
  918. }
  919. </style>