index.blade.php 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  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/watermark/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,
  86. .icontext-content a,
  87. .downloadtext-content a {
  88. position: relative;
  89. overflow: hidden;
  90. z-index: 2;
  91. }
  92. .banner-imgtext a {
  93. border-radius: 4px;
  94. width: 260px;
  95. height: 60px;
  96. justify-content: center;
  97. align-items: center;
  98. margin-bottom: 30px;
  99. background: #0BBDAA;
  100. animation: scaleOut 1.2s infinite ease-in-out;
  101. display: inline-flex;
  102. margin-right: 30px;
  103. }
  104. .banner-imgtext a p {
  105. font-size: 20px;
  106. margin: 0 10px;
  107. font-family: Arial;
  108. color: #FFFFFF;
  109. }
  110. .banner-imgtext a i,
  111. .icontext-content a i,
  112. .downloadtext-content a i {
  113. position: absolute;
  114. top: 50%;
  115. left: 50%;
  116. background: rgba(255, 255, 255, .2);
  117. width: 400px;
  118. height: 400px;
  119. border-radius: 50%;
  120. margin-left: -200px;
  121. margin-top: -200px;
  122. animation: spread 1.5s infinite both;
  123. -webkit-animation: spread 1.5s infinite both;
  124. -moz-animation: spread 1.5s infinite both;
  125. -o-animation: spread 1.5s infinite both;
  126. z-index: 1;
  127. }
  128. .banner-imgtext p {
  129. color: #FFFFFF;
  130. font-size: 16px;
  131. }
  132. .icontext-box {
  133. width: 1200px;
  134. margin: 0 auto;
  135. text-align: center;
  136. }
  137. .icontext-box h1 {
  138. font-size: 32px;
  139. font-weight: bold;
  140. color: #000000;
  141. margin-top: 80px;
  142. margin-bottom: 80px;
  143. position: relative;
  144. }
  145. .icontext-box h1::after {
  146. content: '';
  147. display: block;
  148. width: 40px;
  149. height: 4px;
  150. background: #FF9623;
  151. border-radius: 2px;
  152. position: absolute;
  153. bottom: -18px;
  154. left: 50%;
  155. transform: translate(-50%);
  156. }
  157. .icontext-box {
  158. text-align: center;
  159. }
  160. .icontext-content ul {
  161. margin-bottom: 80px;
  162. display: flex;
  163. flex-wrap: wrap;
  164. justify-content: space-between;
  165. }
  166. .flipInX {
  167. -webkit-backface-visibility: visible !important;
  168. backface-visibility: visible !important;
  169. -webkit-animation-name: flipInX;
  170. animation-name: flipInX;
  171. }
  172. .icontext-content ul li:nth-child(-n+4) {
  173. margin-bottom: 40px;
  174. }
  175. .icontext-content ul li {
  176. width: 270px;
  177. height: 270px;
  178. background: #FFFFFF;
  179. box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  180. border-radius: 8px;
  181. text-align: initial;
  182. }
  183. .icontext-content ul li img {
  184. text-align: left;
  185. margin-left: 85px;
  186. margin-top: 67px;
  187. }
  188. .icontext-content ul li p {
  189. color: #000000;
  190. font-size: 16px;
  191. text-align: center;
  192. }
  193. .icontext-content a {
  194. display: block;
  195. width: 360px;
  196. height: 88px;
  197. line-height: 88px;
  198. margin: 0 auto;
  199. background: #FF9623;
  200. border-radius: 8px;
  201. color: #FFFFFF;
  202. font-size: 24px;
  203. text-align: center;
  204. animation: scaleOut 1.2s infinite ease-in-out;
  205. }
  206. .icontext-content a img {
  207. margin-right: 20px;
  208. }
  209. .midimgtext-box {
  210. width: 100%;
  211. height: 710px;
  212. margin-top: 100px;
  213. background: url(/static/compress/bg_1.png) no-repeat center center;
  214. }
  215. .midimgtext-box h1 {
  216. font-size: 32px;
  217. color: #FFFFFF;
  218. font-weight: bold;
  219. text-align: center;
  220. padding-top: 150px;
  221. position: relative;
  222. }
  223. .midimgtext-box h1::after {
  224. content: '';
  225. display: block;
  226. width: 40px;
  227. height: 4px;
  228. background: #FFFFFF;
  229. border-radius: 2px;
  230. position: absolute;
  231. bottom: -20px;
  232. left: 50%;
  233. transform: translate(-50%);
  234. }
  235. .midimgtext-box ul {
  236. width: 1200px;
  237. margin: 0 auto;
  238. margin-top: 80px;
  239. display: flex;
  240. justify-content: space-between;
  241. }
  242. .midimgtext-box ul li {
  243. width: 272px;
  244. text-align: center;
  245. }
  246. .midimgtext-box ul li img.img-item-min {
  247. margin-top: 20px;
  248. }
  249. .midimgtext-box ul li p.text-top {
  250. margin-top: 12px;
  251. font-size: 20px;
  252. }
  253. .midimgtext-box ul li p {
  254. margin-top: 8px;
  255. font-size: 16px;
  256. line-height: 33px;
  257. color: #FFFFFF;
  258. }
  259. .downloadtext-box {
  260. background: url(/static/compress/slogn_bg.png) no-repeat center center;
  261. height: 600px;
  262. margin-top: 30px;
  263. }
  264. .downloadtext-content {
  265. width: 1200px;
  266. margin: 0 auto;
  267. padding-top: 206px;
  268. }
  269. .downloadtext-content h1 {
  270. font-size: 40px;
  271. text-align: center;
  272. line-height: 40px;
  273. font-weight: bold;
  274. color: #FFFFFF;
  275. }
  276. .downloadtext-content a {
  277. display: block;
  278. width: 360px;
  279. height: 88px;
  280. line-height: 88px;
  281. margin: 0 auto;
  282. background: #FF9623;
  283. border-radius: 8px;
  284. color: #FFFFFF;
  285. font-size: 24px;
  286. text-align: center;
  287. margin-top: 60px;
  288. animation: scaleOut 1.2s infinite ease-in-out;
  289. }
  290. .downloadtext-content a img {
  291. margin-right: 20px;
  292. }
  293. .downTop {
  294. width: 100%;
  295. height: 60px;
  296. line-height: 60px;
  297. position: fixed;
  298. top: 0;
  299. left: 0;
  300. background: #fff;
  301. border-bottom: 1px solid #ccc;
  302. z-index: 999999;
  303. }
  304. .clearfix {
  305. zoom: 1;
  306. }
  307. .clearfix::before,
  308. .clearfix::after {
  309. content: "";
  310. display: table;
  311. }
  312. .fl {
  313. float: left;
  314. }
  315. .downTop-left,
  316. .downTop-right {
  317. line-height: 60px;
  318. }
  319. .fr {
  320. float: right;
  321. }
  322. .downTopDowmload {
  323. display: block;
  324. width: 200px;
  325. height: 40px;
  326. background: #E12924;
  327. border-radius: 8px;
  328. line-height: 40px;
  329. text-align: center;
  330. font-size: 14px;
  331. color: #fff;
  332. margin-top: 10px;
  333. margin-left: 30px;
  334. }
  335. .downTopDowmload span {
  336. display: inline-block;
  337. margin-right: 4px;
  338. margin-left: 4px;
  339. color: #fff;
  340. }
  341. .downTopDowmload {
  342. line-height: 40px;
  343. text-align: center;
  344. font-size: 14px;
  345. color: #fff;
  346. }
  347. .downTop-left,
  348. .downTop-right {
  349. line-height: 60px;
  350. }
  351. .downTop-right div {
  352. line-height: 60px;
  353. }
  354. .downTopDowmload img {
  355. width: 20px;
  356. height: 20px;
  357. }
  358. .w {
  359. width: 1200px;
  360. margin: 0 auto;
  361. }
  362. </style>
  363. <script>
  364. $(document).scroll(function() {
  365. var scroH = $(document).scrollTop();
  366. if (scroH >= 120) {
  367. $(".downTop").fadeIn();
  368. // document.getElementsByClassName("downTop").style.display = '';
  369. } else {
  370. $(".downTop").fadeOut();
  371. // document.getElementsByClassName("downTop").style.display = 'none';
  372. }
  373. })
  374. </script>
  375. </head>
  376. <body>
  377. <div class="downTop" style="display: none;">
  378. <div class="w clearfix">
  379. <div class="downTop-left fl">
  380. <a href="/compress">
  381. <img style="width: 40px;margin-right: 15px;" src="{{ $productInfo->logo }}"
  382. alt="{{ $productInfo->title }}">
  383. <span class="downTop-word">{{ $productInfo->title }}</span>
  384. </a>
  385. </div>
  386. <div class="downTop-right fr">
  387. <div class="fl">适配系统:win7/win8/win10/win11</div>
  388. <a class="downTopDowmload fl" href="{{ $windowsVersionInfo->download_url }}">
  389. <img src="/static/compress/windows.png">
  390. <span>windows免费下载</span>
  391. <img src="/static/compress/yunxiazai.png">
  392. <i></i>
  393. </a>
  394. </div>
  395. </div>
  396. </div>
  397. <div class="header">
  398. @include('compress.common.header')
  399. </div>
  400. <div class="banner-box">
  401. <div class="banner-content">
  402. <div class="banner-text">
  403. <h1>{{ $productInfo->title }}</h1>
  404. <div>
  405. {!! $productInfo->desc !!}
  406. </div>
  407. </div>
  408. <div class="banner-imgtext">
  409. <a href="{{ $windowsVersionInfo->download_url }}">
  410. <img src="/static/compress/yunxiazai.png" alt="下载图片">
  411. <p>Windows 免费下载</p>
  412. <i></i>
  413. </a>
  414. <a style="background: #106A61" target="_blank"
  415. href="https://www.xingyousoft.com/buy?pmid={{ $productInfo->mid }}">
  416. <img src="/static/compress/cart.png" alt="windows图片">
  417. <p>立即购买</p>
  418. </a>
  419. <p>适用系统:win7/win8/win10/win11</p>
  420. </div>
  421. </div>
  422. </div>
  423. <div class="icontext-box">
  424. <!-- 标题 -->
  425. <h1>功能展示</h1>
  426. <!-- 小图标+文字介绍 -->
  427. <div class="icontext-content">
  428. <div class="index-about">
  429. <div class="width-1200">
  430. <div class="index-title">
  431. <div class="name">专业的水印添加工具</div>
  432. <div class="font-14">一款使用简单,处理高效的批量水印添加工具,支持给图片和PDF文件添加水印,免除一个一个文件添加水印的烦恼</div>
  433. <img src="/static/images/watermark/1.png" style="width: 70%;margin: 30px auto;" />
  434. </div>
  435. <div class="index-title">
  436. <div class="name">我的亮点</div>
  437. <div class="font-14">支持文字水印和logo水印,水印样式丰富,随意调整,小白也能轻易上手</div>
  438. </div>
  439. <div class="info-flex" style="flex-wrap: wrap;">
  440. <div class="f-item">
  441. <img src="/static/images/rename/icon-o.png" class="icon-o" />
  442. <span class="f-cont">支持批量操作,节省更多时间</span>
  443. </div>
  444. <div class="f-item">
  445. <img src="/static/images/rename/icon-o.png" class="icon-o" />
  446. <span class="f-cont">批量处理速度快,提高效率</span>
  447. </div>
  448. <div class="f-item">
  449. <img src="/static/images/rename/icon-o.png" class="icon-o" />
  450. <span class="f-cont">文字和logo水印,满足你的需求</span>
  451. </div>
  452. <div class="f-item">
  453. <img src="/static/images/rename/icon-o.png" class="icon-o" />
  454. <span class="f-cont">水印样式/大小/透明度/位置随意调整</span>
  455. </div>
  456. <div class="f-item">
  457. <img src="/static/images/rename/icon-o.png" class="icon-o" />
  458. <span class="f-cont">可预览添加效果,操作不盲目</span>
  459. </div>
  460. <div class="f-item">
  461. <img src="/static/images/rename/icon-o.png" class="icon-o" />
  462. <span class="f-cont">软件操作简单,小白也能学会</span>
  463. </div>
  464. </div>
  465. </div>
  466. <a href="{{ $windowsVersionInfo->download_url }}">
  467. <img src="/static/compress/download.png" alt="download">免费下载<i></i>
  468. </a>
  469. </div>
  470. </div>
  471. <div class="container">
  472. <div class="index-title">
  473. <div class="name">服务领域</div>
  474. <div class="desc">覆盖多领域办公使用</div>
  475. </div>
  476. <div class="flex-between">
  477. <div class="serve-item">
  478. <img src="/static/images/38.png" class="serve-img" />
  479. <p class="serve-title">企业商用</p>
  480. <p class="serve-desc">自主研发,商用无忧,可以覆盖您的日常办公需求</p>
  481. </div>
  482. <div class="serve-item">
  483. <img src="/static/images/37.png" class="serve-img" />
  484. <p class="serve-title">政府服务</p>
  485. <p class="serve-desc">支持各级政府办公采购,协助提高政府服务效率</p>
  486. </div>
  487. <div class="serve-item">
  488. <img src="/static/images/36.png" class="serve-img" />
  489. <p class="serve-title">教育科研</p>
  490. <p class="serve-desc">辅助教育/教学科研,让教育工作更简单更高效</p>
  491. </div>
  492. <div class="serve-item">
  493. <img src="/static/images/35.png" class="serve-img" />
  494. <p class="serve-title">个人使用</p>
  495. <p class="serve-desc">产品简单易用易上手,致力于打造用户信得过的产品</p>
  496. </div>
  497. </div>
  498. </div>
  499. <div class="downloadtext-box">
  500. <div class="downloadtext-content">
  501. <h1>一款高效、智能、稳定的压缩软件,帮您释放硬盘空间</h1>
  502. <a href="{{ $windowsVersionInfo->download_url }}">
  503. <img src="/static/compress/download.png" alt="download">免费下载<i></i>
  504. </a>
  505. </div>
  506. </div>
  507. @include('compress.common.footer')
  508. </body>
  509. </html>