initial commit

This commit is contained in:
chenjinsong
2018-09-27 16:21:05 +08:00
commit dc91c4c987
2011 changed files with 408920 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
.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*/
}