forked from Gitlink/forgeplus-react
135 lines
2.5 KiB
SCSS
135 lines
2.5 KiB
SCSS
.firstPanel{
|
|
position: relative;
|
|
background:url('./Images/1.png') center no-repeat;
|
|
height: 556px;
|
|
width: 100%;
|
|
.firstPaneltxt{
|
|
width: 1200px;
|
|
height: 100%;
|
|
align-items: center;
|
|
text-align: left;
|
|
display: flex;
|
|
margin:0px auto;
|
|
&>div{
|
|
margin-bottom: 100px;
|
|
p{
|
|
max-width: 600px;
|
|
color:#fff;
|
|
font-size: 22px;
|
|
line-height: 28px;
|
|
&:first-child{
|
|
font-size: 30px;
|
|
line-height: 50px;
|
|
margin-bottom: 30px!important;
|
|
max-width: 500px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.doubleBox{
|
|
display: flex;
|
|
padding-top:130px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
.infobox{
|
|
max-width: 550px;
|
|
}
|
|
.m-left{
|
|
margin-left: 100px;
|
|
}
|
|
.desc{
|
|
font-size: 18px;
|
|
color: #888;
|
|
line-height: 25px;
|
|
margin-top: 30px;
|
|
word-break: break-all;
|
|
}
|
|
.btnBox{
|
|
display: block;
|
|
justify-content: center;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 220px;
|
|
height: 80px;
|
|
color: #1890FF;
|
|
font-size: 18px;
|
|
background: #FFFFFF;
|
|
box-shadow: -10px 0px 26px 0px rgba(45, 21, 130, 0.1);
|
|
border-radius: 40px;
|
|
margin-top: 60px;
|
|
}
|
|
}
|
|
.titleLeft{
|
|
position: relative;
|
|
padding-left: 30px;
|
|
p{
|
|
font-size: 24px;
|
|
color:#199aff;
|
|
line-height: 38px;
|
|
}
|
|
span{
|
|
color: #3a3a3a;
|
|
font-size: 18px;
|
|
line-height: 20px;
|
|
margin-top: 5px;
|
|
display: block;
|
|
}
|
|
&::before{
|
|
position: absolute;
|
|
left: 0px;
|
|
height: 100%;
|
|
width: 19px;
|
|
top:0px;
|
|
content: "";
|
|
background-color: #199aff;
|
|
}
|
|
}
|
|
|
|
.thirdPanel{
|
|
width: 1200px;
|
|
margin:100px auto 300px;
|
|
.mainTitle{
|
|
height: 48px;
|
|
font-size: 36px;
|
|
color: #333333;
|
|
line-height: 48px;
|
|
text-align: center;
|
|
}
|
|
.subTitle{
|
|
height: 20px;
|
|
font-size: 18px;
|
|
color: #666666;
|
|
line-height: 20px;
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
}
|
|
.thirdbox{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-top: 50px;
|
|
li{
|
|
width: 22%;
|
|
margin:42px 1.5% ;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 0px 22px 0px rgba(45, 21, 130, 0.06);
|
|
border-radius: 20px;
|
|
padding:50px 30px;
|
|
&:hover{
|
|
box-shadow: 0px 0px 40px 0px rgba(24, 144, 255, 0.3);
|
|
}
|
|
.bt{
|
|
font-size: 24px;
|
|
color: #333333;
|
|
line-height: 26px;
|
|
margin-top:36px;
|
|
}
|
|
.bdesc{
|
|
font-size: 16px;
|
|
color: #666666;
|
|
line-height: 20px;
|
|
margin-top:20px;
|
|
}
|
|
}
|
|
}
|
|
} |