diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index afcb542..1a102e2 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -182,6 +182,45 @@
+
+ -
+
关于我们
+ 公司简介
+ 公司沿革
+ 企业文化
+ 荣誉证书
+ 资质认证
+
+ -
+
新闻中心
+ 公司要闻
+ 行业动态
+ 技术前沿
+ 团队活动
+
+ -
+
解决方案
+ 智慧停车
+ 公安交通
+ 公共交通
+
+ -
+
产品介绍
+ 智慧停车
+ 公共交通
+ 公共交通
+
+ -
+
经典案例
+ 智慧停车
+ 公共交通
+ 公共交通
+
+
+
+
+
+
@@ -380,5 +419,23 @@ export default {
.sign p:nth-of-type(2){
font-size: 12px;
}
+ .link-wrapper{
+ display: flex;
+ justify-content: center;
+ }
+ .link-wrapper li{
+ margin-right: 150px;
+ }
+ .link-wrapper li:last-of-type{
+ margin-right: 0;
+ }
+ .link-wrapper li div{
+ font-size: 16px;
+ color: #333;
+ }
+ .link-wrapper li p{
+ margin-top: 10px;
+ font-size: 12px;
+ }