nxdt-uniapp/static/js/qx/utility/easyui/themes/material/passwordbox.css

15 lines
520 B
CSS
Raw Normal View History

2025-01-16 17:45:55 +08:00
/**
* @Author: zhangtq 2452618307@qq.com
* @Date: 2024-11-18 13:33:30
* @LastEditors: zhangtq 2452618307@qq.com
* @LastEditTime: 2024-11-18 13:34:45
* @FilePath: static/js/qx/utility/easyui/themes/material/passwordbox.css
* @Description: 这是默认设置,可以在设置工具File Description中进行配置
*/
.passwordbox-open {
background: url('images/passwordbox_open.png') no-repeat center center;
}
.passwordbox-close {
background: url('images/passwordbox_close.png') no-repeat center center;
}