mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 21:19:37 +08:00
20250618-改变已读未读颜色1.1
This commit is contained in:
parent
a35004e778
commit
96ccc76022
@ -184,8 +184,8 @@
|
|||||||
|
|
||||||
/* 通过按钮绿色样式 */
|
/* 通过按钮绿色样式 */
|
||||||
.approve-btn-success {
|
.approve-btn-success {
|
||||||
color: #909399 !important;
|
color: #000000 !important;
|
||||||
border-color: #dcdfe6 !important;
|
border-color: #000000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 会务负责人按钮容器 */
|
/* 会务负责人按钮容器 */
|
||||||
@ -733,16 +733,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.meeting-btn, .music-btn {
|
.meeting-btn, .music-btn {
|
||||||
padding: 10rpx 20rpx;
|
padding: 0rpx 20rpx;
|
||||||
border-radius: 8rpx;
|
border-radius: 8rpx;
|
||||||
font-size: 30rpx;
|
font-size: 24rpx;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 72rpx;
|
height: 58rpx;
|
||||||
line-height: 52rpx;
|
line-height: 58rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-weight: 500;
|
font-weight: 420;
|
||||||
min-width: 100rpx;
|
min-width: 100rpx;
|
||||||
margin-right: 8rpx;
|
margin-right: 8rpx;
|
||||||
}
|
}
|
||||||
@ -758,3 +758,9 @@
|
|||||||
color: #f56c6c;
|
color: #f56c6c;
|
||||||
border: 1rpx solid #fbc4c4;
|
border: 1rpx solid #fbc4c4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 会务负责人按钮黑色样式 */
|
||||||
|
.staff-btn-container .action-btn {
|
||||||
|
color: #000000 !important;
|
||||||
|
border-color: #000000 !important;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user