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

.tagHot {
xuzhenghua committed
17
    color: #333;
baiguangyao committed
18
}