footer-bar2.vue 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. <!--
  2. * @Description:
  3. * @Author: 李阳滨
  4. * @LastEditors: 欧阳承珺
  5. * @Date: 2022-11-1 09:00:00
  6. * @LastEditTime: 2022-11-03 13:50:08
  7. -->
  8. <template>
  9. <div class="footer">
  10. <div
  11. class="containers footer-container mx-auto px-15px w-full bg-[#222] text-[#fff] text-[18px] text-center <tiny:p-0"
  12. >
  13. <div
  14. class="footer-row flex justify-between py-50px pr-60px pl-30px text-left leading-[1.428571429] 2xl:py-50px 2xl:pr-180px 2xl:pl-90px <xl:px-16px <tiny:block <tiny:m-0 <tiny:pt-40px <tiny:px-16px <tiny:pb-20px"
  15. >
  16. <!-- 产品 -->
  17. <div class="product w-[11.83333%] px-15px">
  18. <h4
  19. class="title text-[18px] my-10px font-medium leading-[1.1] <tiny:flex <tiny:justify-between <tiny:items-center <tiny:py-15px <tiny:px-0 <tiny:m-0 <tiny:text-[16px] <tiny:leading-[19px]"
  20. >
  21. 产品
  22. <img
  23. src="http://cn-file.17pdf.com/website/download/arrow.png"
  24. :class="{ active: footerProduct }"
  25. class="w-20px align-middle tiny:hidden"
  26. @click="changePro"
  27. />
  28. </h4>
  29. <ul
  30. :class="{
  31. footerHeiZero: !footerProduct,
  32. footerHeiProFull: footerProduct,
  33. }"
  34. class="p-0 mt-0 mb-10px <tiny:transition-all <tiny:duration-500 <tiny:ease-in-out <tiny:m-0"
  35. >
  36. <li class="text-[16px] mt-24px <tiny:mt-0 <tiny:mx-0 <tiny:mb-15px">
  37. <a
  38. href="/pricing"
  39. class="caret-opacity-50 text-[#ffffff7f] no-underline transition-all duration-500 <tiny:text-[14px] <tiny:text-[#ffffff66] <tiny:leading-[17px]"
  40. >订阅服务</a
  41. >
  42. </li>
  43. <li class="text-[16px] mt-24px <tiny:mt-0 <tiny:mx-0 <tiny:mb-15px">
  44. <a
  45. href="/sdk"
  46. class="caret-opacity-50 text-[#ffffff7f] no-underline transition-all duration-500 <tiny:text-[14px] <tiny:text-[#ffffff66] <tiny:leading-[17px]"
  47. >SDK介绍</a
  48. >
  49. </li>
  50. </ul>
  51. </div>
  52. <!-- 帮助 -->
  53. <div class="help w-[11.83333%] px-15px">
  54. <h4
  55. class="title text-[18px] my-10px font-medium leading-[1.1] <tiny:flex <tiny:justify-between <tiny:items-center <tiny:py-15px <tiny:px-0 <tiny:m-0 <tiny:text-[16px] <tiny:leading-[19px]"
  56. >
  57. 帮助
  58. <img
  59. src="http://cn-file.17pdf.com/website/download/arrow.png"
  60. :class="{ active: footerHelp }"
  61. class="w-20px align-middle tiny:hidden"
  62. @click="changeHelp"
  63. />
  64. </h4>
  65. <ul
  66. :class="{
  67. footerHeiZero: !footerHelp,
  68. footerHeiHelpFull: footerHelp,
  69. }"
  70. class="p-0 mt-0 mb-10px <tiny:transition-all <tiny:duration-500 <tiny:ease-in-out <tiny:m-0"
  71. >
  72. <li class="text-[16px] mt-24px <tiny:mt-0 <tiny:mx-0 <tiny:mb-15px">
  73. <a
  74. href="/question"
  75. class="caret-opacity-50 text-[#ffffff7f] no-underline transition-all duration-500 <tiny:text-[14px] <tiny:text-[#ffffff66] <tiny:leading-[17px]"
  76. >常见问题</a
  77. >
  78. </li>
  79. <li class="text-[16px] mt-24px <tiny:mt-0 <tiny:mx-0 <tiny:mb-15px">
  80. <a
  81. href="/privacy"
  82. class="caret-opacity-50 text-[#ffffff7f] no-underline transition-all duration-500 <tiny:text-[14px] <tiny:text-[#ffffff66] <tiny:leading-[17px]"
  83. >隐私政策</a
  84. >
  85. </li>
  86. <li class="text-[16px] mt-24px <tiny:mt-0 <tiny:mx-0 <tiny:mb-15px">
  87. <a
  88. href="/terms"
  89. class="caret-opacity-50 text-[#ffffff7f] no-underline transition-all duration-500 <tiny:text-[14px] <tiny:text-[#ffffff66] <tiny:leading-[17px]"
  90. >服务协议</a
  91. >
  92. </li>
  93. </ul>
  94. </div>
  95. <!-- 关于 -->
  96. <div
  97. class="aboutus w-[34.75%] px-15px <tiny:mt-20px <tiny:mx-0 <tiny:mb-16px"
  98. >
  99. <h4
  100. class="title text-[18px] my-10px font-medium leading-[1.1] <tiny:flex <tiny:justify-between <tiny:items-center <tiny:py-15px <tiny:px-0 <tiny:m-0 <tiny:text-[16px] <tiny:leading-[19px]"
  101. >
  102. 关于我们
  103. </h4>
  104. <ul class="p-0 mt-0 mb-10px">
  105. <li
  106. class="text-[#fff] opacity-50 text-[14px] leading-[1.428571429] <tiny:mt-0 <tiny:opacity-100 <tiny:text-[#ffffff66]"
  107. >
  108. 长沙凯钿软件有限公司(Changsha Kdan Software
  109. Ltd.),简称凯钿软件,成立于2009年,主要致力于办公软件开发。主要产品有PDF阅读器系列:PDF
  110. Reader、17PDF阅读器等,用户可以在不同设备上进行文件的读取,编辑等操作。同时长沙凯钿软件提供PDF文档阅读,注释,编辑,转档等SDK一站式解决方案。
  111. </li>
  112. <li
  113. class="text-[#fff] opacity-50 text-[14px] leading-[1.428571429] <tiny:mt-0 <tiny:opacity-100 <tiny:text-[#ffffff66] flex <tiny:mt-20px"
  114. >
  115. <span class="whitespace-nowrap">地 址&nbsp; :</span
  116. ><span
  117. >湖南省长沙市芙蓉区定王台街道建湘路393号长沙
  118. 世茂环球金融中心4707-4708号</span
  119. >
  120. </li>
  121. <li
  122. class="text-[#fff] opacity-50 text-[14px] leading-[1.428571429] <tiny:mt-0 <tiny:opacity-100 <tiny:text-[#ffffff66] <tiny:mt-20px"
  123. >
  124. 备案号:<a
  125. class="record opacity-100"
  126. href="https://beian.miit.gov.cn"
  127. rel="noreferrer"
  128. target="_blank"
  129. >湘ICP备14006207号-4</a
  130. >
  131. </li>
  132. </ul>
  133. </div>
  134. <!-- 联系 -->
  135. <div class="schedule w-[17.58333%] px-15px <xl:w-[23.58333%]">
  136. <div class="contact float-right mt-10px text-left <tiny:mt-20px">
  137. <div class="tel-container flex">
  138. <span class="tel-icon inline-block w-36px h-36px mr-10px"></span>
  139. <div class="tel-text">
  140. <div
  141. class="tel text-[18px] leading-[25px] opacity-60 <tiny:opacity-100 <tiny:text-[#ffffff66]"
  142. >
  143. 0731-84225961
  144. </div>
  145. <div
  146. class="time text-[12px] leading-[17px] opacity-50 <tiny:opacity-100 <tiny:text-[#ffffff66]"
  147. >
  148. 周一至周五09:00-18:00
  149. </div>
  150. </div>
  151. </div>
  152. <div class="qq-icon mt-15px h-36px <tiny:mt-20px">
  153. <div
  154. class="qq flex h-full text-[#fff]"
  155. href="tencent://message/?uin=188917181&amp;Site"
  156. >
  157. <i></i>
  158. <div class="text-[18px] opacity-80 leading-[25px] align-middle">
  159. <div class="num <tiny:opacity-100 <tiny:text-[#ffffff66]">
  160. 188917181
  161. </div>
  162. <div
  163. class="service text-[12px] opacity-60 leading-[17px] w-auto border-none p-0 m-0"
  164. >
  165. 客服群
  166. </div>
  167. </div>
  168. </div>
  169. <!-- <a target="_blank" href="mailto:support@17pdf.com" class="mail"></a> -->
  170. </div>
  171. </div>
  172. </div>
  173. </div>
  174. <div
  175. class="copyright pb-30px leading-[1.428571429] <tiny:text-left <tiny:pt-0 <tiny:px-16px <tiny:pb-60px"
  176. >
  177. <div
  178. style="position: relative; z-index: 99999"
  179. class="inline-block mr-20px relative z-99999"
  180. >
  181. <a
  182. href="http://wljg.csaic.gov.cn/1932/authority?key=2c41f2f0e0cb7a8aff016d7196632e71"
  183. target="_blank"
  184. >
  185. <img
  186. src="https://17pdf.com/assets/home/siteBase_cs-6477fbceec57aea92a7156f2a0bb8a685f89eb535f9fd337a41e16160f3de3ee.png"
  187. width="74"
  188. height="24"
  189. title="亮照"
  190. alt="亮照"
  191. border="0"
  192. />
  193. </a>
  194. </div>
  195. <p
  196. class="text-muted inline-block text-[#fff] text-[12px] opacity-50 mt-0 mx-0 mb-10px <tiny:opacity-100 <tiny:text-[#ffffff66]"
  197. >
  198. © 2018-2022 Build to Connect, Inc. All Rights Reserved.
  199. </p>
  200. </div>
  201. </div>
  202. </div>
  203. </template>
  204. <script setup lang="ts">
  205. import { ref } from 'vue'
  206. // 底部产品展示
  207. const footerProduct = ref(false)
  208. // 底部帮助展示
  209. const footerHelp = ref(false)
  210. function changePro(): void {
  211. footerProduct.value = !footerProduct.value
  212. }
  213. function changeHelp(): void {
  214. footerHelp.value = !footerHelp.value
  215. }
  216. </script>
  217. <style>
  218. /* 去除浮动坍塌 */
  219. .container:before,
  220. .container:after {
  221. content: ' ';
  222. display: table;
  223. clear: both;
  224. }
  225. @media screen and (max-width: 959px) {
  226. .footer .footer-container .footer-row > div {
  227. width: 100%;
  228. padding: 0;
  229. }
  230. }
  231. /* 底部信息第一个 */
  232. @media screen and (max-width: 959px) {
  233. .footer .footer-container .product,
  234. .footer .footer-container .help {
  235. border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  236. }
  237. }
  238. .footer .footer-container .footer-row .title img {
  239. transition: transform 0.2s;
  240. }
  241. .footer .footer-container .footer-row .title img.active {
  242. transform: rotate(180deg);
  243. }
  244. /* 联系 */
  245. @media screen and (max-width: 959px) {
  246. .footer .footer-container .schedule .contact {
  247. float: initial;
  248. }
  249. }
  250. .footer .footer-container .contact .tel-container .tel-icon {
  251. background-image: url(http://cn-file.17pdf.com/website/index/ic_foot_phone_normal.png);
  252. }
  253. .footer .footer-container .contact .qq-icon .qq i {
  254. display: inline-block;
  255. height: 36px;
  256. width: 36px;
  257. background-image: url(http://cn-file.17pdf.com/website/index/ic_foot_qq_normal.png);
  258. vertical-align: middle;
  259. margin-right: 10px;
  260. }
  261. /* 隐藏区 */
  262. @media screen and (max-width: 959px) {
  263. .footerHeiZero {
  264. height: 0;
  265. overflow: hidden;
  266. }
  267. .footerHeiProFull {
  268. height: 70px;
  269. overflow: hidden;
  270. }
  271. .footerHeiHelpFull {
  272. height: 110px;
  273. overflow: hidden;
  274. }
  275. }
  276. </style>