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

模板:Notice/style.css

来自EaseCation Wiki
.noticecard {
    width: 100%;
    height: 150px;
    background: #b5d5ff;
    border: 2px solid #004aad;
    border-radius: 10px;
}

.noticecontainer {
    margin-left: 2px;
    text-align: left;
}

.noticetitle {
    font-size: 24px;
    font-weight: bold;
}

.noticecontent {
    font-size: 20px;
}