用span写一个特殊样式的1

用span写一个如下样式的 1

span {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: var(--themeColor);
    line-height: 17px;
    text-align: center;
    color: white;
    border-radius: 50%;
    box-shadow: 0 0 1px 6px #FDF0E8;
    margin-right: 10px;
}
posted @ 2019-11-19 17:33  Nayek  阅读(294)  评论(0编辑  收藏  举报