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.
101 lines
1.8 KiB
101 lines
1.8 KiB
.bg{
|
|
width:100%;
|
|
height:837px;
|
|
/*background:url("../images/2.jpg") no-repeat 0 0/cover;*/
|
|
position:relative;
|
|
top:80px;
|
|
text-align: center;
|
|
}
|
|
.experience-bg{
|
|
background: url('../images/apply.jpg') center/cover;
|
|
height: 250px;
|
|
text-align: center;
|
|
color: white;
|
|
}
|
|
.application{
|
|
position:relative;
|
|
width:780px;
|
|
background-color: #fff;
|
|
margin:0 auto;
|
|
margin-top:-60px;
|
|
z-index: 3;
|
|
padding: 24px;
|
|
border-radius: 15px;
|
|
box-shadow: 0 1px 16px #aaaaaa, 0 0 1px #eee, 0 0 1px #eee;
|
|
}
|
|
.application-left{
|
|
position: absolute;
|
|
top:10%;
|
|
left:2%;
|
|
width:40%;
|
|
}
|
|
.application-right{
|
|
width:60%;
|
|
}
|
|
.application-right-form{
|
|
width:100%;
|
|
margin-top:30px;
|
|
}
|
|
.control-label{
|
|
font-size:20px;
|
|
font-weight: normal;
|
|
margin-top:5px;
|
|
}
|
|
.form-group{
|
|
margin-top:20px;
|
|
}
|
|
.btn{
|
|
width:100%;
|
|
height:50px;
|
|
margin-top:20px;
|
|
}
|
|
.orange-logo{
|
|
width:300px;
|
|
}
|
|
.jump{
|
|
width:108px;
|
|
font-size:18px;
|
|
margin-top:15px;
|
|
margin-left:270px;
|
|
font-family: 'sans-serif';
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
}
|
|
.right-arrow{
|
|
width:30px;
|
|
height:13px;
|
|
background:url("../images/youjiantou.png") no-repeat center/cover;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.small-prompt{
|
|
margin-top: 35px;
|
|
margin-left: -278px;
|
|
/*font-size:15px;*/
|
|
color: #747474;;
|
|
}
|
|
|
|
@media screen and (min-width: 1025px) and (max-width: 1280px) {
|
|
.application{
|
|
width:780px;
|
|
}
|
|
}
|
|
@media screen and (min-width: 770px) and (max-width: 1024px) {
|
|
.application{
|
|
width:780px;
|
|
}
|
|
.orange-logo{
|
|
width:290px;
|
|
}
|
|
}
|
|
@media screen and (min-width: 0) and (max-width: 770px) {
|
|
.application{
|
|
width:780px;
|
|
}
|
|
.orange-logo{
|
|
width:290px;
|
|
}
|
|
.btn{
|
|
margin-left:69px;
|
|
}
|
|
}
|
|
|