index.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  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: 0 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: rgba(48, 176, 92, 1);
  47. text-decoration: underline;
  48. text-decoration-thickness: 4px;
  49. text-underline-offset: 6px;
  50. text-decoration-color: rgba(48, 176, 92, 1);
  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: 471px;
  73. height: 382px;
  74. }
  75. .intro .section {
  76. margin-top: 72px;
  77. display: flex;
  78. flex-wrap: wrap;
  79. }
  80. .intro .section .text {
  81. margin-top: 41px;
  82. margin-left: 176px;
  83. width: 500px;
  84. text-indent: 2em;
  85. }
  86. /* 产品特征 */
  87. .features {
  88. padding: 50px 0;
  89. background-color: rgba(10, 26, 51, 1);
  90. display: flex;
  91. flex-wrap: wrap;
  92. justify-content: center;
  93. }
  94. .features .img1 {
  95. width: 408px;
  96. }
  97. .features .text {
  98. display: flex;
  99. margin-top: 93px;
  100. }
  101. .features .item {
  102. width: 285px;
  103. height: 369px;
  104. text-align: center;
  105. background: linear-gradient(180deg, #0D609F 0%, #1B3256 100%);
  106. margin-left: 20px;
  107. position: relative;
  108. }
  109. .features .item>img {
  110. width: 93px;
  111. height: 93px;
  112. margin: 0 auto;
  113. margin-top: 50px;
  114. }
  115. .features .item .item-text1 {
  116. text-align: center;
  117. margin-top: 20px;
  118. font-size: 20px;
  119. color: #fff;
  120. font-weight: 600;
  121. }
  122. .features .item .item-text2 {
  123. text-align: left;
  124. margin-top: 16px;
  125. padding: 0 30px;
  126. color: #fff;
  127. }
  128. /* 下载 */
  129. .download {
  130. padding: 50px 0;
  131. display: flex;
  132. flex-wrap: wrap;
  133. justify-content: center;
  134. }
  135. .download .img1{
  136. width: 328px;
  137. }
  138. .download .left {
  139. margin-top: 110px;
  140. }
  141. .download .left .download-buttons {
  142. margin-top: 36px;
  143. height: auto;
  144. }
  145. .download .download-text1 {
  146. color: #0A1A33;
  147. font-size: 40px;
  148. padding-right: 10px;
  149. }
  150. .download .download-text2 {
  151. color: #0A1A33;
  152. font-size: 40px;
  153. padding-right: 10px;
  154. }
  155. .download .download-android {
  156. background-image: url('./assets/安卓按钮@2x.png');
  157. width: 280px;
  158. height: 64px;
  159. background-size: 100% 100%;
  160. margin-right: 20px;
  161. }
  162. .download .download-ios {
  163. background-image: url('./assets/苹果按钮@2x.png');
  164. width: 280px;
  165. height: 64px;
  166. background-size: 100% 100%;
  167. }
  168. .download .icon {
  169. margin-left: 160px;
  170. margin-top: 57px;
  171. }
  172. .download .icon>img {
  173. width: 353px;
  174. }
  175. /* 联系 */
  176. .contact {
  177. display: flex;
  178. flex-wrap: wrap;
  179. background-color: #151E30;
  180. padding-top: 50px;
  181. justify-content: center;
  182. }
  183. .right {
  184. margin-left: 390px;
  185. display: flex;
  186. justify-content: center;
  187. flex-wrap: wrap;
  188. width: 400px;
  189. align-items: flex-start;
  190. align-content: flex-start;
  191. font-size: 36px;
  192. color: #fff;
  193. vertical-align: middle;
  194. }
  195. .right .img1{
  196. width: 42px;
  197. height: 42px;
  198. margin-right: 12px;
  199. }
  200. .left {
  201. padding-bottom: 50px;
  202. }
  203. .contact .logo {
  204. width: 405px;
  205. }
  206. .contact .name {
  207. font-size: 26px;
  208. color: #FFFFFF;
  209. }
  210. .contact .address {
  211. font-size: 18px;
  212. color: #FFFFFF;
  213. }
  214. .contact .phone {
  215. color: #fff;
  216. font-size: 36px;
  217. }
  218. .contact .bottom {
  219. box-sizing: content-box;
  220. width: 100%;
  221. border-top: 1px solid #fff;
  222. height: 82px;
  223. line-height: 82px;
  224. text-align: center;
  225. color: #fff;
  226. }
  227. </style>
  228. </head>
  229. <body>
  230. <div class="container">
  231. <div id="head" class="head">
  232. <img class="logo" src="./assets/蒙版组 1@2x.png" />
  233. <div class="option">
  234. <a onclick="selectHeadOption(this)" class="selected" href="#head" data-index="0">首页</a>
  235. <a onclick="selectHeadOption(this)" href="#intro" data-index="1">产品介绍</a>
  236. <a onclick="selectHeadOption(this)" href="#features" data-index="2">产品特征</a>
  237. <a onclick="selectHeadOption(this)" href="#price" data-index="3">产品价格</a>
  238. <a onclick="selectHeadOption(this)" href="#download" data-index="4">下载</a>
  239. </div>
  240. </div>
  241. <div class="banner">
  242. <img src="./assets/banner@2x.png" />
  243. </div>
  244. <div class="intro" id="intro">
  245. <div style="width: 100%;text-align: center;" class="">
  246. <img class="img1" src="./assets/产品介绍@2x.png">
  247. </div>
  248. <div class="section">
  249. <img class="img2" src="./assets/产品介绍配图@2x.png">
  250. <div class="text">
  251. 教练管家跨驾校版是专注教练教学使用的APP,旨在帮助教练更好的完成教学任务,有管理学员,日常办公等功能,结合我们运管的数据资源,可以帮助教练实现互联网教学并提供个性化服务,其主要功能包括了:我的学员,绑定学员,报名统计,个人中心这几大模块。
  252. <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;详细功能如下:<br>
  253. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1、我的学员:驾校给您分配学员后,您可以在我的学员里面查看到学员的详细信息,包括报名时间,考试成绩和学习进度和教学日志<br>
  254. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2、绑定学员:跟教练绑定的学员,学员信息,及列表<br>
  255. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3、报名统计:统计学员的报名人数,根据日,月,年来统计。<br>
  256. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4、个人中心:查看教练个人信息及修改密码等基本操作。<br>
  257. </div>
  258. </div>
  259. </div>
  260. <div class="features" id="features">
  261. <div class="" style="width: 100%;text-align: center;">
  262. <img class="img1" src="./assets/产品特性@2x.png" />
  263. </div>
  264. <div class="text">
  265. <div class="item">
  266. <img src="./assets/管理学员@2x.png" />
  267. <div class="item-text1">管理学员</div>
  268. <div class="item-text2">驾校给教练分配学员后,教练可以在我的学员里面查看到学员的详细信息,包括报名时间、考试成绩、学习进度和教学日志。
  269. </div>
  270. </div>
  271. <div class="item">
  272. <img src="./assets/绑定学员@2x.png" />
  273. <div class="item-text1">绑定学员</div>
  274. <div class="item-text2">教练可以绑定学员,并可以查看跟教练绑定的学员信息及列表</div>
  275. </div>
  276. <div class="item">
  277. <img src="./assets/报名统计@2x.png" />
  278. <div class="item-text1">报名统计</div>
  279. <div class="item-text2">根据日,月,年来统计学员的报名人数,数据清晰明了</div>
  280. </div>
  281. <div class="item">
  282. <img src="./assets/个人中心@2x.png" />
  283. <div class="item-text1">个人中心</div>
  284. <div class="item-text2">教练可以进行查看个人信息及修改密码等基本操作。</div>
  285. </div>
  286. </div>
  287. </div>
  288. <div class="banner" id="price">
  289. <img src="./assets/免费使用@2x.png" />
  290. </div>
  291. <div class="download" id="download">
  292. <div class="" style="width: 100%;text-align: center;">
  293. <img class="img1" src="./assets/下载@2x.png" />
  294. </div>
  295. <div class="left">
  296. <div>
  297. <div class="download-text1">教练管家</div>
  298. <div class="download-text2">教练教学的好助手</div>
  299. <div class="download-buttons" style="display: flex;">
  300. <a href="https://t1-1305573081.file.myqcloud.com/apk/jlgj1.1.9.apk">
  301. <div class="download-android"></div>
  302. </a>
  303. <a href="https://itunes.apple.com/cn/app/id1214203182">
  304. <div class="download-ios"></div>
  305. </a>
  306. <!--
  307. // 跳转到应用商店:
  308. (https)|(itms-apps)://itunes.apple.com/app/id{appID}
  309. // 跳转到撰写评价:
  310. (https)|(itms-apps)://itunes.apple.com/app/id{appID}?action=write-review
  311. // 跳转到查看评价:
  312. (https)|(itms-apps)://itunes.apple.com/app/viewContentsUserReviews?id={appID}
  313. -->
  314. </div>
  315. </div>
  316. </div>
  317. <div class="icon">
  318. <img src="./assets/组 1716@2x.png" />
  319. </div>
  320. </div>
  321. <div class="contact">
  322. <div class="left">
  323. <!-- <img class="logo" src="./assets/白字logo.png" /> -->
  324. <div class="name">福建中振网络科技有限公司</div>
  325. <div class="address">地址:福建省福州市闽侯县荆溪镇永丰村杜坞43号大数据科技园D8#楼</div>
  326. </div>
  327. <div class="right">
  328. <!-- <div class="phone">电话:+86 17750216095</div> -->
  329. <div style="width: 100%;text-align: center;display: flex;align-items: center;">
  330. <img class="img1" src="./assets/电话@2x.png" />
  331. <span>0591-22857882</span>
  332. </div>
  333. </div>
  334. <a target="_blank" href="https://beian.miit.gov.cn/" class="bottom">
  335. © 闽ICP备2021003467号-1
  336. </a>
  337. </div>
  338. </div>
  339. <script>
  340. let dataIndex = 0
  341. function selectHeadOption(e) {
  342. document.querySelectorAll(".head .option>a").forEach((item, index) => {
  343. item.className = ""
  344. if (Number(e.dataset.index) == index) {
  345. document.querySelectorAll(".head .option>a")[index].className = 'selected'
  346. }
  347. })
  348. }
  349. </script>
  350. </body>
  351. </html>