body { overflow-x:auto; overflow-y: hidden; min-width: 1200px; } body, div, table, thead, tbody, tr, th, td { padding: 0; margin: 0; font-size: 12px; } .page-header:before, .page-header:after { display: table; content: " "; } .page-header:after { clear: both; } .page-header .page-top { height: 80px; background-color: #00ADEE; } .page-header .nav { height: 40px; background-color: #1C7430; } .page-content { display: table; width: 100%; height: 400px; background-color: #fff; } .page-content .content-item { display: table-cell; height: 100%; vertical-align: top; } .page-content .content-item.side-bar-container { width: 360px; background-color: #fff; } .page-content .content-item.data-show { background-color: #fff; } .data-show .data-container { width: 100%; height: 100%; background-color: #fff; overflow-x: hidden; overflow-y: auto; } /* 页面中查询条件筛选样式设置 */ .filter-container { font-size: 12px; background-color: #fff; } .filter-container .filter-title { background-color: #D9EEF7; } .filter-container .filter-title a { display: block; color: #000000; text-decoration: none; text-align: center; padding-top: 8px; padding-bottom: 8px; background-image: url(../image/table_th_bg.gif); background-repeat: repeat-x; } .filter-container .filter-title a:hover { color: #0078A5; text-decoration: underline; } .filter-container .filter-content { background-color: #fff; } .filter-container .filter-content input[type=text], .filter-container .filter-content select { width: 100%; height: 1.632em; text-indent: .4em; border: none; } .filter-container .filter-content table { width: 100%; border-collapse: collapse; } .filter-container .filter-content th { padding-top: 6px; padding-bottom: 6px; border: 1px solid #ccc; } .filter-container .filter-content td { border: 1px solid #ccc; } .filter-container .condi-opt td{ border:1px solid #ccc; padding:4px 0; text-align: center; } .filter-container .condi-opt td input { vertical-align: middle; } /* 表格数据样式定义 */ .tbl-header { position:relative; width:100%; height:30px; background-color: #fff; overflow: hidden; } .tbl-header table { position:absolute; width: 100%; border-collapse:collapse; } .tbl-header table thead th{ border:1px solid #ccc; padding:6px 10px; text-align: center; white-space: nowrap; background:url(../image/table_th_bg.gif) repeat-x; } .tbl-header table tbody td{ border:1px solid #ccc; padding:8px 10px; text-align: center; white-space: nowrap; } .tbl-body { position:relative; width:100%; height: 300px; background-color: #fff; overflow: auto; } .tbl-body table { position:absolute; width: 100%; border-collapse:collapse; top: -30px; margin-bottom:20px; } .tbl-body table thead th{ border:1px solid #ccc; padding:6px 10px; text-align: center; white-space: nowrap; background:url(../image/table_th_bg.gif) repeat-x; } .tbl-body table tbody td{ border:1px solid #ccc; padding:8px 10px; text-align: center; white-space: nowrap; } .tbl-body table tbody tr:hover{ background-color: #eee; } .tbl-body table tbody tr.active { background-color: #ccc; } /* 分页信息样式设定 */ #paging{ padding:6px 0; font-size: 14px; background:url(../image/table_th_bg.gif) repeat-x; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } #paging input{ width:28px; height:24px; border:1px solid #00FFFF; } #paging span{ margin-left:20px; } #paging a{ margin-left:10px; } #paging .input_container{ width:100%; } #paging .btn { display:inline-block; vertical-align: middle; color: #040404; text-decoration: none; padding: 3px 30px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; background-color: #C1BEF3; border: 1px solid #BEBEBE; } #paging .btn:hover { color: #1910F5; background-color: #fff; } #paging .btn.search { background-image: url("../image/search.gif"); background-repeat: no-repeat; background-position: 6px 3px; } #paging .btn.add { background-image: url("../image/add.gif"); background-repeat: no-repeat; background-position: 6px 3px; } #paging .btn.tbl-opt-btn { background-image: url("../image/tbl-opt.gif"); background-repeat: no-repeat; background-position: 6px 3px; } #paging .btn.output { background-image: url("../image/output.gif"); background-repeat: no-repeat; background-position: 6px 3px; } /* 设置右侧数据显示的基本布局(外容器不要加padding) */ .data-container-header:before, .data-container-header:after, .data-container-body:before, .data-container-body:after, .data-container-footer:before, .data-container-footer:after{ display: table; content: " "; } .data-container-header:after, .data-container-body:after, .data-container-footer:after { clear: both; } .data-container-body { height: 400px; background-color: #fff; overflow: auto; } .data-container-body .list-items { float: left; padding-top: .8em; padding-bottom: .8em; padding-left: 2.6em; padding-right: 1em; background-image: url(../image/table_icon.gif); background-repeat: no-repeat; background-position: .8em .6em; background-color: #fff; } .data-container-footer .btn-container { padding-top: 1em; padding-bottom: 1em; background-color: #E9ECEF; } .data-container-footer .btn-container:before, .data-container-footer .btn-container:after { display: table; content: " "; } .data-container-footer .btn-container:after { clear: both; } .hdw-btn { display: inline-block; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-decoration: none; color: #d9eef7; padding-top: 8px; padding-bottom: 8px; padding-left: 16px; padding-right: 16px; background-color: #0095cd; background: -webkit-gradient(linear, 0 0, 0 100%, from(#00adee), to(#0078a5)); background: -webkit-linear-gradient(#00adee, #0078a5); background: -moz-linear-gradient(#00adee, #0078a5); background: -o-linear-gradient(#00adee, #0078a5); background: linear-gradient(#00adee, #0078a5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5'); border: solid 1px #0076a3; border-radius: .3em; box-shadow:0 0 10px slategray; text-align: center; } .hdw-btn:not(.btn-disabled):hover { background: #007ead; box-shadow:0 0 16px slategray; background: -webkit-gradient(linear, 0 0, 0 100%, from(#0095cc), to(#00678e)); background: -webkit-linear-gradient(#0095cc, #00678e); background: -moz-linear-gradient(#0095cc, #00678e); background: -o-linear-gradient(#0095cc, #00678e); background: linear-gradient(#0095cc, #00678e); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e'); } .hdw-btn:not(.btn-disabled):active { color: #80bed6; background: -webkit-gradient(linear, 0 0, 0 100%, from(#0078a5), to(#00adee)); background: -webkit-linear-gradient(#0078a5, #00adee); background: -moz-linear-gradient(#0078a5, #00adee); background: -o-linear-gradient(#0078a5, #00adee); background: linear-gradient(#0078a5, #00adee); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee'); } .hdw-btn.btn-disabled { color: #80bed6; background: #0078a5; cursor: not-allowed; } /* 关闭reszable ui的下方内容 */ .ui-resizable-handle.ui-resizable-s { display:none !important; } .ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se { display:none !important; }