tag.scss 272 Bytes
Newer Older
baiguangyao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
.tag{
    display: block;
    max-width: 100%;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size:12px;
    padding:4px 10px;
    color:#555;
    border-radius: 3px;
    float: left;
    background-color: #f0f2f5;
    line-height: 20px;
}