no message

This commit is contained in:
A1300399510 2024-11-13 14:17:13 +08:00
parent 5eff67f244
commit 5d582f25d9
5 changed files with 5 additions and 6 deletions

View File

@ -46,7 +46,7 @@ body {
height: 60px;
background-color: #7b8cd3;
border-radius: 153px;
position: fixed;
position: sticky;
bottom: 15px;
left: 50%;
transform: translateX(-50%);

View File

@ -56,7 +56,7 @@ body {
height: 60px;
background-color: rgba(123, 140, 211, 1);
border-radius: 153px;
position: fixed;
position: sticky;
bottom: 15px;
left: 50%;
transform: translateX(-50%);

View File

@ -262,7 +262,6 @@
}
.boxbox .body .right .list .item {
width: fit-content;
height: 36px;
line-height: 36px;
text-align: center;
background-color: #ffffff;

View File

@ -283,7 +283,7 @@
.item {
width: fit-content;
height: 36px;
// height: 36px;
line-height: 36px;
text-align: center;
background-color: rgba(255, 255, 255, 1);