更多操作
< 模板:目录
无编辑摘要 |
无编辑摘要 |
||
第14行: | 第14行: | ||
font-size: 25px; | font-size: 25px; | ||
font-weight: bold; | font-weight: bold; | ||
margin-left: 35px; | margin-left: 35px; | ||
} | } |
2023年6月8日 (四) 06:45的版本
/*[[分类:题库目录模板]]*/
#indexContainer{
width:100%;
min-height: 300px;
border: 1px solid #a3caff;
border-radius: 3px;
}
.indexHeader{
height:55px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
#indexTitle{
font-size: 25px;
font-weight: bold;
margin-left: 35px;
}
#bookInfo>#text{
font-weight:bold;
font-size:15px;
margin-left:40px;
}
#indexContainer>#index{
margin-left:35px;
}