123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454 |
- <!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-left: 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.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/android_button.png');
- width: 280px;
- height: 64px;
- background-size: 100% 100%;
- margin-right: 20px;
- }
- .download .download-ios {
- background-image: url('./assets/ios_button.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="https://t1-1305573081.file.myqcloud.com/test/adown/logo1.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>
- <a onclick="selectHeadOption(this)" href="./ct_goods/index.html" data-index="5">考场购买</a>
- </div>
- </div>
- <div class="banner">
- <img src="https://t1-1305573081.file.myqcloud.com/test/adown/banner.png" />
- </div>
- <div class="intro" id="intro">
- <div style="width: 100%;text-align: center;" class="">
- <img class="img1" src="https://t1-1305573081.file.myqcloud.com/test/adown/product_intro.png">
- </div>
- <div class="section">
- <img class="img2" src="https://t1-1305573081.file.myqcloud.com/test/adown/phone_product_intro.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="https://t1-1305573081.file.myqcloud.com/test/adown/product_fea.png" />
- </div>
- <div class="text">
- <div class="item">
- <img src="https://t1-1305573081.file.myqcloud.com/test/adown/fea1.png" />
- <div class="item-text1">理论学习</div>
- <div class="item-text2">
- 为您提供科目一和科目四理论学习,各种训练模式,包括顺序练习,随机练习,强化练习和专项练习功能,具有错题收藏功能并与云同步,确保您在不同的手机上都能够看到自己做过的题。
- </div>
- </div>
- <div class="item">
- <img src="https://t1-1305573081.file.myqcloud.com/test/adown/fea2.png" />
- <div class="item-text1">模拟考试</div>
- <div class="item-text2">分为普通考试和全真模拟考试,全真模拟考试将完全按照规定,当答错定的题目后,将会自动结束考试,系统为您提供了每次考试的统计,可以清晰看到训练成果变化。
- </div>
- </div>
- <div class="item">
- <img src="https://t1-1305573081.file.myqcloud.com/test/adown/fea3.png" />
- <div class="item-text1">视频学习</div>
- <div class="item-text2">系统为您提供了科目一,科目二和科目三的现场考试或者训练的真人视频教学,为您提供更好的学习体验。</div>
- </div>
- <div class="item">
- <img src="https://t1-1305573081.file.myqcloud.com/test/adown/fea4.png" />
- <div class="item-text1">理论计时</div>
- <div class="item-text2">系统为您提供理论计时功能.可以边看视频边计时,符合规定的学时将会计入到有效学时系统。</div>
- </div>
- </div>
- </div>
- <div class="banner" id="price">
- <img src="https://t1-1305573081.file.myqcloud.com/test/adown/free_use.png" />
- </div>
- <div class="download" id="download">
- <div class="" style="width: 100%;text-align: center;">
- <img class="img1" src="https://t1-1305573081.file.myqcloud.com/test/adown/download.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://t1-1305573081.file.myqcloud.com/apk/fj_student_2.1.5.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="https://t1-1305573081.file.myqcloud.com/test/adown/download_logo.png" />
- </div>
- </div>
- <div class="contact">
- <div class="left">
- <!-- <img class="logo" src="https://t1-1305573081.file.myqcloud.com/test/adown/白字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="https://t1-1305573081.file.myqcloud.com/test/adown/phone.png" />
- <span>0591-22857882</span>
- </div>
- </div>
- <a target="_blank" href="https://beian.miit.gov.cn/" class="bottom">
- 闽ICP备2021003467号-4
- </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>
|