20250618-改变已读未读颜色1.1

This commit is contained in:
luoyu 2025-06-18 15:13:44 +08:00
parent a35004e778
commit 96ccc76022

View File

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