模板:曲目信息/styles.css:修订间差异
创建页面,内容为“#song-infobox-header { background-color: #ebecf0; text-align: center }” |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
/** 总体样式 **/ | |||
.song-infobox { | |||
float: right; | |||
min-width: 273px; | |||
max-width: 316px | |||
} | |||
#song-infobox-header { | #song-infobox-header { | ||
background-color: #ebecf0; | background-color: #ebecf0; | ||
text-align: center | text-align: center | ||
} | |||
/** 适应移动端 **/ | |||
@media (max-width: 768px) { | |||
.song-infobox { | |||
width: 100% | |||
} | |||
} | } | ||