|
|
@@ -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>
|