소스 검색

图片和pdf预览模式切换按钮大小调整

陈精华 5 년 전
부모
커밋
affd5b3057
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      jodconverter-web/src/main/resources/web/officePicture.ftl
  2. 1 1
      jodconverter-web/src/main/resources/web/pdf.ftl

+ 1 - 1
jodconverter-web/src/main/resources/web/officePicture.ftl

@@ -25,7 +25,7 @@
     </#list>
 </div>
 <#--<img src="images/right.png" style="position: fixed; cursor: pointer; top: 40%; right: 60px; z-index: 999;" alt="使用PDF预览" title="使用PDF预览" onclick="changePreviewType('pdf')"/>-->
-<span class="fa fa-file-pdf-o fa-5x" style="position: fixed; cursor: pointer; top: 40%; right: 50px; z-index: 999;" title="使用PDF预览" onclick="changePreviewType('pdf')"></span>
+<span class="fa fa-file-pdf-o fa-4x" style="position: fixed; cursor: pointer; top: 40%; right: 50px; z-index: 999;" title="使用PDF预览" onclick="changePreviewType('pdf')"></span>
 <script>
     window.onload=checkImgs;
     window.onscroll = throttle(checkImgs);

+ 1 - 1
jodconverter-web/src/main/resources/web/pdf.ftl

@@ -20,7 +20,7 @@
     <iframe src="" width="100%" frameborder="0"></iframe>
 
 <#--    <img src="images/left.png" style="position: fixed; cursor: pointer; top: 40%; right: 60px; z-index: 999;" alt="使用图片预览" title="使用图片预览" onclick="goForImage()"/>-->
-    <span class="fa fa-file-image-o fa-5x" style="position: fixed; cursor: pointer; top: 40%; right: 50px; z-index: 999;" title="使用图片预览" onclick="goForImage()"></span>
+    <span class="fa fa-file-image-o fa-4x" style="position: fixed; cursor: pointer; top: 40%; right: 50px; z-index: 999;" title="使用图片预览" onclick="goForImage()"></span>
 
 
 </body>