nxdt-uniapp/static/js/qx/utility/easyui/themes/gray/validatebox.css

14 lines
416 B
CSS

/**
* @Author: zhangtq 2452618307@qq.com
* @Date: 2024-11-18 13:33:31
* @LastEditors: zhangtq 2452618307@qq.com
* @LastEditTime: 2024-11-18 13:36:39
* @FilePath: static/js/qx/utility/easyui/themes/gray/validatebox.css
* @Description: 这是默认设置,可以在设置》工具》File Description中进行配置
*/
.validatebox-invalid {
border-color: #ffa8a8;
background-color: #fff3f3;
color: #000;
}