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