Browse Source

优化排版

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

2
index.php

@ -69,7 +69,7 @@
</tbody> </tbody>
</table> </table>
<div id = "img-box"> <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>
</div> </div>
<!--显示--> <!--显示-->

4
static/style.css

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

Loading…
Cancel
Save