2025-12-03 15:46:18 +08:00
|
|
|
.bim-engine-wrapper {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
box-sizing: border-box;
|
2025-12-04 18:39:07 +08:00
|
|
|
overflow: hidden;
|
2026-01-21 15:50:07 +08:00
|
|
|
background: linear-gradient(to bottom, rgb(214, 224, 235), rgb(246, 250, 255));
|
2025-12-03 15:46:18 +08:00
|
|
|
}
|
|
|
|
|
|
2025-12-04 18:39:07 +08:00
|
|
|
|
2025-12-03 15:46:18 +08:00
|
|
|
/* ... (中间代码不变) ... */
|
|
|
|
|
|
|
|
|
|
.bim-engine-opt-btn-container {
|
|
|
|
|
z-index: 100;
|
2025-12-16 11:57:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 构造树按钮 */
|
|
|
|
|
.bim-construct-tree-btn {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 20px;
|
|
|
|
|
left: 20px !important;
|
|
|
|
|
z-index: 100;
|
|
|
|
|
}
|