index.blade.php 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. @include('compress.common.head')
  5. <link href="https://www.jiangyuanwang.com/cdn/animate-3.5.2.min.css" rel="stylesheet">
  6. <style>
  7. @keyframes spread {
  8. 0% {
  9. transform: scale(0);
  10. -webkit-transform: scale(0);
  11. -moz-transform: scale(0);
  12. transform: scale(0);
  13. }
  14. 100% {
  15. transform: scale(1);
  16. -webkit-transform: scale(1);
  17. -moz-transform: scale(1);
  18. transform: scale(1);
  19. }
  20. }
  21. @-webkit-keyframes spread {
  22. 0% {
  23. transform: scale(0);
  24. -webkit-transform: scale(0);
  25. -moz-transform: scale(0);
  26. transform: scale(0);
  27. }
  28. 100% {
  29. transform: scale(1);
  30. -webkit-transform: scale(1);
  31. -moz-transform: scale(1);
  32. transform: scale(1);
  33. }
  34. }
  35. @-moz-keyframes spread {
  36. 0% {
  37. transform: scale(0);
  38. -webkit-transform: scale(0);
  39. -moz-transform: scale(0);
  40. transform: scale(0);
  41. }
  42. 100% {
  43. transform: scale(1);
  44. -webkit-transform: scale(1);
  45. -moz-transform: scale(1);
  46. transform: scale(1);
  47. }
  48. }
  49. @-o-keyframes spread {
  50. 0% {
  51. transform: scale(0);
  52. -webkit-transform: scale(0);
  53. -moz-transform: scale(0);
  54. transform: scale(0);
  55. }
  56. 100% {
  57. transform: scale(1);
  58. -webkit-transform: scale(1);
  59. -moz-transform: scale(1);
  60. transform: scale(1);
  61. }
  62. }
  63. .banner-box {
  64. background: url(/static/pdf/kv_bg.png) no-repeat center center;
  65. }
  66. .banner-content {
  67. width: 1200px;
  68. margin: 0 auto;
  69. padding: 167px 0;
  70. position: relative;
  71. }
  72. .banner-text h1 {
  73. font-size: 40px;
  74. font-weight: bold;
  75. color: #FFFFFF;
  76. }
  77. .banner-text p {
  78. width: 440px;
  79. font-size: 16px;
  80. color: #FFFFFF;
  81. line-height: 32px;
  82. margin-top: 30px;
  83. margin-bottom: 40px;
  84. }
  85. .banner-imgtext a, .icontext-content a, .downloadtext-content a {
  86. position: relative;
  87. overflow: hidden;
  88. z-index: 2;
  89. }
  90. .banner-imgtext a {
  91. border-radius: 4px;
  92. width: 260px;
  93. height: 60px;
  94. justify-content: center;
  95. align-items: center;
  96. margin-bottom: 30px;
  97. background: #0BBDAA;
  98. animation: scaleOut 1.2s infinite ease-in-out;
  99. display: inline-flex;
  100. margin-right: 30px;
  101. }
  102. .banner-imgtext a p {
  103. font-size: 20px;
  104. margin: 0 10px;
  105. font-family: Arial;
  106. color: #FFFFFF;
  107. }
  108. .banner-imgtext a i, .icontext-content a i, .downloadtext-content a i {
  109. position: absolute;
  110. top: 50%;
  111. left: 50%;
  112. background: rgba(255, 255, 255, .2);
  113. width: 400px;
  114. height: 400px;
  115. border-radius: 50%;
  116. margin-left: -200px;
  117. margin-top: -200px;
  118. animation: spread 1.5s infinite both;
  119. -webkit-animation: spread 1.5s infinite both;
  120. -moz-animation: spread 1.5s infinite both;
  121. -o-animation: spread 1.5s infinite both;
  122. z-index: 1;
  123. }
  124. .banner-imgtext p {
  125. color: #FFFFFF;
  126. font-size: 16px;
  127. }
  128. .icontext-box {
  129. width: 1200px;
  130. margin: 0 auto;
  131. text-align: center;
  132. }
  133. .icontext-box h1 {
  134. font-size: 32px;
  135. font-weight: bold;
  136. color: #000000;
  137. margin-top: 80px;
  138. margin-bottom: 80px;
  139. position: relative;
  140. }
  141. .icontext-box h1::after {
  142. content: '';
  143. display: block;
  144. width: 40px;
  145. height: 4px;
  146. background: #FF9623;
  147. border-radius: 2px;
  148. position: absolute;
  149. bottom: -18px;
  150. left: 50%;
  151. transform: translate(-50%);
  152. }
  153. .icontext-box {
  154. text-align: center;
  155. }
  156. .icontext-content ul {
  157. margin-bottom: 80px;
  158. display: flex;
  159. flex-wrap: wrap;
  160. justify-content: space-between;
  161. }
  162. .flipInX {
  163. -webkit-backface-visibility: visible !important;
  164. backface-visibility: visible !important;
  165. -webkit-animation-name: flipInX;
  166. animation-name: flipInX;
  167. }
  168. .icontext-content ul li:nth-child(-n+4) {
  169. margin-bottom: 40px;
  170. }
  171. .icontext-content ul li {
  172. width: 270px;
  173. height: 270px;
  174. background: #FFFFFF;
  175. box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  176. border-radius: 8px;
  177. text-align: initial;
  178. }
  179. .icontext-content ul li img {
  180. text-align: left;
  181. margin-left: 85px;
  182. margin-top: 67px;
  183. }
  184. .icontext-content ul li p {
  185. color: #000000;
  186. font-size: 16px;
  187. text-align: center;
  188. }
  189. .icontext-content a {
  190. display: block;
  191. width: 360px;
  192. height: 88px;
  193. line-height: 88px;
  194. margin: 0 auto;
  195. background: #FF9623;
  196. border-radius: 8px;
  197. color: #FFFFFF;
  198. font-size: 24px;
  199. text-align: center;
  200. animation: scaleOut 1.2s infinite ease-in-out;
  201. }
  202. .icontext-content a img {
  203. margin-right: 20px;
  204. }
  205. .midimgtext-box {
  206. width: 100%;
  207. height: 710px;
  208. margin-top: 100px;
  209. background: url(/static/compress/bg_1.png) no-repeat center center;
  210. }
  211. .midimgtext-box h1 {
  212. font-size: 32px;
  213. color: #FFFFFF;
  214. font-weight: bold;
  215. text-align: center;
  216. padding-top: 150px;
  217. position: relative;
  218. }
  219. .midimgtext-box h1::after {
  220. content: '';
  221. display: block;
  222. width: 40px;
  223. height: 4px;
  224. background: #FFFFFF;
  225. border-radius: 2px;
  226. position: absolute;
  227. bottom: -20px;
  228. left: 50%;
  229. transform: translate(-50%);
  230. }
  231. .midimgtext-box ul {
  232. width: 1200px;
  233. margin: 0 auto;
  234. margin-top: 80px;
  235. display: flex;
  236. justify-content: space-between;
  237. }
  238. .midimgtext-box ul li {
  239. width: 272px;
  240. text-align: center;
  241. }
  242. .midimgtext-box ul li img.img-item-min {
  243. margin-top: 20px;
  244. }
  245. .midimgtext-box ul li p.text-top {
  246. margin-top: 12px;
  247. font-size: 20px;
  248. }
  249. .midimgtext-box ul li p {
  250. margin-top: 8px;
  251. font-size: 16px;
  252. line-height: 33px;
  253. color: #FFFFFF;
  254. }
  255. .downloadtext-box {
  256. background: url(/static/compress/slogn_bg.png) no-repeat center center;
  257. height: 600px;
  258. margin-top: 30px;
  259. }
  260. .downloadtext-content {
  261. width: 1200px;
  262. margin: 0 auto;
  263. padding-top: 206px;
  264. }
  265. .downloadtext-content h1 {
  266. font-size: 40px;
  267. text-align: center;
  268. line-height: 40px;
  269. font-weight: bold;
  270. color: #FFFFFF;
  271. }
  272. .downloadtext-content a {
  273. display: block;
  274. width: 360px;
  275. height: 88px;
  276. line-height: 88px;
  277. margin: 0 auto;
  278. background: #FF9623;
  279. border-radius: 8px;
  280. color: #FFFFFF;
  281. font-size: 24px;
  282. text-align: center;
  283. margin-top: 60px;
  284. animation: scaleOut 1.2s infinite ease-in-out;
  285. }
  286. .downloadtext-content a img {
  287. margin-right: 20px;
  288. }
  289. .downTop {
  290. width: 100%;
  291. height: 60px;
  292. line-height: 60px;
  293. position: fixed;
  294. top: 0;
  295. left: 0;
  296. background: #fff;
  297. border-bottom: 1px solid #ccc;
  298. z-index: 999999;
  299. }
  300. .clearfix {
  301. zoom: 1;
  302. }
  303. .clearfix::before, .clearfix::after {
  304. content: "";
  305. display: table;
  306. }
  307. .fl {
  308. float: left;
  309. }
  310. .downTop-left, .downTop-right {
  311. line-height: 60px;
  312. }
  313. .fr {
  314. float: right;
  315. }
  316. .downTopDowmload {
  317. display: block;
  318. width: 200px;
  319. height: 40px;
  320. background: #E12924;
  321. border-radius: 8px;
  322. line-height: 40px;
  323. text-align: center;
  324. font-size: 14px;
  325. color: #fff;
  326. margin-top: 10px;
  327. margin-left: 30px;
  328. }
  329. .downTopDowmload span {
  330. display: inline-block;
  331. margin-right: 4px;
  332. margin-left: 4px;
  333. color: #fff;
  334. }
  335. .downTopDowmload {
  336. line-height: 40px;
  337. text-align: center;
  338. font-size: 14px;
  339. color: #fff;
  340. }
  341. .downTop-left, .downTop-right {
  342. line-height: 60px;
  343. }
  344. .downTop-right div {
  345. line-height: 60px;
  346. }
  347. .downTopDowmload img {
  348. width: 20px;
  349. height: 20px;
  350. }
  351. .w {
  352. width: 1200px;
  353. margin: 0 auto;
  354. }
  355. </style>
  356. <script>
  357. $(document).scroll(function () {
  358. var scroH = $(document).scrollTop();
  359. if (scroH >= 120) {
  360. $(".downTop").fadeIn();
  361. // document.getElementsByClassName("downTop").style.display = '';
  362. } else {
  363. $(".downTop").fadeOut();
  364. // document.getElementsByClassName("downTop").style.display = 'none';
  365. }
  366. })
  367. </script>
  368. </head>
  369. <body>
  370. <div class="downTop" style="display: none;">
  371. <div class="w clearfix">
  372. <div class="downTop-left fl">
  373. <a href="/compress">
  374. <img style="width: 40px;margin-right: 15px;" src="{{$productInfo->logo}}" alt="{{$productInfo->title}}">
  375. <span class="downTop-word">{{$productInfo->title}}</span>
  376. </a>
  377. </div>
  378. <div class="downTop-right fr">
  379. <div class="fl">适配系统:win7/win8/win10/win11</div>
  380. <a class="downTopDowmload fl" href="{{ $windowsVersionInfo->download_url }}">
  381. <img src="/static/compress/windows.png">
  382. <span>windows免费下载</span>
  383. <img src="/static/compress/yunxiazai.png">
  384. <i></i>
  385. </a>
  386. </div>
  387. </div>
  388. </div>
  389. <div class="header">
  390. @include('compress.common.header')
  391. </div>
  392. <div class="banner-box">
  393. <div class="banner-content">
  394. <div class="banner-text">
  395. <h1>{{ $productInfo->title }}</h1>
  396. <div>
  397. {!! $productInfo->desc !!}
  398. </div>
  399. </div>
  400. <div class="banner-imgtext">
  401. <a href="{{ $windowsVersionInfo->download_url }}">
  402. <img src="/static/compress/yunxiazai.png" alt="下载图片">
  403. <p>Windows 免费下载</p>
  404. <i></i>
  405. </a>
  406. <a style="background: #106A61" target="_blank"
  407. href="https://www.qasimblog.com/buy?pmid={{ $productInfo->mid }}">
  408. <img src="/static/compress/cart.png" alt="windows图片">
  409. <p>立即购买</p>
  410. </a>
  411. <p>适用系统:win7/win8/win10/win11</p>
  412. </div>
  413. </div>
  414. </div>
  415. <div class="icontext-box">
  416. <!-- 标题 -->
  417. <h1>功能展示</h1>
  418. <!-- 小图标+文字介绍 -->
  419. <div class="icontext-content">
  420. <!--- 解决方案 --->
  421. <div class="index-about">
  422. <div class="width-1200">
  423. <div class="info-desc">一款集PDF格式转换、压缩、合并、拆分、加密、解密、提取的办公软件</div>
  424. </div>
  425. <div class="info-flex width-1200">
  426. <img class="info-img" src="/static/images/pdf/1.png"/>
  427. <div class="info-content">
  428. <div class="into-title">PDF转其他文件</div>
  429. <div class="info-desc">支持PDF转word、PDF转PPT、PDF转图片、PDF转Excel、PDF转TXT、PDF转HTML</div>
  430. </div>
  431. </div>
  432. <div class="info-flex width-1200">
  433. <div class="info-content">
  434. <div class="into-title">其他文件转PDF</div>
  435. <div class="info-desc">支持word转PDF、PPT转PDF、图片转PDF、Excel转PDF</div>
  436. </div>
  437. <img class="info-img" src="/static/images/pdf/2.png"/>
  438. </div>
  439. <div class="info-flex width-1200">
  440. <img class="info-img" src="/static/images/pdf/3.png"/>
  441. <div class="info-content">
  442. <div class="into-title">PDF文件操作</div>
  443. <div class="info-desc">支持PDF分割、PDF合并、PDF加密、PDF解密、PDF压缩、PDF页面提取、PDF图片提取</div>
  444. </div>
  445. </div>
  446. <div class="index-title">
  447. <div class="name">为什么使用优速PDF工厂</div>
  448. </div>
  449. <div class="info-flex" style="flex-wrap: wrap;">
  450. <div class="f-item2">
  451. <img src="/static/images/pdf/pdf-icon1.png" class="icon-o"/>
  452. <div class="f-cont">功能齐全</div>
  453. </div>
  454. <div class="f-item2">
  455. <img src="/static/images/pdf/pdf-icon2.png" class="icon-o"/>
  456. <div class="f-cont">处理效果好</div>
  457. </div>
  458. <div class="f-item2">
  459. <img src="/static/images/pdf/pdf-icon3.png" class="icon-o"/>
  460. <div class="f-cont">使用简单</div>
  461. </div>
  462. <div class="f-item2">
  463. <img src="/static/images/pdf/pdf-icon4.png" class="icon-o"/>
  464. <div class="f-cont">安全放心</div>
  465. </div>
  466. </div>
  467. </div>
  468. <a href="{{ $windowsVersionInfo->download_url }}">
  469. <img src="/static/compress/download.png" alt="download">免费下载<i></i>
  470. </a>
  471. </div>
  472. </div>
  473. <!-- <div class="midimgtext-box">
  474. <h1>为什么选择我们</h1>
  475. <ul class="wow bounceInRight" style="visibility: visible; animation-name: bounceInRight;">
  476. <li>
  477. <img class="img-item-min" src="/static/compress/icon_1.png">
  478. <p class="text-top">压缩速度快</p>
  479. <p>采用了最先进的压缩技术,确保压缩时
  480. 耗费的系统资源少且压缩速度快。</p>
  481. </li>
  482. <li>
  483. <img src="/static/compress/icon_2.png">
  484. <p class="text-top">压缩率高且质量清晰</p>
  485. <p>相比其他的同类压缩软件,金舟压缩宝
  486. 的压缩率更高且能保证压缩后的文件画
  487. 质清晰。</p>
  488. </li>
  489. <li>
  490. <img src="/static/compress/icon_3.png">
  491. <p class="text-top">支持批量压缩</p>
  492. <p>如果您需要同时压缩多个文件,只需要
  493. 将文件批量导入再完成简单几步即可实
  494. 现。</p>
  495. </li>
  496. </ul>
  497. </div> -->
  498. <div class="container">
  499. <div class="index-title">
  500. <div class="name">服务领域</div>
  501. <div class="desc">覆盖多领域办公使用</div>
  502. </div>
  503. <div class="flex-between">
  504. <div class="serve-item">
  505. <img src="/static/images/38.png" class="serve-img"/>
  506. <p class="serve-title">企业商用</p>
  507. <p class="serve-desc">自主研发,商用无忧,可以覆盖您的日常办公需求</p>
  508. </div>
  509. <div class="serve-item">
  510. <img src="/static/images/37.png" class="serve-img"/>
  511. <p class="serve-title">政府服务</p>
  512. <p class="serve-desc">支持各级政府办公采购,协助提高政府服务效率</p>
  513. </div>
  514. <div class="serve-item">
  515. <img src="/static/images/36.png" class="serve-img"/>
  516. <p class="serve-title">教育科研</p>
  517. <p class="serve-desc">辅助教育/教学科研,让教育工作更简单更高效</p>
  518. </div>
  519. <div class="serve-item">
  520. <img src="/static/images/35.png" class="serve-img"/>
  521. <p class="serve-title">个人使用</p>
  522. <p class="serve-desc">产品简单易用易上手,致力于打造用户信得过的产品</p>
  523. </div>
  524. </div>
  525. </div>
  526. <div class="downloadtext-box">
  527. <div class="downloadtext-content">
  528. <h1>一款高效、智能、稳定的压缩软件,帮您释放硬盘空间</h1>
  529. <a href="{{ $windowsVersionInfo->download_url }}">
  530. <img src="/static/compress/download.png" alt="download">免费下载<i></i>
  531. </a>
  532. </div>
  533. </div>
  534. @include('compress.common.footer')
  535. </body>
  536. </html>