旅游专题网页模板,旅游网站模板cms

旅游专题网页模板,旅游网站模板cms

火伞高张 2025-03-30 全套零配件 12 次浏览 0个评论

旅游专题网页模板,旅游网站模板cms


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>旅游专题网页模板</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background: #f4f4f4;
        }
        .container {
            width: 80%;
            margin: auto;
            overflow: hidden;
        }
        header {
            background: #333;
            color: #fff;
            padding-top: 30px;
            min-height: 70px;
            border-bottom: #007bff 3px solid;
        }
        header a {
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 16px;
        }
        header ul {
            padding: 0;
            list-style: none;
        }
        header li {
            display: inline;
            padding: 0 20px 0 20px;
        }
        header #branding {
            float: left;
        }
        header #branding h1 {
            margin: 0;
        }
        header nav {
            float: right;
            margin-top: 10px;
        }
        header .highlight, header .current a {
            color: #e8491d;
            font-weight: bold;
        }
        header a:hover {
            color: #ffffff;
            font-weight: bold;
        }
        .banner {
            background: url('banner.jpg') no-repeat center center/cover;
            height: 400px;
            position: relative;
        }
        .banner-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: #fff;
        }
        .banner-content h1 {
            font-size: 50px;
            margin: 0;
        }
        .banner-content p {
            font-size: 20px;
            margin: 15px 0;
        }
        .features {
            padding: 20px 0;
        }
        .feature {
            width: 20%;
            float: left;
            text-align: center;
            background: #fff;
            padding: 20px;
            box-shadow: 0 0 15px rgba(0,0,0,0.1);
        }
        .feature h2 {
            margin: 0;
        }
        .feature p {
            margin: 10px 0;
        }
        .footer {
            background: #333;
            color: #fff;
            text-align: center;
            padding: 10px;
            position: relative;
            bottom: 0;
            width: 100%;
        }
    </style>
</head>
<body>
    <header>
        <div class="container">
            <div id="branding">
                <h1><span class="highlight">Travel</span>Wonders</h1>
            </div>
            <nav>
                <ul>
                    <li class="current"><a href="index.html">Home</a></li>
                    <li><a href="destinations.html">Destinations</a></li>
                    <li><a href="blog.html">Blog</a></li>
                    <li><a href="contact.html">Contact</a></li>
                </ul>
            </nav>
        </div>
    </header>

    <section class="banner">
        <div class="container">
            <div class="banner-content">
                <h1>Discover the World with Us</h1>
                <p>Travel to the most breathtaking destinations around the globe.</p>
            </div>
        </div>
    </section>

    <section class="features">
        <div class="container">
            <div class="feature">
                <h2>Exotic Destinations</h2>
                <p>Explore the wonders of exotic lands with our curated travel packages.</p>
            </div>
            <div class="feature">
                <h2>Adventure Travel</h2>
                <p>Join us for thrilling adventure travel experiences that push the limits.</p>
            </div>
            <div class="feature">
                <h2>Cultural Tours</h2>
                <p>Immerse yourself in the rich cultures of the world through our cultural tours.</p>
            </div>
            <div class="feature">
                <h2>Family Travel</h2>
                <p>Plan a memorable family vacation with activities for every age.</p>
            </div>
            <div class="feature">
                <h2>Special Deals</h2>
                <p>Find

转载请注明来自河南电动门-感应门-郑州密码自动门-肯德基门,本文标题:《旅游专题网页模板,旅游网站模板cms 》

百度分享代码,如果开启HTTPS请参考李洋个人博客

发表评论

快捷回复:

验证码

评论列表 (暂无评论,12人围观)参与讨论

还没有评论,来说两句吧...

Top