[前端-后台]统一了对于富文本编辑器的非空验证的提示字体大小和颜色,并写入css,但是对于公告管理页仍然保持简单的提示风格(bsAlert)[CI SKIP]

This commit is contained in:
esp
2015-08-27 14:40:33 +08:00
parent e7aac0a6e0
commit 9b23a45926
6 changed files with 14 additions and 7 deletions

View File

@@ -55,3 +55,12 @@
list-style-type: none;
margin: 5px;
}
.error-info {
color: #dd4b39;
font-family:
Arial,Helvetica,sans-serif;
font-size: 13px;
line-height: 1.4;
font-weight: 800;
}