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

updates

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