.checkitem {
color: #333333;
position: relative;
}
.checkitem::after {
content: "";
width: 60rpx;
height: 4rpx;
background: #409EFF;
position: absolute;
bottom: -15rpx;
left: 50%;
transform: translateX(-50%);
}
文字下横线展示::after
最新推荐文章于 2025-04-28 18:39:36 发布