内容长度提醒

This commit is contained in:
huang 2015-09-11 15:45:25 +08:00
parent 8c0f9d24f8
commit 6209250e6d
2 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,7 @@
<div class="field">
<%= f.kindeditor :content, :edit_id => 'system_message', :width => '87%', :resizeType => '0', :no_label => true %>
</div>
<div class="admin_message_warn">消息内容不超过255个字符</div>
<div>
<p id="content_notice_span" class="ml55"></p>
</div>

View File

@ -2807,4 +2807,6 @@ img.school_avatar {
width: 100px;
height: 100px;
max-width: none;
}
}
.admin_message_warn{font-size: 12px;color: red;}