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.

95 lines
1.4 KiB

*{
margin:0;
padding:0;
}
#we{
background:url(../img/02.jpg);
background-size:100% 100%;
background:cover;
background-repeat: no-repeat;
height:100%;
width:100%;
position:fixed;
}
.sub{
margin-top:150px;
margin-left:110px;
width:1000px;
height:300px;
z-index:+999;
}
.{
font-size:30px;
color:#000;
font-family:;
}
#input1{
width:200px;
height:30px;
}
.date{
width:200px;
height:30px;
}
.btn{
width:90px;
height:45px;
margin-left:300px;
font-size:26px;
font-family: ;
color:#ffffff;
border-radius:10px;
background-color:#989493;
box-shadow: 0px 0px 5px 5px #fff;
border-color:#989493;
margin-top:10px;
cursor: pointer;
}
@media only screen and (max-width: 1000px) {
.sub{
position: absolute;
top:-150px;
left:-100px;
width:400px;
height:400px;
z-index:+999;
}
#we{
background:url(../img/05.jpg);
background-size:100% 100%;
background:cover;
background-repeat: no-repeat;
height:100%;
width:100%;
position:fixed;
}
.a2{
font-size:25px;
color:#000;
font-family:;
width: 300px;
}
#input1{
width:150px;
height:30px;
}
.date{
width:150px;
height:30px;
}
.btn{
width:90px;
height:45px;
margin-left:120px;
font-size:26px;
font-family: ;
color:#ffffff;
border-radius:10px;
background-color:#ded329;
box-shadow: 0px 0px 5px 5px #fff;
border-color:#ded329;
margin-top:10px;
cursor: pointer;
}
}