diff --git a/ruoyi-admin/src/main/resources/templates/home/base.html b/ruoyi-admin/src/main/resources/templates/home/base.html index 56742de..11e236e 100644 --- a/ruoyi-admin/src/main/resources/templates/home/base.html +++ b/ruoyi-admin/src/main/resources/templates/home/base.html @@ -358,15 +358,24 @@ height:28px; } .sliderA{ - display: inline-block; - background-color: rgb(182 182 182 / 0.6); - height: 50px; - width: 100%; position: absolute; - top: 90%; - line-height: 46px; - text-align: center; + bottom: 0; + left: 0; + padding: 10px; + width: 100%; + height: 50px; + box-sizing: border-box; + background-color: rgb(0 0 0 / 70%); + line-height: 28px; + font-size: 16px; + color: white; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } + .sliderA:hover{ + color: #ffbb3f; + }
@@ -383,7 +392,7 @@