css 好的编号列表,带有彩色圆圈中的文本阴影的数字。致谢:http://blog.teamtreehouse.com/customize-ordered-lists-pseudo-eleme

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 好的编号列表,带有彩色圆圈中的文本阴影的数字。致谢:http://blog.teamtreehouse.com/customize-ordered-lists-pseudo-eleme相关的知识,希望对你有一定的参考价值。

ol.numbers {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}
ol.numbers li {
    counter-increment: step-counter;
    font-size: 18px;
    list-style-type: none !important;
    margin: 0 0 12px;
}
ol.numbers li::before {
    background-color: #d91420; /*change to match your layout */
    border-radius: 50%;
    color: white;
    content: counter(step-counter, decimal);
    font-size: 80%;
    font-weight: bold;
    margin-right: 10px;
    padding: 3px 8px;
    text-shadow: 1px 1px 1px #333;
}

以上是关于css 好的编号列表,带有彩色圆圈中的文本阴影的数字。致谢:http://blog.teamtreehouse.com/customize-ordered-lists-pseudo-eleme的主要内容,如果未能解决你的问题,请参考以下文章

过渡 SVG 过滤器

css 自定义彩色编号列表

IE9 中的 css3 文本阴影

带有彩色背景的不透明文本 - 仅限 CSS

text 带有CSS BEFORE列表点的彩色列表标记

css 带有文本阴影的响应表