模板:曲目信息/styles.css:修订间差异
< 模板:曲目信息
创建页面,内容为“#song-infobox-header { background-color: #ebecf0; text-align: center }” |
无编辑摘要 |
||
| (未显示同一用户的3个中间版本) | |||
| 第1行: | 第1行: | ||
/** 总体样式 **/ | |||
.song-infobox { | |||
min-width: 273px; | |||
max-width: 316px | |||
} | |||
#song-infobox-header { | #song-infobox-header { | ||
background-color: #ebecf0; | background-color: #ebecf0; | ||
text-align: center | text-align: center | ||
} | |||
.song-infobox-container { | |||
float: right; | |||
margin-left: 1em; | |||
} | |||
/** 适应移动端 **/ | |||
@media (max-width: 768px) { | |||
.song-infobox { | |||
width: 100% !important; | |||
float: none !important; | |||
} | |||
} | } | ||
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;
}
}