You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.1 KiB
61 lines
1.1 KiB
2 years ago
|
.section1{
|
||
|
position: relative;
|
||
|
}
|
||
|
.section1 .innerHtml{
|
||
|
position: absolute;
|
||
|
top:0;
|
||
|
left:0;
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.yaosu{
|
||
|
text-align: center;
|
||
|
margin-top: 45px;
|
||
|
}
|
||
|
.yaosu .devide{
|
||
|
width: 80px;
|
||
|
height: 6px;
|
||
|
background: #E3E8EF;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
.yaosu .title{
|
||
|
font-size: 48px;
|
||
|
font-family: Microsoft YaHei;
|
||
|
font-weight: 400;
|
||
|
color: #124AA0;
|
||
|
margin:15px 0 0px 0;
|
||
|
}
|
||
|
.yaosu .subtitle{
|
||
|
font-size: 36px;
|
||
|
font-family: Arial;
|
||
|
font-weight: 400;
|
||
|
color: #124AA0;
|
||
|
}
|
||
|
.section1info{
|
||
|
flex: 1;
|
||
|
position: relative;
|
||
|
background:url('../images/service11/电子信息@2x.png');
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.electricContent{
|
||
|
width: 52%;
|
||
|
margin:0 auto;
|
||
|
text-align: center;
|
||
|
/* display: flex; */
|
||
|
/* align-items: center; */
|
||
|
/* justify-content: center; */
|
||
|
/* position: absolute; */
|
||
|
top: 18%;
|
||
|
}
|
||
|
.electricContent p{
|
||
|
font-size: 24px;
|
||
|
font-family: Microsoft YaHei;
|
||
|
font-weight: 400;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
.list{
|
||
|
margin-bottom:20px;
|
||
|
}
|