35 lines
625 B
CSS
35 lines
625 B
CSS
|
|
|
|||
|
|
.text {
|
|||
|
|
padding:0.3em;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.align-right {
|
|||
|
|
text-align:right;
|
|||
|
|
}
|
|||
|
|
.align-top {
|
|||
|
|
vertical-align:top;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/* 隐藏 easyui-tree 结点图标 */
|
|||
|
|
.easyui-tree-no-icon .tree-icon,
|
|||
|
|
.easyui-treegrid-no-icon .tree-icon {
|
|||
|
|
display:none;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.tree-node-no-icon {
|
|||
|
|
display:none;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/* 图标定义 */
|
|||
|
|
.icon-register {
|
|||
|
|
background:url('../images/register.png') no-repeat center center;
|
|||
|
|
}
|
|||
|
|
.icon-update {
|
|||
|
|
background:url('../images/update.png') no-repeat center center;
|
|||
|
|
}
|
|||
|
|
.icon-upload {
|
|||
|
|
background:url('../images/upload.png') no-repeat center center;
|
|||
|
|
}
|
|||
|
|
.icon-excel {
|
|||
|
|
background:url('../images/excel.png') no-repeat center center;
|
|||
|
|
}
|