[javascript]代码库
title: '报表快捷方式',
closable: true,
autoScroll: true,
html:
'<div id="dargDiv" style="left: 0px; top: 10px; position: absolute; width: 100%; height: 100%;">' +
' <ul id="shortcut">' +
' </ul>' +
'<div id="delDiv" style="height: 128px; width:128px; position:absolute; bottom:50px; right:10px;"><img src="../images/Recycle_Bin.png"></img></div>' +
'</div>'
.block {
float: left;
display: block;
height: 122px;
text-align: center;
overflow: hidden;
}
li.block .img {
height: 75px;
width: 75px;
line-height: 70px;
cursor: pointer;
position: relative;
margin: 0px auto;
}
li.block .img img{
height: 70px;
width: 70px;
}
.icon-text span {
display: inline-block;
height: 20px;
line-height: 20px;
background: url('../images/icon_text_r.png') right center no-repeat;
color: #000;
padding: 0 10px 0 0px;
}
.icon-text {
cursor: pointer;
padding-left: 10px;
height: 20px;
display: inline-block;
background: url('../images/icon_text_l.png') 0px 0px no-repeat;
}