16 lines
236 B
Plaintext
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;
|
|
}
|