|
@@ -0,0 +1,451 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <title>极速驾培</title>
|
|
|
+ <style type="text/css">
|
|
|
+ * {
|
|
|
+ box-sizing: border-box;
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 头部区域的 */
|
|
|
+ .head {
|
|
|
+ height: 80px;
|
|
|
+ width: 100%;
|
|
|
+ position: relative;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-content: center;
|
|
|
+ align-items: center;
|
|
|
+ padding: 0 360px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .head .logo {
|
|
|
+ width: 230px;
|
|
|
+ height: 100px;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .head .option {
|
|
|
+ cursor: pointer;
|
|
|
+ color: black;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: bold;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .head .option>a {
|
|
|
+ margin-right: 56px;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .head .option>a:link {
|
|
|
+ color: black;
|
|
|
+ text-decoration: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .head .option>a:visited {
|
|
|
+ color: black;
|
|
|
+ }
|
|
|
+
|
|
|
+ #head .option .selected {
|
|
|
+
|
|
|
+ color: #498EF5;
|
|
|
+ text-decoration: underline;
|
|
|
+ text-decoration-thickness: 4px;
|
|
|
+ text-underline-offset: 6px;
|
|
|
+ text-decoration-color: #498EF5;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* banner图的 */
|
|
|
+ .banner {
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .banner>img {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 产品介绍的 */
|
|
|
+ .intro {
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ padding-top: 50px;
|
|
|
+ padding-bottom: 47px;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .intro .img1 {
|
|
|
+ width: 408px;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .intro .img2 {
|
|
|
+ width: 720px;
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .intro .section {
|
|
|
+ margin-top: 22px;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ }
|
|
|
+
|
|
|
+ .intro .section .text {
|
|
|
+ margin-top: 108px;
|
|
|
+ margin-left: 15px;
|
|
|
+ width: 465px;
|
|
|
+ height:252px ;
|
|
|
+ padding-left: 40px;
|
|
|
+ padding-right: 40px;
|
|
|
+ text-indent: 2em;
|
|
|
+ background-image: url('./assets/组 1725@2x.png');
|
|
|
+ background-size: 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 产品特征 */
|
|
|
+ .features {
|
|
|
+ padding: 50px 0;
|
|
|
+
|
|
|
+background: #F2F4F7;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: center;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .features .img1 {
|
|
|
+ width: 408px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .features .text {
|
|
|
+ display: flex;
|
|
|
+ margin-top: 93px;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .features .item {
|
|
|
+ width: 285px;
|
|
|
+ height: 395px;
|
|
|
+ text-align: center;
|
|
|
+ background: #fff;
|
|
|
+ margin-left: 20px;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+
|
|
|
+ .features .item>img {
|
|
|
+
|
|
|
+
|
|
|
+ width: 93px;
|
|
|
+ height: 93px;
|
|
|
+ margin: 0 auto;
|
|
|
+ margin-top: 50px;
|
|
|
+
|
|
|
+ }
|
|
|
+ .features .item .item-text1 {
|
|
|
+ text-align: center;
|
|
|
+ margin-top: 20px;
|
|
|
+ font-size: 20px;
|
|
|
+ color: #3999F6;
|
|
|
+ font-weight: 600;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .features .item .item-text2 {
|
|
|
+ text-align: left;
|
|
|
+ margin-top: 16px;
|
|
|
+
|
|
|
+ padding: 0 30px;
|
|
|
+ color: #5C6066;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 下载 */
|
|
|
+ .download {
|
|
|
+ padding: 50px 0;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: center;
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+ .download .img1{
|
|
|
+ width: 328px;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .download .left {
|
|
|
+ margin-top: 110px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .download .left .download-buttons {
|
|
|
+ margin-top: 36px;
|
|
|
+ height: auto;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .download .download-text1 {
|
|
|
+ color: #0A1A33;
|
|
|
+ font-size: 40px;
|
|
|
+ padding-right: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .download .download-text2 {
|
|
|
+ color: #0A1A33;
|
|
|
+ font-size: 40px;
|
|
|
+ padding-right: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .download .download-android {
|
|
|
+ background-image: url('./assets/安卓按钮@2x.png');
|
|
|
+ width: 280px;
|
|
|
+ height: 64px;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ margin-right: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .download .download-ios {
|
|
|
+ background-image: url('./assets/苹果按钮@2x.png');
|
|
|
+ width: 280px;
|
|
|
+ height: 64px;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .download .icon {
|
|
|
+ margin-left: 160px;
|
|
|
+ margin-top: 57px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .download .icon>img {
|
|
|
+ width: 353px;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 联系 */
|
|
|
+ .contact {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ background-color: #F2F4F7;
|
|
|
+ padding-top: 50px;
|
|
|
+ justify-content: center;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .right {
|
|
|
+ margin-left: 390px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ width: 400px;
|
|
|
+ align-items: flex-start;
|
|
|
+ align-content: flex-start;
|
|
|
+ font-size: 36px;
|
|
|
+ color: #333;
|
|
|
+ vertical-align: middle;
|
|
|
+ }
|
|
|
+ .right .img1{
|
|
|
+ width: 42px;
|
|
|
+ height: 42px;
|
|
|
+ margin-right: 12px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .left {
|
|
|
+ padding-bottom: 50px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .contact .logo {
|
|
|
+ width: 405px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .contact .name {
|
|
|
+ font-size: 26px;
|
|
|
+ color: #333;
|
|
|
+ }
|
|
|
+
|
|
|
+ .contact .address {
|
|
|
+ font-size: 18px;
|
|
|
+ color: #333;
|
|
|
+ }
|
|
|
+
|
|
|
+ .contact .phone {
|
|
|
+ color: #333;
|
|
|
+ font-size: 36px;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .contact .bottom {
|
|
|
+ box-sizing: content-box;
|
|
|
+ width: 100%;
|
|
|
+ border-top: 1px solid #C8C8C8;
|
|
|
+ height: 82px;
|
|
|
+ line-height: 82px;
|
|
|
+ text-align: center;
|
|
|
+ color: #333;
|
|
|
+ font-weight: 600;
|
|
|
+
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+</head>
|
|
|
+
|
|
|
+
|
|
|
+<body>
|
|
|
+ <div class="container">
|
|
|
+ <div id="head" class="head">
|
|
|
+ <img class="logo" src="./assets/蒙版组 4@2x.png" />
|
|
|
+ <div class="option">
|
|
|
+ <a onclick="selectHeadOption(this)" class="selected" href="#head" data-index="0">首页</a>
|
|
|
+ <a onclick="selectHeadOption(this)" href="#intro" data-index="1">产品介绍</a>
|
|
|
+ <a onclick="selectHeadOption(this)" href="#features" data-index="2">产品特征</a>
|
|
|
+ <a onclick="selectHeadOption(this)" href="#price" data-index="3">产品价格</a>
|
|
|
+ <a onclick="selectHeadOption(this)" href="#download" data-index="4">下载</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="banner">
|
|
|
+ <img src="./assets/banner@2x.png" />
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div class="intro" id="intro">
|
|
|
+ <div style="width: 100%;text-align: center;" class="">
|
|
|
+ <img class="img1" src="./assets/产品介绍@2x.png">
|
|
|
+ </div>
|
|
|
+ <div class="section">
|
|
|
+
|
|
|
+ <img class="img2" src="./assets/手机产品介绍@2x.png">
|
|
|
+
|
|
|
+
|
|
|
+ <div class="text">
|
|
|
+ <span>极速驾培是一款为驾考学员专业打造软件。本系统具有理论学习,模拟考试,视频学习, 理论在线计时,模拟计时和实操计时功能。</span>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="features" id="features">
|
|
|
+ <div class="" style="width: 100%;text-align: center;">
|
|
|
+ <img class="img1" src="./assets/产品特性@2x.png" />
|
|
|
+ </div>
|
|
|
+ <div class="text">
|
|
|
+ <div class="item">
|
|
|
+ <img src="./assets/理论学习@2x.png" />
|
|
|
+ <div class="item-text1">理论学习</div>
|
|
|
+ <div class="item-text2">为您提供科目一和科目四理论学习,各种训练模式,包括顺序练习,随机练习,强化练习和专项练习功能,具有错题收藏功能并与云同步,确保您在不同的手机上都能够看到自己做过的题。
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="item">
|
|
|
+ <img src="./assets/模拟考试@2x.png" />
|
|
|
+ <div class="item-text1">模拟考试</div>
|
|
|
+ <div class="item-text2">分为普通考试和全真模拟考试,全真模拟考试将完全按照规定,当答错定的题目后,将会自动结束考试,系统为您提供了每次考试的统计,可以清晰看到训练成果变化。</div>
|
|
|
+ </div>
|
|
|
+ <div class="item">
|
|
|
+ <img src="./assets/视频学习@2x.png" />
|
|
|
+ <div class="item-text1">视频学习</div>
|
|
|
+ <div class="item-text2">系统为您提供了科目一,科目二和科目三的现场考试或者训练的真人视频教学,为您提供更好的学习体验。</div>
|
|
|
+ </div>
|
|
|
+ <div class="item">
|
|
|
+ <img src="./assets/理论计时@2x.png" />
|
|
|
+ <div class="item-text1">理论计时</div>
|
|
|
+ <div class="item-text2">系统为您提供理论计时功能.可以边看视频边计时,符合规定的学时将会计入到有效学时系统。</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="banner" id="price">
|
|
|
+ <img src="./assets/免费使用@2x.png" />
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div class="download" id="download">
|
|
|
+ <div class="" style="width: 100%;text-align: center;">
|
|
|
+ <img class="img1" src="./assets/下载@2x.png" />
|
|
|
+ </div>
|
|
|
+ <div class="left">
|
|
|
+ <div>
|
|
|
+ <div class="download-text1">极速驾培</div>
|
|
|
+ <div class="download-text2">教练教学的好助手</div>
|
|
|
+ <div class="download-buttons" style="display: flex;">
|
|
|
+ <a href="https://ct.zzxcx.net/apk/">
|
|
|
+ <div class="download-android"></div>
|
|
|
+ </a>
|
|
|
+ <a href="https://itunes.apple.com/cn/app/id1214200225">
|
|
|
+ <div class="download-ios"></div>
|
|
|
+ </a>
|
|
|
+ <!--
|
|
|
+ // 跳转到应用商店:
|
|
|
+(https)|(itms-apps)://itunes.apple.com/app/id{appID}
|
|
|
+
|
|
|
+// 跳转到撰写评价:
|
|
|
+ (https)|(itms-apps)://itunes.apple.com/app/id{appID}?action=write-review
|
|
|
+
|
|
|
+// 跳转到查看评价:
|
|
|
+ (https)|(itms-apps)://itunes.apple.com/app/viewContentsUserReviews?id={appID}
|
|
|
+
|
|
|
+
|
|
|
+ -->
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="icon">
|
|
|
+ <img src="./assets/组 1716@2x.png" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="contact">
|
|
|
+ <div class="left">
|
|
|
+ <!-- <img class="logo" src="./assets/白字logo.png" /> -->
|
|
|
+ <div class="name">福建中振网络科技有限公司</div>
|
|
|
+ <div class="address">地址:福建省福州市闽侯县荆溪镇永丰村杜坞43号大数据科技园D8#楼</div>
|
|
|
+ </div>
|
|
|
+ <div class="right">
|
|
|
+ <!-- <div class="phone">电话:+86 17750216095</div> -->
|
|
|
+ <div style="width: 100%;text-align: center;display: flex;align-items: center;font-weight: 600;">
|
|
|
+ <img class="img1" src="./assets/电话@2x.png" />
|
|
|
+ <span>0591-22857882</span>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <a target="_blank" href="https://beian.miit.gov.cn/" class="bottom">
|
|
|
+ © 2023 极速驾培
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <script>
|
|
|
+ let dataIndex = 0
|
|
|
+ function selectHeadOption(e) {
|
|
|
+ document.querySelectorAll(".head .option>a").forEach((item, index) => {
|
|
|
+ item.className = ""
|
|
|
+ if (Number(e.dataset.index) == index) {
|
|
|
+ document.querySelectorAll(".head .option>a")[index].className = 'selected'
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
+
|
|
|
+ </script>
|
|
|
+
|
|
|
+
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|