feat(web.test5): 新增 web 实验5

This commit is contained in:
2025-11-18 10:23:41 +08:00
parent df8e704df5
commit 84b4770d5a
7 changed files with 201 additions and 8 deletions

View File

@@ -39,15 +39,18 @@ li:hover {
background: #a93aca;
}
div {
border: 15px solid red;
.sjx {
border: 8px solid red;
border-bottom-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
display: inline-block;
justify-content: center;
position: absolute;
right: 2px;
opacity: 0;
right: 10%;
transform: translateY(50%);
transition: opacity 0.1s;
}
.main-menu li {