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.
 
 
 
website/css/aboutUs.css

166 lines
3.0 KiB

.about-banner{
width:100%;
height:350px;
background: url("../images/aboutUs.jpg") no-repeat center/cover;
margin-top:80px;
}
.stepsWords{
text-align: center;
position: relative;
margin:60px auto;
width:210px;
font-size:32px;
}
.stepsWords .steps-left{
position:absolute;
top:10px;
left:0;
width:25px;
height:25px;
background: url("../images/sprite.png") no-repeat 0 0;
}
.stepsWords .steps-right{
position:absolute;
top:10px;
right:0;
width:25px;
height:25px;
background: url("../images/sprite.png") no-repeat -25px 0;
}
.about-font{
font-size:16px;
line-height: 30px;
}
.join-us-title{
font-size: 20px;
text-align: center;
margin-top:20px;
}
.the-way{
width:32%;
/*height:300px;*/
background-color: #f5f5f5;
text-align: center;
padding:20px;
box-sizing: border-box;
margin-bottom:20px;
font-family: 'sans-serif';
}
.the-way:nth-of-type(2){
margin-left:17px;
}
.the-way:hover{
box-shadow: 0 1px 16px #cbcbcb, 0 0 1px #eee, 0 0 1px #eee;
}
.the-way .the-way-icon{
width:45px;
margin:0 auto;
}
.the-way .the-way-title{
color:#cc3333;
font-size: 20px;
margin-top:10px;
}
.the-way .the-way-content{
font-size: 15px;
margin-top:10px;
}
.the-way .the-way-content:nth-of-type(1){
}
.media-move{
margin-bottom:50px;
margin-left:280px;
}
.media-div{
overflow: hidden;
}
.media-img{
width:446px;
transition: transform .5s;
}
.media-img:hover{
transform:scale(1.1);
}
.us-img{
width:124px
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
.stepsWords{
margin:50px auto;
}
.media-move{
margin-left:195px;
}
.the-way .the-way-icon{
width:82px;
}
.the-way .the-way-title{
font-size: 22px;
}
.the-way .the-way-content{
font-size: 16px;
}
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
/*.about-banner{*/
/* height:250px;*/
/*}*/
.stepsWords{
margin:50px auto;
}
.media-move{
margin-left:124px;
}
.the-way .the-way-icon{
width:70px;
}
.the-way .the-way-title{
font-size: 20px;
}
.the-way .the-way-content{
font-size: 15px;
}
.media-img{
width:375px
}
.about-font{
font-size: 14px;
}
}
@media screen and (min-width: 0) and (max-width: 1024px) {
/*.about-banner{*/
/* height:250px;*/
/*}*/
.stepsWords{
margin:40px 300px;
}
.media-move{
margin-left:124px;
width: 681px;
}
.the-way .the-way-icon{
width:60px;
}
.the-way .the-way-title{
font-size: 18px;
}
.the-way .the-way-content{
font-size: 13px;
}
.media-img{
width:350px
}
.about-font{
font-size: 12px;
}
.us-img{
width:100px
}
/*.the-way{*/
/* width: 206px;*/
/*}*/
.contact-us-way{
width:640px;
}
}