模板: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;
}