收费管理系统

snapscreen.html 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. *{color: #838383}
  9. html,body {
  10. font-size: 12px;
  11. width:100%;
  12. height:100%;
  13. overflow: hidden;
  14. margin:0px;
  15. padding:0px;
  16. }
  17. h2 { font-size: 16px; margin: 20px auto;}
  18. .content{
  19. padding:5px 15px 0 15px;
  20. height:100%;
  21. }
  22. dt,dd { margin-left: 0; padding-left: 0;}
  23. dt a {
  24. 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. border-radius: 4px;
  33. }
  34. dt a:hover{
  35. background: #e0e0e0;
  36. border-color: #999
  37. }
  38. dt a:active{
  39. background: #ccc;
  40. border-color: #999;
  41. color: #666;
  42. }
  43. dd { line-height:20px;margin-top: 10px;}
  44. span{ padding-right:4px;}
  45. input{width:210px;height:21px;background: #FFF;border:1px solid #d7d7d7;padding: 0px; margin: 0px; }
  46. </style>
  47. </head>
  48. <body>
  49. <div class="content">
  50. <h2><var id="lang_showMsg"></var></h2>
  51. <dl>
  52. <dt><a href="../../third-party/snapscreen/UEditorSnapscreen.exe" target="_blank" id="downlink"><var id="lang_download"></var></a></dt>
  53. <dd><var id="lang_step1"></var></dd>
  54. <dd><var id="lang_step2"></var></dd>
  55. </dl>
  56. </div>
  57. </body>
  58. </html>