User:Star0/sandbox 2/styles.css:修订间差异

来自Arcaea中文维基
无编辑摘要
无编辑摘要
第3行: 第3行:
    display: none;
    display: none;
    }
    }
}
}


第8行: 第9行:
.sidepic {
.sidepic {
    display: none;
    display: none;
   }
.autowidth {
   width:100%
    }
    }
}
}

2020年12月5日 (六) 22:59的版本

@media all and ( min-width: 720px ) {
.toppic {
    display: none;
    }

}

@media all and ( max-width: 720px ) {
.sidepic {
    display: none;
    }

.autowidth {
    width:100%
    }
}