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

来自Arcaea中文维基
无编辑摘要
无编辑摘要
第12行: 第12行:


.autowidth {
.autowidth {
    width:100%
    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%;
    }
}