directTwo.vue 28 KB

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