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