ballotCampaignMainPage.vue 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998
  1. <template>
  2.  
  3. <div class="big-big-box">
  4. <banners-zh v-if="language.value == 'CN'"></banners-zh>
  5. <banners-en v-if="language.value == 'EN'"></banners-en>
  6. <banners-fr v-if="language.value == 'FR'"></banners-fr>
  7. <banners-ru v-if="language.value == 'RU'"></banners-ru>
  8. <!-- 顶部图片 -->
  9. <div class="topimg">
  10. <img src="@/assets/ballot/未标题-6_画板 1.png" alt="" />
  11. </div>
  12. <!-- 选择区域 -->
  13. <div class="body-info">
  14. <div class="select-info">
  15. <el-select v-model="language.value" @change="getChange">
  16. <el-option v-for="(item, index) in options" :key="index" :label="item.label" :value="item.value">{{
  17. item.label }}
  18. </el-option>
  19. </el-select>
  20. </div>
  21. <div class="main-info">
  22. <div class="select-detail" v-if="language.value == 'CN'">
  23. <div class="detail-first">
  24. <div class="title-text1" @click="toLogin" :title="'进入投票系统'" v-if="lostInfoDe">
  25. 进入投票系统
  26. </div>
  27. <div class="title-info-text1" @click="getDetails" :title="'进入投票系统'" v-else>
  28. 进入投票系统
  29. </div>
  30. <div class="info-pic1">
  31. <img src="@/assets/ballot/组 13984.png" alt="" />
  32. </div>
  33. <!-- <div class="time-title1"></div> -->
  34. <div class="time-start1">
  35. 网络投票系统将于北京时间9月16日16:00关闭
  36. </div>
  37. </div>
  38. <div class="detail-second">
  39. <div class="title-text2" @click="toVideo" :title="'观看会议直播'">
  40. 观看会议直播
  41. </div>
  42. <div class="info-pic2">
  43. <img src="@/assets/ballot/蒙版组 12674.png" alt="" />
  44. </div>
  45. <!-- <div class="time-title2"></div> -->
  46. <div class="time-start2">
  47. 会员大会将于北京时间2022年9月16日16:00-18:00召开
  48. </div>
  49. </div>
  50. </div>
  51. <div class="select-detail" v-if="language.value == 'EN'">
  52. <div class="detail-first">
  53. <div class="title-text1" @click="toLogin" :title="'Enter Voting System'" v-if="lostInfoDe">
  54. Enter Voting System
  55. </div>
  56. <div class="title-info-text1" @click="getDetails" :title="'Enter Voting System'" v-else>
  57. Enter Voting System
  58. </div>
  59. <div class="info-pic1">
  60. <img src="@/assets/ballot/组 13984.png" alt="" />
  61. </div>
  62. <!-- <div class="time-title1">The Online Voting System will open</div> -->
  63. <div class="time-start1">
  64. The Online Voting System will close at 16:00 on 16th September
  65. (Beijing time, GMT+8)
  66. </div>
  67. </div>
  68. <div class="detail-second">
  69. <div class="title-text2" @click="toVideo" :title="'Meeting Live Stream'">
  70. Meeting Live Stream
  71. </div>
  72. <div class="info-pic2">
  73. <img src="@/assets/ballot/蒙版组 12674.png" alt="" />
  74. </div>
  75. <!-- <div class="time-title2"></div> -->
  76. <div class="time-start2">
  77. The General Meeting will be held between 16:00-18:00 on 16th
  78. September 2022, Beijing time(GMT+8)
  79. </div>
  80. </div>
  81. </div>
  82. <div class="select-detail" v-if="language.value == 'FR'">
  83. <div class="detail-first">
  84. <div class="title-text1-fr" @click="toLogin" :title="'Entrer dans le système de vote'"
  85. v-if="lostInfoDe">
  86. Entrer dans le système de vote
  87. </div>
  88. <div class="title-info-text" @click="getDetails" :title="'Entrer dans le système de vote'"
  89. v-else>
  90. Entrer dans le système de vote
  91. </div>
  92. <div class="info-pic1">
  93. <img src="@/assets/ballot/组 13984.png" alt="" />
  94. </div>
  95. <!-- <div class="time-title1">Le système de vote en ligne sera</div> -->
  96. <div class="time-start1">
  97. Le système de vote en ligne sera fermé à 16h00 le 16 septembre
  98. (heure de Beijing, GMT+8)
  99. </div>
  100. </div>
  101. <div class="detail-second">
  102. <div class="title-text4" @click="toVideo">
  103. Retransmission en direct de l'Assemblée générale
  104. </div>
  105. <div class="info-pic2">
  106. <img src="@/assets/ballot/蒙版组 12674.png" alt="" />
  107. </div>
  108. <!-- <div class="time-title2"></div> -->
  109. <div class="time-start2">
  110. L'Assemblée générale se tiendra entre 16:00 et 18:00 le 16
  111. septembre 2022, heure de Beijing (GMT+8)
  112. </div>
  113. </div>
  114. </div>
  115. <div class="select-detail" v-if="language.value == 'RU'">
  116. <div class="detail-first">
  117. <div class="title-text1-fr" @click="toLogin" :title="'Войти в систему голосования'"
  118. v-if="lostInfoDe">
  119. Войти в систему голосования
  120. </div>
  121. <div class="title-info-text" @click="getDetails" :title="'Войти в систему голосования'" v-else>
  122. Войти в систему голосования
  123. </div>
  124. <div class="info-pic1">
  125. <img src="@/assets/ballot/组 13984.png" alt="" />
  126. </div>
  127. <!-- <div class="time-title1">Онлайн система голосования</div> -->
  128. <div class="time-start1">
  129. Онлайн система голосования закрыта в 16:00 16-го сентября с.г. по
  130. пекинскому времени
  131. </div>
  132. </div>
  133. <div class="detail-second">
  134. <div class="title-text2-fr" @click="toVideo" :title="'Просмотр прямой трансляции собрания'">
  135. Просмотр прямой трансляции собрания
  136. </div>
  137. <div class="info-pic2">
  138. <img src="@/assets/ballot/蒙版组 12674.png" alt="" />
  139. </div>
  140. <!-- <div class="time-title2"></div> -->
  141. <div class="time-start2">
  142. Общее собрание членов состоится с 16:00 до 18:00 в 16 сентября
  143. 2022 года по пекинскому времени
  144. </div>
  145. </div>
  146. </div>
  147. </div>
  148. </div>
  149. <!-- 底部图片 -->
  150. <footer-zh v-if="language.value == 'CN'"></footer-zh>
  151. <footer-en v-if="language.value == 'EN'"></footer-en>
  152. <footer-fr v-if="language.value == 'FR'"></footer-fr>
  153. <footer-ru v-if="language.value == 'RU'"></footer-ru>
  154. </div>
  155. </template>
  156. <script>
  157. import footerZh from '@/components/footersNewZH'
  158. import footerEn from '@/components/footersNewEN'
  159. import footerFr from '@/components/footersNewFR'
  160. import footerRu from '@/components/footersNewRU'
  161. import bannersZh from '@/components/ballotTopBannerZH'
  162. import bannersEn from '@/components/ballotTopBannerEN'
  163. import bannersFr from '@/components/ballotTopBannerFR'
  164. import bannersRu from '@/components/ballotTopBannerRU'
  165. export default {
  166. name: 'ballotCampaignMainPage',
  167. components: {
  168. footerZh,
  169. footerEn,
  170. footerFr,
  171. footerRu,
  172. bannersZh,
  173. bannersEn,
  174. bannersFr,
  175. bannersRu,
  176. },
  177. data () {
  178. return {
  179. lostInfoDe: false,
  180. options: [
  181. {
  182. value: 'CN',
  183. label: '中文',
  184. },
  185. {
  186. value: 'EN',
  187. label: 'English',
  188. },
  189. {
  190. value: 'FR',
  191. label: 'Français',
  192. },
  193. {
  194. value: 'RU',
  195. label: 'Русский',
  196. },
  197. ],
  198. language: {
  199. value: 'CN',
  200. },
  201. }
  202. },
  203. mounted () {
  204. let user = JSON.parse(sessionStorage.getItem('mettingUser'))
  205. console.log(user)
  206. if (user == null) {
  207. this.$router.push({ path: 'home' })
  208. } else {
  209. console.log('你好')
  210. }
  211. let language = sessionStorage.getItem('language')
  212. this.language.value = language
  213. this.initData()
  214. },
  215. methods: {
  216. initData () {
  217. let arr1 = JSON.parse(sessionStorage.getItem('mettingUser')).userId
  218. let num = arr1.substr(0, 5)
  219. console.log(num)
  220. if (num == '20220') {
  221. console.log('投票权限')
  222. this.lostInfoDe = true
  223. } else {
  224. console.log('没有权限')
  225. }
  226. },
  227. getDetails () {
  228. console.log(111)
  229. if (this.language.value == 'CN') {
  230. this.$message.warning('抱歉,您暂无投票权限')
  231. }
  232. if (this.language.value == 'EN') {
  233. this.$message.warning('Sorry, you are unauthorised to vote.')
  234. }
  235. if (this.language.value == 'FR') {
  236. this.$message.warning("Désolée, vous n'êtes pas autorisé de voter.")
  237. }
  238. if (this.language.value == 'RU') {
  239. this.$message.warning('Извините, у вас нет прав на голосование.')
  240. }
  241. },
  242. // 返回首页
  243. toHome () {
  244. this.$router.push({ path: 'home' })
  245. },
  246. //投票系统
  247. toLogin () {
  248. var _this = this
  249. let yy = new Date().getFullYear()
  250. let mm = new Date().getMonth() + 1
  251. let dd = new Date().getDate()
  252. let hh = new Date().getHours()
  253. let mf =
  254. new Date().getMinutes() < 10
  255. ? '0' + new Date().getMinutes()
  256. : new Date().getMinutes()
  257. let ss =
  258. new Date().getSeconds() < 10
  259. ? '0' + new Date().getSeconds()
  260. : new Date().getSeconds()
  261. let gettime1 = yy + '-' + mm + '-' + dd + ' ' + hh + ':' + mf
  262. // 投票开始时间
  263. let gettime2 = '2022-9-1 16:00'
  264. // 投票结束时间
  265. let gettime3 = '2022-9-16 16:00'
  266. var oDate1 = new Date(yy, mm, dd, hh, mf)
  267. var oDate3 = new Date('2022', '9', '16', '16', '00')
  268. if (oDate1.getTime() < oDate3.getTime()) {
  269. this.$router.push({ path: 'ballotDrawingBoardPalette' })
  270. } else {
  271. if (this.language.value == 'CN') {
  272. this.$message.warning('网络投票系统已关闭')
  273. }
  274. if (this.language.value == 'EN') {
  275. this.$message.warning('The online voting system is closed.')
  276. }
  277. if (this.language.value == 'FR') {
  278. this.$message.warning('Le système de vote en ligne est fermé.')
  279. }
  280. if (this.language.value == 'RU') {
  281. this.$message.warning('Система онлайн-голосования уже закрыта.')
  282. }
  283. }
  284. },
  285. //观看会议
  286. toVideo () {
  287. var _this = this
  288. let yy = new Date().getFullYear()
  289. let mm = new Date().getMonth() + 1
  290. let dd = new Date().getDate()
  291. let hh = new Date().getHours()
  292. let mf =
  293. new Date().getMinutes() < 10
  294. ? '0' + new Date().getMinutes()
  295. : new Date().getMinutes()
  296. let ss =
  297. new Date().getSeconds() < 10
  298. ? '0' + new Date().getSeconds()
  299. : new Date().getSeconds()
  300. let gettime1 = yy + '-' + mm + '-' + dd + ' ' + hh + ':' + mf
  301. // 会员大会开始时间
  302. let gettime2 = '2022-9-16 16:00'
  303. // 会员大会结束时间
  304. let gettime3 = '2022-9-16 18:00'
  305. var oDate1 = new Date(yy, mm, dd, hh, mf)
  306. var oDate2 = new Date('2021', '9', '16', '16', '00')
  307. var oDate3 = new Date('2023', '9', '16', '18', '00')
  308. if (oDate1.getTime() > oDate2.getTime()) {
  309. if (oDate1.getTime() < oDate3.getTime()) {
  310. // 视频链接地址
  311. if (this.language.value == 'EN') {
  312. this.$router.push({ path: 'videoInfo' })
  313. console.log('英语')
  314. }
  315. if (this.language.value == 'CN') {
  316. this.$router.push({ path: 'videoInfo1' })
  317. console.log('中文')
  318. }
  319. if (this.language.value == 'FR') {
  320. this.$router.push({ path: 'videoInfo2' })
  321. console.log('法语')
  322. }
  323. if (this.language.value == 'RU') {
  324. this.$router.push({ path: 'videoInfo3' })
  325. console.log('俄语')
  326. }
  327. } else {
  328. if (this.language.value == 'CN') {
  329. this.$message.warning('会员大会已结束')
  330. }
  331. if (this.language.value == 'EN') {
  332. this.$message.warning('The general meeting is over')
  333. }
  334. if (this.language.value == 'FR') {
  335. this.$message.warning('L’assemblée générale est terminée')
  336. }
  337. if (this.language.value == 'RU') {
  338. this.$message.warning('Собрание закончилось')
  339. }
  340. }
  341. } else {
  342. if (this.language.value == 'CN') {
  343. this.$message.warning('会员大会还未开始')
  344. }
  345. if (this.language.value == 'EN') {
  346. this.$message.warning("The General Meeting hasn't started yet.")
  347. }
  348. if (this.language.value == 'FR') {
  349. this.$message.warning("L'Assemblée générale n'a pas encore commencé.")
  350. }
  351. if (this.language.value == 'RU') {
  352. this.$message.warning('Собрание членов не началось.')
  353. }
  354. }
  355. },
  356. getChange () {
  357. let language = this.language.value
  358. sessionStorage.setItem('language', language)
  359. console.log(this.language.value)
  360. },
  361. },
  362. }
  363. </script>
  364. <style scoped>
  365. @media screen and (max-width: 1370px) {
  366. * {
  367. padding: 0;
  368. margin: 0;
  369. box-sizing: border-box;
  370. }
  371. .topimg {
  372. width: 100%;
  373. background-color: #cdebf7;
  374. }
  375. .topimg>img {
  376. width: 100%;
  377. padding: 0;
  378. position: relative;
  379. }
  380. .backButton>img {
  381. width: 100%;
  382. height: 100%;
  383. }
  384. .body-info {
  385. width: 100%;
  386. height: 789px;
  387. background-color: #f2f2f2;
  388. }
  389. .main-info {
  390. width: 60%;
  391. height: 549px;
  392. margin: 0 auto;
  393. transform: translateY(150px);
  394. background-color: #ffffff;
  395. position: relative;
  396. }
  397. .select-info {
  398. width: 10%;
  399. z-index: 99;
  400. transform: translateX(680%) translateY(200%);
  401. }
  402. .select-detail {
  403. width: 100%;
  404. height: 350px;
  405. transform: translateY(30px);
  406. display: flex;
  407. justify-content: space-around;
  408. }
  409. .detail-first {
  410. width: 45%;
  411. background-color: #29a0ac;
  412. border-radius: 10px;
  413. position: relative;
  414. }
  415. .detail-second {
  416. width: 45%;
  417. height: 100%;
  418. background-color: #6b7ef5;
  419. border-radius: 10px;
  420. position: relative;
  421. }
  422. .title-text1 {
  423. width: 90%;
  424. height: 51px;
  425. background-color: #ffffff;
  426. color: #29a0ab;
  427. font-size: 20px;
  428. font-family: AlibabaPuHuiTiB;
  429. font-weight: 700;
  430. text-align: center;
  431. line-height: 51px;
  432. padding: 0 10px;
  433. border-radius: 50px;
  434. position: absolute;
  435. top: 55px;
  436. left: 5%;
  437. }
  438. .title-text1-fr {
  439. width: 90%;
  440. height: 51px;
  441. background-color: #ffffff;
  442. color: #29a0ab;
  443. font-size: 20px;
  444. font-family: AlibabaPuHuiTiB;
  445. font-weight: 700;
  446. text-align: center;
  447. line-height: 21px;
  448. padding: 5px 10px;
  449. border-radius: 50px;
  450. word-wrap: break-word;
  451. overflow: hidden;
  452. position: absolute;
  453. top: 55px;
  454. left: 5%;
  455. }
  456. .title-text1-fr:hover {
  457. cursor: pointer;
  458. }
  459. .title-info-text1 {
  460. width: 90%;
  461. height: 51px;
  462. background-color: #f8f8f8;
  463. color: #727070;
  464. font-size: 20px;
  465. font-family: AlibabaPuHuiTiB;
  466. font-weight: 700;
  467. text-align: center;
  468. line-height: 51px;
  469. padding: 0 10px;
  470. border-radius: 50px;
  471. position: absolute;
  472. top: 55px;
  473. left: 5%;
  474. }
  475. .title-info-text1:hover {
  476. cursor: pointer;
  477. }
  478. .title-info-text {
  479. width: 90%;
  480. height: 51px;
  481. background-color: #f8f8f8;
  482. color: #727070;
  483. font-size: 20px;
  484. font-family: AlibabaPuHuiTiB;
  485. font-weight: 700;
  486. text-align: center;
  487. line-height: 21px;
  488. padding: 5px 10px;
  489. word-wrap: break-word;
  490. overflow: hidden;
  491. border-radius: 50px;
  492. position: absolute;
  493. top: 55px;
  494. left: 5%;
  495. }
  496. .title-info-text:hover {
  497. cursor: pointer;
  498. }
  499. .title-text1:hover {
  500. cursor: pointer;
  501. }
  502. .title-text2 {
  503. width: 90%;
  504. height: 51px;
  505. background-color: #ffffff;
  506. color: #6b7ef5;
  507. font-size: 20px;
  508. font-family: AlibabaPuHuiTiB;
  509. font-weight: 700;
  510. text-align: center;
  511. padding: 0 10px;
  512. line-height: 51px;
  513. border-radius: 50px;
  514. position: absolute;
  515. top: 55px;
  516. left: 5%;
  517. }
  518. .title-text2-fr {
  519. width: 90%;
  520. height: 51px;
  521. background-color: #ffffff;
  522. color: #6b7ef5;
  523. font-size: 20px;
  524. font-family: AlibabaPuHuiTiB;
  525. font-weight: 700;
  526. text-align: center;
  527. padding: 5px 10px;
  528. line-height: 21px;
  529. border-radius: 50px;
  530. word-wrap: break-word;
  531. overflow: hidden;
  532. position: absolute;
  533. top: 55px;
  534. left: 5%;
  535. }
  536. .title-text4 {
  537. width: 90%;
  538. height: 51px;
  539. background-color: #ffffff;
  540. color: #6b7ef5;
  541. font-size: 16px;
  542. font-family: AlibabaPuHuiTiB;
  543. font-weight: 700;
  544. text-align: center;
  545. padding: 5px 10px;
  546. line-height: 21px;
  547. border-radius: 50px;
  548. word-wrap: break-word;
  549. overflow: hidden;
  550. position: absolute;
  551. top: 55px;
  552. left: 5%;
  553. }
  554. .title-text2-fr:hover {
  555. cursor: pointer;
  556. }
  557. .title-text4:hover {
  558. cursor: pointer;
  559. }
  560. .title-text2:hover {
  561. cursor: pointer;
  562. }
  563. .info-pic1 {
  564. width: 30%;
  565. height: 135px;
  566. border-radius: 10px;
  567. overflow: hidden;
  568. position: absolute;
  569. top: 214px;
  570. left: 70%;
  571. }
  572. .info-pic1>img {
  573. width: 100%;
  574. height: 100%;
  575. }
  576. .info-pic2 {
  577. width: 30%;
  578. height: 185px;
  579. border-radius: 10px;
  580. overflow: hidden;
  581. position: absolute;
  582. top: 214px;
  583. left: 75%;
  584. }
  585. .info-pic2>img {
  586. width: 100%;
  587. height: 100%;
  588. }
  589. .time-title1 {
  590. width: 100%;
  591. height: 43px;
  592. overflow-wrap: break-word;
  593. color: rgba(255, 255, 255, 1);
  594. font-size: 16px;
  595. font-family: AlibabaPuHuiTiR;
  596. text-align: left;
  597. line-height: 43px;
  598. position: absolute;
  599. top: 140px;
  600. left: 10%;
  601. }
  602. .time-start1 {
  603. width: 70%;
  604. height: 172px;
  605. overflow-wrap: break-word;
  606. color: rgba(255, 255, 255, 1);
  607. font-size: 16px;
  608. font-family: AlibabaPuHuiTiB;
  609. text-align: left;
  610. font-weight: 700;
  611. line-height: 38px;
  612. word-wrap: break-word;
  613. overflow: hidden;
  614. position: absolute;
  615. top: 140px;
  616. left: 10%;
  617. }
  618. .time-title2 {
  619. width: 100%;
  620. height: 43px;
  621. overflow-wrap: break-word;
  622. color: rgba(255, 255, 255, 1);
  623. font-size: 16px;
  624. font-family: AlibabaPuHuiTiR;
  625. text-align: left;
  626. line-height: 38px;
  627. word-wrap: break-word;
  628. overflow: hidden;
  629. position: absolute;
  630. top: 140px;
  631. left: 10%;
  632. }
  633. .time-start2 {
  634. width: 70%;
  635. height: 172px;
  636. overflow-wrap: break-word;
  637. color: rgba(255, 255, 255, 1);
  638. font-size: 16px;
  639. font-family: AlibabaPuHuiTiB;
  640. text-align: left;
  641. font-weight: 700;
  642. line-height: 43px;
  643. position: absolute;
  644. top: 140px;
  645. left: 10%;
  646. }
  647. }
  648. @media screen and (min-width: 1371px) {
  649. * {
  650. padding: 0;
  651. margin: 0;
  652. box-sizing: border-box;
  653. }
  654. .topimg {
  655. width: 100%;
  656. background-color: #cdebf7;
  657. }
  658. .topimg>img {
  659. width: 100%;
  660. padding: 0;
  661. position: relative;
  662. }
  663. .backButton>img {
  664. width: 100%;
  665. height: 100%;
  666. }
  667. .body-info {
  668. width: 100%;
  669. height: 789px;
  670. background-color: #f2f2f2;
  671. }
  672. .main-info {
  673. width: 60%;
  674. height: 549px;
  675. margin: 0 auto;
  676. transform: translateY(150px);
  677. background-color: #ffffff;
  678. position: relative;
  679. }
  680. .select-info {
  681. width: 10%;
  682. z-index: 99;
  683. transform: translateX(680%) translateY(200%);
  684. }
  685. .select-detail {
  686. width: 100%;
  687. height: 350px;
  688. transform: translateY(30px);
  689. display: flex;
  690. justify-content: space-around;
  691. }
  692. .detail-first {
  693. width: 45%;
  694. background-color: #29a0ac;
  695. border-radius: 10px;
  696. position: relative;
  697. }
  698. .detail-second {
  699. width: 45%;
  700. height: 100%;
  701. background-color: #6b7ef5;
  702. border-radius: 10px;
  703. position: relative;
  704. }
  705. .title-text1 {
  706. width: 90%;
  707. height: 51px;
  708. background-color: #ffffff;
  709. color: #29a0ab;
  710. font-size: 20px;
  711. font-family: AlibabaPuHuiTiB;
  712. font-weight: 700;
  713. text-align: center;
  714. line-height: 51px;
  715. padding: 0 10px;
  716. border-radius: 50px;
  717. position: absolute;
  718. top: 55px;
  719. left: 5%;
  720. }
  721. .title-text1-fr {
  722. width: 90%;
  723. height: 51px;
  724. background-color: #ffffff;
  725. color: #29a0ab;
  726. font-size: 20px;
  727. font-family: AlibabaPuHuiTiB;
  728. font-weight: 700;
  729. text-align: center;
  730. line-height: 51px;
  731. padding: 0 10px;
  732. border-radius: 50px;
  733. word-wrap: break-word;
  734. overflow: hidden;
  735. position: absolute;
  736. top: 55px;
  737. left: 5%;
  738. }
  739. .title-info-text1 {
  740. width: 90%;
  741. height: 51px;
  742. background-color: #f8f8f8;
  743. color: #727070;
  744. font-size: 20px;
  745. font-family: AlibabaPuHuiTiB;
  746. font-weight: 700;
  747. text-align: center;
  748. line-height: 51px;
  749. padding: 0 10px;
  750. border-radius: 50px;
  751. position: absolute;
  752. top: 55px;
  753. left: 5%;
  754. }
  755. .title-info-text1:hover {
  756. cursor: pointer;
  757. }
  758. .title-info-text {
  759. width: 90%;
  760. height: 51px;
  761. background-color: #f8f8f8;
  762. color: #727070;
  763. font-size: 20px;
  764. font-family: AlibabaPuHuiTiB;
  765. font-weight: 700;
  766. text-align: center;
  767. line-height: 51px;
  768. padding: 0 10px;
  769. border-radius: 50px;
  770. position: absolute;
  771. top: 55px;
  772. left: 5%;
  773. }
  774. .title-info-text:hover {
  775. cursor: pointer;
  776. }
  777. .title-text1:hover {
  778. cursor: pointer;
  779. }
  780. .title-text2 {
  781. width: 90%;
  782. height: 51px;
  783. background-color: #ffffff;
  784. color: #6b7ef5;
  785. font-size: 20px;
  786. font-family: AlibabaPuHuiTiB;
  787. font-weight: 700;
  788. text-align: center;
  789. padding: 0 10px;
  790. line-height: 51px;
  791. border-radius: 50px;
  792. position: absolute;
  793. top: 55px;
  794. left: 5%;
  795. }
  796. .title-text2-fr {
  797. width: 90%;
  798. height: 51px;
  799. background-color: #ffffff;
  800. color: #6b7ef5;
  801. font-size: 20px;
  802. font-family: AlibabaPuHuiTiB;
  803. font-weight: 700;
  804. text-align: center;
  805. padding: 0 10px;
  806. line-height: 51px;
  807. border-radius: 50px;
  808. word-wrap: break-word;
  809. overflow: hidden;
  810. position: absolute;
  811. top: 55px;
  812. left: 5%;
  813. }
  814. .title-text2-fr:hover {
  815. cursor: pointer;
  816. }
  817. .title-text4 {
  818. width: 90%;
  819. height: 51px;
  820. background-color: #ffffff;
  821. color: #6b7ef5;
  822. font-size: 16px;
  823. font-family: AlibabaPuHuiTiB;
  824. font-weight: 700;
  825. text-align: center;
  826. padding: 0 10px;
  827. line-height: 51px;
  828. border-radius: 50px;
  829. word-wrap: break-word;
  830. overflow: hidden;
  831. position: absolute;
  832. top: 55px;
  833. left: 5%;
  834. }
  835. .title-text4:hover {
  836. cursor: pointer;
  837. }
  838. .title-text1-fr:hover {
  839. cursor: pointer;
  840. }
  841. .title-text2:hover {
  842. cursor: pointer;
  843. }
  844. .info-pic1 {
  845. width: 30%;
  846. height: 135px;
  847. border-radius: 10px;
  848. overflow: hidden;
  849. position: absolute;
  850. top: 214px;
  851. left: 70%;
  852. }
  853. .info-pic1>img {
  854. width: 100%;
  855. height: 100%;
  856. }
  857. .info-pic2 {
  858. width: 30%;
  859. height: 185px;
  860. border-radius: 10px;
  861. overflow: hidden;
  862. position: absolute;
  863. top: 214px;
  864. left: 75%;
  865. }
  866. .info-pic2>img {
  867. width: 100%;
  868. height: 100%;
  869. }
  870. .time-title1 {
  871. width: 100%;
  872. height: 43px;
  873. overflow-wrap: break-word;
  874. color: rgba(255, 255, 255, 1);
  875. font-size: 16px;
  876. font-family: AlibabaPuHuiTiR;
  877. text-align: left;
  878. line-height: 43px;
  879. position: absolute;
  880. top: 140px;
  881. left: 10%;
  882. }
  883. .time-start1 {
  884. width: 70%;
  885. height: 172px;
  886. overflow-wrap: break-word;
  887. color: rgba(255, 255, 255, 1);
  888. font-size: 16px;
  889. font-family: AlibabaPuHuiTiB;
  890. text-align: left;
  891. font-weight: 700;
  892. line-height: 38px;
  893. word-wrap: break-word;
  894. overflow: hidden;
  895. position: absolute;
  896. top: 140px;
  897. left: 10%;
  898. }
  899. .time-title2 {
  900. width: 100%;
  901. height: 43px;
  902. overflow-wrap: break-word;
  903. color: rgba(255, 255, 255, 1);
  904. font-size: 16px;
  905. font-family: AlibabaPuHuiTiR;
  906. text-align: left;
  907. line-height: 38px;
  908. word-wrap: break-word;
  909. overflow: hidden;
  910. position: absolute;
  911. top: 140px;
  912. left: 10%;
  913. }
  914. .time-start2 {
  915. width: 70%;
  916. height: 172px;
  917. overflow-wrap: break-word;
  918. color: rgba(255, 255, 255, 1);
  919. font-size: 16px;
  920. font-family: AlibabaPuHuiTiB;
  921. text-align: left;
  922. font-weight: 700;
  923. line-height: 43px;
  924. position: absolute;
  925. top: 140px;
  926. left: 10%;
  927. }
  928. }
  929. </style>