29 lines
674 B
CSS
29 lines
674 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:52
|
|
* @FilePath: static/js/qx/utility/easyui/themes/black/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;
|
|
}
|