From 2f48a0ed8751a3b4e4687c5293336664441cab1a Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 24 十月 2024 11:23:17 +0800 Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test --- /dev/null | 0 customer_list/ch/static/images/about/2.jpg | 0 customer_list/ch/static/images/about/3.jpg | 0 src/views/project/ch/home/AboutUs.vue | 8 ++++---- customer_list/ch/static/images/about/1.png | 0 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/customer_list/ch/static/images/about/1.jpeg b/customer_list/ch/static/images/about/1.jpeg deleted file mode 100644 index 29a8cfa..0000000 --- a/customer_list/ch/static/images/about/1.jpeg +++ /dev/null Binary files differ diff --git a/customer_list/ch/static/images/about/1.png b/customer_list/ch/static/images/about/1.png new file mode 100644 index 0000000..33e6299 --- /dev/null +++ b/customer_list/ch/static/images/about/1.png Binary files differ diff --git a/customer_list/ch/static/images/about/2.jpg b/customer_list/ch/static/images/about/2.jpg index ca4d61d..336a2b3 100644 --- a/customer_list/ch/static/images/about/2.jpg +++ b/customer_list/ch/static/images/about/2.jpg Binary files differ diff --git a/customer_list/ch/static/images/about/3.jpg b/customer_list/ch/static/images/about/3.jpg index f15649f..ba27e4b 100644 --- a/customer_list/ch/static/images/about/3.jpg +++ b/customer_list/ch/static/images/about/3.jpg Binary files differ diff --git a/src/views/project/ch/home/AboutUs.vue b/src/views/project/ch/home/AboutUs.vue index 16be428..55697f3 100644 --- a/src/views/project/ch/home/AboutUs.vue +++ b/src/views/project/ch/home/AboutUs.vue @@ -13,7 +13,7 @@ <div class="set_mission"> <div class="flex items-center"> <div class="w100 h100"> - <img src="/static/images/about/1.jpeg" class="w-[580px] h-[315px]" /> + <img src="/static/images/about/1.png" class="w-[580px] h-[315px]" /> </div> <div class="w100 h100 px-[30px]"> <div class="title">鎰挎櫙鍙婁娇鍛�</div> @@ -26,7 +26,7 @@ <div class="set_mission"> <div class="flex items-center"> <div class="w100 h100 px-[30px]"> - <div class="title">缁勬垚鍙婃�ц川</div> + <div class="title">鍚嶅瓧璧锋簮</div> <div class="desc"> 涓婃捣鎷夌摝閿″崱鏂囨櫤鑳界鎶�鏈夐檺鍏徃鐨勫悕瀛楋紝鏄涓や綅鍖栧宸ㄥ尃鈥斺�斿畨鎵樹竾-娲涙湕路鎷夌摝閿★紙Antoine-Laurent de Lavoisier锛夊拰浜ㄥ埄路鍗℃枃杩锛圚enry @@ -41,7 +41,7 @@ <div class="set_mission"> <div class="flex items-center"> <div class="w100 h100"> - <img src="/static/images/about/3.jpg" class="w-[580px] h-[315px]" /> + <img src="/static/images/about/3.jpg" class="w-[580px] h-[315px] object-cover" /> </div> <div class="w100 h100 px-[30px]"> <div class="title">鐜颁唬鍖栧涔嬬埗</div> @@ -108,7 +108,7 @@ } .set_mission { background: #fbfbfb; - height: 312px; + height: 315px; width: 100%; position: relative; margin-top: 56px; -- Gitblit v1.9.3