文本 .add-dot{ position:relativ...">
美文网首页
小程序文字右上角加红点

小程序文字右上角加红点

作者: 易水寒兮风潇潇 | 来源:发表于2020-05-14 11:41 被阅读0次

    <text class="add-dot">文本</text>

    .add-dot{

        position: relative;

    }

    .add-dot::after {

      content: ' ';

      position: absolute;

      right: -8rpx;

      top: -3rpx;

      width: 12rpx;

      height: 12rpx;

      background-color: red;

      border-radius: 50%;

    }

    相关文章

      网友评论

          本文标题:小程序文字右上角加红点

          本文链接:https://www.haomeiwen.com/subject/ooxtohtx.html