20250618-改变已读未读颜色1.3

This commit is contained in:
luoyu 2025-06-18 15:23:32 +08:00
parent f26dd78ba7
commit b9eb94d816

View File

@ -656,12 +656,12 @@
/* 会务人员选择警告样式 - 简单红色文字版本 */ /* 会务人员选择警告样式 - 简单红色文字版本 */
.staff-simple-tip { .staff-simple-tip {
width: 100%; width: 95%;
text-align: right; text-align: right;
color: #f56c6c; color: #f56c6c;
font-size: 28rpx; font-size: 20rpx;
padding: 10rpx 20rpx; padding: 5rpx 15rpx;
margin-bottom: 10rpx; margin-bottom: 5rpx;
font-weight: 700; font-weight: 700;
} }