基于css的网站标签代码

.tag {
    display: inline-block;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    margin-right: 0.5em;
}

.tag-android { background-color: #3DDC84; }
.tag-pc { background-color: #2196F3; }
.tag-web { background-color: #FF9800; }
<span class="tag tag-web">网页</tag>
<span class="tag tag-android">android</tag>
<span class="tag tag-pc">pc</tag>

 

posted on 2025-10-13 09:28  小沙盒工作室  阅读(7)  评论(0)    收藏  举报