body
|
{
|
}
|
.contentLeft
|
{
|
text-align: left;
|
}
|
.verticalTop
|
{
|
vertical-align: top;
|
}
|
.col_third
|
{
|
width: 33%;
|
text-align: left;
|
}
|
/*编辑页table列 三列时用*/
|
.col_half
|
{
|
width: 50%;
|
text-align: left;
|
}
|
/*两列时用*/
|
.normalsel
|
{
|
width: 130px;
|
height:25px;
|
}
|
.remark
|
{
|
width: 80%;
|
height: 50px;
|
vertical-align: top;
|
word-break: break-all;
|
word-wrap: break-word;
|
}
|
.printTypeEdit
|
{
|
color: White;
|
background-color: #79BEDD;
|
text-indent: 5px;
|
line-height: 30px;
|
height: 30px;
|
vertical-align: middle;
|
}
|
.CkBoxFocused
|
{
|
border: 1px #75BBEC solid;
|
background-color: White;
|
outline: none;
|
}
|
.warning
|
{
|
margin-left: auto;
|
margin-right: auto;
|
display: block;
|
width: 90%;
|
text-align: left;
|
text-indent: 20px;
|
color: #F79A04;
|
font-size: 14px;
|
}
|
/*警告样式*/
|
label
|
{
|
outline-width: 0;
|
border: 0;
|
}
|
|
input:radio
|
{
|
outline-width: 0;
|
border: 0;
|
}
|
#div_nofocusdiv
|
{
|
cursor: pointer;
|
position: absolute;
|
z-index: 9999;
|
background-color: Gray;
|
filter: alpha(opacity=50);
|
-moz-opacity: 0.5;
|
-khtml-opacity: 0.5;
|
opacity: 0.5;
|
}
|
#div_nofocusdiv #div_blurinfo
|
{
|
display: block;
|
width: 170px;
|
border: 1px solid white;
|
height: 25px;
|
line-height: 25px;
|
margin: 13% auto 0 auto;
|
color: White;
|
font-weight: bolder;
|
font-size: 25px;
|
vertical-align: middle;
|
text-align: center;
|
}
|
#span_datepanel{ border:0;}
|
#span_datepanel,.keydate
|
{
|
height:23px;
|
width:120px;
|
cursor:default;
|
|
}
|
#span_datepanel span ,#span_datepanel span *
|
{
|
padding: 0;
|
margin: 0;
|
border: 0;
|
background-color:transparent;
|
width:auto;
|
height:25px;
|
line-height:25px;
|
cursor:default;
|
}
|
|
#span_datepanel #txtTempYear
|
{
|
width: 27px;
|
|
}
|
#span_datepanel input
|
{
|
width: 14px;
|
}
|
|
#span_datepanel .txtTempDateBackground
|
{
|
position:absolute;
|
width:130px;
|
z-index:-1;
|
border:1px solid #CCCCCC;
|
height:22px;
|
}
|
#span_datepanel strong{font-family:黑体;}
|