From 3fef62b03c16aa69c109c355150cdb698b777feb Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 28 六月 2024 17:39:20 +0800
Subject: [PATCH] Merge branch 'develop/steels' into feature/steels/yangan

---
 pages/public-page/aboutus/index.vue |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/pages/public-page/aboutus/index.vue b/pages/public-page/aboutus/index.vue
index ad6c17b..ab9540a 100644
--- a/pages/public-page/aboutus/index.vue
+++ b/pages/public-page/aboutus/index.vue
@@ -1,5 +1,5 @@
 <template>
-    <div class="warp"  :style="{ backgroundImage: `url(${onlineurl}/appimg/image/鍏充簬鎴戜滑/banner.jpg)`, backgroundSize: 'contain', backgroundRepeat: 'no-repeat' }">
+    <div class="warp"  :style="{ backgroundImage: `url(${onlineurl}/appimg/image/aboutUs/banner.jpg)`, backgroundRepeat: 'no-repeat' }">
         <!-- 鏍囬 -->
         <div class="title">
             <span>鍏充簬鎴戜滑</span>
@@ -10,7 +10,7 @@
                 娌冲寳鐪佸啀鐢熻祫婧愭暟鎹鐞嗘湁闄愬叕鍙告槸娌冲寳鐪佸睘鐗瑰ぇ鍨嬪浗鏈変紒涓氬唨涓兘婧愰泦鍥㈢殑瀛愬叕鍙革紝鎴愮珛浜�2023骞�3鏈�20鏃ワ紝钀藉骇浜庡攼灞卞競涓板崡鍖洪潚骞磋矾193鍙�
             </div>
             <div class="bottom">
-                <img :src="`${onlineurl}/appimg/image/鍏充簬鎴戜滑/鍏充簬鎴戜滑img1.jpg`" alt="">
+                <img :src="`${onlineurl}/appimg/image/aboutUs/aboutUsimg1.jpg`" alt="">
             </div>
             <!-- 椤堕儴杈规 -->
             <div class="topBg" :style="{backgroundImage:`url(${indexBackgroundImage})`,backgroundSize: 'cover'}">
@@ -23,7 +23,7 @@
                 灏嗗啀鐢熻祫婧愪笌澶ф暟鎹浉缁撳悎锛屾槸涓�瀹朵互搴熼挗涓洪绫诲啀鐢熻祫婧愪骇鍝侊紝娑电洊缃戠粶浜ゆ槗鍏ㄨ繃绋嬬殑鈥滅瀹跺紡鈥濈鐞嗗钩鍙帮紝鏄兜鐩栧簾閽俊鎭�佷氦鏄撱�佺墿娴併�佷粨鍌ㄣ�佽揣杩愩�佽储鍔°�佺◣绁ㄣ�佽祫閲戠瓑鏈嶅姟鍙婃暟鎹湡瀹炵殑鍙鍙帶鍙函婧愮殑绗笁鏂圭患鍚堟櫤鎱ф湇鍔″钩鍙�
             </div>
             <div class="bottom">
-                <img :src="`${onlineurl}/appimg/image/鍏充簬鎴戜滑/鍏充簬鎴戜滑img2.jpg`" alt="">
+                <img :src="`${onlineurl}/appimg/image/aboutUs/aboutUsimg2.jpg`" alt="">
             </div>
             <!-- 椤堕儴杈规 -->
             <div class="topBg" :style="{backgroundImage:`url(${indexBackgroundImage})`,backgroundSize: 'cover'}">
@@ -71,8 +71,9 @@
 export default {
 data() {
     return {
-        indexBackgroundImage:`${onlineurl}/appimg/image/鍏充簬鎴戜滑/杈规椤堕儴.jpg`,
-        topBg:`${onlineurl}/appimg/image/鍏充簬鎴戜滑/鐭╁舰.jpg"`
+        onlineurl,
+        indexBackgroundImage:`${onlineurl}/appimg/image/aboutUs/borderTop.jpg`,
+        topBg:`${onlineurl}/appimg/image/aboutUs/juxing.jpg"`
     };
 },
 }
@@ -88,6 +89,7 @@
     overflow-y: auto;
     margin:  0 auto;
     background-color: #66A4F3;
+    background-size:  100% 100%;
 }
 .title{
     text-align:center;

--
Gitblit v1.9.1