title: '报表快捷方式',
closable: true,
autoScroll: true,
html:
'
'
.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;
}