产品原型
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

130 lines
3.3 KiB

4 years ago
  1. <html>
  2. <head>
  3. <title>Axure RP - Firefox Local File Restrictions</title>
  4. <style type="text/css">
  5. *
  6. {
  7. font-family: Helvetica, Arial, sans-serif;
  8. }
  9. body
  10. {
  11. text-align: center;
  12. background-color: #fafafa;
  13. }
  14. p
  15. {
  16. font-size: 14px;
  17. line-height: 18px;
  18. color: #333333;
  19. }
  20. div.container
  21. {
  22. width: 980px;
  23. margin-left: auto;
  24. margin-right: auto;
  25. text-align: left;
  26. }
  27. a
  28. {
  29. text-decoration: none;
  30. color: #009dda;
  31. }
  32. .button
  33. {
  34. background: #A502B3;
  35. font: normal 16px Arial, sans-serif;
  36. color: #FFFFFF;
  37. padding: 10px 30px 10px 30px;
  38. border: 2px solid #A502B3;
  39. display: inline-block;
  40. margin-top: 10px;
  41. text-transform: uppercase;
  42. font-size: 14px;
  43. border-radius: 4px;
  44. }
  45. a:hover.button
  46. {
  47. border: 2px solid #A502B3;
  48. color: #A502B3;
  49. background-color: #FFFFFF;
  50. }
  51. div.left
  52. {
  53. width: 400px;
  54. float: left;
  55. margin-right: 80px;
  56. }
  57. div.right
  58. {
  59. width: 400px;
  60. float: left;
  61. }
  62. div.buttonContainer
  63. {
  64. text-align: center;
  65. }
  66. h1
  67. {
  68. font-size: 36px;
  69. color: #333333;
  70. line-height: 50px;
  71. margin-bottom: 20px;
  72. font-weight: normal;
  73. }
  74. h2
  75. {
  76. font-size: 24px;
  77. font-weight: normal;
  78. color: #08639C;
  79. text-align: center;
  80. }
  81. h3
  82. {
  83. font-size: 16px;
  84. line-height: 24px;
  85. color: #333333;
  86. font-weight: normal;
  87. }
  88. .heading
  89. {
  90. border-bottom: 1px solid black;
  91. height: 36px;
  92. line-height: 36px;
  93. font-size: 22px;
  94. color: #000000;
  95. }
  96. span.faq
  97. {
  98. font-size: 16px;
  99. font-weight: normal;
  100. text-transform: uppercase;
  101. color: #333333;
  102. display: block;
  103. }
  104. </style>
  105. </head>
  106. <body>
  107. <div class="container">
  108. <br />
  109. <br />
  110. <img src="axure_logo.png" alt="axure" />
  111. <br />
  112. <h1>
  113. FIREFOX LOCAL FILE RESTRICTIONS</h1>
  114. <p style="font-size: 16px; line-height: 24px; color: #666666; margin-top: 10px;">
  115. Firefox does not permit locally stored files to be viewed. Use Preview to view your projects in progress.
  116. <img src="preview-rp.png" alt="preview"/>
  117. </p>
  118. <p style="font-size: 16px; line-height: 24px; color: #666666; margin-top: 10px;">
  119. Alternatively, you can choose a different web browser, upload your RP file to <a href="https://app.axure.cloud">Axure Cloud</a> or publish the local files to a web server.</p>
  120. <h3 class="heading">
  121. We're Here to Help</h3>
  122. <p>
  123. Need help or have any questions? Drop us a line at <a href="mailto:support@axure.com">
  124. support@axure.com</a>.
  125. </p>
  126. <div style="clear: both; height: 20px;">
  127. </div>
  128. </div>
  129. </body>
  130. </html>