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.

74 lines
1.0 KiB

*{
margin:0;
padding:0;
}
#we{
background:url(../img/01.jpg);
background-size:100% 100%;
background:cover;
background-repeat: no-repeat;
height:100%;
width:100%;
position:fixed;
}
.myform{
margin-top:150px;
margin-left:-70px;
width:700px;
height:300px;
z-index:+999;
}
.up{
width:90px;
height:45px;
font-size:26px;
font-family: ;
color:#ffffff;
border-radius:10px;
background-color:#ea7e35;
box-shadow: 0px 0px 5px 5px #fffff;
border-color:#ea7e35;
margin-top:10px;
cursor: pointer;
}
.a1{
font-size:40px;
color:#FFFFFF;
font-family:;
}
.but{
width:300px;
height:30px;
}
@media only screen and (max-width: 1000px) {
.myform{
position: absolute;
top:50px;
left:70px;
width:400px;
height:400px;
z-index:+999;
}
#we{
background:url(../img/04.jpg);
background-size:100% 100%;
background:cover;
background-repeat: no-repeat;
height:100%;
width:100%;
position:fixed;
}
.a1{
font-size:25px;
color:#000;
font-family:;
}
.but{
width:180px;
height:35px;
}
}