Commit dc5ed2b2 authored by 陈毅's avatar 陈毅

转发更改

parent 6e2d0939
......@@ -2955,7 +2955,62 @@ line-height: 48px;
}
//我们是谁 about页面
.about1 {
position: relative;
width: 100%;
margin-bottom: 80px;
div {
position: absolute;
top: 140px;
left: 100px;
h4 {
font-size: 24px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #ffffff;
opacity: 1;
margin-bottom: 30px;
}
p {
width: 470px;
height: 42px;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 300;
color: #ffffff;
opacity: 1;
}
}
}
.about-us {
margin-bottom: 80px;
.about-us-p {
height: 97px;
text-indent: 24px;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 24px;
color: #232323;
opacity: 1;
}
.about-us-flex {
display: flex;
div {
padding-left: 60px;
p {
text-indent: 28px;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 30px;
color: #232323;
opacity: 1;
}
}
}
}
//加入我们 about页面
.join-us{
.join{
......
......@@ -85,60 +85,5 @@ export default {
</script>
<style lang="less" scoped>
.about1 {
position: relative;
width: 100%;
margin-bottom: 80px;
div {
position: absolute;
top: 140px;
left: 100px;
h4 {
font-size: 24px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #ffffff;
opacity: 1;
margin-bottom: 30px;
}
p {
width: 470px;
height: 42px;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 300;
color: #ffffff;
opacity: 1;
}
}
}
.about-us {
margin-bottom: 80px;
.about-us-p {
height: 97px;
text-indent: 24px;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 24px;
color: #232323;
opacity: 1;
}
.about-us-flex {
display: flex;
div {
padding-left: 60px;
p {
text-indent: 28px;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
line-height: 30px;
color: #232323;
opacity: 1;
}
}
}
}
</style>
......@@ -566,8 +566,18 @@
<script>
import Config from "@/config";
export default {
head: {
title: "德天博城",
head() {
return{
title: "德天博城",
meta:[
{
hid:"description",
name:"description",
content:this.dataList.all
}
]
}
},
//
middleware(context) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment