mirror of https://github.com/helloxz/imgurl
优化排版
parent
70fd163e77
commit
6512da7580
|
@ -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>
|
||||||
<!--显示-->
|
<!--显示-->
|
||||||
|
|
|
@ -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…
Reference in New Issue