From 2224e0c5ae6e6ce1403114744aa7d7a5ebdc5b5e Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Tue, 11 Jun 2024 17:07:19 +0800 Subject: [PATCH] =?UTF-8?q?pagebgimg=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/app.scss | 29 ++++++++++++++++++++-- components/scrollNav/scrollNav.vue | 2 +- pages/indexEntry/settlement/detail/detail.vue | 5 +--- pages/indexEntry/settlement/settlement.vue | 6 ++--- .../operate/todayStudent/todayStudent.vue | 2 -- .../recordEntry/student/addStudent/addStudent.vue | 6 +---- .../student/addStudent/searchStudent.vue | 4 --- .../student/studentDetail/studentDetail.vue | 25 ++++++++++--------- pages/tabbar/mine/index.vue | 3 --- pages/tabbar/operateTrain/index.vue | 15 ++++------- pages/tabbar/student/index.vue | 14 ++++++----- pages/userCenter/forgetPwd/forgetPwd.vue | 2 -- pages/userCenter/myCar/myCar.vue | 2 -- pages/userCenter/myCar/notBound/notBound.vue | 3 --- pages/userCenter/personaInfo/personaInfo.vue | 3 --- pages/userCenter/refund/refund.vue | 4 +-- pages/userCenter/scanCode/scanCode.vue | 3 --- pages/userCenter/scanCode/scanCodeSchool.vue | 3 --- .../schoolCoach/coachComment/coachComment.vue | 3 --- pages/userCenter/schoolCoach/schoolCoach.vue | 3 --- pages/userCenter/schoolSite/schoolSite.vue | 3 --- pages/userCenter/settled/settled.vue | 3 --- pages/userCenter/studentComment/studentComment.vue | 7 ++++-- 23 files changed, 66 insertions(+), 84 deletions(-) diff --git a/common/css/app.scss b/common/css/app.scss index 6927ad2..36ee677 100644 --- a/common/css/app.scss +++ b/common/css/app.scss @@ -38,15 +38,40 @@ view { color: #333; font-size: 28rpx; min-height: 100vh; + position: relative; + width: 100%; + padding-bottom: 50rpx; } .pageBgImg { font-size: 28rpx;; color: #333; background: #F6F6F6; - background-color: #1989fa; + position: relative; width: 100%; - height: 324rpx; + z-index: 0; + min-height: 100vh; + padding-bottom: 50rpx; + &::before { + content: ''; + position: absolute; + left: 0; + top: 0; + z-index: -2; + height: 324rpx; + width: 100%; + background-color: #1989fa; + } } + +.bgImg { + height: auto; + width: 100%; + background-color: #1989fa; +} +.poz2 { + position: relative; + z-index: 2; + } .pad { padding: 0 28rpx; } diff --git a/components/scrollNav/scrollNav.vue b/components/scrollNav/scrollNav.vue index abe94fa..d0863db 100644 --- a/components/scrollNav/scrollNav.vue +++ b/components/scrollNav/scrollNav.vue @@ -21,7 +21,7 @@ \ No newline at end of file diff --git a/pages/tabbar/mine/index.vue b/pages/tabbar/mine/index.vue index 2aebb26..6710716 100644 --- a/pages/tabbar/mine/index.vue +++ b/pages/tabbar/mine/index.vue @@ -1,6 +1,4 @@