This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nms-nmsweb/WebRoot/css/leftTreeMenuCss.css
2018-09-27 16:21:05 +08:00

53 lines
716 B
CSS

.parentMenu {
font-size: 10pt;
color: #F7FCD7;
font-weight: bold;
vertical-align: middle;
text-align: left;
cursor: hand;
height: 25px;
}
.childMenu {
font-size: 9pt;
color: #A81E32;
height: 14pt;
}
.subchildMenu {
font-size: 8px;
color: red;
padding-left: 20px;
}
.subSubChildMenu {
font-size: 8px;
color: #033d61;
padding-left: 30px;
}
.treeTable {
border-color: #95d6e4;
border-style: solid;
border-width: 1pt;
text-align: left;
}
.trCss {
cursor: hand;
width: 10%;
}
.childMenuTable {
background-color: #ffffff;
width: 100%;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
color: #03515d
/*overflow-y : hidden; overflow-x: scroll*/
}