邓洁 : 站点管理查/改

This commit is contained in:
邓洁
2023-12-12 00:32:40 +08:00
parent 54a4b0f6f7
commit bbe600a3bc
8 changed files with 343 additions and 21 deletions

View File

@@ -135,13 +135,14 @@ function setPoint() {
.point::after {
content: "";
display: block;
height: 22px;
width: 4px;
background: white;
height: 20px;
width: 2px;
background: #7EDFEC;
position: absolute;
bottom: 0px;
bottom: 2px;
left: 50%;
transform: translateX(-50%);
box-shadow: 0 0 10px #7EDFEC;
}
.info {
width: 200px;