24 lines
409 B
CSS
24 lines
409 B
CSS
/*验证出错提示样式*/
|
|
label.error{
|
|
padding-left:15px;
|
|
background: url(../images/formatdoc/err.gif) no-repeat left top;
|
|
color:#ff0000;
|
|
}
|
|
table {
|
|
background: transparent;
|
|
}
|
|
.list_page{
|
|
background-color: transparent;
|
|
margin-bottom : 0px;
|
|
margin-left : 0px;
|
|
margin-right : 0px;
|
|
margin-top : 0px;
|
|
width:100%;
|
|
height:100%;
|
|
overflow:hidden;
|
|
}
|
|
.list_data_tablecommon{
|
|
width:100%;
|
|
border:0px;
|
|
margin:0;
|
|
} |