2018-06-03 22:26:41 +08:00

237 lines
4.0 KiB
CSS

body{
background:#fafcff url(../images/common/tab_tit_bg.jpg) repeat-x;
}
.nor_doc{
position:absolute;
margin:-230px auto auto -330px;
top:50%;
left:50%;
border:1px solid #b9b9b9;
height:320px;
width:660px;
text-align:right;
background-color:#fff;
}
.nor_tit{
float:left;
color:#ff7800;
font-weight:bold;
font-size:24px;
width:380px;
}
.purview_tit{
float:left;
color:#ff3000;
font-weight:bold;
font-size:24px;
width:380px;
}
.time_tit{
float:left;
color:#0054ff;
font-weight:bold;
font-size:24px;
width:380px;
}
.nor_info{
float:left;
margin-top:10px;
color:#7c7c7c;
font-size:14px;
width:370px;
}
.nor_show{
float:left;
margin-top:100px;
width:450px;
height:122px;
}
.nor_line{
position:absolute;
left: 389px;
top: 82px;
width:25px;
height:122px;
background:url(../images/common/nor_line.png) no-repeat;
}
.nor_img{
position:absolute;
left: 426px;
top: 111px;
width:55px;
height:65px;
background:url(../images/common/nor_warning.png) no-repeat;
}
.mini_img{
position:absolute;
right:40px;
top: 30px;
width:55px;
height:55px;
border:1px solid #b9b9b9;
display:none;
background:#fff url(../images/common/nor_warning.png) no-repeat;
}
.purview_img{
position:absolute;
left: 426px;
top: 111px;
width:55px;
height:65px;
background:url(../images/common/nopurview.png) no-repeat;
}
.time_img{
position:absolute;
left: 426px;
top: 111px;
width:55px;
height:65px;
background:url(../images/common/time.png) no-repeat;
}
.nor_btn,.nor_btn_on,.nor_btn_down{
float:left;
margin-left:250px;
height:28px;
width:91px;
cursor:pointer;
display:inline;
}
.nor_btn_home,.nor_btn_on_home,.nor_btn_down_home{
float:left;
margin-left:5px;
height:28px;
width:91px;
cursor:pointer;
display:inline;
}
.nor_btn{
background:url(../images/common/nor_relogon.png) no-repeat
}
.nor_btn_on{
background:url(../images/common/nor_relogon.png) no-repeat 0px -28px
}
.nor_btn_down{
background:url(../images/common/nor_relogon.png) no-repeat 0px -56px
}
.nor_btn_home{
background:url(../images/common/nor_home.png) no-repeat
}
.nor_btn_on_home{
background:url(../images/common/nor_home.png) no-repeat 0px -28px
}
.nor_btn_down_home{
background:url(../images/common/nor_home.png) no-repeat 0px -56px
}
.nor_logout a{
float:left;
padding-top:15px;
padding-left:5px;
font-size:12px;
color:#7c7c7c;
text-decoration: underline;
}
.nor_logout a:hover{
color:#ff7800;
text-decoration: underline;
}
.nor_btnzone{
float:left;
width:100%;
height:60px;
text-align: center;
}
/*ReportModelDownload.jsp configuration BEGIN*/
.download_show{
position:absolute;
width:225px;
height:90px;
background-color:#fff;
border:1px solid #bbbbbb;
z-index:2;
top: 0; left: 0;
}
.download_shadow{
position:absolute;
margin-left:5px; margin-top:5px;
width:225px;
height:90px;
background-color:#cccccc;
z-index:1;
top: 0; left: 0;
}
.download_block{
position:relative;
float:left;
display:inline;
margin-left:15px;
margin-top:15px;
height:95px;
width:230px;
}
.download_icon{
float:left;
display:inline;
margin-top:16px;
margin-left:19px;
height:24px;
width:32px;
background:url(../images/common/download_icon.png);
}
a.download_name{
float:left;
display:inline;
margin-top:18px;
margin-left:20px;
color:#0076b1;
width:150px;
height:40px;
font-size:14px;
text-decoration:underline;
}
a:hover.download_name{
color:#ffa200;
}
.download_info{
float:left;
display:inline;
margin-left:19px;
margin-top:3px;
width:90px;
height:14px;
color:#9f9f9f;
font-size:12px;
}
.download_btn{
float:right;
display:inline;
margin-right:15px;
margin-top:3px;
width:60px;
height:23px;
}
a.download_link{
color:#0076b1;
font-size:12px;
text-decoration: underline;
}
a:hover.download_link{
color:#ffa200;
text-decoration: underline;
}
.download_tit{
padding: 15px 0 15px 40px;
height:16px;
width:auto;
background:url(../images/common/download_tit.png) no-repeat 20px center;
font-size:14px;
font-weight:bold;
color:#435868
}
.download_wrap{
border-top:1px solid #bbbbbb;
overflow: auto;
width:100%;
}
/*ReportModelDownload.jsp configuration END*/