34 lines
1.5 KiB
CSS
34 lines
1.5 KiB
CSS
/* 内置按钮样式 */
|
|
.inner_bt_span {
|
|
position:relative;
|
|
display:inline-block;
|
|
}
|
|
.inner_bt_span input {
|
|
padding-right: 22px;
|
|
}
|
|
.inner_bt_span .inner_bt_a {
|
|
position:absolute;
|
|
bottom:0;
|
|
_bottom:1px;
|
|
right:0;
|
|
display:inline-block;
|
|
width:20px;
|
|
line-height:19px;
|
|
text-align:center;
|
|
border:1px solid #aaa;
|
|
background: url(../../images/common/inner_bt_a.gif) center no-repeat #fff;
|
|
}
|
|
.inner_bt_span .inner_bt_date {
|
|
background: url(../../images/common/inner_bt_date.gif) center no-repeat #fff;
|
|
}
|
|
/*统一汇总个错误信息*/
|
|
.info_error_eline{ background: url(../../images/ow/error/error_line.gif) repeat-x; height:2px; width:97%; margin-left:15px; margin-bottom:0px;}
|
|
.info_error_edoc{
|
|
width:100%; background:#f4f4f4; border-radius:15px;
|
|
position:absolute;top:20px;right:20px;width:500px;border:1px dashed #aaa;z-index:999;
|
|
}
|
|
.info_error_rt{ cursor:pointer; width:90%; height:35px; background:url(../../images/ow/error/error_tit.gif) no-repeat; margin-left:5px; margin-top:5px;}
|
|
.info_error_txt{ width:90%; margin-left:15px;}
|
|
.info_error_mobtn{ width:205px; height:27px; background:url(../../images/ow/error/morebtn.gif) no-repeat; border:0; border-bottom:1px solid #fff; cursor:pointer; color:#0066ff; margin-left:40px; margin-bottom:5px; margin-top:5px;}
|
|
.info_error_ulstyle{ line-height:18px; font-size:12px; list-style-image:url(../../images/ow/error/listimg.gif); margin:0;margin-left:18px;margin-bottom:8px;}
|
|
.info_error_ulstyle a{ font-size:12px; color:red; text-decoration:none} |