1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <!--- 底部導航 --->
- <div class="index-footer">
- <div class="width-1200">
- <div class="flex-between">
- <div class="footer-item footer-center">
- <img src="/static/images/qr-code.jpg" class="footer-img"/>
- <div class="follow-tips">扫一扫,关注我们</div>
- </div>
- <div class="footer-item">
- <div class="footer-title">网站导航</div>
- <div><a href="{{ toRoute('') }}">首页</a></div>
- <div><a href="{{ toRoute('help') }}">帮助中心</a></div>
- <div><a href="{{ toRoute('about') }}">关于我们</a></div>
- </div>
- <div class="footer-item">
- <div class="footer-title">旗下产品</div>
- <div>星优文件名管理器</div><div>星优汉字注音器</div><div>星优图片处理大师</div>
- </div>
- <div class="footer-item footer-center">
- <img src="/static/qrcode.png" class="footer-img"/>
- </div>
- </div>
- </div>
- <div class="footer-bottom noselect">
- <div class="width-1200">
- 友情链接:
- <a style="margin-right: 10px;" target="_blank" href="https://xiazai.zol.com.cn/">ZOL软件下载</a>
- <a style="margin-right: 10px;" target="_blank" href="http://www.ddooo.com">多多软件站</a>
- <a style="margin-right: 10px;" target="_blank" href="https://dl.pconline.com.cn/">太平洋下载中心</a>
- <a style="margin-right: 10px;" target="_blank" href="http://www.pc6.com/">pc6下载站</a>
- <a style="margin-right: 10px;" target="_blank" href="https://www.jb51.net/" >脚本之家下载</a>
- <a style="margin-right: 10px;" target="_blank" href="http://www.downcc.com/" >绿色软件站</a>
- <a style="margin-right: 10px;" target="_blank" href="https://mydown.yesky.com/">天极网站</a>
- <a style="margin-right: 10px;" target="_blank" href="https://www.32r.com/">3322软件站</a>
- </div>
- <div class="width-1200">
- Copyright © 2024 苏州星优办公软件有限公司@版权所有 <a target="_blank" href="https://beian.miit.gov.cn/">苏ICP备2024068859号-1</a>
- </div>
- </div>
- </div>
- <script type="text/javascript" src="/static/public/swiper/swiper-4.3.3.min.js"></script>
|