24 lines
359 B
CSS
24 lines
359 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;
|
||
|
|
}
|
||
|
|
#dataDiv{
|
||
|
|
width: 100%;
|
||
|
|
height: 95%;
|
||
|
|
float: left;
|
||
|
|
}
|