Quellcode durchsuchen

feat: 展会相关图片替换

cuiyalong vor 1 Jahr
Ursprung
Commit
8ae104d4db

+ 2 - 2
src/web/staticres/common-module/exhibition/css/index.css

@@ -9,7 +9,7 @@
   #vm_exhibition .head {
     width: 100%;
     height: 360px;
-    background: url('/common-module/exhibition/img/bannerBG.png') center center no-repeat;
+    background: url('/common-module/exhibition/img/bannerBG.png?v=1') center center no-repeat;
     background-size: cover;
 
   }
@@ -275,7 +275,7 @@
   #vm_exhibition .head {
     width: 100%;
     height: 3.2rem;
-    background: url('/common-module/exhibition/img/mobile_head.png') center center no-repeat;
+    background: url('/common-module/exhibition/img/mobile_head.png?v=1') center center no-repeat;
     background-size: cover;
 
   }

+ 1 - 1
src/web/staticres/common-module/exhibition/css/index_pc.css

@@ -11,7 +11,7 @@
   #vm_exhibition .head {
     width: 100%;
     height: 360px;
-    background: url('/common-module/exhibition/img/bannerBG.png') center center no-repeat;
+    background: url('/common-module/exhibition/img/bannerBG.png?v=1') center center no-repeat;
     background-size: cover;
 
   }

BIN
src/web/staticres/common-module/exhibition/img/QRcode.png


BIN
src/web/staticres/common-module/exhibition/img/bannerBG.png


BIN
src/web/staticres/common-module/exhibition/img/mobile_head.png


BIN
src/web/staticres/common-module/exhibition/img/work_bg.png


+ 1 - 1
src/web/staticres/public-pc/css/sub-page.css

@@ -246,7 +246,7 @@ body.in-iframe {
   width: calc(100% - 48px) !important ;
   height: calc(20.3vw - 48px) !important;
   margin: auto;
-  background: url('/common-module/exhibition/img/work_bg.png') center center no-repeat;
+  background: url('/common-module/exhibition/img/work_bg.png?v=1') center center no-repeat;
   background-size: cover;
   border-radius: 8px;
 }