homepage.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819
  1. <template xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
  2. <div>
  3. <div class="header">
  4. <!-- pc端 menu-->
  5. <div class="pc">
  6. <div class="header_content">
  7. <div class="logo">
  8. <img src="~@/assets/images/logoSunan.png" alt="" style="margin-right: 20px">
  9. 苏南快递产业园
  10. </div>
  11. <div class="shortcut">
  12. <ul class="app-menu">
  13. <li class="cur" @click="changeMenu('首页')">
  14. <router-link :to="{ path: '/' }" :class="menuPlace==='首页'?'selMenu':''">首页</router-link>
  15. </li>
  16. <li @click="changeMenu('园区介绍')">
  17. <router-link :to="{ path: '/serviceLocator' }" :class="menuPlace==='园区介绍'?'selMenu':''">园区介绍</router-link>
  18. </li>
  19. <li class="ser" @click="changeMenu('企业服务')">
  20. <a href="javascript:void(0)" :class="menuPlace==='企业服务'?'selMenu':''">企业服务</a>
  21. <div class="second-menu">
  22. <div class="select_detail">
  23. <div class="area-nav">
  24. <p>
  25. <router-link
  26. :to="{ path: '/service/characteristic' }"
  27. >资源发布</router-link>
  28. </p>
  29. <!-- <p>-->
  30. <!-- <router-link-->
  31. <!-- :to="{ path: '/zhaoshang/list' }"-->
  32. <!-- >政策服务</router-link>-->
  33. <!-- </p>-->
  34. <p>
  35. <router-link
  36. :to="{ path: '/service/activities' }"
  37. >园区活动</router-link>
  38. </p>
  39. <p>
  40. <router-link
  41. :to="{ path: '/service/educate' }"
  42. >园区培训</router-link>
  43. </p>
  44. </div>
  45. </div>
  46. </div>
  47. </li>
  48. <li @click="changeMenu('政策服务')">
  49. <router-link
  50. :to="{ path: '/zhaoshang/list' }"
  51. :class="menuPlace==='政策服务'?'selMenu':''"
  52. >政策服务</router-link>
  53. </li>
  54. <li @click="changeMenu('优质人才')">
  55. <router-link :to="{ path: '/jobs/list' }" :class="menuPlace==='优质人才'?'selMenu':''">优质人才</router-link>
  56. </li>
  57. <!-- <li>-->
  58. <!-- <router-link :to="{ path: '/finance/list' }"-->
  59. <!-- >快递圈</router-link-->
  60. <!-- >-->
  61. <!-- </li>-->
  62. <li @click="changeMenu('知名企业')">
  63. <router-link
  64. :to="{ path: '/company/list' }"
  65. :class="menuPlace==='知名企业'?'selMenu':''"
  66. >知名企业</router-link>
  67. </li>
  68. <li @click="changeMenu('园区通知')">
  69. <router-link
  70. :to="{ path: '/notice/list' }"
  71. :class="menuPlace==='园区通知'?'selMenu':''"
  72. >园区通知</router-link>
  73. </li>
  74. <li @click="changeMenu('联系我们')">
  75. <router-link :to="{ path: '/contact' }" :class="menuPlace==='联系我们'?'selMenu':''">联系我们</router-link>
  76. </li>
  77. </ul>
  78. <div class="menu" style="display: none" @click="menuBtn()">
  79. <img src="~@/assets/images/menu.png" alt="">
  80. <img src="~@/assets/images/menu-close.png" alt="">
  81. </div>
  82. </div>
  83. <div class="lang"><span>EN</span></div>
  84. <div style="clear: both" />
  85. </div>
  86. </div>
  87. <!-- app端-menu-->
  88. <div class="apps">
  89. <div class="header_content">
  90. <div class="logo">
  91. <img src="~@/assets/images/logo.png" alt="">
  92. <span>尚贤湖基金Park</span>
  93. </div>
  94. <div class="shortcut">
  95. <ul v-if="menu" class="app-menu">
  96. <li class="cur" @click="menuBtn()">
  97. <router-link
  98. exact-active-class="nav-active"
  99. :to="{ path: '/' }"
  100. >首页</router-link>
  101. </li>
  102. <li @click="menuBtn()">
  103. <router-link
  104. exact-active-class="nav-active"
  105. :to="{ path: '/about' }"
  106. >园区介绍</router-link>
  107. </li>
  108. <li class="ser" @click="menu2Btn(true)">
  109. <a href="javascript:void(0)">园区服务</a>
  110. <div v-if="show" class="second-menu">
  111. <div class="select_detail">
  112. <i @click.stop="menu2Btn(false)">&lt;返回</i>
  113. <div class="area-nav">
  114. <p @click="menuBtn()">
  115. <router-link
  116. exact-active-class="nav-active"
  117. :to="{ path: '/service/characteristic' }"
  118. >资源发布</router-link>
  119. </p>
  120. <p @click="menuBtn()">
  121. <router-link
  122. exact-active-class="nav-active"
  123. :to="{ path: '/service/periphery' }"
  124. >政策服务</router-link>
  125. </p>
  126. <p @click="menuBtn()">
  127. <router-link
  128. exact-active-class="nav-active"
  129. :to="{ path: '/service/activities' }"
  130. >园区活动</router-link>
  131. </p>
  132. <p @click="menuBtn()">
  133. <router-link
  134. exact-active-class="nav-active"
  135. :to="{ path: '/service/educate' }"
  136. >园区培训</router-link>
  137. </p>
  138. </div>
  139. </div>
  140. </div>
  141. </li>
  142. <li @click="menuBtn()">
  143. <router-link
  144. exact-active-class="nav-active"
  145. :to="{ path: '/zhaoshang/list' }"
  146. >政策服务</router-link>
  147. </li>
  148. <li @click="menuBtn()">
  149. <router-link
  150. exact-active-class="nav-active"
  151. :to="{ path: '/jobs/list' }"
  152. >优质人才</router-link>
  153. </li>
  154. <!-- <li @click="menuBtn()">-->
  155. <!-- <router-link-->
  156. <!-- exact-active-class="nav-active"-->
  157. <!-- :to="{ path: '/finance/list' }"-->
  158. <!-- >快递圈</router-link-->
  159. <!-- >-->
  160. <!-- </li>-->
  161. <li @click="menuBtn()">
  162. <router-link
  163. exact-active-class="nav-active"
  164. :to="{ path: '/company/list' }"
  165. >知名企业</router-link>
  166. </li>
  167. <li @click="menuBtn()">
  168. <router-link
  169. exact-active-class="nav-active"
  170. :to="{ path: '/notice/list' }"
  171. >园区通知</router-link>
  172. </li>
  173. <li @click="menuBtn()">
  174. <router-link
  175. exact-active-class="nav-active"
  176. :to="{ path: '/contact' }"
  177. >联系我们</router-link>
  178. </li>
  179. </ul>
  180. <div class="menu" style="display: none" @click="menuBtn()">
  181. <img
  182. v-if="menu == false"
  183. src="~@/assets/images/menu.png"
  184. alt=""
  185. >
  186. <img v-if="menu" src="~@/assets/images/menu-close.png" alt="">
  187. </div>
  188. </div>
  189. <div class="lang"><span>EN</span></div>
  190. <div style="clear: both" />
  191. </div>
  192. </div>
  193. </div>
  194. <div><router-view /></div>
  195. <div class="footer">
  196. <div class="mod_content">
  197. <div class="con_del">
  198. <h3 class="tip">快速导航</h3>
  199. <div class="con_del_help">
  200. <ul>
  201. <li>
  202. <router-link :to="{ path: '/serviceLocator' }">园区介绍</router-link>
  203. </li>
  204. <li>
  205. <router-link
  206. :to="{ path: '/service/characteristic' }"
  207. >企业服务</router-link>
  208. </li>
  209. <li>
  210. <router-link
  211. :to="{ path: '/zhaoshang/list' }"
  212. >政策服务</router-link>
  213. </li>
  214. <li>
  215. <router-link :to="{ path: '/jobs/list' }">优质人才</router-link>
  216. </li>
  217. <!-- <li>-->
  218. <!-- <router-link-->
  219. <!-- :to="{ path: '/finance/list' }"-->
  220. <!-- >快递圈</router-link>-->
  221. <!-- </li>-->
  222. <li>
  223. <router-link
  224. :to="{ path: '/company/list' }"
  225. >知名企业</router-link>
  226. </li>
  227. <li>
  228. <router-link
  229. :to="{ path: '/notice/list' }"
  230. >园区通知</router-link>
  231. </li>
  232. <li>
  233. <router-link :to="{ path: '/contact' }">联系我们</router-link>
  234. </li>
  235. </ul>
  236. </div>
  237. </div>
  238. <div class="con_addr">
  239. <div class="con_del_address">
  240. <h3 class="tip">联系方式</h3>
  241. <p style="">
  242. 招商咨询:<br>13898900982<br>
  243. 0512-890892333
  244. <br>地址:<br>江苏省无锡市梁溪区天安大厦
  245. </p>
  246. </div>
  247. </div>
  248. <div class="content_scan">
  249. <div>
  250. <h3 class="tip">关注我们</h3>
  251. <img src="~@/assets/images/xiaochengxuxiao.jpg" alt="">
  252. </div>
  253. </div>
  254. </div>
  255. <div class="mod_copyright">
  256. <div class="mod_copyright_con">
  257. <div class="copyright_con_num">
  258. <span
  259. class="copyright"
  260. >COPYRIGHT ©2010-2020无锡苏南快递园<i
  261. style="display: inline-block; margin: 0 10px"
  262. />
  263. <a
  264. href="https://beian.miit.gov.cn/"
  265. target="_blank"
  266. >苏ICP备11010502000501号</a>
  267. </span>
  268. <!-- <router-link :to="{ name: 'qtwo', query: { index: 3 } }">-->
  269. <!-- 关于我们</router-link>-->
  270. <!-- <a href="#">移动版</a>-->
  271. </div>
  272. </div>
  273. </div>
  274. </div>
  275. </div>
  276. </template>
  277. <script>
  278. import { getBridf } from '@/service/api_service'
  279. export default {
  280. name: 'Homepage',
  281. data() {
  282. return {
  283. menu: false, // 控制一级菜单 显示/隐藏
  284. show: false,
  285. briefDetail: {}, // 控制二级菜单 显示/隐藏
  286. menuPlace: '首页'
  287. }
  288. },
  289. mounted() {
  290. this.getData()
  291. this.getMenu()
  292. },
  293. methods: {
  294. getMenu() {
  295. if (this.$route.path === '/') {
  296. this.menuPlace = '首页'
  297. } if (this.$route.path === '/serviceLocator' || this.$route.path === '/surroundings' || this.$route.path === '/industry') {
  298. this.menuPlace = '园区介绍'
  299. }
  300. if (this.$route.path === '/service/characteristic' || this.$route.path === '/service/activities' || this.$route.path === '/service/educate') {
  301. this.menuPlace = '企业服务'
  302. }
  303. if (this.$route.path === '/zhaoshang/list') {
  304. this.menuPlace = '政策服务'
  305. }
  306. if (this.$route.path === '/jobs/list' || this.$route.path === '/jobs/detail') {
  307. this.menuPlace = '优质人才'
  308. }
  309. if (this.$route.path === '/company/list' || this.$route.path === '/company/detail') {
  310. this.menuPlace = '知名企业'
  311. }
  312. if (this.$route.path === '/notice/list' || this.$route.path === '/notice/detail') {
  313. this.menuPlace = '园区通知'
  314. }
  315. if (this.$route.path === '/contact') {
  316. this.menuPlace = '联系我们'
  317. }
  318. },
  319. changeMenu(e) {
  320. this.menuPlace = e
  321. },
  322. getData() {
  323. getBridf({ groupId: '870261874875170816' }).then((res) => {
  324. if (res.data) {
  325. this.briefDetail = res.data
  326. }
  327. })
  328. },
  329. menuBtn() {
  330. if (this.menu == false) {
  331. this.menu = true
  332. } else {
  333. this.menu = false
  334. this.show = false
  335. }
  336. },
  337. menu2Btn(bo) {
  338. this.show = bo
  339. }
  340. }
  341. }
  342. </script>
  343. <style scoped>
  344. .selMenu{
  345. color: rgba(75, 175, 227, 1) !important;
  346. }
  347. /*屏幕像素大于1000px时的样式*/
  348. @media screen and (min-width: 1000px) {
  349. /*
  350. 顶部菜单---start
  351. */
  352. .apps {
  353. display: none;
  354. }
  355. .header {
  356. width: 100%;
  357. position: relative;
  358. background: #FFFFFF;
  359. /*box-shadow: 5px 0px 105px 0px rgba(225, 219, 219, 0.3);*/
  360. }
  361. .header_content {
  362. width: 1600px;
  363. margin: 0 auto;
  364. display: flex;
  365. align-items: center;
  366. justify-content: space-around;
  367. /*overflow: hidden;*/
  368. }
  369. .header_content:after {
  370. clear: both;
  371. }
  372. .header .logo {
  373. display: flex;
  374. align-items: center;
  375. /*float: left;*/
  376. /*width: 25%;*/
  377. text-align: left;
  378. font-size: 30px;
  379. margin: 47px 0;
  380. color: rgba(51, 51, 51, 1);
  381. /*padding: 14px 0;*/
  382. vertical-align: middle;
  383. position: relative;
  384. }
  385. .logo span {
  386. font-weight: 600;
  387. font-size: 18px;
  388. position: absolute;
  389. margin-left: 2px;
  390. transform: translateY(75%);
  391. }
  392. .header .logo img {
  393. width: 60px;
  394. }
  395. .header .shortcut {
  396. /*float: left;*/
  397. /*margin-left: 10%;*/
  398. width: 62%;
  399. font-size: 22px;
  400. /*position: relative;*/
  401. }
  402. .header .app-menu {
  403. display: flex;
  404. flex-wrap: nowrap;
  405. justify-content: center;
  406. /*position: relative;*/
  407. }
  408. .header .app-menu li {
  409. list-style: none;
  410. /*height: 28px;*/
  411. flex: 1;
  412. padding: 24px 10px;
  413. display: block;
  414. /*position: relative;*/
  415. }
  416. .header .app-menu li a,
  417. .header .app-menu div a {
  418. color: rgba(51, 51, 51, 1);
  419. font-size: 22px;
  420. }
  421. .header .app-menu li a:hover {
  422. color: rgba(75, 175, 227, 1) !important;
  423. }
  424. .lang {
  425. /*line-height: 100%;*/
  426. /*position: absolute;*/
  427. /*float: left;*/
  428. width: 3%;
  429. top: 0;
  430. }
  431. .lang span {
  432. display: block;
  433. width: 43px;
  434. height: 43px;
  435. border-radius: 50%;
  436. background: rgba(75, 175, 227, 1);
  437. line-height: 43px;
  438. color: #fff;
  439. font-size: 18px;
  440. /*transform: translateY(50%);*/
  441. cursor: pointer;
  442. }
  443. .second-menu {
  444. position: absolute;
  445. top: 6.1rem;
  446. left: 0;
  447. right: 0;
  448. width: 100%;
  449. margin: 0 auto;
  450. background: rgba(52, 53, 54, 0.6);
  451. z-index: 9999;
  452. overflow: hidden;
  453. display: none;
  454. }
  455. .second-menu a {
  456. color: #fff;
  457. }
  458. .second-menu > div {
  459. /*float: right;*/
  460. /*width: 72%;*/
  461. }
  462. .area-nav {
  463. float: right;
  464. width: 72%;
  465. }
  466. .select_detail {
  467. width: 1200px;
  468. margin: 1rem auto;
  469. overflow: hidden;
  470. }
  471. .select_detail div {
  472. display: flex;
  473. justify-content: left;
  474. flex-wrap: nowrap;
  475. }
  476. .select_detail div p {
  477. margin-right: 1rem;
  478. }
  479. .select_detail div p a {
  480. color: #fff !important;
  481. }
  482. .ser:hover .second-menu {
  483. display: block !important;
  484. }
  485. /*
  486. 顶部菜单---end
  487. */
  488. .footer {
  489. width: 100%;
  490. background-color: rgba(75, 175, 227, 1);
  491. overflow: hidden;
  492. }
  493. .mod_content {
  494. width: 1200px;
  495. margin: 120px auto;
  496. transform: translateY(0%);
  497. overflow: hidden;
  498. /*height: 450px;*/
  499. }
  500. .mod_content > div {
  501. float: left;
  502. height: 200px;
  503. width: 33.33%;
  504. }
  505. .tip {
  506. font-size: 24px !important;
  507. color: #fff !important;
  508. }
  509. .con_del {
  510. text-align: left;
  511. display: block;
  512. }
  513. .con_addr {
  514. position: relative;
  515. }
  516. .con_del_help ul {
  517. width: 50%;
  518. color: #fff;
  519. font-size: 16px;
  520. display: flex;
  521. /*justify-content: center;*/
  522. flex-wrap: wrap;
  523. }
  524. .con_del_help ul li {
  525. min-width: 50%;
  526. max-width: 50%;
  527. color: #fff;
  528. font-size: 14px;
  529. text-align: left;
  530. margin-top: 18px;
  531. }
  532. .con_del_help ul li a {
  533. color: #fff;
  534. font-size: 1.1rem;
  535. }
  536. .con_del_address {
  537. color: rgba(255, 255, 255, 0.5);
  538. font-size: 16px;
  539. text-align: left;
  540. margin-left: 40px;
  541. }
  542. .con_del_address {
  543. }
  544. .con_del_address p {
  545. color: #fff;
  546. font-size: 1.1rem;
  547. margin-top: 10px;
  548. line-height: 2rem;
  549. }
  550. .mod_copyright {
  551. width: 100%;
  552. height: 55px;
  553. background-color: rgba(41, 69, 93, 1);
  554. }
  555. .content_scan {
  556. width: 555px;
  557. overflow: hidden;
  558. display: flex;
  559. text-align: left;
  560. position: relative;
  561. }
  562. .content_scan:before,
  563. .con_addr:before {
  564. content: "";
  565. height: 100%;
  566. width: 1px;
  567. background: #fff;
  568. position: absolute;
  569. left: 0;
  570. top: 0;
  571. }
  572. .content_scan div {
  573. margin-left: 40px;
  574. }
  575. .content_scan p {
  576. color: #fff;
  577. font-size: 12px;
  578. }
  579. .content_scan img {
  580. margin-top: 10px;
  581. width: 150px;
  582. }
  583. .mod_copyright {
  584. width: 100%;
  585. overflow: hidden;
  586. }
  587. .mod_copyright_con {
  588. width: 80%;
  589. height: 40px;
  590. line-height: 40px;
  591. margin: 5px auto;
  592. text-align: center;
  593. }
  594. .copyright_con_num {
  595. color: #fff;
  596. font-size: 12px;
  597. }
  598. .copyright_con_num a:hover {
  599. color: #ff6a00;
  600. }
  601. .company-addr-tip,
  602. .company-addr {
  603. float: left;
  604. }
  605. .company-addr-tip {
  606. width: 70px;
  607. }
  608. .company-addr {
  609. width: 80%;
  610. }
  611. .company-addr span {
  612. display: block;
  613. margin-bottom: 18px;
  614. text-align: left;
  615. }
  616. .copyright_con_num a {
  617. color: #fff;
  618. font-size: 12px;
  619. margin-left: 10px;
  620. }
  621. .copyright_con_num span {
  622. margin-left: 10px;
  623. }
  624. .copyright_con_num .copyright {
  625. margin-right: 70px;
  626. }
  627. }
  628. /*屏幕像素小于1000px时的样式*/
  629. @media screen and (max-width: 1000px) {
  630. .pc {
  631. display: none;
  632. }
  633. /*头部菜单*/
  634. .header {
  635. width: 100%;
  636. background: white;
  637. }
  638. .header_content {
  639. display: flex;
  640. /*align-items: center;*/
  641. /*justify-content: space-around;*/
  642. overflow: hidden;
  643. padding: 0 1rem;
  644. }
  645. .logo {
  646. /*float: left;*/
  647. }
  648. .logo span {
  649. display: none;
  650. }
  651. .logo img {
  652. width: 4rem;
  653. }
  654. .shortcut {
  655. /*position: relative;*/
  656. }
  657. .shortcut ul {
  658. display: block;
  659. width: 100%;
  660. position: absolute;
  661. top: 4.3rem;
  662. left: 0;
  663. background: #fff;
  664. height: 100%;
  665. text-align: left;
  666. z-index: 999;
  667. }
  668. .shortcut ul li {
  669. width: 90%;
  670. margin: 0.8rem auto 0 auto;
  671. color: #333;
  672. /*position: relative;*/
  673. }
  674. .shortcut ul li a {
  675. color: #333;
  676. font-size: 1.1rem;
  677. display: inline-block;
  678. position: relative;
  679. width: 100%;
  680. }
  681. /*.shortcut ul li:nth-child(3) > a:after{*/
  682. /* content: '';*/
  683. /* width: 0.6rem;*/
  684. /* height: 0.6rem;*/
  685. /* border-right: 1px solid #333;*/
  686. /* border-top: 1px solid #333;*/
  687. /* transform:rotate(45deg);*/
  688. /* position: absolute;*/
  689. /* right: 0rem;*/
  690. /* top: 0.8rem;*/
  691. /*}*/
  692. .shortcut ul li > a:after {
  693. content: "";
  694. width: 0.6rem;
  695. height: 0.6rem;
  696. border-right: 1px solid #333;
  697. border-top: 1px solid #333;
  698. transform: rotate(45deg);
  699. position: absolute;
  700. right: 0rem;
  701. top: 0.8rem;
  702. }
  703. .menu {
  704. display: block !important;
  705. }
  706. .menu img {
  707. width: 2rem;
  708. float: right;
  709. top: 1.1rem;
  710. position: relative;
  711. }
  712. .nav-active {
  713. color: #996eee !important;
  714. }
  715. .nav-active:after {
  716. border-right: 1px solid #996eee !important;
  717. border-top: 1px solid #996eee !important;
  718. }
  719. .lang {
  720. line-height: 100%;
  721. position: absolute;
  722. right: 4rem;
  723. top: 0.3rem;
  724. }
  725. .lang span {
  726. display: block;
  727. width: 30px;
  728. height: 30px;
  729. border-radius: 25px;
  730. line-height: 30px;
  731. color: rgba(75, 175, 227, 1);
  732. font-size: 1.3rem;
  733. font-weight: 600;
  734. transform: translateY(50%);
  735. cursor: pointer;
  736. }
  737. .second-menu {
  738. position: absolute;
  739. left: 0;
  740. right: 0;
  741. top: 0;
  742. background: #fff;
  743. z-index: 999;
  744. height: 100%;
  745. }
  746. .select_detail {
  747. width: 90%;
  748. margin: 1rem auto;
  749. }
  750. .select_detail p {
  751. margin-top: 1rem;
  752. }
  753. .select_detail i {
  754. font-style: normal;
  755. font-size: 1.1rem;
  756. }
  757. /*底部菜单*/
  758. .footer {
  759. width: 100%;
  760. background-color: rgba(75, 175, 227, 1);
  761. overflow: hidden;
  762. }
  763. .mod_copyright {
  764. width: 100%;
  765. height: 4rem;
  766. background-color: rgba(41, 69, 93, 1);
  767. }
  768. .con_del {
  769. display: none;
  770. }
  771. .con_del_address p {
  772. display: inline-block;
  773. margin-bottom: 1rem;
  774. text-align: left;
  775. width: 95%;
  776. line-height: 1.6rem;
  777. }
  778. .con_addr {
  779. border-bottom: 1px solid #fff;
  780. width: 90%;
  781. margin: 1rem auto;
  782. color: #fff;
  783. font-size: 1rem;
  784. }
  785. .copyright_con_num > a {
  786. display: none;
  787. color: #fff;
  788. }
  789. .content_scan {
  790. color: #fff;
  791. font-size: 1rem;
  792. padding-bottom: 1rem;
  793. }
  794. .content_scan img {
  795. width: 5rem;
  796. }
  797. .tip {
  798. margin: 1rem 0;
  799. }
  800. .copyright_con_num {
  801. font-size: 0.8rem;
  802. color: #dedede;
  803. padding-top: 1rem;
  804. }
  805. .copyright_con_num i {
  806. margin-top: 1rem;
  807. display: block !important;
  808. color: #dedede;
  809. }
  810. .copyright_con_num span a {
  811. color: #dedede;
  812. font-size: 0.8rem;
  813. display: block;
  814. }
  815. }
  816. </style>