41 lines
574 B
CSS
41 lines
574 B
CSS
body,html{
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
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;
|
|
}
|
|
#photoDiv{
|
|
width: 98%;
|
|
height: 80%;
|
|
margin: 1%;
|
|
float: left;
|
|
overflow: auto;
|
|
}
|
|
#dataDiv{
|
|
width: 98%;
|
|
height: 10%;
|
|
margin-left: 1%;
|
|
float: left;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 25px;
|
|
color: #fff;
|
|
}
|
|
img{
|
|
width: 23%;
|
|
height: 28%;
|
|
margin: 1%;
|
|
float: left;
|
|
} |