index.blade.php 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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. <div class="overflow" style="width: 20%; text-align: center; margin-bottom: 50px;">
  60. <img src="{{'https://www.xingyousoft.com' . $item->logo}}" style="width: 80px;height: 80px; border-radius: 10px;"/>
  61. <p style="margin: 20px 0 10px; font-weight: 600">{{$item->title}}</p>
  62. <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>
  63. </div>
  64. @endforeach
  65. </div>
  66. </div>
  67. </div>
  68. <div style="background-color: #2f3036;">
  69. <div class="width-1200" style="padding: 100px 0 120px;">
  70. <div class="index-title" style="color: #fff; font-weight: 600;margin-bottom: 40px;">
  71. <div style="font-size: 16px;">News</div>
  72. <div style="font-size: 32px; ">软件使用教程</div>
  73. </div>
  74. <div class="flex-between" style="color: #fff; flex-wrap:wrap;">
  75. @foreach($newsList as $item)
  76. <div class="overflow" style="width: 33.3%; margin-bottom: 15px;">
  77. <img src="/static/images/icon-news.png" style="width: 30px; margin-right: 10px;" />
  78. <a class="coa-item overflow" href="{{'/news/detail/' . $item->mid}}">
  79. {{$item->title}}
  80. </a>
  81. </div>
  82. @endforeach
  83. <a style="margin: 20px auto 0;" href="{{ toRoute('help') }}"><div class="a-btn-download">查看更多</div></a>
  84. </div>
  85. </div>
  86. </div>
  87. <div>
  88. <div class="width-1200" style="padding: 140px 0;">
  89. <div class="flex-between">
  90. <div class="flex-between" style="width: 49%; position: relative;">
  91. <div style="width: 47%;">
  92. <div class="ab-item">
  93. <img class="ab-img" src="/static/images/about-img1.jpg" alt=""/>
  94. </div>
  95. <div class="ab-item">
  96. <img class="ab-img" src="/static/images/about-img3.jpg" alt=""/>
  97. </div>
  98. </div>
  99. <div style="width: 47%;">
  100. <div class="ab-item">
  101. <img class="ab-img" src="/static/images/about-img4.jpg" alt=""/>
  102. </div>
  103. <div class="ab-item">
  104. <img class="ab-img" src="/static/images/about-img2.jpg" alt=""/>
  105. </div>
  106. </div>
  107. <div class="ab-block">
  108. <div>聚焦</div>
  109. <div style="font-size: 28px;">软件服务</div>
  110. </div>
  111. </div>
  112. <div style="width: 49%; color:#343c55;">
  113. <div style="font-size: 16px; text-align: center; font-weight: 700;">About Us</div>
  114. <div style="font-size: 50px; font-weight: 600; text-align: center;">我们让事情变得更简单</div>
  115. <div style="padding: 45px; color: #646d8a; line-height: 33px;">
  116. 专注于电脑软件,产品丰富,在行业内积累了丰富的经验,产品和服务在业内有着独特且领先的核心竞争力!
  117. </div>
  118. <div class="abo-item flex-start">
  119. <div style="width: 50%;">
  120. <img class="icon-ab" src="/static/images/icon-about1.png" alt=""/>
  121. <div class="abo-title">开发人员提供技术支持</div>
  122. </div>
  123. <div style="width: 50%;">
  124. <img class="icon-ab" src="/static/images/icon-about2.png" alt=""/>
  125. <div class="abo-title">实现自动化解决方案</div>
  126. </div>
  127. </div>
  128. <div class="abo-item flex-start" style="margin-bottom: 20px; color:#646d8a;">
  129. <img src="/static/images/icon-about3.png" style="width: 35px; height:35px;" alt=""/>
  130. <span style="line-height: 35px; padding-left: 10px;">专注数据安全领域,扫码登陆保护隐私,注重保护个人数据安全</span>
  131. </div>
  132. <div class="abo-item flex-start" style="margin-bottom: 20px; color:#646d8a;">
  133. <img src="/static/images/icon-about3.png" style="width: 35px; height:35px;" alt=""/>
  134. <span style="line-height: 35px; padding-left: 10px;">专注办公软件领域,提供关于图片/文档/音视频等多功能服务</span>
  135. </div>
  136. <div class="abo-item flex-start" style="margin-bottom: 20px; color:#646d8a;">
  137. <img src="/static/images/icon-about3.png" style="width: 35px; height:35px;" alt=""/>
  138. <span style="line-height: 35px; padding-left: 10px;">以技术研发作为第一生产力,提供更多软件服务</span>
  139. </div>
  140. </div>
  141. </div>
  142. </div>
  143. </div>
  144. @include('home.http.common.footer')
  145. <script>
  146. new Swiper('.swiper-container', {
  147. loop: true,
  148. // 如果需要分页器
  149. navigation: {
  150. nextEl: ".swiper-button-next",
  151. prevEl: ".swiper-button-prev",
  152. }
  153. })
  154. </script>
  155. </body>
  156. </html>