index.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>极速驾培</title>
  8. <style type="text/css">
  9. * {
  10. box-sizing: border-box;
  11. margin: 0;
  12. padding: 0;
  13. }
  14. /* 头部区域的 */
  15. .head {
  16. height: 80px;
  17. width: 100%;
  18. position: relative;
  19. display: flex;
  20. justify-content: space-between;
  21. align-content: center;
  22. align-items: center;
  23. padding-left: 360px;
  24. }
  25. .head .logo {
  26. width: 230px;
  27. height: 100px;
  28. }
  29. .head .option {
  30. cursor: pointer;
  31. color: black;
  32. font-size: 18px;
  33. font-weight: bold;
  34. }
  35. .head .option>a {
  36. margin-right: 56px;
  37. }
  38. .head .option>a:link {
  39. color: black;
  40. text-decoration: none;
  41. }
  42. .head .option>a:visited {
  43. color: black;
  44. }
  45. #head .option .selected {
  46. color: #498EF5;
  47. text-decoration: underline;
  48. text-decoration-thickness: 4px;
  49. text-underline-offset: 6px;
  50. text-decoration-color: #498EF5;
  51. }
  52. /* banner图的 */
  53. .banner {
  54. width: 100%;
  55. }
  56. .banner>img {
  57. width: 100%;
  58. }
  59. /* 产品介绍的 */
  60. .intro {
  61. width: 100%;
  62. display: flex;
  63. justify-content: center;
  64. flex-wrap: wrap;
  65. padding-top: 50px;
  66. padding-bottom: 47px;
  67. }
  68. .intro .img1 {
  69. width: 408px;
  70. }
  71. .intro .img2 {
  72. width: 720px;
  73. }
  74. .intro .section {
  75. margin-top: 22px;
  76. display: flex;
  77. flex-wrap: wrap;
  78. }
  79. .intro .section .text {
  80. margin-top: 108px;
  81. margin-left: 15px;
  82. width: 465px;
  83. height: 252px;
  84. padding-left: 40px;
  85. padding-right: 40px;
  86. text-indent: 2em;
  87. background-image: url('./assets/组 1725.png');
  88. background-size: 100%;
  89. background-repeat: no-repeat;
  90. display: flex;
  91. justify-content: center;
  92. align-items: center;
  93. }
  94. /* 产品特征 */
  95. .features {
  96. padding: 50px 0;
  97. background: #F2F4F7;
  98. display: flex;
  99. flex-wrap: wrap;
  100. justify-content: center;
  101. }
  102. .features .img1 {
  103. width: 408px;
  104. }
  105. .features .text {
  106. display: flex;
  107. margin-top: 93px;
  108. }
  109. .features .item {
  110. width: 285px;
  111. height: 395px;
  112. text-align: center;
  113. background: #fff;
  114. margin-left: 20px;
  115. position: relative;
  116. }
  117. .features .item>img {
  118. width: 93px;
  119. height: 93px;
  120. margin: 0 auto;
  121. margin-top: 50px;
  122. }
  123. .features .item .item-text1 {
  124. text-align: center;
  125. margin-top: 20px;
  126. font-size: 20px;
  127. color: #3999F6;
  128. font-weight: 600;
  129. }
  130. .features .item .item-text2 {
  131. text-align: left;
  132. margin-top: 16px;
  133. padding: 0 30px;
  134. color: #5C6066;
  135. }
  136. /* 下载 */
  137. .download {
  138. padding: 50px 0;
  139. display: flex;
  140. flex-wrap: wrap;
  141. justify-content: center;
  142. }
  143. .download .img1 {
  144. width: 328px;
  145. }
  146. .download .left {
  147. margin-top: 110px;
  148. }
  149. .download .left .download-buttons {
  150. margin-top: 36px;
  151. height: auto;
  152. }
  153. .download .download-text1 {
  154. color: #0A1A33;
  155. font-size: 40px;
  156. padding-right: 10px;
  157. }
  158. .download .download-text2 {
  159. color: #0A1A33;
  160. font-size: 40px;
  161. padding-right: 10px;
  162. }
  163. .download .download-android {
  164. background-image: url('./assets/android_button.png');
  165. width: 280px;
  166. height: 64px;
  167. background-size: 100% 100%;
  168. margin-right: 20px;
  169. }
  170. .download .download-ios {
  171. background-image: url('./assets/ios_button.png');
  172. width: 280px;
  173. height: 64px;
  174. background-size: 100% 100%;
  175. }
  176. .download .icon {
  177. margin-left: 160px;
  178. margin-top: 57px;
  179. }
  180. .download .icon>img {
  181. width: 353px;
  182. }
  183. /* 联系 */
  184. .contact {
  185. display: flex;
  186. flex-wrap: wrap;
  187. background-color: #F2F4F7;
  188. padding-top: 50px;
  189. justify-content: center;
  190. }
  191. .right {
  192. margin-left: 390px;
  193. display: flex;
  194. justify-content: center;
  195. flex-wrap: wrap;
  196. width: 400px;
  197. align-items: flex-start;
  198. align-content: flex-start;
  199. font-size: 36px;
  200. color: #333;
  201. vertical-align: middle;
  202. }
  203. .right .img1 {
  204. width: 42px;
  205. height: 42px;
  206. margin-right: 12px;
  207. }
  208. .left {
  209. padding-bottom: 50px;
  210. }
  211. .contact .logo {
  212. width: 405px;
  213. }
  214. .contact .name {
  215. font-size: 26px;
  216. color: #333;
  217. }
  218. .contact .address {
  219. font-size: 18px;
  220. color: #333;
  221. }
  222. .contact .phone {
  223. color: #333;
  224. font-size: 36px;
  225. }
  226. .contact .bottom {
  227. box-sizing: content-box;
  228. width: 100%;
  229. border-top: 1px solid #C8C8C8;
  230. height: 82px;
  231. line-height: 82px;
  232. text-align: center;
  233. color: #333;
  234. font-weight: 600;
  235. }
  236. </style>
  237. </head>
  238. <body>
  239. <div class="container">
  240. <div id="head" class="head">
  241. <img class="logo" src="https://t1-1305573081.file.myqcloud.com/test/adown/logo1.png" />
  242. <div class="option">
  243. <a onclick="selectHeadOption(this)" class="selected" href="#head" data-index="0">首页</a>
  244. <a onclick="selectHeadOption(this)" href="#intro" data-index="1">产品介绍</a>
  245. <a onclick="selectHeadOption(this)" href="#features" data-index="2">产品特征</a>
  246. <a onclick="selectHeadOption(this)" href="#price" data-index="3">产品价格</a>
  247. <a onclick="selectHeadOption(this)" href="#download" data-index="4">下载</a>
  248. <a onclick="selectHeadOption(this)" href="./ct_goods/index.html" data-index="5">考场购买</a>
  249. </div>
  250. </div>
  251. <div class="banner">
  252. <img src="https://t1-1305573081.file.myqcloud.com/test/adown/banner.png" />
  253. </div>
  254. <div class="intro" id="intro">
  255. <div style="width: 100%;text-align: center;" class="">
  256. <img class="img1" src="https://t1-1305573081.file.myqcloud.com/test/adown/product_intro.png">
  257. </div>
  258. <div class="section">
  259. <img class="img2" src="https://t1-1305573081.file.myqcloud.com/test/adown/phone_product_intro.png">
  260. <div class="text">
  261. <span>极速驾培是一款为驾考学员专业打造软件。本系统具有理论学习,模拟考试,视频学习, 理论在线计时,模拟计时和实操计时功能。</span>
  262. </div>
  263. </div>
  264. </div>
  265. <div class="features" id="features">
  266. <div class="" style="width: 100%;text-align: center;">
  267. <img class="img1" src="https://t1-1305573081.file.myqcloud.com/test/adown/product_fea.png" />
  268. </div>
  269. <div class="text">
  270. <div class="item">
  271. <img src="https://t1-1305573081.file.myqcloud.com/test/adown/fea1.png" />
  272. <div class="item-text1">理论学习</div>
  273. <div class="item-text2">
  274. 为您提供科目一和科目四理论学习,各种训练模式,包括顺序练习,随机练习,强化练习和专项练习功能,具有错题收藏功能并与云同步,确保您在不同的手机上都能够看到自己做过的题。
  275. </div>
  276. </div>
  277. <div class="item">
  278. <img src="https://t1-1305573081.file.myqcloud.com/test/adown/fea2.png" />
  279. <div class="item-text1">模拟考试</div>
  280. <div class="item-text2">分为普通考试和全真模拟考试,全真模拟考试将完全按照规定,当答错定的题目后,将会自动结束考试,系统为您提供了每次考试的统计,可以清晰看到训练成果变化。
  281. </div>
  282. </div>
  283. <div class="item">
  284. <img src="https://t1-1305573081.file.myqcloud.com/test/adown/fea3.png" />
  285. <div class="item-text1">视频学习</div>
  286. <div class="item-text2">系统为您提供了科目一,科目二和科目三的现场考试或者训练的真人视频教学,为您提供更好的学习体验。</div>
  287. </div>
  288. <div class="item">
  289. <img src="https://t1-1305573081.file.myqcloud.com/test/adown/fea4.png" />
  290. <div class="item-text1">理论计时</div>
  291. <div class="item-text2">系统为您提供理论计时功能.可以边看视频边计时,符合规定的学时将会计入到有效学时系统。</div>
  292. </div>
  293. </div>
  294. </div>
  295. <div class="banner" id="price">
  296. <img src="https://t1-1305573081.file.myqcloud.com/test/adown/free_use.png" />
  297. </div>
  298. <div class="download" id="download">
  299. <div class="" style="width: 100%;text-align: center;">
  300. <img class="img1" src="https://t1-1305573081.file.myqcloud.com/test/adown/download.png" />
  301. </div>
  302. <div class="left">
  303. <div>
  304. <div class="download-text1">极速驾培</div>
  305. <div class="download-text2">教练教学的好助手</div>
  306. <div class="download-buttons" style="display: flex;">
  307. <a href="https://t1-1305573081.file.myqcloud.com/apk/fj_student_2.1.5.apk">
  308. <div class="download-android"></div>
  309. </a>
  310. <a href="https://itunes.apple.com/cn/app/id1214200225">
  311. <div class="download-ios"></div>
  312. </a>
  313. <!--
  314. // 跳转到应用商店:
  315. (https)|(itms-apps)://itunes.apple.com/app/id{appID}
  316. // 跳转到撰写评价:
  317. (https)|(itms-apps)://itunes.apple.com/app/id{appID}?action=write-review
  318. // 跳转到查看评价:
  319. (https)|(itms-apps)://itunes.apple.com/app/viewContentsUserReviews?id={appID}
  320. -->
  321. </div>
  322. </div>
  323. </div>
  324. <div class="icon">
  325. <img src="https://t1-1305573081.file.myqcloud.com/test/adown/download_logo.png" />
  326. </div>
  327. </div>
  328. <div class="contact">
  329. <div class="left">
  330. <!-- <img class="logo" src="https://t1-1305573081.file.myqcloud.com/test/adown/白字logo.png" /> -->
  331. <div class="name">福建中振网络科技有限公司</div>
  332. <div class="address">地址:福建省福州市闽侯县荆溪镇永丰村杜坞43号大数据科技园D8#楼</div>
  333. </div>
  334. <div class="right">
  335. <!-- <div class="phone">电话:+86 17750216095</div> -->
  336. <div style="width: 100%;text-align: center;display: flex;align-items: center;font-weight: 600;">
  337. <img class="img1" src="https://t1-1305573081.file.myqcloud.com/test/adown/phone.png" />
  338. <span>0591-22857882</span>
  339. </div>
  340. </div>
  341. <a target="_blank" href="https://beian.miit.gov.cn/" class="bottom">
  342. 闽ICP备2021003467号-4
  343. </a>
  344. </div>
  345. </div>
  346. <script>
  347. let dataIndex = 0
  348. function selectHeadOption(e) {
  349. document.querySelectorAll(".head .option>a").forEach((item, index) => {
  350. item.className = ""
  351. if (Number(e.dataset.index) == index) {
  352. document.querySelectorAll(".head .option>a")[index].className = 'selected'
  353. }
  354. })
  355. }
  356. </script>
  357. </body>
  358. </html>