Files
quinn-wx/pages/myself/notify/index.wxss
2022-12-14 19:39:14 +08:00

16 lines
236 B
Plaintext

.msgTitle {
display: flex;
justify-content: space-between;
padding: 20rpx 50rpx;
}
.msgContent {
padding: 0;
margin: 0;
}
.sendDate {
padding-left: 20rpx;
}
.custom-confirm-btn {
color: #ff4646 !important;
}