模板:曲目信息/styles.css:修订间差异
< 模板:曲目信息
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的2个中间版本) | |||
| 第1行: | 第1行: | ||
/** 总体样式 **/ | /** 总体样式 **/ | ||
.song-infobox { | .song-infobox { | ||
min-width: 273px; | min-width: 273px; | ||
max-width: 316px | max-width: 316px | ||
| 第9行: | 第8行: | ||
background-color: #ebecf0; | background-color: #ebecf0; | ||
text-align: center | text-align: center | ||
} | |||
.song-infobox-container { | |||
float: right; | |||
margin-left: 1em; | |||
} | } | ||
| 第14行: | 第18行: | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
.song-infobox { | .song-infobox { | ||
width: 100% | 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;
}
}