26 lines
321 B
CSS
26 lines
321 B
CSS
|
|
body,html{
|
||
|
|
width: 99%;
|
||
|
|
height: 100%;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
#title{
|
||
|
|
width: 100%;
|
||
|
|
height: 5%;
|
||
|
|
float: left;
|
||
|
|
text-align: center;
|
||
|
|
font-size: 23px;
|
||
|
|
line-height:40px;
|
||
|
|
padding-left: 1%;
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
#dataDiv{
|
||
|
|
width: 98%;
|
||
|
|
height: 95%;
|
||
|
|
margin-left: 1%;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
.anchorBL{
|
||
|
|
display: none;
|
||
|
|
}
|