辰峰微网

FineReport -全局跑马灯(JS特效)

1442 阅读
文章摘要

FineReport -全局跑马灯(JS特效)

当前字体大小 15px
12px 50px

JavaScript 代码:

var b = '<style type="text/css">::-webkit-scrollbar { width: 14px; height: 14px;  }    ::-webkit-scrollbar-track,  ::-webkit-scrollbar-thumb {    border-radius: 999px;    border: 10px solid transparent;  }    ::-webkit-scrollbar-track {    box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;  }    ::-webkit-scrollbar-thumb {    min-height: 20px;    background-clip: content-box;    box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;  }    ::-webkit-scrollbar-corner {    background: transparent;  }   </style>';

$("body").append(b);

分享到:
    🤞 分享
    手机扫码阅读

    微信或手机浏览器扫一扫,随时随地随心阅读与分享

    发表评论