62 lines
882 B
CSS
62 lines
882 B
CSS
body,html{
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
float: left;
|
|
background-image: url(../../img/info/bg.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
}
|
|
#title{
|
|
width: 100%;
|
|
height: 5%;
|
|
float: left;
|
|
font-size: 23px;
|
|
line-height:40px;
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|
|
#btnDiv{
|
|
width: 100%;
|
|
height: 5%;
|
|
float: left;
|
|
}
|
|
#ifrDiv{
|
|
width: 98%;
|
|
height: 87%;
|
|
margin: 1%;
|
|
float: left;
|
|
}
|
|
#ifr{
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 0;
|
|
float: left;
|
|
}
|
|
.btnSty{
|
|
width: 5%;
|
|
height: 80%;
|
|
float: left;
|
|
border: 0;
|
|
border-radius: 5px;
|
|
outline:none;
|
|
color: #fff;
|
|
cursor:pointer;
|
|
margin-top: 0.2%;
|
|
margin-left: 2%;
|
|
background-color: #027DB4;
|
|
}
|
|
.btnSty1{
|
|
width: 5%;
|
|
height: 80%;
|
|
float: left;
|
|
border: 0;
|
|
border-radius: 5px;
|
|
outline:none;
|
|
color: #fff;
|
|
cursor:pointer;
|
|
margin-top: 0.2%;
|
|
margin-left: 5%;
|
|
background-color: #027DB4;
|
|
} |