Files
MiniProgram/ProjectLiaisonForm/pages/swipe-cell/double/index.wxss
2025-08-15 14:05:08 +08:00

17 lines
246 B
Plaintext

.btn {
display: inline-flex;
justify-content: center;
align-items: center;
width: 120rpx;
height: 100%;
color: white;
}
.favor-btn {
background-color: var(--td-brand-color, #0052d9);
}
.delete-btn {
background-color: #e34d59;
}