| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 | 
							- .doc-line {
 
- 	height: 3px;
 
- }
 
- .doc-gotop {
 
- 	position: fixed;
 
- 	bottom: 5px;
 
- 	right: 5px;
 
- 	z-index: 9;
 
- }
 
- h1 span[id],
 
- h2 span[id],
 
- h3 span[id],
 
- h4 span[id],
 
- h5 span[id],
 
- h6 span[id] {
 
- 	cursor: pointer;
 
- }
 
- /*避免对话框样式被工具生成的全局样式污染*/
 
- .ui-dialog table,
 
- .ui-dialog table tr,
 
- .ui-dialog tr td,
 
- .ui-dialog tr:nth-child(2n) {
 
- 	border: 0 none;
 
- 	background: transparent;
 
- }
 
- .ui-dialog td.ui-dialog-header {
 
- 	border-bottom: 1px solid #E5E5E5;
 
- }
 
- code.sh_sourceCode { color: #000000; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_keyword { color: #009; font-weight: bold; font-style: normal; }
 
- code.sh_sourceCode .sh_type { color: #0000ff; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_string { color: #00F; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_regexp { color: #060; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_specialchar { color: #C42DA8; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_comment { color: #999; font-weight: normal; font-style: italic; }
 
- code.sh_sourceCode .sh_number { color: #F00; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_codeproc { color: #00b800; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_symbol { color: #009; font-weight: bold; font-style: normal; }
 
- code.sh_sourceCode .sh_function { color: #000; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_cbracket { color: #009; font-weight: bold; font-style: normal; }
 
- code.sh_sourceCode .sh_url { color: #ff0000; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_date { color: #0000ff; font-weight: bold; font-style: normal; }
 
- code.sh_sourceCode .sh_time { color: #0000ff; font-weight: bold; font-style: normal; }
 
- code.sh_sourceCode .sh_file { color: #0000ff; font-weight: bold; font-style: normal; }
 
- code.sh_sourceCode .sh_ip { color: #ff0000; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_name { color: #ff0000; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_variable { color: #ec7f15; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_oldfile { color: #C42DA8; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_newfile { color: #ff0000; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_difflines { color: #0000ff; font-weight: bold; font-style: normal; }
 
- code.sh_sourceCode .sh_selector { color: #ec7f15; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_property { color: #0000ff; font-weight: bold; font-style: normal; }
 
- code.sh_sourceCode .sh_value { color: #ff0000; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_codedef_var { color: #909; font-weight: normal; font-style: normal; }
 
- code.sh_sourceCode .sh_codedef_func { color: #099; font-weight: normal; font-style: normal; }
 
 
  |