index-mobile.html 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta
  6. name="viewport"
  7. content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
  8. />
  9. <title>首页</title>
  10. <link rel="stylesheet" href="./css/common/default.css" />
  11. <link rel="stylesheet" href="./css/components/header-mobile.css" />
  12. <link rel="stylesheet" href="./css/components/footer-mobile.css" />
  13. <link rel="stylesheet" href="./css/index-mobile.css" />
  14. <link rel="stylesheet" href="./css/common/swiper-bundle.min.css" />
  15. <script src="./js/lib/swiper-bundle.min.js"></script>
  16. <script src="./js/lib/vue.min.js"></script>
  17. <script src="./js/lib/axios.min.js"></script>
  18. <script src="./js/common/browser-resize.js"></script>
  19. </head>
  20. <body>
  21. <div class="wrap">
  22. <div id="header" class="header" style="background: #fff">
  23. <img class="header-logo" :src="logo_path" alt="" />
  24. <div class="header-right">
  25. <div class="header-language">
  26. <span
  27. :class="[current_language=='chs'?'current':'no-current']"
  28. @click="changeLanguage('chs')"
  29. >中文</span
  30. ><span>/</span
  31. ><span
  32. :class="[current_language=='en'?'current':'no-current']"
  33. @click="changeLanguage('en')"
  34. >EN</span
  35. >
  36. </div>
  37. <img
  38. class="header-menu"
  39. :src="`./static/${menu_show?'close':'menu'}.png`"
  40. @click="menu_show = !menu_show"
  41. />
  42. </div>
  43. <div
  44. class="header-nav"
  45. :style="{height:menu_show?'calc(100vh - 2.75rem)':'0'}"
  46. >
  47. <a v-for="item in path_list" :href="item.path">
  48. <span :class="{'current':current_path.includes(item.path)}">
  49. {{text(item.name)}}
  50. </span>
  51. <span class="icon">›</span>
  52. </a>
  53. </div>
  54. </div>
  55. <div id="app">
  56. <div class="swiper carousel">
  57. <div class="swiper-wrapper">
  58. <div class="swiper-slide" v-for="item in carousel_list">
  59. <div class="carousel-item">
  60. <img
  61. class="carousel-img"
  62. :src="item.image
  63. "
  64. />
  65. <div
  66. class="carousel-info"
  67. v-html="item[lan_key('title')]"
  68. ></div>
  69. </div>
  70. </div>
  71. </div>
  72. <div class="carousel-scroll">
  73. <div
  74. class="scroll-item"
  75. v-for="(_ , index) in carousel_list"
  76. :class="{current:index == swiper.activeIndex}"
  77. @click="swiper.slideTo(index)"
  78. ></div>
  79. </div>
  80. <div class="carousel-info">
  81. <div class="title-1">紧凑级高性价比</div>
  82. <div class="title-2">全场景物联网终端芯片</div>
  83. <div class="title-3">解决方案</div>
  84. </div>
  85. </div>
  86. <div class="about">
  87. <div class="info">
  88. <a class="href" href="/about-mobile.html"
  89. >{{text('关于蓝芯算力')}}</a
  90. >
  91. <div class="title">{{config[lan_key('web_about')]}}</div>
  92. <div class="detail">{{config[lan_key('web_about_content')]}}</div>
  93. <a class="more a-btn" href="/about-mobile.html"
  94. >{{text('探索更多')}}</a
  95. >
  96. </div>
  97. <video controls muted loop class="video">
  98. <source :src="baseURL + config.web_about_video" />
  99. </video>
  100. </div>
  101. <div
  102. class="company"
  103. :style="{backgroundImage:`url(${baseURL}${company_list[company_tab]})`}"
  104. >
  105. <div class="company-tab">
  106. <div class="tab-item" @click="company_tab = 0">
  107. {{text('公司使命')}}
  108. <div class="tab-item-bottom" v-if="company_tab == 0"></div>
  109. </div>
  110. <div class="tab-line">
  111. <div></div>
  112. <div></div>
  113. <div></div>
  114. </div>
  115. <div class="tab-item" @click="company_tab = 1">
  116. {{text('公司愿景')}}
  117. <div class="tab-item-bottom" v-if="company_tab == 1"></div>
  118. </div>
  119. <div class="tab-line">
  120. <div></div>
  121. <div></div>
  122. <div></div>
  123. </div>
  124. <div class="tab-item" @click="company_tab = 2">
  125. {{text('未来设想')}}
  126. <div class="tab-item-bottom" v-if="company_tab == 2"></div>
  127. </div>
  128. </div>
  129. </div>
  130. <div class="product">
  131. <div class="product-title">{{text('产品中心')}}</div>
  132. <div class="product-tips">
  133. {{config[lan_key('web_product_text')]}}
  134. </div>
  135. <img class="product-img" :src="baseURL + product_img" />
  136. <!-- <div class="product-tab">
  137. <div
  138. class="tab-box"
  139. :style="{ width:7.5 * product_tab_list.length + 'rem' }"
  140. >
  141. <div
  142. class="tab-item"
  143. v-for="item in product_tab_list"
  144. :class="{current:item == product_tab}"
  145. @click="product_tab = item"
  146. >
  147. {{item[lan_key('name')]}}
  148. </div>
  149. </div>
  150. </div> -->
  151. <!-- <div class="product-content">
  152. <div class="content-info">
  153. <div class="info-title">{{product_tab[lan_key('name')]}}</div>
  154. <div class="info-detail">
  155. {{product_tab[lan_key('description')]}}
  156. </div>
  157. <a class="info-more a-btn" href="/product-mobile.html"
  158. >{{text('了解更多')}}</a
  159. >
  160. </div>
  161. <img class="content-img" :src="product_tab.image" alt="" />
  162. </div> -->
  163. </div>
  164. <div class="news">
  165. <div class="news-title">{{text('新闻资讯')}}</div>
  166. <div class="news-tips">{{config[lan_key('web_news_text')]}}</div>
  167. <div class="news-content">
  168. <div class="news-item" v-for="item in new_list.slice( 0 , 3 )">
  169. <img class="item-cover" :src="item.image" alt="" />
  170. <div class="item-bottom">
  171. <div class="item-time">{{item.time}}</div>
  172. <div class="item-title">{{item[lan_key('name')]}}</div>
  173. <div class="item-detail">{{item[lan_key('description')]}}</div>
  174. <a
  175. class="item-view-detail"
  176. :href="'/news-detail-mobile.html?id=' + item.id"
  177. >{{text('阅读详情')}}</a
  178. >
  179. </div>
  180. </div>
  181. </div>
  182. <a class="a-btn news-more" href="/news-mobile.html"
  183. >{{text('查看更多')}}</a
  184. >
  185. </div>
  186. <div
  187. class="contact"
  188. :style="{backgroundImage:`url(${baseURL}${config.web_contact_image})`}"
  189. >
  190. <div class="contact-card">
  191. <div class="card-title">{{text('在线留言')}}</div>
  192. <input
  193. type="text"
  194. v-model="params.realname"
  195. :placeholder="text('请输入您的称呼')"
  196. />
  197. <input
  198. type="text"
  199. v-model="params.tel"
  200. :placeholder="text('请输入您的手机号')"
  201. />
  202. <input
  203. type="text"
  204. v-model="params.email"
  205. :placeholder="text('请输入您的邮箱地址')"
  206. />
  207. <textarea
  208. v-model="params.content"
  209. :placeholder="text('请输入您的需求内容')"
  210. ></textarea>
  211. <div class="a-btn card-confirm" @click="submit">
  212. {{text('提交')}}
  213. </div>
  214. </div>
  215. </div>
  216. </div>
  217. <div id="footer" class="footer">
  218. <img
  219. class="footer-company"
  220. :src="baseURL + config.web_logo_footer"
  221. alt=""
  222. />
  223. <div class="footer-page">
  224. <a
  225. class="footer-page-item"
  226. v-for="item in path_list"
  227. :href="item.path"
  228. >{{text(item.name)}}</a
  229. >
  230. </div>
  231. <div class="footer-info" v-if="config.web_tel && config.web_tel.tel1">
  232. <img class="footer-icon" src="./static/phone.png" alt="" />
  233. <span>{{config.web_tel?config.web_tel.tel1:'-'}}</span>
  234. </div>
  235. <div class="footer-info">
  236. <img class="footer-icon" src="./static/email.png" alt="" />
  237. <span>{{config.web_email}}</span>
  238. </div>
  239. <div class="footer-info">
  240. <img class="footer-icon" src="./static/place.png" alt="" />
  241. <span>{{config[lan_key('web_company_address')]}}</span>
  242. </div>
  243. <div class="footer-line"></div>
  244. <div class="footer-ICP">{{config[lan_key('web_copyright')]}}</div>
  245. <a class="footer-ICP" :href="config.web_beian_url"
  246. >{{config.web_beian}}</a
  247. >
  248. <div class="footer-term">
  249. <a class="footer-term-item" href="/agreement-mobile.html?type=1"
  250. >{{text('法律声明')}}</a
  251. >
  252. <span>|</span>
  253. <a class="footer-term-item" href="/agreement-mobile.html?type=2"
  254. >{{text('隐私条款')}}</a
  255. >
  256. </div>
  257. </div>
  258. </div>
  259. <script type="module" src="./js/components/header-mobile.js"></script>
  260. <script type="module" src="./js/components/footer-mobile.js"></script>
  261. <script type="module" src="./js/index-mobile.js"></script>
  262. </body>
  263. </html>