This commit is contained in:
zh
2025-11-05 18:24:35 +08:00
parent 318b0fc8ce
commit d6fb3b57e2
30 changed files with 580 additions and 340 deletions

View File

@ -28,7 +28,7 @@
}
.progress-container {
width: 400px;
width: 334px;
text-align: center;
}
@ -52,7 +52,7 @@
}
.progress-bar-container {
height: 16px;
height: 12px;
/* background-color: #222; */
border-radius: 14px 0px 14px 0px;
overflow: hidden;
@ -136,12 +136,11 @@
.box_middle_content {
width: 400px;
color: #ADF1FF;
color: #e6f7ff;
font-size: 20px;
font-weight: 400;
letter-spacing: 0px;
line-height: 27px;
color: rgba(var(--color-text2), 1);
text-align: justify;
vertical-align: top;
font-family: 'Alibaba';
@ -161,13 +160,13 @@
<!-- 顶部名称 -->
<div class="box_top">
<img src="./earth.png" alt="">
<span>实景三维数字孪生系统</span>
<span>实景三维电子沙盘系统</span>
</div>
<!-- 中部介绍 -->
<div class="box_middle">
<div class="box_middle_title">
<span>欢迎进入</span>
<span>实景三维数字孪生系统</span>
<span>欢迎使用</span>
<span>实景三维电子沙盘系统</span>
<!-- <div>Welcome to the 3D Digital Twin System of Real Scenery</div> -->
</div>
<div class="box_middle_content">

View File

@ -1567,7 +1567,7 @@
: node.iconClose
: node[setting.data.key.icon]
if (icon || node.svg)
icoStyle.push('background:url(', node.svg ? '' : icon, ') 0 0 no-repeat;')
icoStyle.push("background:url(", (node.svg ? '':icon), ") 0 0 no-repeat;");
if (
setting.view.showIcon == false ||
!tools.apply(setting.view.showIcon, [setting.treeId, node], true)