This commit is contained in:
杨鹏
2025-10-10 21:56:04 +08:00
parent 1aba303ed9
commit 0f450c6691
4 changed files with 35 additions and 40 deletions
+4 -4
View File
@@ -223,12 +223,12 @@
justify-content: center;
.active-line {
width: 20rpx;
height: 1rpx;
width: 12px;
height: 1px;
background: #000;
position: absolute;
left: calc(50% - 10rpx);
bottom: -5rpx;
left: calc(50% - 6px);
bottom: 0px;
}
}