Showing
4 changed files
with
25 additions
and
18 deletions
| 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-23 10:43:46 | 4 | + * @LastEditTime: 2024-10-31 11:56:55 |
| 5 | * @FilePath: /hager/src/views/about/design.vue | 5 | * @FilePath: /hager/src/views/about/design.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
| 36 | </el-row> | 36 | </el-row> |
| 37 | </hager-box> | 37 | </hager-box> |
| 38 | <div v-else style="margin-top: 1rem;"> | 38 | <div v-else style="margin-top: 1rem;"> |
| 39 | - <div class="about-img"></div> | 39 | + <div class="about-img xs"></div> |
| 40 | <div class="about-box xs"> | 40 | <div class="about-box xs"> |
| 41 | <div> | 41 | <div> |
| 42 | <!-- <div class="title"> | 42 | <!-- <div class="title"> |
| ... | @@ -73,7 +73,7 @@ | ... | @@ -73,7 +73,7 @@ |
| 73 | </div> | 73 | </div> |
| 74 | </hager-box> | 74 | </hager-box> |
| 75 | <hager-box v-if="!is_xs" class="box-n"> | 75 | <hager-box v-if="!is_xs" class="box-n"> |
| 76 | - <el-row :gutter="30" style="margin-top: 2rem;margin-bottom: 2rem;"> | 76 | + <el-row :gutter="0" style="margin-top: 2rem;margin-bottom: 2rem;"> |
| 77 | <el-col :span="12"> | 77 | <el-col :span="12"> |
| 78 | <div class="left-box"> | 78 | <div class="left-box"> |
| 79 | <div class="title"> | 79 | <div class="title"> |
| ... | @@ -85,12 +85,13 @@ | ... | @@ -85,12 +85,13 @@ |
| 85 | </div> | 85 | </div> |
| 86 | </el-col> | 86 | </el-col> |
| 87 | <el-col :span="12"> | 87 | <el-col :span="12"> |
| 88 | - <div class="right-box"> | 88 | + <!-- <div class="right-box"> |
| 89 | <p class="title">“倾听客户的声音,打造一流设计”</p> | 89 | <p class="title">“倾听客户的声音,打造一流设计”</p> |
| 90 | <div> | 90 | <div> |
| 91 | <img style="width: 100%; height: 10rem;" src="https://cdn.ipadbiz.cn/hager/img/about/g13@2x.png" alt=""> | 91 | <img style="width: 100%; height: 10rem;" src="https://cdn.ipadbiz.cn/hager/img/about/g13@2x.png" alt=""> |
| 92 | </div> | 92 | </div> |
| 93 | - </div> | 93 | + </div> --> |
| 94 | + <div style="background-image: url(https://cdn.ipadbiz.cn/hager/img/about/g09@2x.png); background-size: cover; background-repeat: no-repeat; height: 29rem;"></div> | ||
| 94 | </el-col> | 95 | </el-col> |
| 95 | </el-row> | 96 | </el-row> |
| 96 | </hager-box> | 97 | </hager-box> |
| ... | @@ -103,11 +104,14 @@ | ... | @@ -103,11 +104,14 @@ |
| 103 | </div> | 104 | </div> |
| 104 | </div> | 105 | </div> |
| 105 | </div> | 106 | </div> |
| 106 | - <div class="right-box xs"> | 107 | + <!-- <div class="right-box xs"> |
| 107 | <p class="title">“倾听客户的声音,打造一流设计”</p> | 108 | <p class="title">“倾听客户的声音,打造一流设计”</p> |
| 108 | <div> | 109 | <div> |
| 109 | <img style="width: 100%; height: 10rem;" src="https://cdn.ipadbiz.cn/hager/img/about/g13@2x.png" alt=""> | 110 | <img style="width: 100%; height: 10rem;" src="https://cdn.ipadbiz.cn/hager/img/about/g13@2x.png" alt=""> |
| 110 | </div> | 111 | </div> |
| 112 | + </div> --> | ||
| 113 | + <div> | ||
| 114 | + <img style="width: 100%; height: 20rem;" src="https://cdn.ipadbiz.cn/hager/img/about/g09@2x.png"> | ||
| 111 | </div> | 115 | </div> |
| 112 | </div> | 116 | </div> |
| 113 | </div> | 117 | </div> |
| ... | @@ -213,7 +217,10 @@ export default { | ... | @@ -213,7 +217,10 @@ export default { |
| 213 | background-repeat: no-repeat; | 217 | background-repeat: no-repeat; |
| 214 | background-size: cover; | 218 | background-size: cover; |
| 215 | background-position: center; | 219 | background-position: center; |
| 216 | - background-image: url(https://cdn.ipadbiz.cn/hager/img/about/g09@2x.png); | 220 | + background-image: url('https://cdn.ipadbiz.cn/hager/img/about/g09@2x-1.png'); |
| 221 | + &.xs { | ||
| 222 | + height: 20rem; | ||
| 223 | + } | ||
| 217 | } | 224 | } |
| 218 | .about-box { | 225 | .about-box { |
| 219 | background-color: #F7F7F7; | 226 | background-color: #F7F7F7; | ... | ... |
| 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-22 16:22:33 | 4 | + * @LastEditTime: 2024-10-31 11:43:55 |
| 5 | * @FilePath: /hager/src/views/about/global.vue | 5 | * @FilePath: /hager/src/views/about/global.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -87,7 +87,7 @@ export default { | ... | @@ -87,7 +87,7 @@ export default { |
| 87 | background-repeat: no-repeat; | 87 | background-repeat: no-repeat; |
| 88 | background-size: cover; | 88 | background-size: cover; |
| 89 | background-position: center; | 89 | background-position: center; |
| 90 | - background-image: url(https://cdn.ipadbiz.cn/hager/img/about/g07@2x.png); | 90 | + background-image: url(https://cdn.ipadbiz.cn/hager/img/about/g071@2x.png); |
| 91 | &.xs { | 91 | &.xs { |
| 92 | height: 15rem; | 92 | height: 15rem; |
| 93 | margin-top: 1rem; | 93 | margin-top: 1rem; | ... | ... |
| 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-10-26 14:42:38 | 4 | + * @LastEditTime: 2024-10-31 11:44:29 |
| 5 | * @FilePath: /hager/src/views/about/index.vue | 5 | * @FilePath: /hager/src/views/about/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -75,7 +75,7 @@ export default { | ... | @@ -75,7 +75,7 @@ export default { |
| 75 | data () { | 75 | data () { |
| 76 | return { | 76 | return { |
| 77 | intro_list: [{ | 77 | intro_list: [{ |
| 78 | - img: 'https://cdn.ipadbiz.cn/hager/img/about/g01@2x.png', | 78 | + img: 'https://cdn.ipadbiz.cn/hager/img/about/g071@2x.png', |
| 79 | c_title: '海格全球', | 79 | c_title: '海格全球', |
| 80 | e_title: 'Hager Group', | 80 | e_title: 'Hager Group', |
| 81 | content: '海格集团是全球领先的电气及智能化解决方案和服务提供商,应用领域涵盖住宅、商业建筑、公共建筑和工业。', | 81 | content: '海格集团是全球领先的电气及智能化解决方案和服务提供商,应用领域涵盖住宅、商业建筑、公共建筑和工业。', | ... | ... |
| 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-22 11:32:04 | 4 | + * @LastEditTime: 2024-10-31 12:01:22 |
| 5 | * @FilePath: /hager/src/views/about/product.vue | 5 | * @FilePath: /hager/src/views/about/product.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -52,7 +52,7 @@ | ... | @@ -52,7 +52,7 @@ |
| 52 | <hager-box v-if="!is_xs" class="box-n"> | 52 | <hager-box v-if="!is_xs" class="box-n"> |
| 53 | <el-row> | 53 | <el-row> |
| 54 | <el-col :span="12"> | 54 | <el-col :span="12"> |
| 55 | - <div class="about-img" :style="{ 'background-image': 'url(https://cdn.ipadbiz.cn/hager/img/about/g15@2x.png)' }"></div> | 55 | + <div class="about-img" :style="{ 'background-image': 'url(https://cdn.ipadbiz.cn/hager/img/about/g15@2x-1.png)' }"></div> |
| 56 | </el-col> | 56 | </el-col> |
| 57 | <el-col :span="12"> | 57 | <el-col :span="12"> |
| 58 | <div class="about-box"> | 58 | <div class="about-box"> |
| ... | @@ -86,7 +86,7 @@ | ... | @@ -86,7 +86,7 @@ |
| 86 | </el-row> | 86 | </el-row> |
| 87 | <el-row> | 87 | <el-row> |
| 88 | <el-col :span="12"> | 88 | <el-col :span="12"> |
| 89 | - <div class="about-img" :style="{ 'background-image': 'url(https://cdn.ipadbiz.cn/hager/img/about/g17@2x.png)' }"></div> | 89 | + <div class="about-img" :style="{ 'background-image': 'url(https://cdn.ipadbiz.cn/hager/img/about/g17@2x-1.png)' }"></div> |
| 90 | </el-col> | 90 | </el-col> |
| 91 | <el-col :span="12"> | 91 | <el-col :span="12"> |
| 92 | <div class="about-box"> | 92 | <div class="about-box"> |
| ... | @@ -102,7 +102,7 @@ | ... | @@ -102,7 +102,7 @@ |
| 102 | </el-row> | 102 | </el-row> |
| 103 | </hager-box> | 103 | </hager-box> |
| 104 | <div v-else class="box-2n" style="padding: 1rem;"> | 104 | <div v-else class="box-2n" style="padding: 1rem;"> |
| 105 | - <div class="about-img xs" :style="{ 'background-image': 'url(https://cdn.ipadbiz.cn/hager/img/about/g15@2x.png)' }"></div> | 105 | + <div class="about-img xs" :style="{ 'background-image': 'url(https://cdn.ipadbiz.cn/hager/img/about/g15@2x-1.png)' }"></div> |
| 106 | <div class="about-box xs" style="background-color: #FFF; margin-bottom: 1rem;"> | 106 | <div class="about-box xs" style="background-color: #FFF; margin-bottom: 1rem;"> |
| 107 | <div class="title" style=""> | 107 | <div class="title" style=""> |
| 108 | <p class="c xs">追求卓越的匠心品质</p> | 108 | <p class="c xs">追求卓越的匠心品质</p> |
| ... | @@ -124,7 +124,7 @@ | ... | @@ -124,7 +124,7 @@ |
| 124 | <p>产品预设与东莞工厂配电箱增值服务全面满足客户需求,柔性生产线和灵活生产解决方案帮助客户应对紧急交付需求。海格中国工厂RFID射频标签技术及质量追踪系统可随时了解订单生产状态,确保交货速度。广泛应用在塑壳、漏保等制造环节中的二维码技术自动调取产品工艺参数,为客户实现快速换型生产。 </p> | 124 | <p>产品预设与东莞工厂配电箱增值服务全面满足客户需求,柔性生产线和灵活生产解决方案帮助客户应对紧急交付需求。海格中国工厂RFID射频标签技术及质量追踪系统可随时了解订单生产状态,确保交货速度。广泛应用在塑壳、漏保等制造环节中的二维码技术自动调取产品工艺参数,为客户实现快速换型生产。 </p> |
| 125 | </div> | 125 | </div> |
| 126 | </div> | 126 | </div> |
| 127 | - <div class="about-img xs" :style="{ 'background-image': 'url(https://cdn.ipadbiz.cn/hager/img/about/g17@2x.png)' }"></div> | 127 | + <div class="about-img xs" :style="{ 'background-image': 'url(https://cdn.ipadbiz.cn/hager/img/about/g17@2x-1.png)' }"></div> |
| 128 | <div class="about-box xs" style="background-color: #FFF;"> | 128 | <div class="about-box xs" style="background-color: #FFF;"> |
| 129 | <div class="title"> | 129 | <div class="title"> |
| 130 | <p class="c xs">绿色制造的匠心承诺</p> | 130 | <p class="c xs">绿色制造的匠心承诺</p> |
| ... | @@ -289,7 +289,7 @@ export default { | ... | @@ -289,7 +289,7 @@ export default { |
| 289 | .hager-about-product-page { | 289 | .hager-about-product-page { |
| 290 | .about-img { | 290 | .about-img { |
| 291 | width: 100%; | 291 | width: 100%; |
| 292 | - height: 30rem; | 292 | + height: 35rem; |
| 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; |
| ... | @@ -308,7 +308,7 @@ export default { | ... | @@ -308,7 +308,7 @@ export default { |
| 308 | background-color: #F7F7F7; | 308 | background-color: #F7F7F7; |
| 309 | position: relative; /* 父容器设置为相对定位 */ | 309 | position: relative; /* 父容器设置为相对定位 */ |
| 310 | padding: 2rem; | 310 | padding: 2rem; |
| 311 | - height: 30rem; /* 让 .about-box 撑满父容器 */ | 311 | + height: 35rem; /* 让 .about-box 撑满父容器 */ |
| 312 | box-sizing: border-box; | 312 | box-sizing: border-box; |
| 313 | &.xs { | 313 | &.xs { |
| 314 | height: auto; | 314 | height: auto; | ... | ... |
-
Please register or login to post a comment