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.

52 lines
790 B

3 weeks ago
.mainbody{
width: 980px;
height: 1200px;
margin: auto;
}
.titlebar{
margin-top: 90px;
background-color: skyblue;
line-height: 60px;
height: 60px;
padding: 0 20px;
}
.title{
font-size: 22px;
display: inline-block;
3 weeks ago
}
.titlebar a{
float: right;
font-size: 15px;
color: white;
3 weeks ago
}
.reportbox{
3 weeks ago
width: 33%;
3 weeks ago
margin-top: 20px;
3 weeks ago
display: inline-block;
3 weeks ago
}
.boxtitle{
height: 40px;
background-color: skyblue;
font-size: 18px;
3 weeks ago
line-height: 40px;
text-align: center;
3 weeks ago
}
.boxcover img{
3 weeks ago
width: 100%;
3 weeks ago
height:210px;
overflow: hidden;
transition: 0.8s;
}
.boxcover img:hover{
transform: scale(1.1);
3 weeks ago
}
.boxinfo{
background-color: #ebebeb;
padding: 10px;
font-size: 22px;
text-indent: 2em;
}