/*通用CSS重置代码*/ body, td, th, input, textarea, select, button, h1, h2, h3, h4, h5, p { font: 12px \5fae\8f6f\96c5\9ed1, Verdana, \5b8b\4f53; color: #000; } body, form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, hr, p { margin: 0px; padding: 0px; } article, aside, dialog, footer, header, section, nav, figure, menu { display: block; } body, input, textarea { background: #FFF; } th, h1, h2, h3, h4, h5, legend { font-weight: bold; } ul, ul li { list-style: none; } ol, ol li ul { padding-left: 2em; } ol li ol li { list-style-type: lower-alpha; } ol li ul li { list-style-type: square; } p { text-indent: 2em; margin-bottom: 10px; word-wrap: break-word; overflow-wrap: break-word; } a, a:hover { text-decoration: none; } a img { border-style: none; } /*本系统*/ body { background: #FFF; margin: 10px; } a { color: #00f; text-decoration: underline; } a:hover { color: #f00; text-decoration: none; } legend { color: #00F; font-weight: bold; padding: 2px; } fieldset { border: 1px solid #CCC; padding: 5px; margin-bottom: 10px; } hr { margin-top: 10px; margin-bottom: 10px; } /*按钮或输入框*/ a.button { text-decoration: none; background: #489BD1; border-radius: 3px; color: #fff; display: inline-block; padding: 2px 10px; } a.button:hover { color: #fff; background: #3BB4F2; } input[type="button"], input[type="submit"], input[type="reset"], button { border: 0; border-radius: 3px; background: #489BD1; cursor: pointer; color: #fff; padding: 2px 10px; } input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover { background: #3BB4F2; } input[type="button"]:disabled, input[type="submit"]:disabled, button:disabled { color: #f1f1f1; cursor: default; background: #93CDEB; } input[type="text"], input[type="date"], input[type="number"], input[type="password"], input[type="tel"], input[type="email"], textarea, select { border: 1px solid #A4BED4; border-radius: 3px; background: #FFF; } input[type="date"] { width: 130px; } input[type="number"] { width: 50px; } input.mydate { background: #FFF url(../../images/calendar.gif) no-repeat right center; cursor: default; padding-right: 18px; } input.easyui-datebox { width: 100px; } input.error { border: 1px solid #F00; } input[readonly] { color: #aaa; } input.textbox-text { color: #000; } label.error { background: url(/Images/unchecked.gif) no-repeat; margin-left: 5px; padding-left: 16px; color: #F00; display: none; } .ft10 { font-size: 10px; } .redbold { font-weight: bold; color: #f00; } .title { background: #F1F1F1; border: 1px solid #CCC; padding: 3px; font-weight: bold; } .act { text-align: right; margin-top: 5px; } #tab { border-bottom: 1px solid #6699CC; padding-left: 50px; margin-bottom: 10px; height: 23px; overflow: hidden; } #tab li { float: left; line-height: 23px; padding: 0 10px; } #tab li.current { border: 1px solid #6699CC; background: #CCFFCC; } #tab li.current a { font-weight: bold; text-decoration: none; color: #000; } .level { width: 70px; height: 18px; color: #FFF; text-align: center; } /*放大镜图标*/ img.view { width: 21px; height: 16px; margin-right: 2px; vertical-align: middle; cursor: pointer; } /*列表表格(HTML中table只设置class,不设置其他任何属性)*/ table.tb_list { border-bottom: 2px solid #69F; width: 100%; border-collapse: collapse; } table.tb_list th, table.tb_list td { border: 1px solid #FFF; padding: 3px; } table.tb_list th { color: #FFFFFF; background-color: #69F; border-bottom: 1px solid #036; } table.tb_list th[colspan] { border-bottom: 1px solid #FFF; } table.tb_list th a { color: #fff; text-decoration: underline; } table.tb_list th a:hover { text-decoration: none; } table.tb_list td a img { vertical-align: middle; } /*表格内小图标*/ table.tb_list tr:not(:last-child):nth-child(2n+1) { background-color: #EDF2FC; } table.tb_list tr:not(:last-child):not(.selected):hover { background-color: #C5E0FA; } table.tb_list tr.selected td { background-color: #B4D0E9; } table.tb_list tr:last-child { border-top: 2px solid #69F; } /*标题和查询表格(HTML中table只设置class,不设置其他任何属性)*/ table.tb_title { margin-bottom: 5px; border-collapse: collapse; width: 100%; } table.tb_title th, table.tb_title td { padding: 3px; border: 1px solid #CCC; } table.tb_title .label { text-align: right; background: #F1F1F1; } table.tb_title .act { text-align: center; } /*表单表格*/ table.tb_form { border: 1px solid #69F; margin-bottom: 10px; width: 100%; } table.tb_form textarea { width: 95%; } /*统计表格*/ table.tb_stat { border-top: 2px solid #666; border-bottom: 2px solid #666; border-collapse: collapse; width: 100%; } table.tb_stat th, table.tb_stat td { border: 1px solid #666; padding: 3px; text-align: center; } table.tb_stat th { border-bottom: 2px solid #666; } table.tb_stat th:first-child, table.tb_stat td:first-child { border-left: none; } table.tb_stat th:last-child, table.tb_stat td:last-child { border-right: none; } table.tb_stat .textleft { text-align: left; } table.tb_stat .textright { text-align: right; }