diff --git a/ruoyi-admin/src/main/resources/static/home/base/map4.png b/ruoyi-admin/src/main/resources/static/home/base/map4.png new file mode 100644 index 0000000..925fd63 Binary files /dev/null and b/ruoyi-admin/src/main/resources/static/home/base/map4.png differ diff --git a/ruoyi-admin/src/main/resources/templates/home/base.html b/ruoyi-admin/src/main/resources/templates/home/base.html index 5c64c5c..08b465b 100644 --- a/ruoyi-admin/src/main/resources/templates/home/base.html +++ b/ruoyi-admin/src/main/resources/templates/home/base.html @@ -299,6 +299,7 @@ width:100%; display:flex; justify-content: space-between; + height: 340px; } .lianjieList li:before { content: ''; @@ -328,14 +329,26 @@ height:100%; } .map{ - width:50%; - height:100%; + width:59%; + max-height: 340px; + overflow: hidden; } .map li{ width:100%; height:100%; position: relative; } + .map li a{ + width: 33px; + height: 28px; + position: absolute; /* 设置定位元素为绝对定位 */ + top: 50%; /* 垂直居中 */ + left: 50%; /* 水平居中 */ + transform: translate(-50%, -50%); /* 移动元素到中心点 */ + font-size: 16px; /* 设置文本大小 */ + color: #593f2f; /* 设置文本颜色 */ + font-weight: bold; + } .map li a img{ transition: all 0.3s; } @@ -343,32 +356,20 @@ transform: translateY(-5%); } .map .font1{ - width: 30px; - height: 28px; - position: absolute; - right: 57%; - top: 52%; + top: 58%; + left: 52%; } .map .font2{ - width: 30px; - height: 28px; - position: absolute; - right: 60%; - top: 28%; + top: 37%; + left: 49%; } .map .font3{ - width: 30px; - height: 28px; - position: absolute; - right: 66%; - top: 43%; + top: 53%; + left: 44%; } .map .font4{ - width: 30px; - height: 28px; - position: absolute; - right: 50%; - top: 31%; + top: 36%; + left: 61%; } .map .lantie{ width:30px; @@ -595,26 +596,18 @@ -o-animation: rotate 5s linear infinite; animation: rotate 5s linear infinite; } - - /*@keyframes rotate*/ - /*{*/ - /* 0%*/ - /* {*/ - /* -webkit-transform: rotate(0deg);*/ - /* -moz-transform: rotate(0deg);*/ - /* -ms-transform: rotate(0deg);*/ - /* -o-transform: rotate(0deg);*/ - /* transform: rotate(0deg);*/ - /* }*/ - /* 100%*/ - /* {*/ - /* -webkit-transform: rotate(360deg);*/ - /* -moz-transform: rotate(360deg);*/ - /* -ms-transform: rotate(360deg);*/ - /* -o-transform: rotate(360deg);*/ - /* transform: rotate(360deg);*/ - /* }*/ - /*}*/ + .systemBg{ + background: url(/home/base/down.png) no-repeat; + display: inline-block; + width: 100%; + background-position-y: bottom; + background-position-x: center; + text-align: center; + font-size: 21px; + font-weight: bold; + color: #074488; + font-family: layui-icon!important; + } @@ -630,7 +623,7 @@ 关闭 -
+