From 21af06cbdb30f86a4ee4150719a73f17bb12b4e2 Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Mon, 8 Jan 2024 13:47:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/new_style.css | 28 ++++++++++++++-------------- pages/message/index.vue | 13 ++++++------- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/common/style/new_style.css b/common/style/new_style.css index 44760b75..6d4c4bc7 100644 --- a/common/style/new_style.css +++ b/common/style/new_style.css @@ -2643,10 +2643,10 @@ button[disabled] { */ .request_status_new { font-size: 28rpx; - background: #CFF0BE; - color: #000000; padding: 10rpx 20rpx 10rpx 20rpx; border-radius: 10rpx; + background: rgba(34, 175, 104, 0.2); + color: rgba(34, 175, 104, 1); } /** @@ -2654,8 +2654,8 @@ button[disabled] { */ .request_status_reviewing { font-size: 28rpx; - background: #ECEE1F; - color: #000000; + background: rgba(236, 156, 0, 0.2); + color: rgba(236, 156, 0, 1); padding: 10rpx 20rpx 10rpx 20rpx; border-radius: 10rpx; } @@ -2665,8 +2665,8 @@ button[disabled] { */ .request_status_agreed { font-size: 28rpx; - background:#82E26E; - color: #000000; + background: rgba(103, 194, 57, 0.2); + color: rgba(103, 194, 57, 1); padding: 10rpx 20rpx 10rpx 20rpx; border-radius: 10rpx; } @@ -2676,8 +2676,8 @@ button[disabled] { */ .request_status_refused { font-size: 28rpx; - background: #F33140; - color: #000000; + background: rgba(245, 108, 108, 0.2); + color: rgba(245, 108, 108, 1); padding: 10rpx 20rpx 10rpx 20rpx; border-radius: 10rpx; } @@ -2687,8 +2687,8 @@ button[disabled] { */ .request_status_handling { font-size: 28rpx; - background: #3C9CFF; - color: #000000; + background: rgba(60, 156, 255, 0.2); + color: rgba(60, 156, 255, 1); padding: 10rpx 20rpx 10rpx 20rpx; border-radius: 10rpx; } @@ -2699,7 +2699,7 @@ button[disabled] { .request_status_partial { font-size: 28rpx; background: #D3FF3C; - color: #000000; + color: #ffffff; padding: 10rpx 20rpx 10rpx 20rpx; border-radius: 10rpx; } @@ -2710,7 +2710,7 @@ button[disabled] { .request_status_completed { font-size: 28rpx; background: #D3FF3C; - color: #000000; + color: #ffffff; padding: 10rpx 20rpx 10rpx 20rpx; border-radius: 10rpx; } @@ -2721,7 +2721,7 @@ button[disabled] { .request_status_abort { font-size: 28rpx; background: #F33140; - color: #000000; + color: #ffffff; padding: 10rpx 20rpx 10rpx 20rpx; border-radius: 10rpx; } @@ -2732,7 +2732,7 @@ button[disabled] { .request_status_cancelled { font-size: 28rpx; background: #F33140; - color: #000000; + color: #ffffff; padding: 10rpx 20rpx 10rpx 20rpx; border-radius: 10rpx; } diff --git a/pages/message/index.vue b/pages/message/index.vue index 78221e4d..3035b6a6 100644 --- a/pages/message/index.vue +++ b/pages/message/index.vue @@ -24,9 +24,8 @@ + @click="jumpdetails(item)" :class="item.readStatus == false?'':'hasread'" is=""> + @@ -310,13 +309,13 @@ right: -40rpx; background-color: red; color: #FFFFFF; - font-size: .7rem; + /* font-size: .7rem; */ display: inline-block; - width: 46rpx; - height: 46rpx; + width: 36rpx; + height: 36rpx; margin-bottom: 10upx; text-align: center; - line-height: 46rpx; + line-height: 36rpx; border-radius: 50%; overflow: hidden; margin-left: 10upx;