no message

This commit is contained in:
A1300399510
2024-08-12 11:38:27 +08:00
parent a159634ad7
commit 07bd91fcfa
28 changed files with 178 additions and 160 deletions

View File

@@ -107,6 +107,24 @@ const selectEomji = key => {
.respond-item-key {
cursor: pointer;
font-family: "emojifont";
position: relative;
z-index: 1;
&:hover {
&::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
width: 35px;
height: 35px;
background-color: #eee;
border-radius: 4px;
z-index: -1;
}
}
}
}
}