2023-02-21 22:34:08 +08:00

11 lines
192 B
Plaintext

.li::before{
content : "";
display: inline-block;
width: 15rpx;
height: 15rpx;
background-color: black;
margin: 0 20rpx;
position: relative;
top: -5rpx;
border-radius: 50%;
}