...
|
...
|
@@ -373,6 +373,7 @@ textarea:placeholder, |
|
|
background-position: center bottom;
|
|
|
background-size: cover;
|
|
|
padding: 200px;
|
|
|
height: calc(100vh);
|
|
|
}
|
|
|
.concat-service {
|
|
|
position: relative;
|
...
|
...
|
@@ -380,6 +381,7 @@ textarea:placeholder, |
|
|
background-position: center bottom;
|
|
|
background-size: cover;
|
|
|
padding: 200px;
|
|
|
height: calc(100vh);
|
|
|
}
|
|
|
|
|
|
.concat-about {
|
...
|
...
|
@@ -2235,6 +2237,9 @@ blockquote:before { |
|
|
}
|
|
|
}
|
|
|
/*lsq 首页调整优化 2022-09-20*/
|
|
|
.home-banner-section{
|
|
|
height:calc(100vh);
|
|
|
}
|
|
|
.main-menu .navigation > li > a{
|
|
|
color:#333;
|
|
|
}
|
...
|
...
|
@@ -2363,6 +2368,9 @@ blockquote:before { |
|
|
background: url('../img/index/compatible-bg.png');
|
|
|
background-size: cover;
|
|
|
}
|
|
|
.home-banner-section .owl-carousel .owl-item img{
|
|
|
height:auto !important;
|
|
|
}
|
|
|
|
|
|
/*ztq 招聘页面样式 2022-09-21*/
|
|
|
.m-1em{
|
...
|
...
|
@@ -2482,6 +2490,7 @@ blockquote:before { |
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
flex-flow: column;
|
|
|
}
|
|
|
.section-title .title-style{
|
|
|
color:#ffffff;
|
...
|
...
|
@@ -2543,7 +2552,7 @@ blockquote:before { |
|
|
}
|
|
|
.about-video-bg{
|
|
|
position: absolute;
|
|
|
height: 100%;
|
|
|
height: 80%;
|
|
|
width: 100%;
|
|
|
left: 0;
|
|
|
top: 0;
|
...
|
...
|
@@ -2694,3 +2703,46 @@ blockquote:before { |
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
.about-concat{
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
flex: 1;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
flex-flow: column;
|
|
|
}
|
|
|
.about-concat-bg{
|
|
|
position: absolute;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
z-index: -1;
|
|
|
background: url('../img/about/about-concat-bg.png');
|
|
|
background-size: cover;
|
|
|
}
|
|
|
.about-concat .about-concat-title{
|
|
|
color:#fff;
|
|
|
}
|
|
|
.about-concat-btn{
|
|
|
padding: 15px 100px;
|
|
|
font-size: 20px;
|
|
|
margin-top: 20px;
|
|
|
border-radius: 10px;
|
|
|
cursor: pointer;
|
|
|
background:rgba(255,255,255,.28);
|
|
|
color:#ffffff;
|
|
|
}
|
|
|
.about-concat-btn:hover{
|
|
|
background:rgba(255,255,255,.18);
|
|
|
|
|
|
}
|
|
|
.about-concat-con{
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
flex-flow: column;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
}
|
|
|
|
...
|
...
|
|