学生网页作业—山河旅行社网站(5页) HTML+CSS+JavaScript 学生DW网页 出行 旅途 游玩

HTML5期末大作业:山河旅行社网站设计——山河旅行社网站(5页) HTML+CSS+JavaScript

一、作品展示

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

二、文件目录

在这里插入图片描述

三、代码实现

<!DOCTYPE html>
<html lang="zh-cn">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
    <title>山河旅行社</title>
    <link rel="stylesheet" href="css/style.css">
</head>
<body>
<header id="header">

    <div class="center">
        <h1 class="logo">山河旅行社</h1>
        <nav class="link" >
            <h2 style="display:none;">网站导航</h2>
            <ul>
                <li class="active"><a href="###">首页</a></li>
                <li><a href="information.html"><span class="xs-hidden">旅游</span>资讯</a></li>
                <li><a href="ticket.html">机票<span class="xs-hidden">订购</span></a></li>
                <li class="xs-hidden"><a href="scenery.html">风景欣赏</a></li>
                <li><a href="about.html"><span class="xs-hidden">关于</span>公司</a></li>
            </ul>
        </nav>
    </div>
</header>
<div id="adver">
    <img src="picture/adver.jpg" alt="">
    <div class="center"></div>
    <div class="center copy">
        <input type="text" class="search" placeholder="请输入旅游景点或城市">
        <button class="button">搜索</button>
    </div>
</div>
<div id="tour">
    <section class="center ">
        <h2>热门旅游</h2>
        <p>国内旅游,国外旅游、自助旅游、自驾旅游、游轮签证、主题旅游等各种最新热门旅游推介</p>
    </section>
    <figure>
        <img src="picture/tour1.png" alt="">
        <figcaption>
            <div class="tour_title">
            <strong>&lt;曼谷-芭提雅6日游&gt;</strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元成人资费券
            </div>
            <div class="info">
                <em class="sat">满意度97%</em>
                <span class="price"><strong> 2864</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figcaption>

    </figure>
    <figure>
        <img src="picture/tour2.png" alt="">
        <figcaption>
            <div class="tour_title">
            <strong>&lt;曼谷-芭提雅6日游&gt;</strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元成人资费券
            </div>
                <div class="info">
                <em class="sat">满意度97%</em>
                <span class="price"><strong> 2864</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figcaption>
    </figure>
    <figure>
        <img src="picture/tour3.png" alt="">
        <figcaption>
            <div class="tour_title">
            <strong>&lt;曼谷-芭提雅6日游&gt;</strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元成人资费券
            </div>
                <div class="info">
                <em class="sat">满意度97%</em>
                <span class="price"><strong> 2864</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figcaption>
    </figure>
    <figure>
        <img src="picture/tour4.png" alt="">
        <figcaption>
            <div class="tour_title">
            <strong>&lt;曼谷-芭提雅6日游&gt;</strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元成人资费券
            </div>
            <div class="info">
                <em class="sat">满意度97%</em>
                <span class="price"><strong> 2864</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figcaption>

    </figure>
    <figure>
    <img src="picture/tour5.png" alt="">
    <figcaption>
        <div class="tour_title">
        <strong>&lt;曼谷-芭提雅6日游&gt;</strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元成人资费券
        </div>
            <div class="info">
            <em class="sat">满意度97%</em>
            <span class="price"><strong> 2864</strong></span>
        </div>
        <div class="type">国内长线</div>
    </figcaption>
</figure>
    <figure>
        <img src="picture/tour6.png" alt="">
        <figcaption>
            <div class="tour_title">
            <strong>&lt;曼谷-芭提雅6日游&gt;</strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元成人资费券
            </div>
            <div class="info">
                <em class="sat">满意度97%</em>
                <span class="price"><strong> 2864</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figcaption>
    </figure>
    <figure>
        <img src="picture/tour7.png" alt="">
        <figcaption>
            <div class="tour_title">
            <strong>&lt;曼谷-芭提雅6日游&gt;</strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元成人资费券
            </div>
            <div class="info">
                <em class="sat">满意度97%</em>
                <span class="price"><strong> 2864</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figcaption>
    </figure>
    <figure>
        <img src="picture/tour8.png" alt="">
        <figcaption>
            <div class="tour_title">
            <strong>&lt;曼谷-芭提雅6日游&gt;</strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元成人资费券
            </div>
            <div class="info">
                <em class="sat">满意度97%</em>
                <span class="price"><strong> 2864</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figcaption>
    </figure>
    <figure>
        <img src="picture/tour9.png" alt="">
        <figcaption>
            <div class="tour_title">
            <strong>&lt;曼谷-芭提雅6日游&gt;</strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元成人资费券
            </div>
            <div class="info">
                <em class="sat">满意度97%</em>
                <span class="price"><strong> 2864</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figcaption>

    </figure>
</div>
<footer id="footer">
    <div class="top sm-hidden">
        <div class="block left">
            <h2>合作伙伴</h2>
            <hr>
            <ul class="ul">
                <li>途牛旅游网</li>
                <li>驴妈妈旅游网</li>
                <li>携程旅游</li>
                <li>中国青年旅社</li>
            </ul>
        </div>

        <div class="block center">
            <h2>旅游FAQ</h2>
            <hr>
            <ul class="ul">
                <li>旅游合同签订方式?</li>
                <li>儿童价是基于什么制定的?</li>
                <li>旅游的线路品质是怎么界定的?</li>
                <li>旅游保险有些什么种类?</li>
            </ul>
        </div>
        <div class="block right">
            <h2>联系方式</h2>
            <hr>
            <ul class="ul">
                <li>微博:weibo.com/maodo</li>
                <li>邮件:sh@maodou.com</li>
                <li>地址:西安市雁塔区123号</li>
            </ul>
        </div>
    </div>
    <div class="chearfix"></div>
    <div class="version sm-visible">
        客户端 | 触屏版 | 电脑版
    </div>
    <div class="bottom">Copyright © SHMD 山河旅行社| 陕ICP 备120110119 号<span class="sm-hidden">| 旅行社经营许可证:L-SH-BK12345</span></div>
</footer>

</body>
</html>



四、获取更多源码

~ 关注我,点赞博文~ 每天带你涨知识!
相关问题可以相互学习,可关注↓公Z号 获取更多源码

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值