- main{
margin-top: 46px;
}
- top-zone{
width: 100%; /*background-image: url("");*/ background-image: url("img/title.jpg"); padding-bottom: 50%; background-repeat: no-repeat; background-size: 100%;
}
- top-font{
position: absolute; color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%;
}
- big-title{
font-size: 5vw; margin-bottom: 0.5em; font-family: 'Microsoft YaHei UI'; /*font-family: 'AP';*/
}
- small-title{
font-size: 2vw;
}
- main-content{
margin-top: 50px; width: 80%; max-width: 1000px; margin-bottom: 50px;
}
- main-zone{
display: flex; flex-direction: column; align-items: center; margin-bottom: 100px;
}
- main-content p{
font-size: 18px; line-height: 27px; font-family: 'quicksand medium'; text-align: justify;
}
- main-content h2{
font-size: 44px;
} .three{
display: flex; justify-content: space-between; width: 60%; max-width: 1000px; margin-bottom: 40px;
} .one-own{
width: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.3s;
} .one-own img{
width: 100%;
} .one-own:hover{
width: 70%;
} .one-own p{
font-size: 24px !important; font-weight: bold !important; color: black !important;
} a{
text-decoration: none;
} .all{
width: 30%;
}