跳转到内容

模板:曲目信息/styles.css:修订间差异

来自DJMAX中文资料库
Raxter留言 | 贡献
无编辑摘要
Raxter留言 | 贡献
无编辑摘要
 
第8行: 第8行:
     background-color: #ebecf0;
     background-color: #ebecf0;
     text-align: center
     text-align: center
}
.song-infobox-container {
    float: right;
    margin-left: 1em;
}
}



2025年9月30日 (二) 12:38的最新版本

/** 总体样式 **/
.song-infobox {
    min-width: 273px;
    max-width: 316px
}

#song-infobox-header {
    background-color: #ebecf0;
    text-align: center
}

.song-infobox-container {
    float: right;
    margin-left: 1em;
}

/** 适应移动端 **/
@media (max-width: 768px) {
    .song-infobox {
        width: 100% !important;
        float: none !important;
    }
}