小程序文字右上角加红点

文本

.add-dot{

    position: relative;

}

.add-dot::after {

  content: ' ';

  position: absolute;

  right: -8rpx;

  top: -3rpx;

  width: 12rpx;

  height: 12rpx;

  background-color: red;

  border-radius: 50%;

}

你可能感兴趣的:(小程序文字右上角加红点)