footer.blade.php 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!--- 底部導航 --->
  2. <div class="index-footer">
  3. <div class="width-1200">
  4. <div class="flex-between">
  5. <div class="footer-item footer-center">
  6. <img src="/static/images/qr-code.jpg" class="footer-img" />
  7. <div class="follow-tips">扫一扫,关注我们</div>
  8. </div>
  9. <div class="footer-item">
  10. <div class="footer-title">网站导航</div>
  11. <div><a href="{{ toRoute('') }}">首页</a></div>
  12. <div><a href="{{ toRoute('help') }}">帮助中心</a></div>
  13. <div><a href="{{ toRoute('about') }}">关于我们</a></div>
  14. <div><a href="{{ toRoute('permission') }}">用户权限</a></div>
  15. <div><a href="{{ toRoute('privacy') }}">隐私政策</a></div>
  16. </div>
  17. <div class="footer-item">
  18. <div class="footer-title">旗下产品</div>
  19. <div>星优文件名管理器</div>
  20. <div>星优汉字注音器</div>
  21. <div>星优图片处理大师</div>
  22. </div>
  23. <div class="footer-item footer-center">
  24. <img src="/static/qrcode.png" class="footer-img" />
  25. </div>
  26. </div>
  27. </div>
  28. <div class="footer-bottom noselect">
  29. <div class="width-1200">
  30. 友情链接:
  31. <a style="margin-right: 10px;" target="_blank" href="https://xiazai.zol.com.cn/">ZOL软件下载</a>
  32. <a style="margin-right: 10px;" target="_blank" href="http://www.ddooo.com">多多软件站</a>
  33. <a style="margin-right: 10px;" target="_blank" href="https://dl.pconline.com.cn/">太平洋下载中心</a>
  34. <a style="margin-right: 10px;" target="_blank" href="http://www.pc6.com/">pc6下载站</a>
  35. <a style="margin-right: 10px;" target="_blank" href="https://www.jb51.net/">脚本之家下载</a>
  36. <a style="margin-right: 10px;" target="_blank" href="http://www.downcc.com/">绿色软件站</a>
  37. <a style="margin-right: 10px;" target="_blank" href="https://mydown.yesky.com/">天极网站</a>
  38. <a style="margin-right: 10px;" target="_blank" href="https://www.32r.com/">3322软件站</a>
  39. </div>
  40. <div class="width-1200">
  41. Copyright © 2024 苏州星优办公软件有限公司@版权所有 <a target="_blank"
  42. href="https://beian.miit.gov.cn/">苏ICP备2024068859号-1</a>
  43. </div>
  44. </div>
  45. </div>
  46. <script type="text/javascript" src="/static/public/swiper/swiper-4.3.3.min.js"></script>