3,425
个编辑
更改
小
background-position: 100% 50%right center; !important
无编辑摘要
/* fix link*/
.mw-parser-output .external {
}
/* 修复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
}
}
@media only screen and (max-width: 600px) {
.infobox1 {
width: 100%;!important min-width: 100%;!important float: none;!important
}
}