hookehuyr

关于海格-生产研发的图片修改

1 <!-- 1 <!--
2 * @Date: 2024-10-17 09:22:56 2 * @Date: 2024-10-17 09:22:56
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-11-04 16:35:38 4 + * @LastEditTime: 2024-11-06 13:45:59
5 * @FilePath: /hager/src/views/about/index.vue 5 * @FilePath: /hager/src/views/about/index.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -93,7 +93,7 @@ export default { ...@@ -93,7 +93,7 @@ export default {
93 content: '海格电气一直致力于创新,我们与客户共同着手面向未来的主题。海格电气仔细倾听客户的声音,以使我们的设计语言能够被普遍理解。', 93 content: '海格电气一直致力于创新,我们与客户共同着手面向未来的主题。海格电气仔细倾听客户的声音,以使我们的设计语言能够被普遍理解。',
94 link: '/about/design', 94 link: '/about/design',
95 },{ 95 },{
96 - img: 'https://cdn.ipadbiz.cn/hager/img/tiny/g04@2x.png', 96 + img: 'https://cdn.ipadbiz.cn/hager/img/about/g04@2x-1.png',
97 c_title: '生产研发', 97 c_title: '生产研发',
98 e_title: 'Production and R&D', 98 e_title: 'Production and R&D',
99 content: '为配合海格集团在全球的业务扩展计划,目前中国有2个生产基地,分别位于惠州和东莞,主要为亚太乃至全球市场提供优质的配电及相关产品。海格集团在全球拥有22家生产基地,主要分布于欧洲。', 99 content: '为配合海格集团在全球的业务扩展计划,目前中国有2个生产基地,分别位于惠州和东莞,主要为亚太乃至全球市场提供优质的配电及相关产品。海格集团在全球拥有22家生产基地,主要分布于欧洲。',
......
1 <!-- 1 <!--
2 * @Date: 2024-10-17 11:13:44 2 * @Date: 2024-10-17 11:13:44
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-10-31 12:01:22 4 + * @LastEditTime: 2024-11-06 13:50:34
5 * @FilePath: /hager/src/views/about/product.vue 5 * @FilePath: /hager/src/views/about/product.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -293,10 +293,10 @@ export default { ...@@ -293,10 +293,10 @@ export default {
293 background-repeat: no-repeat; 293 background-repeat: no-repeat;
294 background-size: cover; 294 background-size: cover;
295 background-position: center right; 295 background-position: center right;
296 - background-image: url(https://cdn.ipadbiz.cn/hager/img/about/g14@2x.png); 296 + background-image: url(https://cdn.ipadbiz.cn/hager/img/about/g14@2x-1.png);
297 &.big { 297 &.big {
298 height: 35rem; 298 height: 35rem;
299 - background-image: url(https://cdn.ipadbiz.cn/hager/img/about/g18@2x.png); 299 + background-image: url(https://cdn.ipadbiz.cn/hager/img/about/g18@2x-1.png);
300 background-size: cover; 300 background-size: cover;
301 } 301 }
302 &.xs { 302 &.xs {
......