tfp
Version:
A Web UI framework for TaskBuilder
68 lines • 1.23 kB
CSS
.tfp-tree {
overflow: auto;
border: 1px solid #ccc;
}
.tfp-tree-node,.tfp-tree-leaf-node {
height: 30px;
color: #333;
font-size: 14px;
line-height: 30px;
font-family: '微软雅黑';
white-space: nowrap;
}
.tfp-tree-node-selected {
background-color: #EEEEEE;
}
.tfp-tree-node-icon {
height: 30px;
user-select: none;
display: inline;
}
.tfp-tree-node-icon img {
float: left;
width: 16px;
height: 16px;
margin-top: 7px;
margin-right: 3px;
cursor: pointer;
}
.tfp-tree-node-checkbox {
height: 30px;
width: 24px;
user-select: none;
display: inline;
}
.tfp-tree-node-checkbox input[type=radio] {
float: left;
margin-top: 9px;
margin-left: 4px;
margin-right: 4px;
}
.tfp-tree-node-checkbox input[type=checkbox] {
float: left;
margin-top: 8px;
margin-left: 4px;
margin-right: 4px;
}
.tfp-tree-node-text {
line-height: 30px;
font-size: 14px;
color: #333333;
cursor: pointer;
display: inline;
}
.tfp-tree-node-button {
float: right;
height:30px;
width: 20px;
user-select: none;
display: none;
}
.tfp-tree-node-button img {
float: left;
width: 16px;
height: 16px;
margin-left: 4px;
margin-top: 7px;
cursor: pointer;
}