<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.songlist__number {
    position: absolute;
    top: 0;
    left: 0px;
    color: #999;
    width: 36px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.songlist__header, .songlist__item {
    position: relative;
    padding-left: 20px;
    padding-right: 100px;
}
.songlist__album, .songlist__artist, .songlist__other, .songlist__songname, .songlist__time ,.songlist__other{
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.songlist__header_name, .songlist__songname {
    float: left;
    position: relative;
    white-space: normal;
    margin-left: 15px;
}
.songlist__song_txt, .songlist__time {
    color: #999;
}
.songlist__header_time, .songlist__time {
    position: absolute;
    top: 0;
    right: 58px;
}
.songlist__other {
    position: absolute;
    top: 0;
    right: 30px;
}
.songlist__other {
    position: absolute;
    top: 0;
    right: 1px;
    width: 38px;
    overflow: inherit;
    padding-top: 16px;
}
li {
    list-style: none;
}
.songlist__item {
    clear: both;
    font-size: 0;
    overflow: hidden;
}
.songlist__li {
    border-top: 1px solid #d0c7c7;
}</pre></body></html>