no message

This commit is contained in:
A1300399510 2024-12-18 15:49:41 +08:00
parent 98085fcfe1
commit be83b6bea0
2 changed files with 15 additions and 0 deletions

View File

@ -234,6 +234,13 @@
left: 0;
top: 0;
}
.content .side .item .red-amount {
padding: 0 5px;
background-color: #f95d5d;
height: 16px;
font-size: 12px;
border-radius: 10px;
}
.content .details-box {
background-color: #fbfbfb;
border-radius: 0 12px 12px 0;

View File

@ -259,6 +259,14 @@
top: 0;
}
}
.red-amount {
padding: 0 5px;
background-color: rgba(249, 93, 93, 1);
height: 16px;
font-size: 12px;
border-radius: 10px;
}
}
}