master
鲁洪霞 2026-01-28 13:44:23 +08:00
parent 40b8c4163b
commit 260f8de70d
4 changed files with 51 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

View File

@ -180,6 +180,23 @@
应急管理大数据中心 应急管理大数据中心
</div> </div>
</div> </div>
<div class="main_container">
<div class="left">
<div class="img">
<img src="@/assets/images/img5.png" alt=""/>
</div>
<div class="title">基层监管平台</div>
<div class="notes">提供企业管理与政府监管的一体化服务平台</div>
<div class="info">
<div class="list"> <img src="@/assets/images/img6.png" alt="河北秦安安全科技股份有限公司"/> 使用门槛低ChatBI 对话式分析小白用户通过简单对话就能获取数据和洞察结论</div>
<div class="list"> <img src="@/assets/images/img6.png" alt="河北秦安安全科技股份有限公司"/> 语义理解强混元 + DeepSeek 双模加持准确理解模糊与复杂提问</div>
<div class="list"> <img src="@/assets/images/img6.png" alt="河北秦安安全科技股份有限公司"/> 回答更契合意图使用更便捷支持小程序/PC/H5使用嵌出集成随时随地分析数据</div>
</div>
</div>
<div class="right">
<img src="@/assets/images/img7.png" alt="河北秦安安全科技股份有限公司"/>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
@ -462,6 +479,40 @@ body{
color: #ffffff; color: #ffffff;
} }
} }
.main_container{
width: 100%;
background: #ffffff;
padding: 20px;
border-radius: 4px;
margin-top: 40px;
display: flex;
.left{
width: 50%;
padding-left: 50px;
.title{
text-align: left;
font-size: 18px;
font-weight: bold;
margin-top: 20px;
}
.notes{
color: #32344e;
margin-top: 10px;
}
.info{
margin-top: 30px;
font-size: 14px;
color: #536080;
line-height: 30px;
.list{
vertical-align: middle;
img{
margin-top: 2px;
}
}
}
}
}
} }
} }