提交 0d724a9c authored 作者: matian's avatar matian

updates

上级 5af3c05b
......@@ -24,16 +24,13 @@
.banner {
background: url('https://webapp-pub.ezijing.com/project_online/paa/banner.jpg') no-repeat center;
background-size: 100% 100%;
width: 100%;
object-fit: cover;
object-position: center;
box-sizing: border-box;
height: 700px;
.banner_con {
width: 1200px;
margin: auto;
text-align: left;
padding: 253px 0 179px 0;
padding-top: 253px;
box-sizing: border-box;
.banner_tit {
font-size: 40px;
font-weight: bold;
......@@ -41,7 +38,7 @@
color: #ffffff;
}
.banner_desc {
margin-top: 63px;
margin-top: 23px;
width: 650px;
font-size: 22px;
font-weight: 400;
......
......@@ -64,23 +64,20 @@ const mainList1: Array<{ img: string; img1: string; tit: string; desc: string }>
.main {
.main_con {
width: 1200px;
height: 185px;
margin: -78px auto;
background: #ffffff;
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
border-radius: 16px;
margin: -70px auto;
position: relative;
z-index: 10;
box-sizing: border-box;
padding: 33px 0 26px 0;
.con_tit {
text-align: center;
font-size: 22px;
font-weight: bold;
line-height: 50px;
color: #333333;
padding-top: 33px;
}
.con_line {
margin-top: 15px;
border-bottom: 1px dashed #000000;
}
.con_list {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论