|
@@ -2,7 +2,7 @@
|
|
|
<view class="home-container page-home d-flex flex-col bg-base">
|
|
|
<image
|
|
|
class="w-100 position-absolute"
|
|
|
- src="/static/images/home/BackgroundBanner.png"
|
|
|
+ src="/static/images/home/BackgroundBanner.jpg"
|
|
|
mode="widthFix"
|
|
|
/>
|
|
|
<image
|
|
@@ -69,7 +69,7 @@
|
|
|
<view class="d-flex flex-col shadow-l radius-l bg-base p-3">
|
|
|
<image
|
|
|
class="w-100 radius-base"
|
|
|
- src="/static/images/home/ImageTest.png"
|
|
|
+ src="/static/images/home/ImageTest.jpg"
|
|
|
mode="widthFix"
|
|
|
/>
|
|
|
<view class="d-flex flex-row justify-between mt-3">
|
|
@@ -129,10 +129,10 @@ import MainBoxIcon5 from '/static/images/home/MainBoxIcon5.png';
|
|
|
import MainBoxIcon6 from '/static/images/home/MainBoxIcon6.png';
|
|
|
import MainBoxIcon7 from '/static/images/home/MainBoxIcon7.png';
|
|
|
import MainBoxIcon8 from '/static/images/home/MainBoxIcon8.png';
|
|
|
-import ImageTest2 from '/static/images/home/ImageTest2.png';
|
|
|
-import ImageTest3 from '/static/images/home/ImageTest3.png';
|
|
|
-import ImageTest4 from '/static/images/home/ImageTest4.png';
|
|
|
-import ImageTest5 from '/static/images/home/ImageTest5.png';
|
|
|
+import ImageTest2 from '/static/images/home/ImageTest2.jpg';
|
|
|
+import ImageTest3 from '/static/images/home/ImageTest3.jpg';
|
|
|
+import ImageTest4 from '/static/images/home/ImageTest4.jpg';
|
|
|
+import ImageTest5 from '/static/images/home/ImageTest5.jpg';
|
|
|
import HomeTitle from './parts/HomeTitle.vue';
|
|
|
import IconLocation from '/static/images/inhert/IconLocation.png';
|
|
|
import Box1AudioPlay from './parts/Box1AudioPlay.vue';
|