[JavaScript] 定制快捷方式 →→→→→进入此内容的聊天室

来自 , 2020-03-05, 写在 JavaScript, 查看 112 次.
URL http://www.code666.cn/view/3e524bf7
  1. title: '报表快捷方式',
  2.                                         closable: true,
  3.                                         autoScroll: true,
  4.                                         html:
  5.                                                 '<div id="dargDiv" style="left: 0px; top: 10px; position: absolute; width: 100%; height: 100%;">' +
  6.                                                 '       <ul id="shortcut">' +
  7.                                                 '       </ul>' +
  8.                                                 '<div id="delDiv" style="height: 128px; width:128px; position:absolute; bottom:50px; right:10px;"><img src="../images/Recycle_Bin.png"></img></div>' +
  9.                                                 '</div>'
  10.  
  11.  
  12.  
  13. .block {
  14.                 float: left;
  15.                 display: block;
  16.                 height: 122px;
  17.                 text-align: center;
  18.                 overflow: hidden;
  19.          }
  20.          li.block .img {
  21.                 height: 75px;
  22.                 width: 75px;
  23.                 line-height: 70px;
  24.                 cursor: pointer;
  25.                 position: relative;
  26.                 margin: 0px auto;
  27.         }
  28.         li.block .img img{
  29.                 height: 70px;
  30.                 width: 70px;
  31.         }
  32.         .icon-text span {
  33.                 display: inline-block;
  34.                 height: 20px;
  35.                 line-height: 20px;
  36.                 background: url('../images/icon_text_r.png') right center no-repeat;
  37.                 color: #000;
  38.                 padding: 0 10px 0 0px;
  39.         }
  40.         .icon-text {
  41.                 cursor: pointer;
  42.                 padding-left: 10px;
  43.                 height: 20px;
  44.                 display: inline-block;
  45.                 background: url('../images/icon_text_l.png') 0px 0px no-repeat;
  46.         }

回复 "定制快捷方式"

这儿你可以回复上面这条便签

captcha