3,425
个编辑
更改
小
无编辑摘要
/* 修复infobox的宽度问题 */
.infobox1 {width: 22em; min-width: 22em; max-width: 22em} !important
@media only screen and (max-width: 750px) and (min-width: 601px) {
.infobox1 {
width: 19em; !important min-width: 19em; !important max-width: 19em; !important
}
}