index.vue 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. <template>
  2. <div class="app-footer ">
  3. <div class="footer_l">
  4. <div class="footer_l_img">
  5. <img src="/assets/images/img3.png" alt="">
  6. </div>
  7. <div class="footer_l_text">
  8. Driveintel Research is a leading independent segment market research consulting company, dedicated to publishing in-depth market research reports that support strategic business decision-making. Our comprehensive service offerings include competitive landscape analysis, market status and forecasting, IPO advisory, market entry strategies, global strategy, business planning, and project feasibility studies.
  9. </div>
  10. <div class="footer_l_list">
  11. <img src="/assets/images/img4.png" alt="">
  12. <img src="/assets/images/img5.png" alt="">
  13. <img src="/assets/images/img6.png" alt="">
  14. <img src="/assets/images/img7.png" alt="">
  15. <img src="/assets/images/img8.png" alt="">
  16. </div>
  17. </div>
  18. <div class="footer_nav">
  19. <div class="footer_nav_title">Quick Links</div>
  20. <div class="footer_nav_list">
  21. <a href="/">Home</a>
  22. <a href="/report-industries">Reports </a>
  23. <a href="/market">Custom Research </a>
  24. <a href="/news-categories">Industry News</a>
  25. <a href="/aboutUs">About Us</a>
  26. <a href="/contactUs">Contact</a>
  27. </div>
  28. <div class="footer_nav_contactUs">
  29. <div></div>
  30. </div>
  31. </div>
  32. <div class="footer_contactUs">
  33. <div class="footer_contactUs_title">Contact Us</div>
  34. <div class="footer_contactUs_item">
  35. <div class="footer_contactUs_item_l">
  36. <span class="iconfont icon-24gf-phoneLoudspeaker"></span>
  37. </div>
  38. <div class="footer_contactUs_item_r">
  39. <div>+1-888 422 6988 (US)</div>
  40. <div>+86-191 0717 4767 (Int'l)</div>
  41. </div>
  42. </div>
  43. <div class="footer_contactUs_item">
  44. <div class="footer_contactUs_item_l">
  45. <span class="iconfont icon-youxiang1"></span>
  46. </div>
  47. <div class="footer_contactUs_item_r">
  48. <div>market@DRIVEINTEL.com</div>
  49. </div>
  50. </div>
  51. </div>
  52. <div class="footer_r">
  53. <div class="footer_r_img">
  54. <img src="/assets/images/img11.png" alt="">
  55. </div>
  56. <div class="footer_r_list">
  57. <img src="/assets/images/img12.png" alt="">
  58. <img src="/assets/images/img13.png" alt="">
  59. <img src="/assets/images/img14.png" alt="">
  60. <img src="/assets/images/img15.png" alt="">
  61. <img src="/assets/images/img16.png" alt="">
  62. <img src="/assets/images/img17.png" alt="">
  63. </div>
  64. </div>
  65. </div>
  66. <div class="app-footer_copyright">Copyright © DRIVEINTEL.com All rights reserved.</div>
  67. </template>
  68. <script lang="ts" setup>
  69. import { MdPhonePortrait, IosPin, MdMail, IosCall } from "@vicons/ionicons4";
  70. import { useUserStore } from "@/store/user";
  71. import { onMounted, ref } from "vue";
  72. import { useI18n } from "#imports";
  73. const { t } = useI18n();
  74. const userStore = useUserStore();
  75. const lang = userStore.getLang;
  76. const language = ref("");
  77. onMounted(() => {
  78. language.value = userStore.getLang === "en-US" ? "en" : "";
  79. });
  80. </script>
  81. <style lang="scss" scoped>
  82. @import "~/assets/css/tool.scss";
  83. .app-footer {
  84. padding: 0 var(--size-145);
  85. background: #ffffff;
  86. display: flex;
  87. justify-content: space-between;
  88. .footer_l {
  89. width: var(--size-583);
  90. padding: var(--size-40) 0 var(--size-36);
  91. .footer_l_img {
  92. margin-bottom: var(--size-5);
  93. img {
  94. width: var(--size-357);
  95. }
  96. }
  97. .footer_l_text {
  98. font-size: var(--size-16);
  99. font-family: Arial, Arial-Regular;
  100. font-weight: 400;
  101. text-align: left;
  102. color: #4d4d4d;
  103. }
  104. .footer_l_list {
  105. margin-top: var(--size-24);
  106. img {
  107. width: var(--size-44);
  108. height: var(--size-44);
  109. margin-right: var(--size-9);
  110. }
  111. }
  112. }
  113. .footer_nav {
  114. padding: var(--size-50) 0 0;
  115. .footer_nav_title {
  116. font-size: var(--size-18);
  117. font-family: Impact, Impact-Regular;
  118. font-weight: 400;
  119. color: #1a1a1a;
  120. }
  121. .footer_nav_list {
  122. a {
  123. font-size: var(--size-16);
  124. font-family: Arial, Arial-Regular;
  125. font-weight: 400;
  126. text-align: left;
  127. color: #4d4d4d;
  128. margin-top: var(--size-15);
  129. display: block;
  130. }
  131. }
  132. }
  133. .footer_contactUs {
  134. padding-top: var(--size-50);
  135. .footer_contactUs_title {
  136. font-size: var(--size-18);
  137. font-family: Impact, Impact-Regular;
  138. font-weight: 400;
  139. text-align: left;
  140. color: #1a1a1a;
  141. margin-bottom: var(--size-20);
  142. }
  143. .footer_contactUs_item {
  144. display: flex;
  145. .footer_contactUs_item_l {
  146. width: var(--size-31);
  147. height: var(--size-31);
  148. background: #e5e5e5;
  149. border-radius: var(--size-4);
  150. text-align: center;
  151. margin-right: var(--size-15);
  152. span {
  153. font-size: var(--size-18);
  154. line-height: var(--size-31);
  155. color: #4d4d4d;
  156. }
  157. }
  158. .footer_contactUs_item_r {
  159. font-size: var(--size-16);
  160. color: #4d4d4d;
  161. margin-top: var(--size-2);
  162. }
  163. }
  164. }
  165. .footer_r {
  166. padding-top: var(--size-60);
  167. .footer_r_img {
  168. text-align: center;
  169. margin-bottom: var(--size-25);
  170. img {
  171. width: var(--size-113);
  172. }
  173. }
  174. .footer_r_list {
  175. img {
  176. width: var(--size-52);
  177. height: var(--size-31);
  178. margin-right: var(--size-10);
  179. &:last-child {
  180. margin-right: 0;
  181. }
  182. }
  183. }
  184. }
  185. }
  186. .app-footer_copyright {
  187. width: 100%;
  188. background: linear-gradient(90deg, #fc8dc3 0%, #749c56 0%, #42a088 100%);
  189. font-size: 14px;
  190. font-family: ArialMT;
  191. text-align: center;
  192. color: #ffffff;
  193. line-height: 30px;
  194. padding: 15px;
  195. }
  196. @include responseTo("phone") {
  197. .app-footer {
  198. display: block;
  199. padding: var(--size-20);
  200. .footer_l {
  201. width: 100%;
  202. padding-bottom: 0;
  203. .footer_l_img {
  204. img {
  205. width: 100%;
  206. }
  207. }
  208. .footer_l_list {
  209. text-align: center;
  210. img {
  211. &:last-child {
  212. margin-right: 0;
  213. }
  214. }
  215. }
  216. }
  217. .footer_nav {
  218. text-align: center;
  219. padding-top: var(--size-10);
  220. .footer_nav_list a {
  221. text-align: center;
  222. margin-top: var(--size-5);
  223. }
  224. }
  225. .footer_contactUs {
  226. padding-top: var(--size-10);
  227. .footer_contactUs_title {
  228. text-align: center;
  229. margin-bottom: var(--size-10);
  230. }
  231. .footer_contactUs_item {
  232. margin-left: var(--size-30);
  233. }
  234. }
  235. .footer_r_list {
  236. display: flex;
  237. justify-content: space-between;
  238. img {
  239. margin-right: 0 !important;
  240. }
  241. }
  242. .footer_r {
  243. padding-top: var(--size-20);
  244. }
  245. }
  246. }
  247. </style>