diff --git a/css/style.css b/css/style.css index e8b4832..cfb3e1a 100644 --- a/css/style.css +++ b/css/style.css @@ -1154,6 +1154,47 @@ body { height: 300px; } +/* ======================================== + 设计表现 - 图片完整展示样式 + ======================================== */ + +/* 鸟瞰图区域 */ +#aerial-view .gallery-item .placeholder-img, +#aerial-view .placeholder-img img { + object-fit: contain !important; + background: #FFFFFF !important; +} + +/* 室外透视图区域 */ +#exterior-perspective .card-image img { + width: 100%; + height: 400px; + object-fit: contain !important; + background: #FFFFFF !important; + display: block; +} + +/* 室内透视图区域 */ +#interior-perspective .card-image img { + width: 100%; + height: 350px; + object-fit: contain !important; + background: #FFFFFF !important; + display: block; +} + +/* 通用:设计表现页面所有图片容器 */ +#design .card-image, +#design .placeholder-img { + overflow: visible !important; +} + +/* 确保图片不会被裁剪 */ +#design img { + max-width: 100%; + height: auto; +} + /* ======================================== 响应式调整 ======================================== */ diff --git a/images/design-aerial-01.jpg b/images/design-aerial-01.jpg new file mode 100644 index 0000000..2ad3f76 Binary files /dev/null and b/images/design-aerial-01.jpg differ diff --git a/images/design-exterior-01.jpg b/images/design-exterior-01.jpg new file mode 100644 index 0000000..cd53cd2 Binary files /dev/null and b/images/design-exterior-01.jpg differ diff --git a/images/design-exterior-02.jpg b/images/design-exterior-02.jpg new file mode 100644 index 0000000..782005f Binary files /dev/null and b/images/design-exterior-02.jpg differ diff --git a/images/design-interior-01.jpg b/images/design-interior-01.jpg new file mode 100644 index 0000000..74f51ea Binary files /dev/null and b/images/design-interior-01.jpg differ diff --git a/images/design-interior-02.jpg b/images/design-interior-02.jpg new file mode 100644 index 0000000..4f089f6 Binary files /dev/null and b/images/design-interior-02.jpg differ diff --git a/images/design-interior-03.jpg b/images/design-interior-03.jpg new file mode 100644 index 0000000..24cf0b5 Binary files /dev/null and b/images/design-interior-03.jpg differ