diff --git a/public/static/img/tempNews.png b/public/static/img/tempNews.png
new file mode 100644
index 0000000..f427002
Binary files /dev/null and b/public/static/img/tempNews.png differ
diff --git a/src/assets/css/common.css b/src/assets/css/common.css
index cb9e3e1..0f20334 100644
--- a/src/assets/css/common.css
+++ b/src/assets/css/common.css
@@ -71,6 +71,10 @@ a:focus {
width: 1400rem;
margin: 0 auto;
}
+.wrapper1518 {
+ width: 1518rem;
+ margin: 0 auto 0 0;
+}
.wrapper1680 {
width: 1680rem;
margin: 0 auto;
diff --git a/src/components/FootBar.vue b/src/components/FootBar.vue
index dd61bb7..50a0b77 100644
--- a/src/components/FootBar.vue
+++ b/src/components/FootBar.vue
@@ -179,9 +179,9 @@ export default {
{
title: '投资与合作',
children: [
- { title: '投资者', path: '/' },
- { title: '合作邀约', path: '/' },
- { title: '合作伙伴', path: '/' },
+ { title: '投资者', path: '/investor' },
+ { title: '合作邀约', path: '/cooperationOffer' },
+ { title: '合作伙伴', path: '/businesspartner' },
],
},
{
diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue
index cf0f206..95e36cb 100644
--- a/src/components/NavBar.vue
+++ b/src/components/NavBar.vue
@@ -114,9 +114,9 @@ export default {
{
title: '投资与合作',
children: [
- { title: '投资者', path: '/' },
- { title: '合作邀约', path: '/' },
- { title: '合作伙伴', path: '/' },
+ { title: '投资者', path: '/investor' },
+ { title: '合作邀约', path: '/cooperationOffer' },
+ { title: '合作伙伴', path: '/businesspartner' },
],
},
{
diff --git a/src/router/index.js b/src/router/index.js
index d2d4318..3bc614b 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -183,6 +183,28 @@ const routes = [
},
],
},
+ {
+ path: '/Invest',
+ component: RouteView,
+ redirect: '/cooperationOffer',
+ children: [
+ {
+ path: '/investor',
+ component: (resolve) =>
+ require(['../views/Invest/Investor/Index.vue'], resolve),
+ },
+ {
+ path: '/cooperationOffer',
+ component: (resolve) =>
+ require(['../views/Invest/CooperationOffer/Index.vue'], resolve),
+ },
+ {
+ path: '/businesspartner',
+ component: (resolve) =>
+ require(['../views/Invest/BusinessPartner/Index.vue'], resolve),
+ },
+ ],
+ },
];
// hack router push callback
diff --git a/src/views/About/ContactUs/Index.vue b/src/views/About/ContactUs/Index.vue
index 9000c32..0913a7e 100644
--- a/src/views/About/ContactUs/Index.vue
+++ b/src/views/About/ContactUs/Index.vue
@@ -55,46 +55,50 @@
-
-
-
- 留言反馈
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
提交
@@ -264,16 +268,86 @@ export default {
background: #FFFFFF;
border-radius: 10rem 10rem 10rem 10rem;
}
-.fkContent {
- padding: 20rem 30rem;
+.el-form-item {
+ margin-bottom: 22rem !important;
}
-.fkBar {
+/deep/.el-form-item__label {
+ font-size: 14rem;
+ line-height: 40rem;
+ padding: 0 12rem 0 0;
+}
+/deep/.el-form-item__content {
+ line-height: 40rem;
+ font-size: 14rem;
+}
+/deep/.el-input {
+ font-size: 14rem;
+}
+/deep/.el-input__inner {
+ border-radius: 4rem;
+ border: 1rem solid #DCDFE6;
+ height: 40rem;
+ line-height: 40rem;
+ padding: 0 15rem;
+}
+/deep/.el-checkbox {
+ font-size: 14rem;
+ margin-right: 30rem;
+}
+/deep/.el-checkbox__inner {
+ border: 1rem solid #DCDFE6;
+ border-radius: 2rem;
+ width: 14rem;
+ height: 14rem;
+}
+/deep/.el-checkbox__label {
+ padding-left: 10rem;
+ line-height: 19rem;
+ font-size: 14rem;
+}
+/deep/.el-textarea {
+ font-size: 14rem;
+}
+/deep/.el-textarea__inner {
+ padding: 5rem 15rem;
+ border: 1rem solid #DCDFE6;
+ border-radius: 4rem;
+ height: 138rem !important;
+ min-height: 138rem !important;
+}
+/deep/.el-upload-list__item {
+ font-size: 14rem;
+ margin-top: 5rem;
+ border-radius: 4rem;
+}
+/deep/.el-button--small {
+ padding: 9rem 15rem;
+ font-size: 12rem;
+ border-radius: 3rem;
+}
+/deep/.el-upload-list{
+ display: inline-flex;
+}
+/deep/.el-upload-list__item-name {
+ margin-right: 40rem;
+ padding-left: 4rem;
+}
+/deep/.el-upload-list__item-status-label {
+ right: 5rem;
+}
+.formContent {
+ padding: 20rem 0rem;
+}
+.formBarContent {
+ padding: 0rem 30rem;
+}
+.formBar {
display: inline-block;
width: 4rem;
height: 20rem;
background: #014DB5;
}
-.fkTitle {
+.formTitle {
display: inline-block;
padding-left: 10rem;
font-family: MicrosoftYaHeiSemibold;
@@ -284,7 +358,7 @@ export default {
font-style: normal;
text-transform: none;
}
-.fkRemark {
+.formRemark {
font-family: MicrosoftYaHei;
font-size: 18rem;
color: #BBBBBB;
@@ -304,5 +378,6 @@ export default {
text-align: center;
font-style: normal;
text-transform: none;
+ padding: 12rem 20rem;
}
diff --git a/src/views/Invest/BusinessPartner/Index.vue b/src/views/Invest/BusinessPartner/Index.vue
new file mode 100644
index 0000000..f886bb7
--- /dev/null
+++ b/src/views/Invest/BusinessPartner/Index.vue
@@ -0,0 +1,600 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上传
+
+
+
+
+
+
+ 提交
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上传
+
+
+
+
+
+
+ 提交
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/Invest/CooperationOffer/Index.vue b/src/views/Invest/CooperationOffer/Index.vue
new file mode 100644
index 0000000..d767c3b
--- /dev/null
+++ b/src/views/Invest/CooperationOffer/Index.vue
@@ -0,0 +1,443 @@
+
+
+
+
+
+
+
+
+
+ {{ screen2.businessName }}
+
+
+ {{ screen2.titleChinese }}
+
+
+
+
+
+
+
+ {{ partner.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ advantage.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ estate.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ share.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ partnersEquity.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/Invest/Investor/Index.vue b/src/views/Invest/Investor/Index.vue
new file mode 100644
index 0000000..8567852
--- /dev/null
+++ b/src/views/Invest/Investor/Index.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/Recruit/TalentStrategy/Index.vue b/src/views/Recruit/TalentStrategy/Index.vue
index 0d4c263..ee7508c 100644
--- a/src/views/Recruit/TalentStrategy/Index.vue
+++ b/src/views/Recruit/TalentStrategy/Index.vue
@@ -1,289 +1,67 @@
+
-
-
+
+
+
+
{{ screen1.introduction.businessName }}
-
- {{ screen1.introduction.businessNameEnglish }}
-
-
- {{ textEn }}
+
+ {{ screen1.introduction.titleChinese }}
-
-
-
-
-
-
-
- {{screen2.miniTitle}}
-
-
-
-
-
-
- {{screen2.subtitle}}
-
-
- {{screen2.carouselData[screen2.currentIndicator]?.titleChinese}}
-
-
-
-
screen2.currentIndicator = v"
- >
-
-
-
-
-
-
-
-
-
+
+
+ 加入我们,您将体验到以前优势和基于:
+
+ -
+ {{ screen2.businessName }}
+
+ -
+ {{ screen2.titleChinese }}
+
+ -
+ {{ screen3.businessName }}
+
+ -
+ {{ screen3.titleChinese }}
+
+ -
+ {{ screen4.businessName }}
+
+ -
+ {{ screen4.titleChinese }}
+
+
-
-
-
-
-
screen3.currentIndicator = v"
- >
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{screen3.miniTitle}}
-
-
-
-
-
-
- {{screen3.subtitle}}
-
-
- {{screen3.carouselData[screen3.currentIndicator]?.titleChinese}}
+
-
-
-
-
-
-
- {{screen4.miniTitle}}
-
-
-
-
-
-
- {{screen4.subtitle}}
-
-
- {{screen4.carouselData[screen4.currentIndicator]?.titleChinese}}
-
-
-
-
screen4.currentIndicator = v"
- >
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ screen6.joinUs.title }}
-
-
-
- {{ screen6.joinUs.contentCn }}
-
-
- JOIN US
-
-
-
+
@@ -477,201 +181,73 @@ export default {