فهرست منبع

'关于我们'

chending1994 5 سال پیش
والد
کامیت
931d93f763
4فایلهای تغییر یافته به همراه25 افزوده شده و 23 حذف شده
  1. BIN
      assets/images/about/contact_bg_01.png
  2. 0 1
      components/about/header.vue
  3. 24 10
      pages/about/contact.vue
  4. 1 12
      pages/about/team.vue

BIN
assets/images/about/contact_bg_01.png


+ 0 - 1
components/about/header.vue

@@ -38,7 +38,6 @@ export default {
   justify-content: center;
   align-items: center;
   height: 885px;
-  background: url('~assets/images/about/about_team.png') 100% 100% no-repeat;
   font-size:64px;
   font-family:PingFangSC-Medium,PingFang SC;
   font-weight:500;

+ 24 - 10
pages/about/contact.vue

@@ -1,6 +1,13 @@
 <template>
   <div class="container">
     <abount-header :title="title" :bgImage="bgImage"></abount-header>
+    <!-- 优质输出平台 -->
+    <div class="quality">
+      <div class="q-title title-zh">全球优质教育内容输出平台</div>
+      <div class="q-content w1200">
+        <div>1111</div>
+      </div>
+    </div>
   </div>
 </template>
 
@@ -25,16 +32,23 @@ export default {
 
 <style lang="scss" scoped>
 @import "~static/common/style.sass";
-.header {
-  display: flex;
-  justify-content: center;
-  align-items: center;
-  height: 882px;
-  background: url('~assets/images/about/about_contact.png') 100% 100% no-repeat;
-  font-size:64px;
-  font-family:PingFangSC-Medium,PingFang SC;
-  font-weight:500;
-  color:#ffffff;
+
+.title-zh {
+  height: 81px;
+  line-height: 81px;
+  font-size: 58px;
+  font-family: PingFangSC-Semibold, PingFang SC;
+  font-weight: 600;
+  color: #000000;
+  letter-spacing: 1px;
+  text-align: center;
+}
+
+
+.quality {
+  background: url('~assets/images/about/contact_bg_01.png') 100% 100% no-repeat;
+  .q-content {
+  }
 }
 
 </style>

+ 1 - 12
pages/about/team.vue

@@ -13,7 +13,7 @@
             <div class="content">
               简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍简历介绍简历介绍简历介绍简历介绍 简历介绍简历介绍简历介绍
             </div>
-            <div class="name">多丽丝</div>
+            <div class="name">多丽丝•菲舍尔夫人</div>
             <div class="info">职称/学历/所在公司</div>
           </div>
         </div>
@@ -70,17 +70,6 @@ export default {
   text-align: center;
 }
 
-.header {
-  display: flex;
-  justify-content: center;
-  align-items: center;
-  height: 885px;
-  background: url("~assets/images/about/about_team.png") 100% 100% no-repeat;
-  font-size: 64px;
-  font-family: PingFangSC-Medium, PingFang SC;
-  font-weight: 500;
-  color: #ffffff;
-}
 .expert {
   padding: 195px 0 350px;
   .e-content {