MediaWiki:Mobile.css:修订间差异

添加116字节 、​ 2024年7月11日 (星期四)
优化移动端样式
(设计全站样式)
标签移动版编辑 移动版网页编辑
(优化移动端样式)
第36行: 第36行:




/* WIKI背景图 */
/* WIKI背景图 移动端不加载背景图所以全部注释掉
body {
body {
background:url("https://www.ifanwiki.top/w/images/7/79/MCZYZ-BG1.jpg") no-repeat fixed 50% 0;
background:url("https://www.ifanwiki.top/w/images/7/79/MCZYZ-BG1.jpg") no-repeat fixed 50% 0;
background-size:cover;
background-size:cover;
}
}
*/


/* 模板CSS */
/* 模板CSS */
第406行: 第407行:
}
}


/* 移动端特供,修正宽度太小时信息栏显示异常 */
@media (max-width: 720px) {
@media (max-width: 720px) {
    .content table {
    .content table {