diff --git a/nuxt-demo/app/assets/images/img5.png b/nuxt-demo/app/assets/images/img5.png new file mode 100644 index 0000000..0fdb3ab Binary files /dev/null and b/nuxt-demo/app/assets/images/img5.png differ diff --git a/nuxt-demo/app/assets/images/img6.png b/nuxt-demo/app/assets/images/img6.png new file mode 100644 index 0000000..4c8bec5 Binary files /dev/null and b/nuxt-demo/app/assets/images/img6.png differ diff --git a/nuxt-demo/app/assets/images/img7.png b/nuxt-demo/app/assets/images/img7.png new file mode 100644 index 0000000..ac58a60 Binary files /dev/null and b/nuxt-demo/app/assets/images/img7.png differ diff --git a/nuxt-demo/app/pages/index.vue b/nuxt-demo/app/pages/index.vue index 7215790..04903c5 100644 --- a/nuxt-demo/app/pages/index.vue +++ b/nuxt-demo/app/pages/index.vue @@ -180,6 +180,23 @@ 应急管理大数据中心 +
+
+
+ +
+
基层监管平台
+
提供企业管理与政府监管的一体化服务平台。
+
+
河北秦安安全科技股份有限公司 使用门槛低:ChatBI 对话式分析,小白用户通过简单对话就能获取数据和洞察结论
+
河北秦安安全科技股份有限公司 语义理解强:混元 + DeepSeek 双模加持,准确理解模糊与复杂提问,
+
河北秦安安全科技股份有限公司 回答更契合意图使用更便捷:支持小程序/PC/H5使用、嵌出集成,随时随地分析数据
+
+
+
+ 河北秦安安全科技股份有限公司 +
+
@@ -462,6 +479,40 @@ body{ 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; + } + } + } + } + } } }