代码:

<div class="wrap">
<div class="img"></div>
<div class="notice">1</div>
</div>
 
<div class="wrap">
<div class="img"></div>
<div class="notice">12</div>
</div>
 
<div class="wrap">
<div class="img"></div>
<div class="notice">13</div>
</div>
<style>
.wrap {
    width:50px;
    margin-bottom:10px;
    position:relative;
}搜索
.img {
    width:50px;
    height:50px;
    border:1px solid #000;
}
.notice {
    width:20px;
    height:20px;
    line-height:20px;
    font-size:10px;
    color:#fff;
    text-align:center;
    background-color:#f00;
    border-radius:50%;
    position:absolute;
    right:-10px;
    top:-10px;
}
</style>

效果如下:

仿微信小红圈消息提示App消息红圆点提示

相关文章:

  • 2022-12-23
  • 2021-09-01
  • 2021-12-15
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-22
  • 2022-12-23
  • 2021-05-16
  • 2021-10-20
  • 2021-06-06
  • 2022-12-23
  • 2021-12-07
相关资源
相似解决方案