index.blade.php 8.1 KB

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