322 lines
6.5 KiB
CSS
322 lines
6.5 KiB
CSS
@CHARSET "utf-8";
|
|
@import url('reset.css');
|
|
@import url('common.css');
|
|
@import url('button.css');
|
|
|
|
table {border:0; border-collapse:collapse;}
|
|
.trOdd{cursor:pointer;background: rgb(244, 244, 244) none repeat scroll 0% 0%;height:20px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;}
|
|
.trEven{cursor:pointer;background: rgb(255, 255, 255) none repeat scroll 0% 0%;height:20px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;}
|
|
.tdcss{border:#C0C0C0 solid 1px;overflow:hidden;text-overflow:ellipsis;wzy:expression(void(this.title=this.innerText));}
|
|
|
|
<!--栏目导航样式--start-->
|
|
.daohang{ height:20px; background: url(img/daohang.jpg) top repeat-x; margin: 5px 0px; padding:5px; border: 1px solid rgb(204, 204, 204); font-size:12px; text-align:left;}
|
|
.daohang a,.daohang a:link{
|
|
color:#075586; text-decoration: none; line-height:20px; text-align:left;
|
|
}
|
|
.daohang a:visited {
|
|
color: rgb(228, 135, 3); text-decoration: none;
|
|
}
|
|
.daohang a:active {
|
|
color: rgb(228, 135, 3); text-decoration: none;
|
|
}
|
|
.daohang a:hover {
|
|
color: rgb(228, 135, 3); text-decoration: underline;
|
|
}
|
|
<!--栏目导航样式--end-->
|
|
|
|
<!--工具栏样式--start-->
|
|
.toolbar
|
|
{
|
|
height: 21px;
|
|
background: #D3E1F0 url('img/local.jpg') repeat-x;
|
|
line-height: 21px;
|
|
border-top-width: 1px;
|
|
border-right-width: 0;
|
|
border-bottom-width: 0px;
|
|
border-left-width: 0;
|
|
border-top-style: solid;
|
|
border-right-style: solid;
|
|
border-bottom-style: solid;
|
|
border-left-style: solid;
|
|
border-top-color: #ACC0F0;
|
|
border-right-color: #ACC0F0;
|
|
border-bottom-color: #ACC0F0;
|
|
border-left-color: #ACC0F0;
|
|
}
|
|
.toolbar .welcome
|
|
{
|
|
width: 200px;
|
|
height: 21px;
|
|
border-right: 1px #697078 solid;
|
|
float: left;
|
|
}
|
|
.toolbar .welcome .text
|
|
{
|
|
color: #FFFFFF;
|
|
padding-left: 30px;
|
|
}
|
|
.toolbar .local
|
|
{
|
|
float: left;
|
|
color: #FFFFFF;
|
|
border-left: 1px #E4EFF8 solid;
|
|
}
|
|
.toolbar .local label
|
|
{
|
|
padding-left: 14px;
|
|
margin-left: 20px;
|
|
background: url('img/(828).gif') no-repeat scroll left center;
|
|
}
|
|
.toolbar .local a
|
|
{
|
|
color: #FFFFFF;
|
|
font-weight: bold;
|
|
}
|
|
.toolbar .local a:hover
|
|
{
|
|
color: #FFFFFF;
|
|
}
|
|
.toolbar .view
|
|
{
|
|
width: 130px;
|
|
float: right;
|
|
height: 21px;
|
|
border-left: 1px #697078 solid;
|
|
}
|
|
.toolbar .view .ctrl
|
|
{
|
|
border-left: 1px #E4EFF8 solid;
|
|
height: 21px;
|
|
padding-left: 20px;
|
|
}
|
|
.toolbar .view .ctrl a
|
|
{
|
|
display: block;
|
|
width: 13px;
|
|
height: 11px;
|
|
overflow: hidden;
|
|
float: left;
|
|
margin-right: 10px;
|
|
background: black;
|
|
margin-top: 4px;
|
|
background: white url('img/toolbar_view_ctrl_a.jpg') no-repeat;
|
|
}
|
|
.toolbar .view .ctrl .c1
|
|
{
|
|
background-position: left top;
|
|
}
|
|
.toolbar .view .ctrl .c2
|
|
{
|
|
background-position: -13px top;
|
|
}
|
|
.toolbar .view .ctrl .c3
|
|
{
|
|
background-position: -26px top;
|
|
}
|
|
.toolbar .view .ctrl .c4
|
|
{
|
|
background-position: -39px top;
|
|
}
|
|
|
|
.accordion
|
|
{
|
|
height: 100%;
|
|
margin: 0px 0px;
|
|
overflow: hidden;
|
|
background-color: #D0E7EF;
|
|
background-image: url(img/tree_bg.jpg);
|
|
background-repeat: no-repeat;
|
|
background-position: left bottom;
|
|
}
|
|
.accordion .caption
|
|
{
|
|
height: 23px;
|
|
line-height: 23px;
|
|
background: url(img/accordionBg.gif) repeat-x;
|
|
color:#fff;
|
|
padding-left:10px;
|
|
}
|
|
.accordion .caption a
|
|
{
|
|
height: 100%;
|
|
display: block;
|
|
font-weight: bold;
|
|
text-indent: 30px;
|
|
color: #FFFFFF;
|
|
}
|
|
.accordion .caption a:hover
|
|
{
|
|
color: #003366;
|
|
text-decoration: none;
|
|
background: url(img/accordionTextBg.gif) no-repeat;
|
|
}
|
|
.accordion .content div, .accordion .content div div
|
|
{
|
|
height:100%;
|
|
border-bottom-width: 0px;
|
|
}
|
|
.accordion .content
|
|
{
|
|
display: none;
|
|
overflow: hidden;
|
|
}
|
|
.accordion h1.on a
|
|
{
|
|
color: #003366;
|
|
background: url(img/accordionTextBg.gif) no-repeat;
|
|
}
|
|
.accordion div.on
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
<!--组织用户页面样式--start-->
|
|
.contentPanel_sms
|
|
{
|
|
height: 460px;
|
|
width: 760px;
|
|
margin-top: 2px;
|
|
overflow: hidden;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: center;
|
|
}
|
|
.contentPanel_sms .navPanel_sms
|
|
{
|
|
width: 250px;
|
|
height: 460px;
|
|
float: left;
|
|
overflow: hidden;
|
|
margin-right: 2px;
|
|
margin-left: 2px;
|
|
background-color: #fff;
|
|
border: 1px #257ABB solid
|
|
}
|
|
|
|
.contentPanel_sms .workPanel_sms
|
|
{
|
|
height: 460px;
|
|
width:310px;
|
|
overflow: hidden;
|
|
}
|
|
.workPanel_sms .tabs_sms
|
|
{
|
|
height: 460px;
|
|
width: 310px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
.workPanel_sms .tabs_sms .tabs-nav_sms
|
|
{
|
|
height: 25px;
|
|
background: url('img/tabs-nav.jpg') repeat-x;
|
|
border: 1px #257ABB solid;
|
|
padding-left: 20px;
|
|
}
|
|
.mainHeader
|
|
{
|
|
height: 24px;
|
|
background: url('img/tabs-nav.jpg') repeat-x;
|
|
border: 1px #257ABB solid;
|
|
padding-left: 20px;
|
|
}
|
|
.workPanel_sms .tabs_sms .move
|
|
{
|
|
width: 14px;
|
|
height: 25px;
|
|
position: absolute;
|
|
top: 1px;
|
|
display: none;
|
|
z-index: 1;
|
|
cursor: pointer;
|
|
}
|
|
.workPanel_sms .tabs_sms .previous
|
|
{
|
|
left: 0;
|
|
border-left: 1px #2D7EC5 solid;
|
|
background: url('img/workPanel_tabs_previous.jpg') no-repeat scroll center center;
|
|
border-bottom: 1px solid #75B4E0;
|
|
border-right: 1px solid #2D7EC5;
|
|
}
|
|
.workPanel_sms .tabs_sms .next
|
|
{
|
|
right: 0;
|
|
border-right: 1px #2D7EC5 solid;
|
|
background: url('img/workPanel_tabs_next.jpg') no-repeat scroll center center;
|
|
border-bottom: 1px solid #75B4E0;
|
|
border-left: 1px solid #2D7EC5;
|
|
}
|
|
.workPanel_sms .tabs_sms .tabs-nav_sms ul
|
|
{
|
|
width: 100%;
|
|
margin-left: 15px;
|
|
position: absolute;
|
|
left: 0;
|
|
border-left: 1px #2D7EC5 solid;
|
|
}
|
|
.workPanel_sms .tabs_sms .tabs-nav_sms li
|
|
{
|
|
height: 25px;
|
|
float: left;
|
|
line-height: 25px;
|
|
text-align: center;
|
|
cursor: default;
|
|
color: #004488;
|
|
cursor: pointer;
|
|
position: relative;
|
|
}
|
|
.workPanel_sms .tabs_sms .tabs-nav_sms .on
|
|
{
|
|
background: white url('img/tabs-nav-li-on.jpg') repeat-x;
|
|
font-weight: bold;
|
|
}
|
|
.workPanel_sms .tabs_sms .tabs-nav_sms .close
|
|
{
|
|
width: 12px;
|
|
height: 12px;
|
|
overflow: hidden;
|
|
background: url('img/tabs-nav-close.gif') no-repeat scroll center center;
|
|
position: absolute;
|
|
right:3px;
|
|
top:3px;
|
|
}
|
|
.workPanel_sms .tabs_sms .tabs-nav_sms .close:hover
|
|
{
|
|
background: url('img/tabs-nav-close-hover.gif') no-repeat;
|
|
}
|
|
.workPanel_sms .tabs_sms .tabs-nav_sms span
|
|
{
|
|
padding: 0 16px;
|
|
border-right: 1px #257ABB solid;
|
|
display: block;
|
|
}
|
|
.workPanel_sms .tabs_sms .tabs-nav_sms .on span
|
|
{
|
|
float: left;
|
|
height: 26px;
|
|
background: white url('img/tabs-nav-li-on.jpg') repeat-x;
|
|
top: 1px;
|
|
}
|
|
.workPanel_sms .tabs_sms .tabs-nav_sms .on .close
|
|
{
|
|
display: block;
|
|
}
|
|
.workPanel_sms .tabs_sms .tabs-content
|
|
{
|
|
border: 1px #257ABB solid;
|
|
border-top: 0;
|
|
overflow: auto;
|
|
height: 100%;
|
|
}
|
|
.workPanel_sms .tabs_sms .tabs-content .box
|
|
{
|
|
display: none;
|
|
height: 100%;
|
|
overflow:hidden;
|
|
}
|
|
.workPanel_sms .tabs_sms .tabs-content .on
|
|
{
|
|
display: block;
|
|
}
|
|
<!---缁勭粐鐢ㄦ埛椤甸潰鏍峰紡--end-->
|