softcompress.blade.php 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>星优文件压缩器-星优文件压缩器最新版免费下载-星优办公软件</title>
  5. <meta name="keywords" content="星优文件压缩器;星优文件压缩器下载">
  6. <meta name="description" content="星优文件压缩器是一款在电脑上运行的文件压缩软件,它包含的功能有:图片压缩、视频压缩、音频压缩、pdf压缩、word压缩和ppt压缩,欢迎大家下载使用。">
  7. @include('home.http.common.head')
  8. <link href="/static/public/css/index.css" rel="stylesheet" type="text/css">
  9. <link href="/static/ebook/ebook.css" rel="stylesheet" type="text/css">
  10. <link href="/static/compress/compress.css" rel="stylesheet" type="text/css">
  11. <script type="text/javascript" src="/static/js/sb/polyfill.min.js"></script>
  12. <script type="text/javascript" src="/static/js/sb/es6-promise.min.js"></script>
  13. <script type="text/javascript" src="/static/js/sb/babel.min.js"></script>
  14. <script type="text/javascript" src="/static/js/sb/vue.min.js"></script>
  15. <script type="text/javascript" src="/static/js/sb/iview.min.js"></script>
  16. <script src="/static/js/sb/utils.js"></script>
  17. <script src="/static/js/sb/config.js"></script>
  18. <style>
  19. .nav-ebook {
  20. position: absolute;
  21. right: 0px;
  22. top: 9px;
  23. color: #fff;
  24. }
  25. .nav-ebook-link li {
  26. padding: 5px 0;
  27. float: left;
  28. }
  29. .nav-ebook-link li+li {
  30. margin-left: 70px;
  31. position: relative;
  32. }
  33. .nav-ebook-link li a {
  34. font-size: 16px;
  35. color: #fff;
  36. line-height: 48px;
  37. display: block;
  38. position: relative;
  39. }
  40. .nav-ebook-link li a:hover {
  41. color: #fff;
  42. }
  43. .nav-ebook-link li a:hover::after {
  44. content: "";
  45. position: absolute;
  46. bottom: 0;
  47. width: 50%;
  48. left: 25%;
  49. height: 4px;
  50. background-color: #fff;
  51. border-radius: 4px;
  52. }
  53. .nav-ebook-link li+li::after {
  54. content: "";
  55. position: absolute;
  56. left: -32px;
  57. height: 20px;
  58. top: 50%;
  59. margin-top: -10px;
  60. border-left: 1px solid #EDEDED;
  61. }
  62. </style>
  63. </head>
  64. <body>
  65. <div class="header">
  66. @include('home.http.common.header')
  67. </div>
  68. <div style="height: 68px;"></div>
  69. <div id="app">
  70. <!--- 首頁輪播 --->
  71. <div class="index-banner head">
  72. <div class="w1024">
  73. <div class="logolay">
  74. <img src="/static/audio/icon.png" style="width: auto;">
  75. <span>星优办公软件</span>
  76. </div>
  77. <div class="nav-ebook">
  78. </div>
  79. <div class="leftword">
  80. <h1>星优文件压缩器</h1>
  81. <p class="word1">图片、音频、视频压缩<br>PDF、WORD、PPT压缩<br>一键式拖拽文件到软件中,批量压缩效率更高
  82. <a class="btn1 btnactive js-down ebook-down-btn"
  83. href="https://xy.xingyousoft.com/soft/XYCompress/XYCompress_XY.exe"><span
  84. style="color: #347aeb;">立即下载</span></a>
  85. </p>
  86. <p class="word2">版本号:v2.1.0.0
  87. <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> 软件大小:1.56MB</p>
  88. <p class="word2">更新时间:2024-06-20 &nbsp;适合系统:Win7/Win10/Win11</p>
  89. </div>
  90. <img class="rightgif" src="/static/compress/1.jpg">
  91. </div>
  92. </div>
  93. <div class="fun-compress-box">
  94. <h1>功能展示</h1>
  95. <div class="func-cont">
  96. <ul class="wow flipInX">
  97. <li>
  98. <img src="/static/compress/picture.png" alt="图片压缩">
  99. <p>图片压缩</p>
  100. </li>
  101. <li>
  102. <img src="/static/compress/video.png" alt="视频压缩">
  103. <p>视频压缩</p>
  104. </li>
  105. <li>
  106. <img src="/static/compress/audio.png" alt="音频压缩">
  107. <p>音频压缩</p>
  108. </li>
  109. <li>
  110. <img src="/static/compress/pdf.png" alt="PDF压缩">
  111. <p>PDF压缩</p>
  112. </li>
  113. <li>
  114. <img src="/static/compress/word2.png" alt="Word压缩">
  115. <p>Word压缩</p>
  116. </li>
  117. <li>
  118. <img src="/static/compress/ppt.png" alt="PPT压缩">
  119. <p>PPT压缩</p>
  120. </li>
  121. </ul>
  122. </div>
  123. </div>
  124. <div class="w1200 index-line-center">
  125. <div class="section_2 section">
  126. <h2 style="text-align: center;">工作中是否遇到以下问题?<span></span></h2>
  127. <ul>
  128. <li>
  129. <a class="sa_download">
  130. <div class="text_box">文件大小受规则限制</div>
  131. </a>
  132. </li>
  133. <li>
  134. <a class="sa_download">
  135. <div class="text_box">文件太大无法传输</div>
  136. </a>
  137. </li>
  138. <li>
  139. <a class="sa_download">
  140. <div class="text_box">文件太大传输太慢</div>
  141. </a>
  142. </li>
  143. <li>
  144. <a class="sa_download">
  145. <div class="text_box">文件太大占空间</div>
  146. </a>
  147. </li>
  148. </ul>
  149. </div>
  150. </div>
  151. <div class="compress-mid">
  152. <h1>为什么选择我们</h1>
  153. <ul class="wow bounceInRight">
  154. <li>
  155. <img class="img-item-min" src="/static/compress/icon_1.png">
  156. <p class="text-top">压缩速度快</p>
  157. <p>采用最新的AI压缩技术,确保压缩时耗费资源少且速度快。</p>
  158. </li>
  159. <li>
  160. <img src="/static/compress/icon_2.png">
  161. <p class="text-top">压缩率高</p>
  162. <p>相比同类压缩软件,压缩率更高且能保证压缩后的文件内容不丢失。</p>
  163. </li>
  164. <li>
  165. <img src="/static/compress/icon_3.png">
  166. <p class="text-top">批量压缩</p>
  167. <p>可以批量处理多个文件,批量处理压缩效率更高,实现简单快捷</p>
  168. </li>
  169. </ul>
  170. </div>
  171. @include('home.http.common.footer')
  172. </div>
  173. </body>
  174. <script type="text/javascript" src="/static/public/swiper/swiper-4.3.3.min.js"></script>
  175. <script>
  176. new Vue({
  177. el: '#app',
  178. data: {
  179. target: 'https://www.xingyousoft.com',
  180. productList: [],
  181. },
  182. mounted: function() {
  183. var swiper = new Swiper(".swiper-container", {
  184. slidesPerView: 3,
  185. navigation: {
  186. nextEl: '.swiper-button-next',
  187. prevEl: '.swiper-button-prev',
  188. },
  189. });
  190. this.initList();
  191. },
  192. //方法
  193. methods: {
  194. initList: function() {
  195. // let _this = this;
  196. // axios.post(_this.target + '/api/index/product_list', {
  197. // size: 100,
  198. // page: 1
  199. // }).then(function(response) {
  200. // if (response.data.result) {
  201. // this.productList = response.data.data.list;
  202. // console.log(response.data.data)
  203. // }
  204. // }.bind(_this)).catch(function(error) {
  205. // console.log(error);
  206. // });
  207. },
  208. },
  209. });
  210. </script>
  211. <style>
  212. .info-flex .f-item2 {
  213. width: 25%;
  214. text-align: center;
  215. line-height: 3;
  216. font-weight: 600;
  217. font-size: 15px;
  218. }
  219. .info-flex .icon-o {
  220. width: 100px;
  221. height: 100px;
  222. margin-right: 0;
  223. }
  224. </style>
  225. </html>