diff --git a/app.vue b/app.vue index a3083fa..ab557d3 100644 --- a/app.vue +++ b/app.vue @@ -69,5 +69,11 @@ body { background: linear-gradient(180deg, #e52e71, #ff8a00); } +select{ + -webkit-appearance:none; + box-shadow: none; +-moz-appearance:none; +appearance:none; +} diff --git a/components/AppFooter.vue b/components/AppFooter.vue index 7c26884..91850f0 100644 --- a/components/AppFooter.vue +++ b/components/AppFooter.vue @@ -2,7 +2,64 @@ @@ -84,13 +136,14 @@
- - + +
diff --git a/components/AppHeader.vue b/components/AppHeader.vue index 4451671..dfdf50d 100644 --- a/components/AppHeader.vue +++ b/components/AppHeader.vue @@ -19,20 +19,35 @@
- 信息公开 + 青春洛阳
- - 团务百科 + + 服务青年
+
+ + 信息公开 + +
+
+ + 团团留言板 + +
+
-
返回首页
+
无障碍阅读
-
{{ isOld ? '退出适老模式' : '进入适老模式' }}
+
@@ -89,7 +104,7 @@ onMounted(() => { z-index: 1000; .pc-nav { margin-left: 60px; - margin-top: 250px; + margin-top: 115px; text-align: center; } .pc-nav-item { diff --git a/components/AppHome.vue b/components/AppHome.vue index 98b8cfa..655a9ab 100644 --- a/components/AppHome.vue +++ b/components/AppHome.vue @@ -1,203 +1,306 @@