snapscreen.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <title>安装截屏插件</title>
  7. <script type="text/javascript" src="../internal.js"></script>
  8. <style type="text/css">
  9. *{color: #838383}
  10. html,body {
  11. font-size: 12px;
  12. width:100%;
  13. height:100%;
  14. overflow: hidden;
  15. margin:0px;
  16. padding:0px;
  17. }
  18. h2 { font-size: 16px; margin: 20px auto;}
  19. .content{
  20. padding:5px 15px 0 15px;
  21. height:100%;
  22. }
  23. dt,dd { margin-left: 0; padding-left: 0;}
  24. dt a { display: block;
  25. height: 30px;
  26. line-height: 30px;
  27. width: 55px;
  28. background: #EFEFEF;
  29. border: 1px solid #CCC;
  30. padding: 0 10px;
  31. text-decoration: none;
  32. }
  33. dt a:hover{
  34. background: #e0e0e0;
  35. border-color: #999
  36. }
  37. dt a:active{
  38. background: #ccc;
  39. border-color: #999;
  40. color: #666;
  41. }
  42. dd { line-height:20px;margin-top: 10px;}
  43. span{ padding-right:4px;}
  44. input{width:210px;height:21px;background: #FFF;border:1px solid #d7d7d7;padding: 0px; margin: 0px; }
  45. </style>
  46. </head>
  47. <body>
  48. <div class="content">
  49. <h2>使用截屏功能,您需要安装UEditor截屏程序</h2>
  50. <dl>
  51. <dt><a href="../../third-party/snapscreen/UEditorSnapscreen.exe" target="_blank" id="downlink">下载安装</a></dt>
  52. <dd>1. 点击下载安装程序到您的计算机,运行这个程序进行安装</dd>
  53. <dd>2. 安装完成后,您可以点击“确认”关闭此弹出层,然后重新点击截屏按钮,就可以进行截屏了!</dd>
  54. </dl>
  55. </div>
  56. </body>
  57. </html>