From 6512da758088d06ceb56cb82f1060f8c6b4fbce1 Mon Sep 17 00:00:00 2001 From: xiaoz Date: Sun, 11 Mar 2018 17:12:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 2 +- static/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 2da8aeb..234140e 100644 --- a/index.php +++ b/index.php @@ -69,7 +69,7 @@
- +
diff --git a/static/style.css b/static/style.css index 350b171..3fb6a07 100644 --- a/static/style.css +++ b/static/style.css @@ -59,6 +59,10 @@ #img-box{ margin-bottom:20px; } +#img-box img{ + max-width: 100%; + max-height: 100%; +} #menu{ margin:0; padding:0;