From bea72124de30e9f66a5d9150cf4fb834e61fa06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Mon, 17 Mar 2025 16:19:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/header/headers.vue | 4 +- components/tabbar/tabbar.vue | 8 +- newPages/newIndex/SchoolInfo.vue | 4 +- newPages/newIndex/index.vue | 170 +++++------ .../schoolList/assets/style/index.rpx.scss | 14 - newPages/schoolList/index.vue | 271 +++++++++++------- pages/login/login.vue | 3 +- pages/my/my.vue | 4 +- static/imgs/homeone.png | Bin 0 -> 1952 bytes static/imgs/hometwo.png | Bin 0 -> 6647 bytes static/imgs/myone.png | Bin 0 -> 2748 bytes static/imgs/mytwo.png | Bin 0 -> 5328 bytes 12 files changed, 267 insertions(+), 211 deletions(-) create mode 100644 static/imgs/homeone.png create mode 100644 static/imgs/hometwo.png create mode 100644 static/imgs/myone.png create mode 100644 static/imgs/mytwo.png diff --git a/components/header/headers.vue b/components/header/headers.vue index 694762e..750937d 100644 --- a/components/header/headers.vue +++ b/components/header/headers.vue @@ -46,7 +46,7 @@ padding: 0px 15px; padding-top: 40px; z-index: 99999; - background: #A4E9BF; + background: white; position: fixed; top: 0px; @@ -61,4 +61,4 @@ } - \ No newline at end of file + diff --git a/components/tabbar/tabbar.vue b/components/tabbar/tabbar.vue index 18bad31..a709ea6 100644 --- a/components/tabbar/tabbar.vue +++ b/components/tabbar/tabbar.vue @@ -2,8 +2,8 @@ - - + + 首页 @@ -16,8 +16,8 @@ - - + + 我的 diff --git a/newPages/newIndex/SchoolInfo.vue b/newPages/newIndex/SchoolInfo.vue index 32eea8c..82d2bf3 100644 --- a/newPages/newIndex/SchoolInfo.vue +++ b/newPages/newIndex/SchoolInfo.vue @@ -9,7 +9,7 @@ - {{ schoolInfo.name }} + {{ schoolInfo.corpName }} {{ schoolInfo.status }} @@ -107,12 +107,12 @@ export default { } .school-feature { - background-color: #f0f0f0; color: #666; font-size: 20rpx; padding: 6rpx 12rpx; border-radius: 6rpx; margin-right: 12rpx; margin-top: 6rpx; + background-color: #FCEBE6; } diff --git a/newPages/newIndex/index.vue b/newPages/newIndex/index.vue index 4f1ed6d..14fd003 100644 --- a/newPages/newIndex/index.vue +++ b/newPages/newIndex/index.vue @@ -1,17 +1,18 @@