diff --git a/产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图1-正面展示.html b/产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图1-正面展示.html index d05657d..d6a691f 100644 --- a/产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图1-正面展示.html +++ b/产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图1-正面展示.html @@ -60,10 +60,10 @@ margin-top: 6px; letter-spacing: 3px; } - /* 产品展示台 - 更大 */ + /* 产品展示台 */ .product-stage { width: 600px; - height: 480px; + height: 500px; background: rgba(255,255,255,0.08); border-radius: 25px; display: flex; @@ -76,17 +76,23 @@ box-shadow: 0 20px 60px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1); + overflow: hidden; } - /* 产品图片 - 放大 */ + /* 产品图片 - 放大并裁剪 */ .product-img-wrapper { position: relative; - padding: 15px; + width: 100%; + height: 100%; + display: flex; + align-items: center; + justify-content: center; } .product-img { - max-width: 520px; - max-height: 420px; - object-fit: contain; - border-radius: 12px; + width: 580px; + height: 480px; + object-fit: cover; + object-position: center; + border-radius: 10px; box-shadow: 0 15px 40px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.1); @@ -97,9 +103,10 @@ top: 100%; left: 50%; transform: translateX(-50%) scaleY(-1); - max-width: 520px; - max-height: 420px; - object-fit: contain; + width: 580px; + height: 100px; + object-fit: cover; + object-position: center bottom; opacity: 0.12; filter: blur(3px); mask-image: linear-gradient(to top, rgba(0,0,0,0.3), transparent); diff --git a/产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图1-正面展示.png b/产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图1-正面展示.png index 2850da5..345b0ee 100644 Binary files a/产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图1-正面展示.png and b/产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图1-正面展示.png differ diff --git a/产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图3-细节展示.png b/产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图3-细节展示.png index fa33250..d6dc749 100644 Binary files a/产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图3-细节展示.png and b/产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图3-细节展示.png differ