文学领主/style.css:修订间差异

跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第94行: 第94行:
}
}
   
   
/*目录在宽屏下改为两栏显示*/
@media screen and (min-width:1000px) {
.toc ul {
column-count: 2;
}
.toc ul > li > ul {
column-count: 1;
}
.toctoggle {
float: right;
}
}
   
   
/*移动版允许使用small、big标签*/
/*移动版允许使用small、big标签*/