置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

User:BearBin/Sandbox/style.css

贴贴♀百科,万娘皆可贴的百科全书!转载请标注来源页面的网页链接,并声明引自贴贴百科。内容不可商用。
跳到导航 跳到搜索
/* 总体
-------------------- */
.music163list {
    max-width: 1600px;
    background-color: #fff;
    cursor: default;
    font-size: .8125rem;
}

.music163list-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.music163list-row:nth-child(2n) {
    background-color: #fafafa;

}

.music163list-row:hover {
    background-color: #f2f2f3;

}

/* 单元格
-------------------- */
.music163list-row>div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 7px;
}

.music163list-no {
    flex: 0 0 2em;
    text-align: right;
}

.music163list-action {
    flex: 0 0 3em;
    text-align: center;
}

.music163list-title {
    flex: 1 1 6em;
}

.music163list-artist {
    flex: 1 1 3em
}

.music163list-cd {
    flex: 1 1 4em
}

.music163list-length {
    flex: 0 0 3.5em;
}

/* 文字
-------------------- */
.music163list,
.music163list a:hover {
    color: #111;
}

.music163list a {
    color: inherit;
    text-decoration: none;
}

.music163list-artist,
.music163list-cd {
    color: #6d6d6d;
}

.music163list .music163list-header,
.music163list-no,
.music163list-length {
    color: #898989;
}