Xiao_123 7 месяцев назад
Родитель
Сommit
0e137901cc

+ 0 - 1
src/layout/personal/footer.vue

@@ -6,7 +6,6 @@
         <div class="mt-4 size">
           <div>苏州识喜识谊信息科技有限公司</div>
           <div class="my-2">公司地址&nbsp;苏州工业园区林泉街399号东南大学国家大学科技园(苏州)南工院(2#)304室</div>
-          <div>服务热线/举报渠道&nbsp;4000xxxx</div>
         </div>
       </div>
       <div class="center">

+ 29 - 3
src/views/about/index.vue

@@ -13,6 +13,14 @@
           <p class="font-size-14 pt-3" style="border-top: 1px solid rgba(255, 255, 255, .5)">{{ val.desc }}</p>
         </div>
       </div>
+      <div class="py-15">
+        <v-divider></v-divider>
+        <h1 class="title mt-15 mb-10">门墩儿合伙人</h1>
+        <div class="d-flex flex-column align-center">
+          <div class="ceo"></div>
+          <p class="mt-2 consultant-item__name">创始人 田森博士(Simon Tian)</p>
+        </div>
+      </div>
       <div class="py-15">
         <v-divider></v-divider>
         <h1 class="title mt-15">学术和行业之声</h1>
@@ -42,6 +50,7 @@ const list = [
   { title: '公司愿景', desc: '人力数据技术赋能人才发现,助力酒店企业提质增效,实现业务可持续成长。', url: 'https://minio.citupro.com/dev/menduner/home/introduct-bg-02.png' }
 ]
 
+// 学术和行业之声
 const introduce = [
   {
     name: 'Professor Kaye Chon',
@@ -79,9 +88,9 @@ const introduce = [
     desc: 'I wish to congratulate Simon Tian on the establishment of Menduner. There is no doubt of the future success for this enterprise and its clients given the proven ability, skills and professional experience that Simon and his team can provide.'
   },
   {
-    name: 'Jack Xiao 肖君',
-    job: '高级副总裁',
-    company: '美好生活第三方酒店管理 (深圳) 有限公司',
+    name: '肖君 先生',
+    job: '高级运营副总裁',
+    company: '朗廷酒店集团中国区域',
     avatar: 'https://minio.citupro.com/dev/menduner/home/about/%E5%9B%BE%E7%89%876.png',
     desc: '门墩儿是专属于酒店行业的职业发展社交平台。希望能在这里携手更多志同道合的伙伴,追求我们共同的梦想。'
   },
@@ -157,5 +166,22 @@ const introduce = [
   vertical-align: middle;
   width: 598px;
 }
+.ceo {
+  width: 387px;
+  height: 474px;
+  background-image: url('https://minio.citupro.com/dev/menduner/CEO.png');
+  background-position: -3px 120px;
+  background-repeat: no-repeat;
+  background-size: cover;
+  margin-top: -150px;
+}
+.consultant-item__name {
+  font-family: FFScalaWebBold, Georgia, Utopia, Charter, serif;
+  font-weight: 700;
+  color: #4c4c4e;
+  // font-family: FFScalaWebItalic, Georgia, Utopia, Charter, sans-serif;
+  // font-style: italic;
+  // font-weight: 400;
+}
 </style>
 

+ 1 - 1
src/views/recruit/personal/home/index.vue

@@ -100,7 +100,7 @@ const handleOpenAdvertise = () => {
     font-size: 14px;
     background-color: #d5d5d5;
     border-left: 3px solid #00897B;
-    padding: 8px 5px 8px 16px;
+    padding: 8px 5px 0 16px;
     border-radius: 4px 4px 0 0;
   }
   &-img {