From 96546e80d70dc52c50c26064a9b129d0b63a705b Mon Sep 17 00:00:00 2001 From: dong_bo0602 <358256383@qq.com> Date: Tue, 15 Jun 2021 10:05:04 +0800 Subject: [PATCH 1/2] 0613 --- src/main/resources/static/assets/web/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/assets/web/css/style.css b/src/main/resources/static/assets/web/css/style.css index 49a13da..435dc8c 100644 --- a/src/main/resources/static/assets/web/css/style.css +++ b/src/main/resources/static/assets/web/css/style.css @@ -165,10 +165,10 @@ .news-container .news-list ul li span{float: right;font-size: 18px;color: #333} .street{width: 32%;background: #fff;padding: 15px;box-sizing: border-box;box-shadow: 0 0 10px #eee;float:right;overflow:hidden;height: 420px;} .street-box{width: 100%;height: 100%;} -.street a{display: block;padding: 0 5px;box-sizing:border-box;white-space:nowrap;overflow: hidden;text-overflow: ellipsis;float:left;margin-bottom: 10px;width:49%;background: #064ec0;color: #fff;text-align: center;line-height: 35px;border-radius: 5px;} +.street a{display: block;padding: 0 5px;box-sizing:border-box;white-space:nowrap;overflow: hidden;text-overflow: ellipsis;float:left;margin-bottom: 15px;width:49%;background: #064ec0;color: #fff;text-align: center;line-height: 35px;border-radius: 5px;} .street a:hover{background: rgba(6,78,192,0.8)} .street a:nth-child(even){float:right} -.street a img{display: block;margin: 5px auto 0;} +.street a img{display: block;margin: 10px auto 0;} @media (min-width: 1420px){ .banner{ height: 450px From 96c57a43ed0fe6b598df7f6350f8e4e553d7d035 Mon Sep 17 00:00:00 2001 From: dong_bo0602 <358256383@qq.com> Date: Tue, 15 Jun 2021 10:45:06 +0800 Subject: [PATCH 2/2] 0613 --- src/main/resources/templates/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 32874e6..81b21a4 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -72,8 +72,10 @@