11 lines
195 B
Plaintext
Raw Normal View History

2025-12-15 18:27:46 +08:00
.todo_done_container {
padding: 50rpx 30rpx 0 30rpx;
}
.todo_done_container .title {
color: #333;
font-size: 32rpx;
font-weight: 500;
}
.todo_done_container .title text {
color: #666;
}