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