123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392 |
- <!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: 183px;
- height: 54px;
- }
- .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: 200px;
- }
- .intro .section {
- margin-top: 18px;
- display: flex;
- flex-wrap: wrap;
- }
- .intro .section .text {
- margin-top: 120px;
- margin-left: 176px;
- width: 500px;
- }
- /* 产品特征 */
- .features {
- padding: 50px 0;
- background-color: #F4F6FA;
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- }
- .features .text {
- display: flex;
- }
- .features .item {
- width: 285px;
- height: 263px;
- background-color: #fff;
- margin-left: 20px;
- position: relative;
- }
- .features .item>img {
- margin-top: 60px;
- margin-left: 109px;
- width: 80px;
- }
- .features .item .item-text {
- text-align: center;
- margin-top: 10px;
- color: #5C6066;
- }
- /* 下载 */
- .download {
- padding: 50px 0;
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- }
- .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/安卓按钮.png');
- width: 280px;
- height: 64px;
- background-size: 100% 100%;
- margin-right: 20px;
- }
- .download .download-ios {
- background-image: url('./assets/苹果按钮.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: #151E30;
- padding-top: 50px;
- justify-content: center;
- }
- .right {
- margin-left: 390px;
- display: flex;
- justify-content: center;
- flex-wrap: wrap;
- width: 400px;
- padding-bottom: 50px;
- }
- .left {
- padding-bottom: 50px;
- }
- .contact .logo {
- width: 405px;
- }
- .contact .name {
- font-size: 26px;
- color: #FFFFFF;
- }
- .contact .address {
- font-size: 18px;
- color: #FFFFFF;
- }
- .contact .phone {
- color: #fff;
- font-size: 36px;
- }
- .contact .bottom {
- box-sizing: content-box;
- width: 100%;
- border-top: 1px solid #fff;
- height: 82px;
- line-height: 82px;
- text-align: center;
- color: #fff;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <div id="head" class="head">
- <img class="logo" src="./assets/财仝驾考logo.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/官网轮播图.png" />
- </div>
- <div class="intro" id="intro">
- <div style="width: 100%;text-align: center;" class="">
- <img class="img1" src="./assets/产品介绍.png">
- </div>
- <div class="section">
- <img style="width: 414px;" src="./assets/产品介绍配图.png">
- <div class="text">
- 青葱学驾驾考是最佳的驾驶考试准备应用程序,帮助您为驾驶考试做准备。通过基于官方考试的练习测试题目、每道题目的详细解释、帮助识别弱点的性能跟踪以及定期更新的题目库,我们提供最全面、最实用的考试资源,帮助您轻松通过考试。
- </div>
- </div>
- </div>
- <div class="features" id="features">
- <div class="" style="width: 100%;text-align: center;">
- <img src="./assets/产品特征.png" />
- </div>
- <div class="text">
- <div class="item">
- <img src="./assets/练习.png" />
- <div class="item-text">基于官方考试的练习题目</div>
- </div>
- <div class="item">
- <img src="./assets/题库.png" />
- <div class="item-text">详细的题目解释</div>
- </div>
- <div class="item">
- <img src="./assets/性能跟踪.png" />
- <div class="item-text">性能跟踪帮助识别弱点</div>
- </div>
- <div class="item">
- <img src="./assets/更新图库.png" />
- <div class="item-text">定期更新的题目库</div>
- </div>
- </div>
- </div>
- <div class="banner" id="price">
- <img src="./assets/永久免费.png" />
- </div>
- <div class="download" id="download">
- <div class="" style="width: 100%;text-align: center;">
- <img src="./assets/下载标题.png" />
- </div>
- <div class="left">
- <div>
- <div class="download-text1">青葱学驾</div>
- <div class="download-text2">您的驾考好助手</div>
- <!-- 临时隐藏这部分 -->
- <div class="download-buttons" style="display: none;">
- <a href="https://ct.zzxcx.net/apk/ctjk1.0.5.apk">
- <div class="download-android"></div>
- </a>
- <a href="https://itunes.apple.com/cn/app/id1670563437">
- <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/下载.png" />
- </div>
- </div>
- <div class="contact">
- <div class="left">
- <img class="logo" src="./assets/白字logo.png" />
- <div class="name">厦门祖儿网络科技</div>
- <div class="address">厦门市集美区岩隆路33号101室之7</div>
- </div>
- <div class="right">
- <!-- <div class="phone">电话:+86 17750216095</div> -->
- <div style="width: 100%;text-align: center;">
- <img src="./assets/微信公众号二维码.png" />
- </div>
- <div class="" style="color: #fff;">
- 青葱学驾微信公众号
- </div>
- </div>
- <a target="_blank" href="https://beian.miit.gov.cn/" class="bottom">
- 闽ICP备2023001778号-1
- © 2024 青葱学驾
- </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>
|