|
|
|
@ -2,13 +2,13 @@
|
|
|
|
|
<div class="about">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<!-- 标题 title -->
|
|
|
|
|
<BigTitleComVue bigTitle="About" text-align="left" />
|
|
|
|
|
<BigTitleComVue bigTitle="About" text-align="right" />
|
|
|
|
|
<div class="about-foresight">
|
|
|
|
|
<!-- <LineTitleComVue :msg="'About Foresight'" />-->
|
|
|
|
|
<div class="about-foresight-content" v-html="aboutDesc.content" />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- 分类标题 sideTitle -->
|
|
|
|
|
<BigTitleComVue bigTitle="Team" text-align="left" />
|
|
|
|
|
<BigTitleComVue bigTitle="Team" text-align="right" />
|
|
|
|
|
<!-- <div class="s_title">Team</div> -->
|
|
|
|
|
<!-- 团队成员 team members -->
|
|
|
|
|
<div class="members">
|
|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
<div class="touch">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="block"></div>
|
|
|
|
|
<BigTitleComVue bigTitle="Get in Touch" text-align="left" />
|
|
|
|
|
<BigTitleComVue bigTitle="Get in Touch" text-align="right" />
|
|
|
|
|
<div class="touch-list">
|
|
|
|
|
<div :key="item" v-for="item in Object.keys(get_in_touch)" class="touch-email">
|
|
|
|
|
<div class="touch-email-title">
|
|
|
|
@ -165,7 +165,9 @@ onMounted(() => {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.touch-list {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
margin-bottom: 80px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -265,6 +267,7 @@ onMounted(() => {
|
|
|
|
|
.about-foresight-content {
|
|
|
|
|
//padding-top: 24px;
|
|
|
|
|
//padding-bottom: 60px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
font-family: 'Raleway';
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|