From 1e09f24b8524fc07c8f0b61a4ea1363fc873bf57 Mon Sep 17 00:00:00 2001 From: yangkai Date: Thu, 25 Oct 2018 16:25:44 +0800 Subject: [PATCH] fix --- src/main/ui/static/menu/templates/home.html | 28 +++++++++++---------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/src/main/ui/static/menu/templates/home.html b/src/main/ui/static/menu/templates/home.html index a1d5923f8..a16f87ba5 100644 --- a/src/main/ui/static/menu/templates/home.html +++ b/src/main/ui/static/menu/templates/home.html @@ -10,9 +10,8 @@ } .box-items { - padding: 30px 1% 15px 1%; - cursor: pointer; - + /*padding: 30px 1% 15px 1%;*/ + /*cursor: pointer;*/ } .box-items img { @@ -59,6 +58,9 @@ padding-top: 1%; padding-bottom: 1%; } + .boxs { + margin: 0 auto; + }
-
-