softcompress.blade.php 7.8 KB

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