You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
2.6 KiB
CSS

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

html{font:12px;background-color:#ecf2ff; border:0; padding:0;}/*ecf2ff*/
table{border:0; background-color:#FFFFFF;font-size:12px;}/*#dde9fa,#d9eaff*/
td{ padding-right:5px; border:0;}
.txtTab{width:100%;border:1px solid #A0A0A4; border-color:#6699CC;Height:20px}
.txtTab2{width:110px;border:1px solid #A0A0A4; border-color:#6699CC;Height:20px}
.txtTab3{width:115px;border:1px solid #A0A0A4; border-color:#6699CC;Height:20px}
.nTab{
float: left;
width: 100%;
margin: 0 auto;
border-bottom:1px #C7C7CD solid;
background:#d5d5d5;
background-position:left;
background-repeat:repeat-y;
margin-bottom:2px;
}
.nTab .TabTitle{
clear: both;
height: 26px;
overflow: hidden;
background:#ecf2ff;
}
.nTab .TabTitle ul{
margin:0;
padding:0;
}
.nTab .TabTitle li{
float: left;
width: 60px;
cursor: pointer;
padding-top: 6px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 7px;
list-style-type: none;
}
.nTab .TabTitle .active{ background:url(../images/tab_bg1.gif) left -25px no-repeat;border-left:1px #C7C7CD solid;border-top:1px #C7C7CD solid;border-bottom:1px #fff solid;}
.nTab .TabTitle .normal{ background:url(../images/tab_bg1.gif);border-top:1px #C7C7CD solid;border-bottom:1px #C7C7CD solid;}
.nTab .TabContent{
width:100%;background:#fff;
margin: 0px auto;
padding:0px 0 0 0;
border-right:1px #C7C7CD solid;border-left:1px #C7C7CD solid;
}
.none {display:none;}
.hrImg{height:2px;background-image:url("../../images/tab_line.gif") repeat-x; }
.dvAttr{float:left;}
.dvAttrCheck{float:left;padding:0 20px 0 5px;}
.chkAttr{border:0;
font-size:12px;}
.DivSelect
{
position: relative;
background-color: transparent;
width: 140px;
height: 17px;
overflow: hidden; /*隐藏了小三角因为宽度为110px,而select宽度为130px*/
border-width:0px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
}
/*设置Select样式*/
.SelectList
{
position: relative;
background-color: transparent;
TOP: -2px;
left:-2px;
border-width: 0px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
width:160px;
display:block;
height: 18px;
overflow:hidden;
}
.btn
{
width:95px;
BORDER-RIGHT: #2C59AA 1px solid;
PADDING-RIGHT: 2px; BORDER-TOP: #2C59AA 1px solid;
PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
BORDER-LEFT: #2C59AA 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px;
BORDER-BOTTOM: #2C59AA 1px solid
}