<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
å…¨éƒ¨åˆ†ç±»css
 */

.channels {
    padding: 0;
}
.channels .item {
    border-bottom: 2px solid #fafafa;
    background: #eee;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.channels .item .cover {
    background: #fff;
    margin: 0 0 1px 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.channels .item .cover img {
    width: 100%;
}
.name {
    color: #777;
    text-align: center;
}
.counter {
    font-size: 0.8rem;
    color: #999;
    text-align: center;
}
</pre></body></html>