web前端网页设计期末课程大作业:企业网页主题网站设计——舞蹈培训11页HTML+CSS+JavaScript

🎉精彩专栏推荐 💭文末获取联系
✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
💂 作者主页: 【主页——🚀获取更多优质源码】
🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】
🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】
🌎超炫酷的Echarts大屏可视化源码:【🔰 Echarts大屏展示大数据平台可视化(150套) 】
🔖 HTML+CSS+JS实例代码: 【🗂️HTML+CSS+JS实例代码 (炫酷特效网页代码) 继续更新中…】
🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】
🥇 关于作者: 💬历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!



一、👨‍🎓网站题目

👒 公司官网网站 、企业官网、酒店官网、等网站的设计与制作。


二、✍️网站描述

🏷️ 网页中包含:Div+CSS、鼠标滑过特效、Table、导航栏效果、banner、表单、二级三级页面等,视频音频元素,同时设计了logo(源文件),基本期末作业所需的知识点全覆盖。

🏅 一套优质的💯网页设计应该包含 (具体可根据个人要求而定)

  1. 页面分为页头、菜单导航栏(最好可下拉)、中间内容板块、页脚四大部分。
  2. 所有页面相互超链接,可到三级页面,有5-10个页面组成。
  3. 页面样式风格统一布局显示正常,不错乱,使用Div+Css技术。
  4. 菜单美观、醒目,二级菜单可正常弹出与跳转。
  5. 要有JS特效,如定时切换和手动切换图片轮播。
  6. 页面中有多媒体元素,如gif、视频、音乐,表单技术的使用。
  7. 页面清爽、美观、大方,不雷同。 。
  8. 不仅要能够把用户要求的内容呈现出来,还要满足布局良好、界面美观、配色优雅、表现形式多样等要求。

三、📚网站介绍

📔网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。

📓网站程序方面:计划采用最新的网页编程语言HTML5+CSS3+JS程序语言完成网站的功能设计。并确保网站代码兼容目前市面上所有的主流浏览器,已达到打开后就能即时看到网站的效果。

📘网站素材方面:计划收集各大平台好看的图片素材,并精挑细选适合网页风格的图片,然后使用PS做出适合网页尺寸的图片。

📒网站文件方面:网站系统文件种类包含:html网页结构文件、css网页样式文件、js网页特效文件、images网页图片文件;

📙网页编辑方面:网页作品代码简单,可使用任意HTML编辑软件(如:Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++ 等任意html编辑软件进行运行及修改编辑等操作)。
其中:
(1)📜html文件包含:其中index.html是首页、其他html为二级页面;
(2)📑 css文件包含:css全部页面样式,文字滚动, 图片放大等;
(3)📄 js文件包含:js实现动态轮播特效, 表单提交, 点击事件等等(个别网页中运用到js代码)。


四、🌐网站演示

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


五、⚙️ 网站代码

🧱HTML结构代码

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="format-detection" content="telephone=no">
    <meta name="format-detection" content="email=no">
    <title>首页-某某舞蹈培训</title>
    <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
    <link rel="stylesheet" type="text/css" href="css/slick-theme.css">
    <link rel="stylesheet" type="text/css" href="css/slick.css">
    <link rel="stylesheet" href="css/g.css">
    <link rel="stylesheet" href="css/s.css">
    <script src="js/jquery-1.11.1.min.js"></script>
    <script src="js/jquery-ui.min.js"></script>
    <script src="js/slick.js"></script>
    <script src="js/scrolloverflow.min.notransition.js"></script>
    <script src="js/g.js"></script>
    <style>

        .banners-pc { clear: both; height: 685px; }
        .banners-pc .frame { height: 685px; background: no-repeat center center; background-size: cover; }

        .banners-mb { display: none; clear: both; height: 685px; }
        .banners-mb div { height: 100%; }
        .banners-mb .frame { height: 100%; background: no-repeat center center; background-size: cover; }

        @media (max-width: 1024px) {
            .banners-pc { display: none; }
            .banners-mb { display: block; }
        }


        .main1 { }
        .main1 .offset { padding-top: 70px; }
        .main1 .offset .list { overflow: hidden; margin-left: -100px; margin-bottom: -30px; }
        .main1 .offset .list > li { float: left; width: 25%; padding-left: 100px; padding-bottom: 30px; }
        .main1 .offset .list > li:nth-child(4n+1) { clear: both; }
        .main1 .offset .list > li .pic { text-align: center; margin-top: 5px; height: 224px; width: 224px; }
        .main1 .offset .list > li .pic img { border-radius: 50%; display: inline-block; text-align: center; margin-top: 13px; }
        .main1 .offset .list > li .font { text-align: center; }
        .main1 .offset .list > li .font .p1 { font-size: 18px; color: #333; padding-top: 30px; }
        .main1 .offset .list > li .font .p1 .line { display: block; width: 32px; height: 2px; background: #a93f52; margin: 15px auto 20px auto; }
        .main1 .offset .list > li .font .p2 { color: #999; line-height: 24px; }
        .main1 .offset .list > li .font .btn { text-align: center; margin-top: 30px; }
        .main1 .offset .list > li .font .btn .more { display: inline-block; padding: 10px 40px; border-radius: 50px; color: #fff; }
        .main1 .offset .list .li1 .pic { background: url(http://www.ylcp.shop/files/files/1649473054859/img/kc_list_bg1.png) no-repeat center center; background-size: contain; }
        .main1 .offset .list .li2 .pic { background: url(http://www.ylcp.shop/files/files/1649473054859/img/kc_list_bg2.png) no-repeat center center; background-size: contain; }
        .main1 .offset .list .li1 .font .btn .more { background: #ec8520; }
        .main1 .offset .list .li2 .font .btn .more { background: #058bd6; }

        @media (max-width: 1024px) {
            .main1 .offset .list > li { width: 50%; }
            .main1 .offset .list > li:nth-child(n) { clear: none; }
            .main1 .offset .list > li:nth-child(2n+1) { clear: both; }
            .main1 .offset .list > li .pic { margin-left: auto; margin-right: auto; }
        }

        @media (max-width: 600px) {
            .main1 .offset .list > li { width: 100%; }
            .main1 .offset .list > li:nth-child(n) { clear: none; }
        }

        @media (max-width: 300px) {
            .main1 .offset .list > li .pic { height: auto; width: auto; }
        }

        .main2 { background: url(picture/teacher_bg.jpg) no-repeat center center; height: 780px; padding-top: 70px; margin-top: 120px; }
        .main2 .right { float: right; background: #ec8718; }
        .main2 .intro .font { max-width: 750px; padding-top: 70px; }
        .main2 .intro .font .h1 { font-size: 18px; color: #333; padding-bottom: 40px; }
        .main2 .intro .font .p1 { color: #666; line-height: 30px; }
        .main2 .intro .font .more { color: #df3d47; margin-top: 20px; display: block; }
        .main2 .intro .list { overflow: hidden; margin-left: -24px; margin-bottom: -20px; margin-top: 60px; }
        .main2 .intro .list > li { float: left; padding-left: 24px; padding-bottom: 20px; }
        .main2 .intro .list > li .box { display: block; position: relative; }
        .main2 .intro .list > li .box img { border-radius: 20px; display: inline-block; max-width: 156px; }
        .main2 .intro .list > li .box:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 4px solid #ec8718; opacity: 0; border-radius: 20px; }
        .main2 .intro .list > li .box:hover:before { opacity: 1; transition: ease .4s; }

        @media (max-width: 950px) {
            .main2 { background: #fbefe1; height: auto; padding-bottom: 50px; }
            .main2 .intro .font { max-width: none; text-align: center; }
            .main2 .intro .list > li { width: 25%; }
            .main2 .intro .list > li .box img { width: 100%; max-width: none; }
        }

        @media (max-width: 600px) {
            .main2 .intro .list > li { width: 33.33%; }
        }

        @media (max-width: 350px) {
            .main2 .intro .list > li { width: 50%; }
        }

        .main3 { margin-top: 90px; }
        .main3 .top { overflow: hidden; padding-top: 70px; }
        .main3 .top .pic { float: left; padding-right: 60px; position: relative; }
        .main3 .top .pic .bg { width: 576px; height: 325px; background: #ec8520; display: block; border-radius: 20px; }
        .main3 .top .pic .tp { display: block; position: absolute; left: 20px; top: -20px; }
        .main3 .top .pic .tp img { border-radius: 20px; }
        .main3 .top .font { float: left; max-width: 542px; }
        .main3 .top .font .nav { overflow: hidden; padding: 14px 0; background: #0b8f54; display: inline-block; border-radius: 30px }
        .main3 .top .font .nav > li { float: left; padding: 0 40px; }
        .main3 .top .font .nav > li .box { display: block; color: #fff; }
        .main3 .top .font .con { }
        .main3 .top .font .con .p1 { font-size: 18px; color: #333; padding: 54px 0 24px 0; }
        .main3 .top .font .con .p2 { color: #666; line-height: 24px; }
        .main3 .top .font .con .more { color: #df3d47; padding-top: 20px; display: block; }
        .main3 .bottom { margin-top: 50px; overflow: hidden; }
        .main3 .bottom .list { margin-left: -40px; margin-bottom: -30px; }
        .main3 .bottom .list > li { float: left; width: 33.33%; padding-left: 40px; padding-bottom: 30px; }
        .main3 .bottom .list > li .box { background: #f1f1f1; display: block; border-radius: 20px; padding: 36px 40px 30px 36px; }
        .main3 .bottom .list > li .box .time { font-size: 18px; color: #999; padding-bottom: 15px; }
        .main3 .bottom .list > li .box .line { width: 34px; height: 2px; background: #ec8520; display: inline-block; }
        .main3 .bottom .list > li .box .p1 { font-size: 16px; color: #333; padding: 18px 0; }
        .main3 .bottom .list > li .box .p2 { color: #999; line-height: 24px; }
        .main3 .bottom .list > li .box:hover { background: #ec8520; }
        .main3 .bottom .list > li .box:hover .time { color: rgba(255,255,255,.6); }
        .main3 .bottom .list > li .box:hover .line { background: #fff; }
        .main3 .bottom .list > li .box:hover .p1 { color: #fff; }
        .main3 .bottom .list > li .box:hover .p2 { color: rgba(255,255,255,.6); }

        @media (max-width: 1024px) {
            .main3 .top .pic { float: none; padding-right: 0; }
            .main3 .top .pic .bg { display: none; }
            .main3 .top .pic .tp { position: unset; text-align: center; }
            .main3 .top .font { float: none; max-width: none; padding-top: 30px; }
            .main3 .top .font .nav { display: block; margin: 0 100px; }
            .main3 .top .font .nav > li { width: 50%; }
            .main3 .top .font .nav > li .box { text-align: center; }
            .main3 .top .font .con .more { text-align: center; }

            .main3 .bottom .list > li { width: 50%; }
            .main3 .bottom .list > li .box { padding: 20px 20px; }
        }

        @media (max-width: 700px) {
            .main3 .top .font .nav { margin: 0; }
            .main3 .bottom .list > li { width: 100%; }
            .main3 .bottom .list > li .box { padding: 20px 10px; }
        }
    </style>
    <script>
		$(function () {
		});
    </script>
    <link rel="stylesheet" type="text/css" href="http://www.ylcp.shop/g/css/freedom.css?v1.18.12.14">
    <script>(function(){var l=function(){var l1=function(){var sg=document.createElement('SCRIPT');sg.setAttribute('src','/g/js/freedom.js?v1.19.03.19');(document.head||document.getElementsByTagName('head')[0]).appendChild(sg);sg.onload=function(){_g.take($(document));};};if(!window.jQuery){var sj=document.createElement('SCRIPT');sj.setAttribute('src','/g/js/jquery-1.11.1.min.js');(document.head||document.getElementsByTagName('head')[0]).appendChild(sj);sj.onload=l1;}else l1();};window.addEventListener?window.addEventListener('load',l):window.attachEvent('onload',l);})();</script>
</head>
<body>


    <div class="g_header">
        <div class="top">
            <div class="g_cw">
                <p class="logo"><a href=""><img src="picture/logo.png"></a></p>
                <div class="right">
                    <p class="p1">欢迎来到某某舞蹈培训官方网站</p>
                    <p class="p2">服务热线: 400-0000-000</p>
                </div>
            </div>
        </div>
        <div class="bar">
            <a href="" class="logo"><img src="picture/logo_m.png">某某舞蹈</a>
            <a href="#" class="menu"><img src="picture/menu.svg"></a>
        </div>
        <div class="nav">
            <div class="g_cw">
                <ul class="list">
                    <li><a href="" class="on"><b>首页</b></a></li>
                    <li><a href="about.html"><b>关于我们</b></a></li>
                    <li><a href="course.html"><b>课程展示</b></a></li>
                    <li><a href="teacher.html"><b>师资团队</b></a></li>
                    <li><a href="room.html"><b>教室环境</b></a></li>
                    <li><a href="news.html"><b>新闻资讯</b></a></li>
                    <li><a href="ach.html"><b>教学成果</b></a></li>
                    <li><a href="contact.html"><b style="border-right:0;">联系我们</b></a></li>
                </ul>

            </div>
        </div>

    </div>

    <div class="banners-pc">
        <div class="frame" style="background-image:url(picture/banner-index-p.jpg);"></div>
        <div class="frame" style="background-image:url(picture/banner-index-p.jpg);"></div>
    </div>
    <div class="banners-mb" zoom-width="1024" zoom-heigh="685">
        <div class="frame" style="background-image:url(picture/banner-index-m.jpg);"></div>
        <div class="frame" style="background-image:url(picture/banner-index-m.jpg);"></div>
    </div>
    <script>
        (function () {
            $('.banners-pc, .banners-mb').slick({ arrows: true, dots: true, slidesToShow: 1, slidesToScroll: 1, autoplay: true, autoplaySpeed: 5000, speed: 500 });
        })();
    </script>
    <style>
        .banners-pc .slick-dots, .banners-mb .slick-dots { bottom: 60px; }
    </style>

    <!--主体内容-->
    <!--课程选择-->
    <div class="main1">
        <div class="g_cw">
                </ul>

            </div>
        </div>
    </div>






    <!--主体内容 end-->


    <div class="g_footer">

        <div class="top clearfix">
            <div class="g_cw">
                <p class="pic"><img src="picture/logo_bottom.png"></p>
                <ul class="nav clearfix">
                    <li>
                        <div class="box">
                            <p class="h1">关于我们</p>
                            <a href="about.html"><p class="p1">学校介绍</p></a>
                        </div>
                    </li>

                    <li>
                        <div class="box">
                            <p class="h1">课程展示</p>
                            <a href="#"><p class="p1">少儿芭蕾</p></a>
                            <a href="#"><p class="p1">民间民族舞</p></a>
                            <a href="#"><p class="p1">古典舞</p></a>
                            <a href="#"><p class="p1">拉丁舞</p></a>
                        </div>
                    </li>
                    <li>
                        <div class="box">
                            <p class="h1">师资团队</p>
                            <a href="#"><p class="p1">教室团队</p></a>
                        </div>
                    </li>
                    <li>
                        <div class="box">
                            <p class="h1">教室环境</p>
                            <p class="p1">环境展示</p>
                        </div>
                    </li>
                    <li>
                        <div class="box">
                            <p class="h1">新闻资讯</p>
                            <p class="p1">最新活动</p>
                            <p class="p1">行业新闻</p>
                        </div>
                    </li>
                    <li>
                        <div class="box">
                            <p class="h1">教学成果</p>
                            <p class="p1">精彩瞬间</p>
                        </div>
                    </li>

                    <li class="li_lx">
                        <div class="box" style="border-right:0;padding-right:0;">
                            <p class="h1">联系我们</p>
                            <p class="p1">联系方式</p>
                        </div>
                    </li>

                </ul>
                <p class="rx">服务热线:400-0000-000</p>
                <p class="add">地址:xxxxxxxxxxxxxxxxxxxxxx</p>
            </div>
        </div>

        <div class="bottom">Copyright © 某某舞蹈培训学校 &nbsp;&nbsp;&nbsp; </div>
    </div>


<style>
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
</style>

</body>
</html>





💒CSS样式代码


html { background: #ffffff; font-size: 14px; color: #666; font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif"; }

body { min-width: 1220px; }

.g_cw { width: 1220px; padding: 0 10px; margin: 0 auto; }
.g_cw::before,
.g_cw::after { content: ''; display: block; clear: both; }

.g_mt { margin-top: 80px; }
.g_mt::before,
.g_mt::after { content: ''; display: block; clear: both; }

.g_mb { margin-bottom: 80px; }
.g_mb::before,
.g_mb::after { content: ''; display: block; clear: both; }

@media (max-width: 1024px) {
    body { min-width: 0; }
    .g_cw { width: 100%; }
}

@media (max-width: 700px) {
    .g_mt { margin-top: 40px; }
    .g_mb { margin-bottom: 40px; }
}


.g_page { clear: both; text-align: center; font-size: 14px; color: #888888; margin-top: 90px; }
.g_page > ul { display: inline-block; }
.g_page > ul > li { float: left; line-height: 35px; margin: 0 5px; }
.g_page > ul > li a { display: block; background: #fff; padding: 0 15px; border: 1px solid #E8E8E8; }
.g_page > ul > li a .fa { font-size: 17px; line-height: 35px; }
.g_page > ul > li a.dis { color: #ccc; cursor: not-allowed; }
.g_page > ul > li a:hover:not(.dis),
.g_page > ul > li a.on { background: #ec8718; color: #fff; border: 1px solid #ec8718; }

@media (max-width: 600px) {
    .g_page > ul .num_li { display: none; }
}


.g_title { overflow: hidden; text-align: center; font-weight: bold; }
.g_title .l1 { font-size: 30px; color: #029f45; padding-top: 10px; }
.g_title .l2 { font-size: 24px; color: #ec8718; }
.g_title .l2 .ico img { width: 56px; }
.g_title .btn { float: right; }
.g_title .btn .more { padding: 2px; border: 1px solid #c6c6c6; font-size: 12px; display: inline-block; }

@media (max-width: 600px) {
    .g_title .l2 { font-size: 18px; }
}



.g_header { clear: both; }

.g_header .top { clear: both; height: 110px; }

.g_header .top .logo { float: left; line-height: 100px; font: bold 50px/100px arial; color: #333333; }
.g_header .top .logo img { vertical-align: middle; margin-right: 10px; }

.g_header .top .right { float: right; text-align: right; padding-top: 18px; }
.g_header .top .right .p1 { font-size: 12px; color: #999; }
.g_header .top .right .p2 { font-size: 24px; font-weight: bold; color: #dd1e2a; padding-top: 20px; }




.g_header .bar { display: none; }


.g_header .nav { position: relative; z-index: 99; background-size: cover; height: 80px; background: url(../image/top_nav_bg.jpg) no-repeat center top; }
.g_header .nav .g_cw { height: 80px; }
.g_header .nav .list { text-align: center; padding-top: 50px; }
.g_header .nav .list > li { float: left; width: 12.5%; }
.g_header .nav .list > li > a { display: block; font-size: 14px; color: #ffffff; }
.g_header .nav .list > li > a.on,
.g_header .nav .list > li > a:hover { }
.g_header .nav .list > li > a b { padding: 0 30px; font-weight: normal; }
.g_header .nav .list > li > a.on b,
.g_header .nav .list > li > a:hover b { }


.g_header .nav .search { display: inline-block; float: right; margin-top: 11px; background: #fff; border-radius: 30px; padding: 0 8px; overflow: hidden; }
.g_header .nav .search .input_1 { height: 28px; background: #fff; border: 0; }
.g_header .nav .search .ico { height: 30px; width: 30px; display: inline-block; text-align: center; line-height: 30px; }
.g_header .nav .search .ico img { height: 13px; }


@media (max-width: 1024px) {
    body { padding-top: 70px; }
    .g_header { height: auto; }
    .g_header .top { display: none; }
    .g_header .bar { position: relative; display: block; position: fixed; z-index: 100; left: 0; top: 0; right: 0; height: 70px; background: #fff; border-bottom: 1px solid #ec8718; }
    .g_header .bar .logo { position: absolute; left: 0; top: 0; display: block; padding: 0 10px; color: #333333; font: bold 24px/70px arial; }
    .g_header .bar .logo img { height: 40px; line-height: 40px; vertical-align: middle; margin-right: 10px; }
    .g_header .bar .menu { position: absolute; right: 0; top: 0; display: block; float: right; padding: 0 10px; line-height: 70px; }
    .g_header .bar .menu img { vertical-align: middle; height: 40px; }

    .g_header .nav { visibility: hidden; opacity: 0; position: fixed; z-index: 99; left: 0; top: -100%; bottom: 100%; right: 0; background: #fff; border-top: 0; transition: ease .4s; height: auto; text-align: left; }
    .g_header .nav .g_cw { text-align: left; padding: 0 20px; height: auto; overflow: visible; }
    .g_header .nav .list { display: block; padding-top: 0; }
    .g_header .nav .list > li { float: none; border-right: 0; width: auto; }
    .g_header .nav .list > li > a { padding: 20px 30px; font-size: 16px; color: #333; text-align: left; }
    .g_header .nav .list > li > a.on,
    .g_header .nav .list > li > a:hover { color: #ec8718; background: none; }
    .g_header .nav .list > li > a b { padding: 0; }
    .g_header .nav .search { display: none; }
    .g_header .nav.show { visibility: visible; opacity: 1; top: 70px; bottom: 0; }
}



.g_footer { clear: both; margin-top: 150px; }
.g_footer .top { background: url(../image/footer_bg.jpg) no-repeat center center; height: 495px; background: cover; position: relative; }
.g_footer .top .pic { text-align: center; position: absolute; top: -50px; left: 0; right: 0; }
.g_footer .top .nav { padding: 145px 0 50px 0; margin-left: -30px; }
.g_footer .top .nav > li { float: left; padding-left: 30px; width: 14%; }
.g_footer .top .nav > li .box { padding-right: 20px; border-right: 1px solid #e5e5e5; }
.g_footer .top .nav > li .box .line { width: 15px; height: 1px; background: #e2e2e2; display: block; margin: 18px 0 21px 0; }
.g_footer .top .nav > li .h1 { font-size: 18px; color: #333; padding-bottom: 18px; }
.g_footer .top .nav > li .p1 { line-height: 30px; color: #666; }
.g_footer .top .rx { font-size: 30px; color: #0b8f54; text-align: center; }
.g_footer .top .add { text-align: center; padding-top: 16px; }
.g_footer .bottom { padding: 14px 0; color: #fff; text-align: center; background: #ec8520; }


@media (max-width: 1024px) {
    .g_footer .top { height: auto; padding-bottom: 30px; }
    .g_footer .top .nav { float: none; padding: 100px 0 0 0; }
    .g_footer .top .nav > li { width: 25%; padding-left:; padding-bottom: 30px; }
    .g_footer .top .nav > li .box { border: 0; text-align: center; }
    .g_footer .top .nav > li:nth-child(4n+1) { clear: both; }
    .g_footer .top .nav .li_lx { padding-left: 0; }
    .g_footer .bottom { padding: 22px 10px; }
}


@media (max-width: 600px) {
    .g_footer .top .nav > li { padding-bottom: 20px; text-align: center; width: 33.33%; }
    .g_footer .top .nav > li:nth-child(n) { clear: none; }
    .g_footer .top .nav > li:nth-child(3n+1) { clear: both; }
    .g_footer .top .nav .li_lx { width: 100%; }
    .g_footer .top .nav > li .box { height: auto; }
    .g_footer .top .nav > li .box .line { margin: 10px 0; display: inline-block; }
    .g_footer .top .right .list > li { float: none; }
}

@media (max-width: 400px) {
    .g_footer .top .nav > li { width: 50%; }
    .g_footer .top .nav > li:nth-child(n) { clear: none; }
    .g_footer .top .nav > li:nth-child(2n+1) { clear: both; }
    .g_footer .top .rx { font-size: 20px; }
}

/*----*/

/*--子页面--*/

.s_child_banner { display: none; }
.child_banner img { display: block; }
.s_child_banner img { display: block; }

@media (max-width: 1024px) {
    .child_banner { display: none; }
    .s_child_banner { display: block; }
}

.fy { margin-top: 40px; border-top: 1px dashed #cfcfcf; padding-top: 60px; overflow: hidden; }
.fy a { color: #666; display: block; }
.fy a:hover { color: #ec8718; }
.fy .prev { padding-bottom: 17px; }




六、🥇 如何让学习不再盲目

第一、带着目标去学习,无论看书报课还是各种线下活动。
首先要明确自己的学习目标是什么,是想解决什么问题,实现怎样的目标。

第二、学习要建立个人知识体系
知识是学不完的,书籍是浩如烟海的。我们尽情徜徉其中的时候,千万不要被海水淹死,没有自我了。在学习过程中,我们会发现每一个知识点都是有她的边界和背景的,我们要善于归纳整理知识

第三、学到了就要用到

有时,我们一天下来感觉学到了很多干货,那么我们一定要将这些知识点和实际工作和生活联系起来。知识和实践相互联系靠拢。爱学习是一件好事,但只有会学习的人,才有价值。


七、🎁更多干货

1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “👍点赞” “✍️评论” “💙收藏” 一键三连哦!

2.💗【👇🏻👇🏻👇🏻关注我| 💬获取更多源码 | 优质文章】 带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!

3.

以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻💬

在这里插入图片描述

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

IT黑马程序员

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值