From c5884c8a1ced0f03be29dd12778244d70447409f Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Mon, 29 Jan 2024 19:07:49 +0800 Subject: [PATCH] 00 --- common/css/app.scss | 45 +++- components/commentItem/commentItem.vue | 22 +- components/pozCard/pozCard.vue | 29 +- components/searchRow/searchRow.vue | 15 +- components/topNavbar/topNavbar.vue | 6 +- config/utils.js | 2 +- pages.json | 19 +- pages/indexEntry/enroll/enroll.vue | 37 +-- pages/indexEntry/enroll/payment/payment.vue | 87 ++++-- .../enroll/paymentSuccess/paymentSuccess.vue | 34 +-- .../enroll/registInfo/comp/comfigPopup.vue | 101 ++++--- pages/indexEntry/enroll/registInfo/registInfo.vue | 61 +---- .../findShcool/coachComment/coachComment.vue | 26 +- .../findShcool/coachComment/coachInfo.vue | 103 +++++++ pages/indexEntry/findShcool/comments/comments.vue | 11 +- pages/indexEntry/findShcool/findShcool.vue | 84 +++--- .../findShcool/searchShcool/searchShcool.vue | 298 +++++++++------------ .../findShcool/shcoolDetail/comp/tab1.vue | 56 ++-- .../findShcool/shcoolDetail/comp/tab2.vue | 6 +- .../findShcool/shcoolDetail/comp/tab3.vue | 5 +- .../findShcool/shcoolDetail/comp/tab4.vue | 4 +- .../findShcool/shcoolDetail/shcoolDetail.vue | 87 +++--- pages/tabbar/index/comp/schoolItem.vue | 35 +-- pages/tabbar/index/index.vue | 20 +- static/images/bigImg/topBg.png | Bin 0 -> 55057 bytes static/images/carIcon/isSelect.png | Bin 0 -> 936 bytes static/images/carIcon/noSelect.png | Bin 0 -> 799 bytes static/images/carIcon/paySuccess.png | Bin 0 -> 3893 bytes static/images/carIcon/sanIcon.png | Bin 0 -> 956 bytes static/images/carIcon/screeIcon.png | Bin 0 -> 358 bytes static/images/carIcon/wxIcon.png | Bin 0 -> 1018 bytes static/images/carIcon/xfbIcon.png | Bin 0 -> 1373 bytes static/images/icon/daohuang.png | Bin 0 -> 1860 bytes static/images/indexIcon/形状 101.png | Bin 671 -> 0 bytes static/images/indexIcon/矩形 14(1).png | Bin 406 -> 0 bytes static/images/indexIcon/矩形 14.png | Bin 406 -> 0 bytes static/images/indexIcon/矩形 24.png | Bin 447 -> 0 bytes uni.scss | 2 +- .../uview-ui/components/u-search/u-search.vue | 2 +- 39 files changed, 647 insertions(+), 550 deletions(-) create mode 100644 pages/indexEntry/findShcool/coachComment/coachInfo.vue create mode 100644 static/images/bigImg/topBg.png create mode 100644 static/images/carIcon/isSelect.png create mode 100644 static/images/carIcon/noSelect.png create mode 100644 static/images/carIcon/paySuccess.png create mode 100644 static/images/carIcon/sanIcon.png create mode 100644 static/images/carIcon/screeIcon.png create mode 100644 static/images/carIcon/wxIcon.png create mode 100644 static/images/carIcon/xfbIcon.png create mode 100644 static/images/icon/daohuang.png delete mode 100644 static/images/indexIcon/形状 101.png delete mode 100644 static/images/indexIcon/矩形 14(1).png delete mode 100644 static/images/indexIcon/矩形 14.png delete mode 100644 static/images/indexIcon/矩形 24.png diff --git a/common/css/app.scss b/common/css/app.scss index e5f78e9..e920f4e 100644 --- a/common/css/app.scss +++ b/common/css/app.scss @@ -34,7 +34,7 @@ view { align-items: center; } .pageBg { - background: #F6F6F6; + background: #F6F7FA; color: #333; font-size: 28rpx; min-height: 100vh; @@ -42,10 +42,22 @@ view { .pageBgImg { font-size: 28rpx;; color: #333; - background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/defaultImages/app/bigImg/topbg.png') #F6F6F6 no-repeat; - background-size: 100% 362rpx; + background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/complain/2024-01-29/1706500065446-0') #F6F7FA no-repeat; + background-size: 100% 278rpx; min-height: 100vh; } +.topBg{ + background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/complain/2024-01-29/1706500065446-0') #F6F7FA no-repeat; + background-size: 100% ; +} +.h1 { + .active { + &::before { + background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/complain/2024-01-29/1706510133553-0') #F6F7FA no-repeat; + background-size: 100% 100%; + } + } +} .pad { padding: 0 28rpx; } @@ -67,10 +79,13 @@ image { color: #fff !important; } .starBox { - display: flex; width: 58rpx; height: 32rpx; + line-height: 32rpx; background: #0A52F4; + font-size: 24rpx; + text-align: center; + color: #fff; border-radius: 16px 0px 16px 16rpx; } @@ -104,25 +119,35 @@ image { } .btnBg { - height: 72rpx; + height: 100%; background: #1989FA; - border-radius: 8rpx; - line-height: 72rpx; + border-radius: 20rpx; + line-height: 88rpx; text-align: center; font-size: 28rpx; color: #fff; } .btnBorder { - height: 72rpx; + height: 88rpx; background: #DFEAF5; - border-radius: 8rpx; - line-height: 72rpx; + border-radius: 20rpx; + line-height: 88rpx; text-align: center; font-size: 28rpx; color:$themC; border: 2rpx solid #1989FA; } + .footerBtn { + position: fixed; + left: 0; + width: 100%; + bottom: 30rpx; + .btnBg { + width: 100%; + text-align: center; + } + } /* 通用 */ ::-webkit-input-placeholder { color:#ADADAD; } diff --git a/components/commentItem/commentItem.vue b/components/commentItem/commentItem.vue index 1a133ef..beb30ce 100644 --- a/components/commentItem/commentItem.vue +++ b/components/commentItem/commentItem.vue @@ -4,9 +4,9 @@ {{ item.studentName}} {{ $u.date(item.createTime ,'yyyy/mm/dd' ) }} - - - {{ item.stars }}分 + + + {{ item.stars }} {{ item.description }} @@ -25,6 +25,10 @@ diff --git a/components/topNavbar/topNavbar.vue b/components/topNavbar/topNavbar.vue index 791daf7..caa0fc4 100644 --- a/components/topNavbar/topNavbar.vue +++ b/components/topNavbar/topNavbar.vue @@ -1,11 +1,13 @@