优化排版

old
xiaoz 2018-03-11 17:12:11 +08:00
parent 70fd163e77
commit 6512da7580
2 changed files with 5 additions and 1 deletions

View File

@ -69,7 +69,7 @@
</tbody>
</table>
<div id = "img-box">
<a href="" id = "img-url" target = "_blank"><img id = "show_img" src="" alt="" class = "img-responsive center-block img-thumbnail" width = "100%;" height = "100%;"></a>
<a href="" id = "img-url" target = "_blank"><img id = "show_img" src="" alt="" class = "img-responsive center-block img-thumbnail"></a>
</div>
</div>
<!--显示-->

View File

@ -59,6 +59,10 @@
#img-box{
margin-bottom:20px;
}
#img-box img{
max-width: 100%;
max-height: 100%;
}
#menu{
margin:0;
padding:0;