diff --git a/index.html b/index.html index 35359ab..c95bcde 100644 --- a/index.html +++ b/index.html @@ -4,27 +4,27 @@ - 洛阳弘义智慧城市建设服务有限公司 - - + 弘义智慧城市 + + \ No newline at end of file diff --git a/src/view/home/index.vue b/src/view/home/index.vue index 2edc11d..7709069 100644 --- a/src/view/home/index.vue +++ b/src/view/home/index.vue @@ -40,6 +40,12 @@ 洛阳市行政审批和政务信息管理局 +
+
+ icon + 洛龙区人民政府 +
+
icon @@ -68,7 +74,9 @@ 公司logo
-
网站备案号:豫ICP备xxxxxxxx号-1
+
+ 网站备案号:豫ICP备2023000045号-1 +
二维码1 @@ -233,6 +241,12 @@ const startChat = () => { margin-right: 0; padding: 20px; width: 100%; + /* 当元素数量为奇数时,让最后一个元素居中 */ + & > *:last-child:nth-child(2n + 1) { + grid-column: 1 / span 2; + justify-self: center; + width: calc(50% - 10px); /* 宽度为单列宽度,减去gap的一半 */ + } } .info-column {