2023-11-3-1

This commit is contained in:
X1627315083
2023-11-03 11:16:42 +08:00
parent 769c06e6f9
commit 5b6844a9f0
26 changed files with 1512 additions and 517 deletions

View File

@@ -1060,10 +1060,10 @@ export default defineComponent({
content: "";
display: block;
background: #000;
height: 3px;
height: .4rem;
left: 50%;
transform: translateX(-50%);
bottom: 6px;
bottom: .6rem;
width: 0px;
transition: 0.3s all;
}