snapscreen.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. <title></title>
  6. <script type="text/javascript" src="../internal.js"></script>
  7. <style type="text/css">
  8. * {
  9. color: #838383
  10. }
  11. html, body {
  12. font-size: 12px;
  13. width: 100%;
  14. height: 100%;
  15. overflow: hidden;
  16. margin: 0px;
  17. padding: 0px;
  18. }
  19. h2 {
  20. font-size: 16px;
  21. margin: 20px auto;
  22. }
  23. .content {
  24. padding: 5px 15px 0 15px;
  25. height: 100%;
  26. }
  27. dt, dd {
  28. margin-left: 0;
  29. padding-left: 0;
  30. }
  31. dt a {
  32. display: block;
  33. height: 30px;
  34. line-height: 30px;
  35. width: 55px;
  36. background: #EFEFEF;
  37. border: 1px solid #CCC;
  38. padding: 0 10px;
  39. text-decoration: none;
  40. }
  41. dt a:hover {
  42. background: #e0e0e0;
  43. border-color: #999
  44. }
  45. dt a:active {
  46. background: #ccc;
  47. border-color: #999;
  48. color: #666;
  49. }
  50. dd {
  51. line-height: 20px;
  52. margin-top: 10px;
  53. }
  54. span {
  55. padding-right: 4px;
  56. }
  57. input {
  58. width: 210px;
  59. height: 21px;
  60. background: #FFF;
  61. border: 1px solid #d7d7d7;
  62. padding: 0px;
  63. margin: 0px;
  64. }
  65. </style>
  66. </head>
  67. <body>
  68. <div class="content">
  69. <h2><var id="lang_showMsg"></var></h2>
  70. <dl>
  71. <dt><a href="../../third-party/snapscreen/UEditorSnapscreen.exe" target="_blank" id="downlink"><var
  72. id="lang_download"></var></a></dt>
  73. <dd><var id="lang_step1"></var></dd>
  74. <dd><var id="lang_step2"></var></dd>
  75. </dl>
  76. </div>
  77. </body>
  78. </html>