no message

This commit is contained in:
A1300399510 2024-12-18 16:22:24 +08:00
parent 9570ca7d27
commit a53ac62eb6
2 changed files with 11 additions and 0 deletions

View File

@ -253,6 +253,11 @@
text-align: center;
font-weight: 400;
}
.content .side .item .red-amount.red-round {
padding: 0;
width: 16px;
border-radius: 50%;
}
.content .details-box {
background-color: #fbfbfb;
border-radius: 0 12px 12px 0;

View File

@ -279,6 +279,12 @@
color: #fff;
text-align: center;
font-weight: 400;
&.red-round {
padding: 0;
width: 16px;
border-radius: 50%;
}
}
}
}