ZIP高亮11111111111 67.33KB

songhait需要积分:3(1积分=1元)

资源文件列表:

Multi-highlight_v1.20.zip 大约有36个文件
  1. Multi-highlight_v1.20/
  2. __MACOSX/._Multi-highlight_v1.20 274B
  3. Multi-highlight_v1.20/css/
  4. __MACOSX/Multi-highlight_v1.20/._css 210B
  5. Multi-highlight_v1.20/js/
  6. __MACOSX/Multi-highlight_v1.20/._js 210B
  7. Multi-highlight_v1.20/popup.html 4.18KB
  8. __MACOSX/Multi-highlight_v1.20/._popup.html 210B
  9. Multi-highlight_v1.20/img/
  10. __MACOSX/Multi-highlight_v1.20/._img 210B
  11. Multi-highlight_v1.20/manifest.json 885B
  12. __MACOSX/Multi-highlight_v1.20/._manifest.json 210B
  13. Multi-highlight_v1.20/metadata/
  14. __MACOSX/Multi-highlight_v1.20/._metadata 210B
  15. Multi-highlight_v1.20/css/highlight.css 644B
  16. __MACOSX/Multi-highlight_v1.20/css/._highlight.css 210B
  17. Multi-highlight_v1.20/js/content-action.js 1.04KB
  18. __MACOSX/Multi-highlight_v1.20/js/._content-action.js 210B
  19. Multi-highlight_v1.20/js/popup.js 1.1KB
  20. __MACOSX/Multi-highlight_v1.20/js/._popup.js 210B
  21. Multi-highlight_v1.20/js/background.js 3.38KB
  22. __MACOSX/Multi-highlight_v1.20/js/._background.js 210B
  23. Multi-highlight_v1.20/js/highlighter.js 2.76KB
  24. __MACOSX/Multi-highlight_v1.20/js/._highlighter.js 210B
  25. Multi-highlight_v1.20/js/jquery.js 81.47KB
  26. __MACOSX/Multi-highlight_v1.20/js/._jquery.js 210B
  27. Multi-highlight_v1.20/img/100x100.png 7.22KB
  28. __MACOSX/Multi-highlight_v1.20/img/._100x100.png 210B
  29. Multi-highlight_v1.20/img/19x19.png 1.83KB
  30. __MACOSX/Multi-highlight_v1.20/img/._19x19.png 210B
  31. Multi-highlight_v1.20/img/128x128.png 9.11KB
  32. __MACOSX/Multi-highlight_v1.20/img/._128x128.png 210B
  33. Multi-highlight_v1.20/img/48x48.png 3.83KB
  34. __MACOSX/Multi-highlight_v1.20/img/._48x48.png 210B
  35. Multi-highlight_v1.20/metadata/verified_contents.json 2.41KB
  36. __MACOSX/Multi-highlight_v1.20/metadata/._verified_contents.json 210B

资源介绍:

高亮11111111111
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>PopUp</title> <style> .container { width: 360px; font-family: Arial, "微软雅黑"; } .textarea-wrap { position: relative; } /* Switcher */ .textarea-wrap .switcher { float: right; margin-top: 2px; margin-right: 3px; display: inline-block; height: 12px; width: 24px; cursor: pointer; background: #fff; box-shadow: 0 0 2px rgba(0,0,0,0.2) inset; border: 2px solid #eee; border-radius: 20px; vertical-align: middle; position: relative; overflow: hidden; } .textarea-wrap .switcher i { z-index: 2; display: block; position: absolute; top: 0; height: 10px; width: 10px; border-radius: 20px; border: 1px solid #eee; background: #fff; box-shadow: 0 0 3px rgba(0,0,0,0.3); } .textarea-wrap .switcher:before { z-index: 1; display: block; content: ""; position: absolute; top: 0; left: 0; height: 12px; width: 24px; background: #65c0ff; box-shadow: 2px -3px 5px rgba(255,255,255, 0.4) inset; border-radius: 20px; } .textarea-wrap .switcher:after { z-index: 1; display: block; content: ""; position: absolute; top: 0; left: 0; height: 12px; width: 24px; background: #aaa; box-shadow: 2px -3px 5px rgba(255,255,255, 0.4) inset; border-radius: 20px; } .textarea-wrap .switcher[data-on="true"] i { left: 12px; } .textarea-wrap .switcher[data-on="true"]:before { left: 0; } .textarea-wrap .switcher[data-on="true"]:after { left: 24px; } .textarea-wrap .switcher[data-on="false"] i { left: 0; } .textarea-wrap .switcher[data-on="false"]:before { left: -24px; } .textarea-wrap .switcher[data-on="false"]:after { left: 0; } .textarea-wrap .switcher i, .textarea-wrap .switcher:before, .textarea-wrap .switcher:after { transition: left 0.2s ease; } /* Tip */ .textarea-wrap .tip { display: block; overflow: hidden; height: 16px; line-height: 16px; vertical-align: middle; padding-bottom: 8px; cursor: default; } .textarea-wrap .tip .main-tip { font-size: 14px; color: #999; } .textarea-wrap .tip .sub-tip { font-size: 11px; color: #aaa; padding-top: 1px; font-style: } .highlight-words { border: 1px dashed #aaa; border-radius: 2px; box-shadow: 0 0 5px rgba(0,0,0,0.1) inset; } .highlight-words textarea { display: block; min-height: 50px; padding: 5px; box-sizing: border-box; outline: 0; border: 0; background: transparent; resize:none } .highlight-words, .highlight-words textarea { line-height: 16px; font-size: 12px; color: #666; } /* Scroll bar */ .highlight-words textarea::-webkit-scrollbar { width: 11px; height:auto; } .highlight-words textarea::-webkit-scrollbar-button{} .highlight-words textarea::-webkit-scrollbar-button:start:decrement, .highlight-words textarea::-webkit-scrollbar-button:end:increment{width:0;height:0;} .highlight-words textarea::-webkit-scrollbar-track-piece{ background-clip:padding-box; background-color:#fff; border: 0; } .highlight-words textarea::-webkit-scrollbar-thumb { border-radius: 7px; background-color: #888; background-clip:padding-box; border: 2px solid transparent; -webkit-transition: all 0.5s ease; } .highlight-words textarea::-webkit-scrollbar-thumb:hover { background-color: #777; } .highlight-words textarea::-webkit-scrollbar-thumb:vertical { width: 7px; min-height:24px; } .highlight-words textarea::-webkit-scrollbar-thumb:horizontal { height: 7px; min-width:24px; } .footer { text-align: right; padding: 5px 5px 0 0;} .footer a { color: #65c0ff; text-decoration: none; font-size: 10px;} .footer a:hover { color: #65c0ff; text-decoration: underline; } </style> </head> <body> <div class="container"> <div class="textarea-wrap"> <div class="tip"> <span class="switcher" data-on="true" id="switcher"><i></i></span> <span class="main-tip">Highlight words below </span> <!-- <span class="see-below-arrow"><i></i></span> --> <span class="sub-tip">(separated by a space)</span> </div> <div class="highlight-words" id="highlight-words" placeholder="type highlight words here ..."></div> <div class="footer"> <a id="support-link" href="javascript:;">Support Multi-highlight</a> </div> </div> </div> <script src="js/jquery.js"></script> <script src="js/popup.js"></script> </body> </html>
100+评论
captcha
    类型标题大小时间
    ZIPvue3+ts项目框架2.13MB9月前
    ZIPsdk-vsoa-v173-x64679.11KB9月前
    ZIPCSS技巧专栏一日一例:18 -纯CSS实现l背景流光溢彩变幻的按钮特效.zip2.22KB9月前
    ZIP刷分、CS、热斗综合版32.36KB9月前
    ZIPRealEvo-Simulator 下的 AMD64 平台磁盘镜像4.1MB9月前
    ZIPRealEvo-Simulator 下的 AMD64 平台系统镜像10.17MB9月前
    ZIPIBM版 JDK1.4-1.7,通用 Java限制密钥长度策略文件4.9KB9月前
    ZIP针对原始pyk4a进行了修改,适用于双AzureKinect相机同时采图,该库使用详情请见后续博客63.4KB9月前