Browse Source

优化排版

old
xiaoz 6 years ago
parent
commit
6512da7580
  1. 2
      index.php
  2. 4
      static/style.css

2
index.php

@ -69,7 +69,7 @@ @@ -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>
<!--显示-->

4
static/style.css

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

Loading…
Cancel
Save