Commit e91316e7 authored by 陈毅's avatar 陈毅

news about

parent 0728db0d
......@@ -2943,127 +2943,10 @@ line-height: 48px;
}
}
}
//下载页面
.download{
margin-top: 180px;
div{
width: 100%;
text-align: center;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #294982;
opacity: 1;
padding-top: 32px;
span{
margin-left: 14px;
}
span:hover{
border-bottom: 1px solid #294982;
cursor: pointer;
}
}
}
//我们是谁 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{
display: flex;
justify-content: center;
.join-layout{
width: 170px;
text-align: center;
.join-recruit{
h4{
margin-top: 40px;
font-size: 20px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #294982;
opacity: 1;
margin-bottom: 20px;
}
.join-recruit-flex{
margin-top: 20px;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #294982;
opacity: 1;
display: flex;
justify-content: space-evenly;
.join-recruit-flex-left{
flex: 1;
text-align-last: justify;
// text-align: justify;
// text-justify: distribute-all-lines;
word-break: break-all;
text-justify: distribute;
}
}
}
}
}
}
}
......@@ -3900,8 +3783,139 @@ line-height: 48px;
margin-bottom: 60px
}
}
.pc11{
max-width: 1400px;
min-width: 1100px;
width: 80%;
margin:100px auto;
//我们是谁 about页面
.about1 {
position: relative;
width: 100%;
margin-bottom: 80px;
div {
position: absolute;
width: 480px;
height: 115px;
top: 0;
left: 100px;
right: 0;
bottom: 0;
margin: auto 0;
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页面
.join-us{
.join{
display: flex;
justify-content: center;
.join-layout{
width: 170px;
text-align: center;
.join-recruit{
h4{
margin-top: 40px;
font-size: 20px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #294982;
opacity: 1;
margin-bottom: 20px;
}
.join-recruit-flex{
margin-top: 20px;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #294982;
opacity: 1;
display: flex;
justify-content: space-evenly;
.join-recruit-flex-left{
flex: 1;
text-align-last: justify;
// text-align: justify;
// text-justify: distribute-all-lines;
word-break: break-all;
text-justify: distribute;
}
}
}
}
}
}
.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;
}
}
}
}
//下载页面
.download{
margin-top: 180px;
div{
width: 100%;
text-align: center;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #294982;
opacity: 1;
padding-top: 32px;
span{
margin-left: 14px;
}
span:hover{
border-bottom: 1px solid #294982;
cursor: pointer;
}
}
}
}
@import url("./phone");
@import url("./extra");
@import url("./product");
......
<template>
<div class="pc1">
<div class="pc11">
<div class="about1">
<img :src="product.url" width="100%" alt="" />
<div>
......
<template>
<div class="pc1 mt" style="height:auto;">
<div class="pc11 mt" style="height:auto;">
<Menu
mode="horizontal"
style="z-index:0"
......
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