diff --git a/public/index.html b/public/index.html index 698a9b3..9a10c52 100644 --- a/public/index.html +++ b/public/index.html @@ -1,12 +1,105 @@ - + - 上海丙维科技有限公司 + + + 上海丙维数字科技有限公司 - AI驱动数字化转型,重塑企业核心竞争力 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/img/boxbg_cleaning.png b/src/assets/img/boxbg_cleaning.png index 07aa391..c3769ec 100644 Binary files a/src/assets/img/boxbg_cleaning.png and b/src/assets/img/boxbg_cleaning.png differ diff --git a/src/assets/img/boxbg_errands.png b/src/assets/img/boxbg_errands.png index e02678c..7711672 100644 Binary files a/src/assets/img/boxbg_errands.png and b/src/assets/img/boxbg_errands.png differ diff --git a/src/assets/img/boxbg_propertyandrealestate.png b/src/assets/img/boxbg_propertyandrealestate.png index 542d62e..60d58cb 100644 Binary files a/src/assets/img/boxbg_propertyandrealestate.png and b/src/assets/img/boxbg_propertyandrealestate.png differ diff --git a/src/assets/img/boxbg_smartbuildings.png b/src/assets/img/boxbg_smartbuildings.png index 3cb9493..1e06380 100644 Binary files a/src/assets/img/boxbg_smartbuildings.png and b/src/assets/img/boxbg_smartbuildings.png differ diff --git a/src/views/index.vue b/src/views/index.vue index 0414f9d..2557439 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -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; }