This commit is contained in:
lnn19986213 2024-06-04 15:25:57 +08:00
parent 3d49cbf0ee
commit 14d22a0e09
8 changed files with 23 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 11 KiB

BIN
src/assets/eduImg/pp1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

BIN
src/assets/eduImg/pp2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

BIN
src/assets/eduImg/pp3.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

View File

@ -226,6 +226,11 @@
src="@/assets/eduImg/jyImg10.png"
alt=""
/>
<img
src="@/assets/eduImg/pp3.gif"
alt=""
class="ppImg"
/>
<div class="historyimg historyimg1">
<span>绿色预警</span>
</div>
@ -238,6 +243,11 @@
src="@/assets/eduImg/jyImg9.png"
alt=""
/>
<img
src="@/assets/eduImg/pp2.gif"
alt=""
class="ppImg"
/>
<div class="historyimg historyimg2">
<span>黄色预警</span>
</div>
@ -250,6 +260,11 @@
src="@/assets/eduImg/jyImg8.png"
alt=""
/>
<img
src="@/assets/eduImg/pp1.gif"
alt=""
class="ppImg"
/>
<div class="historyimg historyimg3">
<span>红色预警</span>
</div>
@ -1079,6 +1094,13 @@ onMounted(() => {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
.ppImg{
position: absolute;
width: 500px;
height: 170px;
}
img {
width: 136px;

View File

@ -8,7 +8,7 @@ export default defineConfig({
server: {
host: "0.0.0.0", //解决vite use--host to expose
port: 8080,
open: true,
open: false,
base: "./ ", //生产环境路径
// hmr: true,
proxy: {