/** 总体样式 **/ .song-infobox { min-width: 273px; max-width: 316px } #song-infobox-header { background-color: #ebecf0; text-align: center } /** 适应移动端 **/ @media (max-width: 768px) { .song-infobox { width: 100% !important; float: none !important; } }