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 @@ + + + + + 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 @@ @@ -477,201 +181,73 @@ export default {