/* 管理员后台css */ body { margin: 0 0 0 0; } div,p,select,td { font: 12px 宋体; } /*未访问过的超链接样式 */ a:link { color: #0066ff; text-decoration: none; } /*访问过的超链接样式 */ a:visited { color: #0066ff; text-decoration: none; } /*鼠标指向的超链接样式 */ a:hover { color: #ff9933; text-decoration: none; } /* 文本框和按钮的样式 */ input.txt,input.btn { font: 12px 宋体; border: 1 solid #000000; } /* 页面主表格样式 */ table.table { border: 1px solid #3A91B2; word-break:break-all; } /* 显示列标题的表格行 */ tr.column_title { height: 25px; font:12px 宋体; text-align: center; background-color: #97CAD9; padding-left: 5px; padding-right: 5px; } /* 列表的通用内容行 */ tr.list { height: 25px; text-align: center; background-color: white; padding-left: 5px; padding-right: 5px; behavior:url(/gzagri/css/CssAbout.htc); } /* 列表奇数内容行 */ tr.list_odd { height: 25px; text-align: center; background-color: #F1F1F1; padding-left: 5px; padding-right: 5px; behavior:url(/gzagri/css/CssAbout.htc); } /* 列表偶数内容行 */ tr.list_even { height: 25px; text-align: center; background-color: #E0ECF0; padding-left: 5px; padding-right: 5px; behavior:url(/gzagri/css/CssAbout.htc); } /* 当鼠标移至列表行的样式 */ tr.list_over { height: 25px; text-align: center; background-color: #EDF5E4; padding-left: 5px; padding-right: 5px; behavior:url(/gzagri/css/CssAbout.htc); } /* 翻页的导航条所在行 */ tr.pageRoll { border: 1px solid #3A91B2; background-color: #F7F7F7; padding-left: 5px; padding-right: 5px; } /* 显示明细标题的单元格 */ td.detail { text-align: center; background-color: #ffffcc; } /* 错误提示 */ td.error, div.error,span.error { color: red; text-align: center; background-color: white; padding-left: 5px; padding-right: 5px; } /*表单内容行的内容单元格*/ td.form_input { height:21px; text-align: left; background-color: #F1F1F1; padding-left: 5px; padding-right: 5px; } /*表单内容行的标题单元格*/ td.form_title { height:21px; color: #333333; font-weight:bold; text-align: right; background-color: #E0ECF0; padding-left: 5px; padding-right: 5px; } /* 列表的主标题所在的单元格 */ td.main_title { height: 23px; font-weight:bold; text-align: center; background-image: url(/gzagri/images/manage/title-bg.gif); padding-left: 5px; padding-right: 5px; } /* 翻页的导航条所在单元格 */ td.pageRoll { text-align: right; background-color: #F7F7F7; padding-left: 5px; padding-right: 5px; } /* 顶部标题框文字 */ td.top { height: 35px; font:bold 14px 宋体; background-color: #f1f1f1; padding-left: 10px; padding-right: 10px; } /* 通用单元格样式 */ td.value { background-color: #F9F9EC; padding-left: 5px; padding-right: 5px; } .nestTdHead { height: 23px; background-color:#D6DFE7; } .nestTd { height: 23px; background-color:#F7F3F7; }