diff --git a/ruoyi-admin/src/main/resources/static/css/base.css b/ruoyi-admin/src/main/resources/static/css/base.css index 57132e9..9c83537 100644 --- a/ruoyi-admin/src/main/resources/static/css/base.css +++ b/ruoyi-admin/src/main/resources/static/css/base.css @@ -125,8 +125,8 @@ html, body { .zhuantidept{ -//display: flex; -//flex-wrap: wrap; + display: flex; + flex-wrap: wrap; height: 400px; overflow: auto; box-sizing:border-box; @@ -135,8 +135,12 @@ html, body { } .zhuantidept li{ transition: all 0.3s; - float: left; - margin-bottom: 10px; + max-width: 189px; + max-height: 85px; + background-image: url(../home/base/bumen1.jpg); + background-size: 100% 100%; + box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.5); + margin: 0 10px 10px 10px; } .zhuantidept li:hover{ transform: translateY(-5%); @@ -145,16 +149,14 @@ html, body { .zhuantidept li a{ width: 169px; height: 84px; - margin: 0 10px 0 10px; - display: flex; - align-items: center; + display: inline-block; box-sizing: border-box; padding-left: 10px; - background-image: url(/home/base/bumen1.jpg); - background-size: 100% 100%; - box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5); font-size: 17px; filter: brightness(1.1); + line-height: 85px; + text-align: center; + letter-spacing: 2px; } a { @@ -171,7 +173,7 @@ a:hover{ height: 25px; top: 41%; z-index: 22; - background-image: url(/home/base/i122.png); + background-image: url(../home/base/i122.png); cursor: pointer; } .customNavigation .prev{ @@ -217,7 +219,7 @@ a:hover{ height: 25px; top: 50%; z-index: 22; - background-image: url(/home/base/i122.png); + background-image: url(../home/base/i122.png); cursor: pointer; transform: translateY(-50%); } diff --git a/ruoyi-admin/src/main/resources/templates/home/base.html b/ruoyi-admin/src/main/resources/templates/home/base.html index f61dd9a..b8fa604 100644 --- a/ruoyi-admin/src/main/resources/templates/home/base.html +++ b/ruoyi-admin/src/main/resources/templates/home/base.html @@ -94,7 +94,7 @@