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 @@