/* * CSS风格 2002-05-22 * 功能:视图显示的显示样式,应用于缺省视图模板 * 作者:Lins zhu * Copyright Wuhan Chuangxin HengTong 2001~2002 ,All rights reserved. */ body { font-size:9pt; margin-top:0; margin-left:0 } a { font-size:9pt ;color:black; text-decoration: none} a:hover { text-decoration: underline } .doclink { color:black } TD { font-family: 宋体; font-size: 9pt; font-weight: normal; } input,select { font-size:9pt } /* WebView内置CSS类 */ /**********************************************************************************/ /* WebView内置CSS类 */ /* 外框架表格 Table使用 */ .outTable{ width:100%; } /* 内部内容表格 Table使用 */ .insideTable{ width:100%; } /* 表头 TD使用*/ .titletd { font-weight:normal;color:#000000; text-align:center; } .labels,.TRCtrl {height:22; font-size:9pt; background-color:#D6F7F7} /* 表头 */ .tbodies0 {height:22;background-color:FffffF} /* 交替列 */ .tbodies1 {height:22;background-color:#EFEFEF} .tbodies1h,.tbodies0h {height:22;background-color:e7f3ff} /* 高亮显示的列风格 */