Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/zhky/blame/commit/fbc11cb6fa436feeb9ee3fc18c722606b88efe66/web/css/xtree.css You should set ROOT_URL correctly, otherwise the web may not work correctly.
zhky/web/css/xtree.css

56 lines
850 B

1 year ago
@charset "utf-8";
.webfx-tree-container {
margin: 0px;
padding: 0px;
font: icon;
white-space: nowrap;
}
.webfx-tree-item {
padding: 0px;
margin: 0px;
font: icon;
color: black;
white-space: nowrap;
}
.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
margin-left: 3px;
padding: 1px 2px 1px 2px;
}
.webfx-tree-item a {
color: black;
text-decoration: none;
}
.webfx-tree-item a:hover {
color: blue;
text-decoration: underline;
}
.webfx-tree-item a:active {
background: highlight;
color: highlighttext;
text-decoration: none;
}
.webfx-tree-item img {
vertical-align: middle;
border: 0px;
}
.webfx-tree-icon {
width: 16px;
height: 16px;
}
.webfx-tree-item a.selected {
color: selectedtext;
background: selected;
}
.webfx-tree-item a.selected-inactive {
color: windowtext;
background: buttonface;
}