diff --git a/src/assets/model/companyIntroduction/img3.png b/src/assets/model/companyIntroduction/img3.png new file mode 100644 index 0000000..cb84cf5 Binary files /dev/null and b/src/assets/model/companyIntroduction/img3.png differ diff --git a/src/assets/model/companyIntroduction/img4.png b/src/assets/model/companyIntroduction/img4.png new file mode 100644 index 0000000..1ce7785 Binary files /dev/null and b/src/assets/model/companyIntroduction/img4.png differ diff --git a/src/assets/model/companyIntroduction/img5.png b/src/assets/model/companyIntroduction/img5.png new file mode 100644 index 0000000..ddd046a Binary files /dev/null and b/src/assets/model/companyIntroduction/img5.png differ diff --git a/src/views/model/companyIntroduction.vue b/src/views/model/companyIntroduction.vue index c5183d4..303aadd 100644 --- a/src/views/model/companyIntroduction.vue +++ b/src/views/model/companyIntroduction.vue @@ -9,8 +9,11 @@ 澳柯玛是全球领先的制冷家电和全冷链产品设备制造企业,建有国家级企业技术中心、国家级工业设计中心和智能制造互联工厂,产品销往世界100多个国家和地区,多年入选中国制造业500强中国轻工业百强,是亚洲品牌500强中国500最具价值品牌企业

-
-
+
+
+
+
+
@@ -77,10 +80,10 @@ export default { position: absolute; top: 17%; left: 4%; - width: 54%; + width: calc(92% - 50vh / 552 * 765); height: 43%; color: #0d2765; - font-size: 1.9vw; + font-size: 1.8vw; font-weight: bold; p{ @@ -98,18 +101,37 @@ export default { position: absolute; top: 17%; right: 4%; - width: 36vw; - max-width: 691px; - max-height: 498.5px; + height: 50vh; + max-height: 50vh; + aspect-ratio: 765/552; } .img2{ position: absolute; transform: translateX(-50%); - top: 61%; + bottom: 1%; left: 20%; - width: 15vw; - max-width: 288px; - max-height: 327.5px; + height: 35vh; +} +.img3{ + position: absolute; + transform: translateX(-50%); + bottom: 1%; + left: 40%; + height: 35vh; +} +.img4{ + position: absolute; + transform: translateX(-50%); + bottom: 1%; + left: 60%; + height: 35vh; +} +.img5{ + position: absolute; + transform: translateX(-50%); + bottom: 1%; + left: 80%; + height: 35vh; } diff --git a/vue.config.js b/vue.config.js index da5e546..aa63fba 100644 --- a/vue.config.js +++ b/vue.config.js @@ -36,7 +36,8 @@ module.exports = { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { // target: `http://10.11.43.2:8080`, - target: `http://localhost:8080`, + target: `http://10.100.72.10:8080`, + // target: `http://localhost:8080`, // target: `http://localhost:6061`, changeOrigin: true, pathRewrite: {