<div class="cu-handle"><div>
.cu-handle{
width: 40rpx;
height: 40rpx;
background-color: black;
border-radius: 50%;
}
.cu-handle::after{
content: ‘‘;
position: absolute;
background-color: orange;
top: 16rpx;
left: 16rpx;
width: 12rpx;
height: 12rpx;
border-radius: 50%;
}
原文:https://www.cnblogs.com/xll1/p/13215247.html