html 使用数据属性和内容CSS创建UI徽章

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 使用数据属性和内容CSS创建UI徽章相关的知识,希望对你有一定的参考价值。

// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----

$echo_primary: #FF6625;

[data-notification] {
  &:after {
    display: block;
    text-align: center;
    content: attr(data-notification);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: $echo_primary;
  }
}
<a href="#" rel="docs" data-notification="3">docs</a>

以上是关于html 使用数据属性和内容CSS创建UI徽章的主要内容,如果未能解决你的问题,请参考以下文章

EasyClick Html UI 第十四节 CSS 盒子模型

如何为栏按钮添加徽章?

html 徽章45°da mettere su box https://css-tricks.com/snippets/css/corner-ribbon/

css after 插入图片,怎么设置内容高度

在 CSS 中以圆形垂直和水平居中文本(如 iphone 通知徽章)

动态模板css的mysql结构(模板框架)