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

29 lines
673 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:31
* @LastEditors: zhangtq 2452618307@qq.com
* @LastEditTime: 2024-11-18 13:36:12
* @FilePath: static/js/qx/utility/easyui/themes/gray/filebox.css
* @Description: 这是默认设置,可以在设置工具File Description中进行配置
*/
.filebox .textbox-value {
vertical-align: top;
position: absolute;
top: 0;
left: -5000px;
}
.filebox-label {
display: inline-block;
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
left: 0;
top: 0;
z-index: 10;
background: url('images/blank.gif') no-repeat;
}
.l-btn-disabled .filebox-label {
cursor: default;
}