| | |
| | | <div class="statisticsTitle">专注医学出版</div> |
| | | </div> |
| | | <div class="statisticsItem"> |
| | | <div class="statisticsNum">{{ publisherData.topExpertDatabase }}+ 位</div> |
| | | <div class="statisticsNum"> |
| | | {{ publisherData.topExpertDatabase }}+ <span class="circleBox">位</span> |
| | | </div> |
| | | <div class="statisticsTitle">顶级专家库</div> |
| | | </div> |
| | | <div class="statisticsItem"> |
| | |
| | | <div class="CultureBox"> |
| | | <div class="brandCultureTitle"> |
| | | <div>理念与品牌文化</div> |
| | | <div class="enText">PHILOSOPHY & BRAND CULTURE</div> |
| | | <div class="enText" style="color: #348c6e; font-size: 48px"> |
| | | PHILOSOPHY & BRAND CULTURE |
| | | </div> |
| | | </div> |
| | | <div class="cultureList" v-loading="loading"> |
| | | <div class="cultureItem firstItem"> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="page-container"> |
| | | <MapContainer /> |
| | | <Map v-if="contactUsData" :contactUsData="contactUsData" /> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | import moment from 'moment' |
| | | import MapContainer from '@/components/MapContainer.vue' |
| | | import { ref, onBeforeMount, inject, reactive, onMounted } from 'vue' |
| | | import Map from './components/map.vue' |
| | | let screenheight = ref(document.documentElement.clientHeight / 2) |
| | | const MG = inject('MG') |
| | | const config = inject('config') |
| | |
| | | let publisherData = ref('') |
| | | let ideaBrandCulture = ref([]) |
| | | let loading = ref(false) |
| | | let contactUsData = ref(null) |
| | | |
| | | const getBanner = () => { |
| | | MG.resource |
| | |
| | | }) |
| | | } |
| | | |
| | | // 获取联系我们 |
| | | const getConectText = () => { |
| | | MG.resource |
| | | .getItem({ |
| | | path: 'aboutUs\\contactUs', |
| | | fields: { |
| | | postalCode: [], |
| | | address: [], |
| | | telphone: [], |
| | | faxNumber: [], |
| | | website: [], |
| | | mailbox: [], |
| | | }, |
| | | sort: { |
| | | LinkOrder: 'Asc', |
| | | }, |
| | | paging: { |
| | | start: 0, |
| | | size: 999, |
| | | }, |
| | | coverSize: { |
| | | height: 430, |
| | | }, |
| | | }) |
| | | .then((res) => { |
| | | const { datas } = res |
| | | if (datas?.length > 0) { |
| | | contactUsData.value = datas[0] |
| | | } |
| | | }) |
| | | } |
| | | |
| | | onMounted(() => { |
| | | getBanner() |
| | | getPublisherIntroduction() |
| | | getPublisherData() |
| | | getIdeaBrandCulture() |
| | | getConectText() |
| | | }) |
| | | </script> |
| | | |
| | |
| | | .enText { |
| | | font-size: 28px; |
| | | opacity: 0.45; |
| | | margin-top: 20px; |
| | | margin-top: 10px; |
| | | } |
| | | } |
| | | .homePage { |
| | |
| | | } |
| | | .statisticsTitle { |
| | | margin-top: 10px; |
| | | font-size: 14px; |
| | | } |
| | | .circleBox { |
| | | width: 26px; |
| | |
| | | } |
| | | .brandCultureTop { |
| | | background-image: url(@/assets/images/xiehe/about/wenhua_bg.png); |
| | | background-size: 100% 100%; |
| | | background-repeat: no-repeat; |
| | | background-position: center; |
| | | width: 100%; |
| | | height: 500px; |
| | | padding-top: 55px; |
| | | height: 580px; |
| | | padding-top: 30px; |
| | | } |
| | | |
| | | .brandCultureTitle { |
| | | font-size: 36px; |
| | | color: #fff; |
| | | font-weight: 700; |
| | | text-align: center; |
| | | line-height: 70px; |
| | | } |
| | | |
| | | .cultureList { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | width: 100%; |
| | | margin-top: 60px; |
| | | margin-top: 50px; |
| | | } |
| | | |
| | | .cultureItem { |
| | | width: 320px; |
| | | width: 324px; |
| | | height: 320px; |
| | | background-color: #fff; |
| | | margin-left: 30px; |
| | | margin-left: 10px; |
| | | padding: 20px; |
| | | box-sizing: border-box; |
| | | } |
| | | .firstItem { |
| | | background-color: #144941; |
| | | color: #fff; |
| | | width: 320px; |
| | | width: 324px; |
| | | height: 320px; |
| | | text-align: center; |
| | | text-align: left; |
| | | margin-left: 0px; |
| | | } |
| | | .CultureBox { |
| | |
| | | padding-bottom: 16px; |
| | | } |
| | | .titleTextInfo { |
| | | margin-left: 20px; |
| | | margin-left: 10px; |
| | | text-align: left; |
| | | } |
| | | .itemTitle { |
| | |
| | | } |
| | | .itemSubTitle { |
| | | color: #000; |
| | | font-size: 12px; |
| | | opacity: 0.5; |
| | | } |
| | | .itemText { |