index.blade.php 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>星优办公软件-专业的办公软件开发和发行商-旨在提高办公效率</title>
  5. <meta name="keywords" content="星优办公软件;星优文件名管理器;星优图片处理大师;星优电子书助手;星优汉字注音器;星优文件压缩器;星优音频助手;星优视频大师">
  6. <meta name="description"
  7. content="星优办公软件专注于办公软件的开发和发布,已经为百万用户提供服务,提高工作效率,目前旗下软件有:星优办公软件、星优文件名管理器、星优图片处理大师、星优电子书助手、星优汉字注音器、星优文件压缩器、星优音频助手、星优视频大师等,欢迎大家下载使用。">
  8. @include('home.http.common.head')
  9. <link href="/static/ebook/ebook.css" rel="stylesheet" type="text/css">
  10. <style>
  11. .head {
  12. background: none;
  13. }
  14. </style>
  15. </head>
  16. <body>
  17. <div class="header">
  18. @include('home.http.common.header')
  19. </div>
  20. <div style="height: 68px;"></div>
  21. @include('home.http.common.banner')
  22. <div style="background-color: #4b69e9;">
  23. <div class="width-1200" style="padding: 100px 0 120px;">
  24. <div class="index-title" style="color: #fff; font-weight: 600;margin-bottom: 60px;">
  25. <div style="font-size: 16px;">Our Services</div>
  26. <div style="font-size: 32px; ">我们让事情变得更简单</div>
  27. </div>
  28. <div class="flex-between">
  29. <div class="why-item">
  30. <img src="/static/images/icon-index1.png" class="why-img" />
  31. <p class="why-title">绿色安全</p>
  32. <p class="why-desc">安全可靠,无插件无广告</p>
  33. </div>
  34. <div class="why-item">
  35. <img src="/static/images/icon-index2.png" class="why-img" />
  36. <p class="why-title">操作简单</p>
  37. <p class="why-desc">操作便捷,快速上手</p>
  38. </div>
  39. <div class="why-item">
  40. <img src="/static/images/icon-index4.png" class="why-img" />
  41. <p class="why-title">免费升级</p>
  42. <p class="why-desc">软件享受免费升级服务</p>
  43. </div>
  44. <div class="why-item">
  45. <img src="/static/images/icon-index3.png" class="why-img" />
  46. <p class="why-title">专业支持</p>
  47. <p class="why-desc">提供专业的技术支持</p>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. <div>
  53. <div class="width-1200" style="padding: 100px 0;">
  54. <div class="index-title" style="font-weight: 600;margin-bottom: 60px;">
  55. <div style="font-size: 16px;">Our Products</div>
  56. <div style="font-size: 32px; ">软件产品</div>
  57. </div>
  58. <div class="flex-start" style="flex-wrap: wrap;">
  59. @foreach ($productList as $item)
  60. @if ($item->id !== 12 && $item->id !== 13 && $item->id !== 17)
  61. <div class="overflow" style="width: 20%; text-align: center; margin-bottom: 50px;">
  62. <img src="{{ 'https://www.xingyousoft.com' . $item->logo }}"
  63. style="width: 80px;height: 80px; border-radius: 10px;" />
  64. <p style="margin: 20px 0 10px; font-weight: 600">{{ $item->title }}</p>
  65. <a style="display: inline-block;"
  66. href="{{ 'https://xy.xingyousoft.com/soft/' . $item->domain_prefix . '/' . $item->domain_prefix . '_XY.exe' }}">
  67. <div class="a-btn-download">点击下载</div>
  68. </a>
  69. </div>
  70. @endif
  71. @endforeach
  72. </div>
  73. </div>
  74. </div>
  75. <div style="background-color: #2f3036;">
  76. <div class="width-1200" style="padding: 100px 0 120px;">
  77. <div class="index-title" style="color: #fff; font-weight: 600;margin-bottom: 40px;">
  78. <div style="font-size: 16px;">News</div>
  79. <div style="font-size: 32px; ">软件使用教程</div>
  80. </div>
  81. <div class="flex-between" style="color: #fff; flex-wrap:wrap;">
  82. @foreach ($newsList as $item)
  83. <div class="overflow" style="width: 33.3%; margin-bottom: 15px;">
  84. <img src="/static/images/icon-news.png" style="width: 30px; margin-right: 10px;" />
  85. <a class="coa-item overflow" href="{{ '/news/detail/' . $item->mid }}">
  86. {{ $item->title }}
  87. </a>
  88. </div>
  89. @endforeach
  90. <a style="margin: 20px auto 0;" href="{{ toRoute('help') }}">
  91. <div class="a-btn-download">查看更多</div>
  92. </a>
  93. </div>
  94. </div>
  95. </div>
  96. <div>
  97. <div class="width-1200" style="padding: 140px 0;">
  98. <div class="flex-between">
  99. <div class="flex-between" style="width: 49%; position: relative;">
  100. <div style="width: 47%;">
  101. <div class="ab-item">
  102. <img class="ab-img" src="/static/images/about-img1.jpg" alt="" />
  103. </div>
  104. <div class="ab-item">
  105. <img class="ab-img" src="/static/images/about-img3.jpg" alt="" />
  106. </div>
  107. </div>
  108. <div style="width: 47%;">
  109. <div class="ab-item">
  110. <img class="ab-img" src="/static/images/about-img4.jpg" alt="" />
  111. </div>
  112. <div class="ab-item">
  113. <img class="ab-img" src="/static/images/about-img2.jpg" alt="" />
  114. </div>
  115. </div>
  116. <div class="ab-block">
  117. <div>聚焦</div>
  118. <div style="font-size: 28px;">软件服务</div>
  119. </div>
  120. </div>
  121. <div style="width: 49%; color:#343c55;">
  122. <div style="font-size: 16px; text-align: center; font-weight: 700;">About Us</div>
  123. <div style="font-size: 50px; font-weight: 600; text-align: center;">我们让事情变得更简单</div>
  124. <div style="padding: 45px; color: #646d8a; line-height: 33px;">
  125. 专注于电脑软件,产品丰富,在行业内积累了丰富的经验,产品和服务在业内有着独特且领先的核心竞争力!
  126. </div>
  127. <div class="abo-item flex-start">
  128. <div style="width: 50%;">
  129. <img class="icon-ab" src="/static/images/icon-about1.png" alt="" />
  130. <div class="abo-title">开发人员提供技术支持</div>
  131. </div>
  132. <div style="width: 50%;">
  133. <img class="icon-ab" src="/static/images/icon-about2.png" alt="" />
  134. <div class="abo-title">实现自动化解决方案</div>
  135. </div>
  136. </div>
  137. <div class="abo-item flex-start" style="margin-bottom: 20px; color:#646d8a;">
  138. <img src="/static/images/icon-about3.png" style="width: 35px; height:35px;" alt="" />
  139. <span style="line-height: 35px; padding-left: 10px;">专注数据安全领域,扫码登陆保护隐私,注重保护个人数据安全</span>
  140. </div>
  141. <div class="abo-item flex-start" style="margin-bottom: 20px; color:#646d8a;">
  142. <img src="/static/images/icon-about3.png" style="width: 35px; height:35px;" alt="" />
  143. <span style="line-height: 35px; padding-left: 10px;">专注办公软件领域,提供关于图片/文档/音视频等多功能服务</span>
  144. </div>
  145. <div class="abo-item flex-start" style="margin-bottom: 20px; color:#646d8a;">
  146. <img src="/static/images/icon-about3.png" style="width: 35px; height:35px;" alt="" />
  147. <span style="line-height: 35px; padding-left: 10px;">以技术研发作为第一生产力,提供更多软件服务</span>
  148. </div>
  149. </div>
  150. </div>
  151. </div>
  152. </div>
  153. @include('home.http.common.footer')
  154. <script>
  155. new Swiper('.swiper-container', {
  156. loop: true,
  157. // 如果需要分页器
  158. navigation: {
  159. nextEl: ".swiper-button-next",
  160. prevEl: ".swiper-button-prev",
  161. }
  162. })
  163. </script>
  164. </body>
  165. </html>