打开/关闭菜单
Toggle preferences menu
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:目录/style.css:修订间差异

来自医林拾薪
(建立内容为“.indexContainer{ width:90%; }”的新页面)
 
无编辑摘要
第1行: 第1行:
.indexContainer{
#indexContainer{
width:90%;
    width:100%;
    min-height: 300px;
    border: 3px solid #c9c9c9;
    border-top: 55px solid #c9c9c9;
    border-radius: 5px;
}
#indexTitle{
    font-size: 35px;
    font-weight: bold;
    margin-top: -47px;
    margin-left: 35px;
}
}

2022年2月24日 (四) 09:50的版本

#indexContainer{
    width:100%;
    min-height: 300px;
    border: 3px solid #c9c9c9;
    border-top: 55px solid #c9c9c9;
    border-radius: 5px;
}
#indexTitle{
    font-size: 35px;
    font-weight: bold;
    margin-top: -47px;
    margin-left: 35px;
}