From 96ccc76022ce85cd9f13efec55c97a6e2e420c2b Mon Sep 17 00:00:00 2001 From: luoyu Date: Wed, 18 Jun 2025 15:13:44 +0800 Subject: [PATCH] =?UTF-8?q?20250618-=E6=94=B9=E5=8F=98=E5=B7=B2=E8=AF=BB?= =?UTF-8?q?=E6=9C=AA=E8=AF=BB=E9=A2=9C=E8=89=B21.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reservationRecord/approve/approve.wxss | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/miniprogram/pages/meeting/reservationRecord/approve/approve.wxss b/miniprogram/pages/meeting/reservationRecord/approve/approve.wxss index 5f79457..aea6c79 100644 --- a/miniprogram/pages/meeting/reservationRecord/approve/approve.wxss +++ b/miniprogram/pages/meeting/reservationRecord/approve/approve.wxss @@ -184,8 +184,8 @@ /* 通过按钮绿色样式 */ .approve-btn-success { - color: #909399 !important; - border-color: #dcdfe6 !important; + color: #000000 !important; + border-color: #000000 !important; } /* 会务负责人按钮容器 */ @@ -733,16 +733,16 @@ } .meeting-btn, .music-btn { - padding: 10rpx 20rpx; + padding: 0rpx 20rpx; border-radius: 8rpx; - font-size: 30rpx; + font-size: 24rpx; display: inline-block; text-align: center; - height: 72rpx; - line-height: 52rpx; + height: 58rpx; + line-height: 58rpx; box-sizing: border-box; margin-bottom: 0; - font-weight: 500; + font-weight: 420; min-width: 100rpx; margin-right: 8rpx; } @@ -757,4 +757,10 @@ background-color: #fef0f0; color: #f56c6c; border: 1rpx solid #fbc4c4; +} + +/* 会务负责人按钮黑色样式 */ +.staff-btn-container .action-btn { + color: #000000 !important; + border-color: #000000 !important; } \ No newline at end of file