This commit is contained in:
张成
2025-08-27 11:02:58 +08:00
parent 71da19d3d8
commit 5797bc67b7
6 changed files with 128 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 716 KiB

After

Width:  |  Height:  |  Size: 812 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 649 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@@ -225,6 +225,16 @@ let client_09 = require('../assets/img/hezuo/client_09.png')
let client_10 = require('../assets/img/hezuo/client_10.png')
let client_11 = require('../assets/img/hezuo/client_11.png')
let client_12 = require('../assets/img/hezuo/client_12.png')
let client_13 = require('../assets/img/hezuo/client_13.png')
let client_14 = require('../assets/img/hezuo/client_14.png')
let client_15 = require('../assets/img/hezuo/client_15.png')
let client_16 = require('../assets/img/hezuo/client_16.png')
let client_17 = require('../assets/img/hezuo/client_17.png')
let client_18 = require('../assets/img/hezuo/client_18.png')
let client_19 = require('../assets/img/hezuo/client_19.png')
let client_20 = require('../assets/img/hezuo/client_20.png')
let client_21 = require('../assets/img/hezuo/client_21.png')
let client_22 = require('../assets/img/hezuo/client_22.png')
export default {
@@ -366,7 +376,17 @@ export default {
{ logo: client_09 },
{ logo: client_10 },
{ logo: client_11 },
{ logo: client_12 }
{ logo: client_12 },
{ logo: client_13 },
{ logo: client_14 },
{ logo: client_15 },
{ logo: client_16 },
{ logo: client_17 },
{ logo: client_18 },
{ logo: client_19 },
{ logo: client_20 },
{ logo: client_21 },
{ logo: client_22 }
],
}
@@ -420,14 +440,16 @@ export default {
font-size: 3.5rem;
font-weight: 700;
margin-bottom: 1rem;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
color: white;
text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
animation: fadeInUp 1s ease-out;
}
.banner-subtitle {
font-size: 1.5rem;
font-weight: 300;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
color: white;
text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
animation: fadeInUp 1s ease-out 0.3s both;
}
@@ -815,6 +837,10 @@ export default {
grid-template-columns: 1fr;
}
.product-image {
height: 180px;
}
.company-intro,
.core-advantages,
.business-areas,
@@ -876,12 +902,15 @@ export default {
.product-image {
position: relative;
overflow: hidden;
height: 200px;
}
.product-image img {
width: 100%;
height: auto;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
transition: transform 0.3s ease;
}