/*
Theme Name: 微信主题
Theme URI: https://www.wpzhiku.com/
Author: Amos Lee
Author URI: https://www.wpzhiku.com
Description: 基于 Wizhi CMS 创建。
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enter
Tags: cms, theme
*/

.c-form--checkbox > label:after{
    content: '多选';
    color: #f00;
    background: #fdcece;
    display: inline-block;
    margin-left: 8px;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #f00;
    line-height: 1;
}