提交
This commit is contained in:
@ -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">
|
||||
|
||||
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user