优化鸟瞰图尺寸:限制最大高度为70vh,确保正常浏览器窗口能完整显示
This commit is contained in:
@@ -1163,6 +1163,12 @@ body {
|
|||||||
#aerial-view .placeholder-img img {
|
#aerial-view .placeholder-img img {
|
||||||
object-fit: contain !important;
|
object-fit: contain !important;
|
||||||
background: #FFFFFF !important;
|
background: #FFFFFF !important;
|
||||||
|
max-height: 70vh !important; /* 限制最大高度为视口高度的70% */
|
||||||
|
}
|
||||||
|
|
||||||
|
#aerial-view .gallery-item.large .placeholder-img {
|
||||||
|
min-height: auto !important; /* 移除最小高度限制 */
|
||||||
|
height: auto !important; /* 自动高度 */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 室外透视图区域 */
|
/* 室外透视图区域 */
|
||||||
|
|||||||
BIN
images/drawing-floorplan.jpg
Normal file
BIN
images/drawing-floorplan.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 560 KiB |
BIN
images/drawing-siteplan.jpg
Normal file
BIN
images/drawing-siteplan.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 MiB |
Reference in New Issue
Block a user