webs/hanJing/css/approaching.css

156 lines
2.6 KiB
CSS

.topBanner{
width: 100%;
height: 68vh;
background-color: #030045;
display: flex;
justify-content: center;
align-items: start;
/* background: palegoldenrod; */
overflow: hidden;
background-image: url(../imgs/approaching/prospect.png);
background-repeat: no-repeat;
background-size:80vw auto;
background-position:20vw -6vw;
position: relative;
}
.topBannerLeft{
width: 50%;
height: 80%;
color: #fff;
position: absolute;
top: 5vh;
left: 12vw;
}
.topBannerLeftTitle{
/* background: palegoldenrod; */
margin-top: 8vh;
position: relative;
}
.lightImg{
width: 34vw;
height: auto;
}
.topBannerLeft p:nth-child(1){
font-size: 3vw;
font-weight: 600;
letter-spacing: 0.5vw;
position: absolute;
top: 0.8vw;
left: 1.5vw;
}
.topBannerLeft p:nth-child(2){
font-size: 1.3vw;
color: #01A0D0;
margin-top: 18px;
line-height: 5vh;
}
.top{
width: 20vw;
position: absolute;
top: 0vh;
left: 20vw;
}
.btLeft{
width: 20vw;
position: absolute;
bottom: 15vh;
left: -5.5vw;
}
.tpRight{
width: 17vw;
position: absolute;
top: 10vh;
right: -6vw;
}
.btRight{
width:70vw;
position: absolute;
bottom: -1.3vh;
right: 0vw;
}
/* --------------------- */
.future{
width: 100%;
height: 100vh;
background: #01326C;
color: #fff;
padding-top: 5vh;
}
.futureList{
width: 90%;
height: 100%;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
/* background: paleturquoise; */
}
.futureList li{
width: 25%;
height: 80%;
/* background: palegoldenrod; */
border: 4px solid #00EAEB;
border-radius: 20px;
text-align: center;
padding: 18px;
position: relative;
}
.futureImg{
width: 100%;
height:auto;
}
.futureContent{
margin-top: 5vh;
}
.futureContent p:nth-child(1){
font-size: 1.5vw;
font-weight: 600;
}
.futureContent p:nth-child(2){
font-size: 1.2vw;
width: 90%;
margin: 0 auto;
margin-top: 2vh;
text-align: left;
line-height: 4vh;
text-align: justify;
}
.futureCircle{
width: 8vw;
height: 8vw;
border: 4px solid #00EAEB;
border-radius: 50%;
position: absolute;
top: -3vw;
left: -1vw;
display: flex;
justify-content: center;
align-items: center;
}
.futureCircleInner{
width: 6.8vw;
height: 6.8vw;
border-radius: 50%;
background: #019FCF;
color: #fff;
font-size: 1.5vw;
font-weight: 600;
display: flex;
justify-content: center;
align-items: center;
padding: 1.2vw;
}