多单位版国产化地质资料管理系统
zs
2025-12-18 4f0d9bde31a80f6279e26466250da7716eec627f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@charset "utf-8";
/* CSS Document */
/*--------------------- tabs ----------------*/
.tabs-scroller-left, .tabs-scroller-right{position: absolute; top: auto; bottom: 0; width: 18px; font-size: 1px; display: none; cursor: pointer; border-width: 1px; border-style: solid;}
.tabs-scroller-left{background:#fafafa;}
.tabs-scroller-right{background: #fafafa;}
.tabs-header, .tabs-scroller-left, .tabs-scroller-right, .tabs-tool, .tabs, .tabs-panels, .tabs li .tabs-inner, .tabs li.tabs-selected .tabs-inner, .tabs-header-bottom .tabs li.tabs-selected .tabs-inner, .tabs-header-left .tabs li.tabs-selected .tabs-inner, .tabs-header-right .tabs li.tabs-selected .tabs-inner{border-color: #dfdfdf;}
.tabs-header-plain{background:transparent;}
.tabs-header, .tabs-tool {padding-top: 0; /* background-color: #fff; */}
.pt-nav-xs .tabs-header, .pt-nav-xs .tabs-tool {padding-top: 6px;}
.tabs-title {font-size: 14px;}
.tabs li .tabs-inner {display: inline-block; text-decoration: none; cursor: pointer; margin: 0; padding: 0 10px; height: 25px; line-height: 25px; text-align: center; white-space: nowrap; border-width: 1px; border-style: solid; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0;}
.tabs li .tabs-inner, .tabs li .tabs-inner:hover {color: #404040; background: transparent; border-color: transparent; border-left-width: 0; border-right-width: 0; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px;}
.tabs li.tabs-selected .tabs-inner {background: transparent; border-color:transparent; color: #39c; border-bottom: 2px solid #39c; border-radius: 0; font-weight: normal;}
 
 
/* ------------------- tabs-header-left --------------------- */
.tabs-header-left .tabs li .tabs-inner {display: block; text-align: left; padding-left: 10px; padding-right: 10px; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;}
.tabs li.tabs-selected .tabs-inner {background: transparent; border-color: transparent; color: #39c; border-bottom: 2px solid #39c; border-radius: 0;font-weight: normal;}
.tabs-header-left .tabs li.tabs-selected .tabs-inner {border-right: 2px solid #39c; border-top-color: transparent; border-bottom-color: transparent; background: transparent;}
.tabs-header-left .tabs li .tabs-inner {border-right: 2px solid transparent;}
.tabs-header-left .tabs li .tabs-inner .fa{font-size: 14px; top:18px;} 
.tabs-with-icon {padding-left: 20px;}
 
 
/* -------------------------panel---------------------------------- */
.panel-header{background: #fafafa;background-color: #fafafa; border-color: #dfdfdf;}
.panel-title{padding:0 16px;}
.datagrid-toolbar, .datagrid-pager{background: #fafafa;}
.datagrid-header, .datagrid-td-rownumber{background: #fff; background-color:#fff;}
.datagrid-toolbar .textbox{margin:0 6px;}