From d24dd35d265a0b6bd0620285d226b5bed3d4566e Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期四, 11 十二月 2025 19:40:27 +0800
Subject: [PATCH] 大屏提交1:首页、GIS、视频页面

---
 fzzy-igdss-web/src/main/resources/static/group/gis.css |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/static/group/gis.css b/fzzy-igdss-web/src/main/resources/static/group/gis.css
index 275fd40..bb3ae73 100644
--- a/fzzy-igdss-web/src/main/resources/static/group/gis.css
+++ b/fzzy-igdss-web/src/main/resources/static/group/gis.css
@@ -5,7 +5,7 @@
 
 
 .i-nav3.on{
-  background-image: url(../group/img/c-btn3.png);
+  background-image: url(../img/web/group/c-btn3.png);
 }
 .c-main{
   position: relative;
@@ -33,7 +33,7 @@
   padding: 90px 20px 20px;
   width: 518px;
   height: 910px;
-  background: url(../group/img/cd-bg1.png) no-repeat center;
+  background: url(../img/web/group/cd-bg1.png) no-repeat center;
   background-size: 100% 100%;
   box-sizing: border-box;
 }
@@ -48,7 +48,7 @@
   padding-top: 80px;
   width: 399px;
   height: 910px;
-  background: url(../group/img/cd-bg2.png) no-repeat center;
+  background: url(../img/web/group/cd-bg2.png) no-repeat center;
   background-size: 100% 100%;
   box-sizing: border-box;
 }
@@ -116,7 +116,7 @@
   width: 100%;
   height: 100%;
   display: block;
-  background: url(../group/img/c-bg1.png) no-repeat center;
+  background: url(../img/web/group/c-bg1.png) no-repeat center;
   background-size: contain;
 }
 .m-box1 .chartbox::after{
@@ -128,7 +128,7 @@
   width: 100%;
   height: 100%;
   display: block;
-  background: url(../group/img/c-bg2.png) no-repeat center;
+  background: url(../img/web/group/c-bg2.png) no-repeat center;
   background-size: contain;
 }
 .m-box1 .chartbox .txt{
@@ -244,7 +244,7 @@
   font-size: 18px;
   color: #fff;
   padding-left: 25px;
-  background: url(../group/img/c-i1.png) no-repeat left center;
+  background: url(../img/web/group/c-i1.png) no-repeat left center;
   background-size: 17px;
 }
 .m-box2 .num{
@@ -285,13 +285,13 @@
 .m-nav .arr{
   width: 24px;
   height: 20px;
-  background: url(../group/img/c-i3.png) no-repeat center;
+  background: url(../img/web/group/c-i3.png) no-repeat center;
   background-size: contain;
 }
 .m-nav .icon{
   width: 50px;
   height: 50px;
-  background: url(../group/img/c-i2.png) no-repeat center;
+  background: url(../img/web/group/c-i2.png) no-repeat center;
   background-size: contain;
   flex-shrink: 0;
 }
@@ -322,7 +322,7 @@
 .m-nav .three .icon{
   width: 16px;
   height: 16px;
-  background-image: url(../group/img/c-i4.png);
+  background-image: url(../img/web/group/c-i4.png);
   margin: 4px 8px 0 0;
 }
 .m-nav .three .v1{

--
Gitblit v1.9.3