TML+CSS+JS大作业:腾讯课堂首页 1页 侧拉菜单

news2024/11/28 19:28:31

源码获取 文末联系

Web前端开发技术
描述 网页设计题材,DIV+CSS 布局制作,HTML+CSS网页设计期末课程大作业 | 家公司官网网站 | 企业官网 | 酒店官网 | 等网站的设计与制 | HTML期末大学生网页设计作业,Web大学生网页

  1. HTML:结构

  2. CSS:样式
    在操作方面上运用了html5和css3,
    采用了div+css结构、表单、超链接、浮动、绝对定位、相对定位、字体样式、引用视频等基础知识

  3. JavaScript:做与用户的交互行为

文章目录

  • 前端学习路线
  • 网页基本结构
  • 网页演示
    • HTML结构代码
  • 学的反而越迷茫
  • 学习更多


前端学习路线

(1)html文件:其中index.html是首页、其他html为二级页面;
(2)css文件:css全部页面样式,文字滚动, 图片放大等;
(3)js文件:js实现动态轮播特效, 表单提交, 点击事件等等(网页中运用到js代码)

网页基本结构

(1)首页:进入网页中看到的第一个页面(LOGO、公司名称、导航、banner、新闻、相关信息、底部信息、banner一般是5个  
(2)二级页面:从首页点击进入之后的页面叫做二级页面
(3)三级页面:从二级页面点击进入的页面

网页html:网页是构成网站的基本元素,是承载各种网站应用的平台。通俗地说,网站就是由网页组成的
首页网站:首页是一个网站的入口网页,故往往会被编辑得易于了解该网站多数作为首页的文件名是index加上扩展名
导航菜单:是指位于页面顶部或者侧边区域的,也称之为导航栏,它起着链接站点或者软件内的各个页面的作用.
网页页脚:是网页中每个页面的底部的区域。常用于显示附加信息。如作者、备案号等。


网页演示

在这里插入图片描述

HTML结构代码



<!doctype html>
<html>
    <head>
        <!--声明当前页面的编码集:charset=gbk,gb2312(中文编码),utf-8国际编码-->
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <!--当前页面的三要素-->
        <title>腾讯课堂首页</title>
        <meta name="Keywords" content="关键词,关键词">
        <meta name="description" content="">
        <link rel="shortcut icon" href="http://www.ylcp.shop/files/files/1652954723262/images/favicon.ico">
        <!--css,js-->
        <style type="text/css">
            *{margin:0;padding:0}
            body{font-size:12px;font-family:"微软雅黑";cursor:default;background-color:#fff}
            .clear{clear:both;}
            /*滚动条宽度*/  
            ::-webkit-scrollbar{width:10px;background-color:#dedbde;}  
               
            /* 轨道样式 */  
            ::-webkit-scrollbar-track {}  
               
            /* Handle样式 */  
            ::-webkit-scrollbar-thumb {border-radius: 10px;background: rgba(0,0,0,0.2);min-height: 28px;}  
              
            /*当前窗口未激活的情况下*/  
            ::-webkit-scrollbar-thumb:window-inactive {  
                padding-top:100px;
                -webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1),inset -1px -1px 0 rgba(0,0,0,0.07);
                background-clip:padding-box;background-color:#dadada;
                min-height:28px;-webkit-border-radius:4px;
                -moz-border-radius:4px;border-radius:4px   
            }  
              
            /*hover到滚动条上*/  
            ::-webkit-scrollbar-thumb:vertical:hover{  
                background-color: rgba(0,0,0,0.4);      
            }  
            /*滚动条按下*/  
            ::-webkit-scrollbar-thumb:vertical:active{  
                background-color: rgba(0,0,0,0.5);  
            }  
            /*header start*/
            .header{
                width:1200px;height:85px;margin:0 auto;
                padding-top:15px
            }
            .header h1{
                float:left;margin-top:3px;
            }
            .header h1 a{
                
            }
            .header .search{
                width:450px;height:36px;
                float:left;margin-left:220px;
                border:2px solid #188eee;
                position:relative;
            }
            .header .search input{
                width:370px;height:30px;border:0;line-height:30px;*position:absolute;
                outline:0;color:#545454;font-family:"微软雅黑";*left:0;
                font-size:12px;padding:3px 10px;-webkit-writing-mode: horizontal-tb;

            }
            .header .search a{
                display:inline-block;width:58px;height:36px;
                position:absolute;right:0;line-height:36px;
                text-align:center;background:#188eee    
            }
            .header .search a i{
                display:inline-block;width:20px;height:20px;
                background:url("picture/icon-search-white.png");
                margin-top:9px;margin-left:3px;
            }
            .header a{
                text-decoration:none
            }
            .header .login{
                height:40px;float:right;color:#dedede;
                line-height:40px;margin-top:2px;
            }
            .header .login a{
                color:#333;padding:0 0 0 6px;
            }
            /*end header*/

            /*banner start*/
            .banner{
                width:100%;height:350px;
            }
            /*little-banner start*/
            .banner .little-banner{
                width:1200px;height:50px;position:relative;
                margin:0 auto;
            }
            .banner .little-banner a{
                position:absolute;left:220px;
                padding:0;height:50px;
            }
            /*end little-banner*/

            /*big-banner start*/
            .banner .big-bg{
                height:300px;background:#a534d6;
            }
            .banner .big-bg .big-banner{
                width:1200px;height:300px;margin:0 auto;
                position:relative;
            }
            /*big-banner-ul start*/
            .banner .big-bg .big-banner .big-banner-ul{
                width:220px;height:476px;position:absolute;
                top:-50px;background:#188eee;
            }
            .big-banner-ul #course i{
                display:inline-block;width:18px;height:14px;
                background:url("picture/button.png") no-repeat center;
                background-position:-126px -163px;
                margin:0 10px -1px 15px;
            }
            .big-banner-ul #course{
                display:block;width:220px;height:50px;
                line-height:50px;
            }
            .big-banner-ul .course{
                text-decoration:none;color:white;font-size:16px;
                
            }
            .big-banner-ul .course:hover{
                text-decoration:underline;
            }
            .big-banner-ul ul{
                list-style:none;
            }
            .big-banner-ul ul .course-li{
                width:205px;height:59px;padding-top:11px;
                padding-left:15px;border-bottom:1px solid #1681c4;
                background:#0477C0;position:relative;
            }
            .big-banner-ul ul .course-li:hover{
                background:#0264a3;
            }
            .big-banner-ul ul .course-li .course{
                line-height:24px;display:block
            }
            .big-banner-ul ul .course-li i{
                display:inline-block;width:6px;height:12px;
                position:absolute;top:18px;right:16px;
                background:url("picture/button.png");
                background-position:-147px -163px;
            }
            .li-hover{
                background-position:-157px -163px;
            }
            .big-banner-ul ul .course-li .course-hot{
                display:inline-block;height:21px;
                margin-right:8px;color:#97d2f7;text-decoration:none;
                font-size:14px;margin-top:5px;
            }
            .big-banner-ul ul .course-li .course-hot:hover{
                text-decoration:underline;
            }
            .big-banner-ul .course-list{
                width:446px;position:absolute;
                top:0;left:220px;z-index:1;
                background:rgba(255,255,255,0.95);
                *background:#fff;
                /*opacity:0.95;filter:alpha(opacity=95);*/
                border:2px solid #09699c;display:none
            }
            .big-banner-ul .course-list ul{
                width:382px;
                margin:0 auto;list-style:none;
            }
            .big-banner-ul .course-list ul li{
                border-bottom:1px solid #e5e5e5;                
                width:382px;padding:15px 0 12px;
            }
            .big-banner-ul .course-list ul li .course-child{
                color:#039ae3;font-weight:bold;font-size:14px;
                text-decoration:none;width:80px;float:left;
                margin-top:1px;
            }
            .big-banner-ul .course-list .course-child-list{
                width:297px;
                display:inline-block;
            }
            .big-banner-ul .course-list .course-child-list a{
                display:inline-block;width:91px;height:21px;
                text-decoration:none;color:#333;font-size:14px;
                margin-bottom:3px;
            }
            .big-banner-ul .course-list .course-child-list a:hover{
                color:#63b6f7;
            }
            /*end big-banner-ul*/

            /*big-banner-img start*/
            .banner .big-bg .big-banner .big-banner-img{
                width:760px;height:300px;overflow:hidden;
                position:absolute;top:0;left:220px;*z-index:-1
            }
            .banner .big-bg .big-banner .big-banner-img #ban-ul li{
                list-style:none;float:left;
            }
            .img-hide{
                display:none;
            }
            .on{
                display:block;
            }
            .big-banner-img #ban-nav{
                width:140px;height:24px;position:absolute;          
                bottom:15px;left:50%;list-style:none;
                margin-left:-70px;border-radius:24px;
                background:rgba(0,0,0,0.1);
                /*opacity:0.9;filter:alpha(opacity=90);*/
            }
            .big-banner-img #ban-nav li{
                float:left;width:10px;height:10px;
                margin:8px -17px 0 25px;
                background:url("picture/button.png");
                background-position:-87px -116px;
            }
            .ban-button{
                display:none;width:46px;height:70px;position:absolute;
                top:110px;background:url("picture/button.png");
            }
            .ban-pre{               
                left:10px;
                background-position:-74px 0;
            }
            .ban-next{              
                right:10px;
                background-position:-123px 0;
            }
            /*end *big-banner-img */

            /*big-banner-board start*/
            .banner .big-bg .big-banner .big-banner-board{
                width:220px;height:260px;position:absolute;
                top:20px;right:0;background: rgba(0,0,0,0.4);
                /*opacity:0.8;filter:alpha(opacity=80);*/
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
            }
            .banner .big-bg .big-banner .big-banner-board ul{
                list-style:square;padding:0 0 0 15px ;margin-left:20px;
                font-size:14px;
            }
            .big-banner-board ul li{
                padding:13px 0 1px;color:white;
            }
            .big-banner-board  a{
                color:white;text-decoration:none;
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000)
            }
            .big-banner-board div{
                color:white;position:relative;
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000)
            }
            .big-banner-board ul li a:hover{
                text-decoration:underline;
            }
            .big-banner-board .button{
                width:110px;height:110px;text-align:center;
                display:inline-block;margin-top:14px;float:left;
                background:rgba(0,0,0,0.2);
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000)
                /*opacity:0.8;filter:alpha(opacity=80);*/
                
            }
            .big-banner-board .button:hover{
                background:rgba(0,0,0,0.3);
                /*opacity:0.7;filter:alpha(opacity=70);*/
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000)
            }
            .big-banner-board .button i{
                display:inline-block;width:44px;height:44px;            
                margin-top:10px;margin-right:2px;
            }
            .big-banner-board .button .download{
                background:url("picture/button.png");
                background-position:-123px -73px;
            }
            .big-banner-board .button i + p{
                font-size:16px;margin-top:3px;margin-bottom:2px
            }
            .big-banner-board .button .weixin{
                background:url("picture/button.png");
                background-position:-172px -73px;
            }
            .big-banner-board #board-qr img{
                position:absolute;top:-7px;left:-112px;
                display:none;
            }
            /*end big-banner-board*/

            /*end big-banner*/

            /*end banner*/
            
            /*course-actives start*/
            .course-actives{
                width:980px;height:125px;margin:0 auto;
                border-right:1px solid #eaeaea;
                border-bottom:1px solid #eaeaea;
                padding-left:220px;
            }
            .course-actives a{
                display:inline-block;margin-left: 0px;
                margin-right: -4px;
            }
            /*end course-actives*/
            
            /*course_hot start*/
            .course_hot{
                width:1200px;height:481px;margin:0 auto;padding:40px 0 20px 0;
                
            }
            .course_hot1{
                height:280px;
            }
            .first-course{
                height:271px
            }
            .course_hot .course-hot-nav{
                width:1200px;height:40px;border-bottom:1px solid #ddd;
                position:relative;
            }
            .course_hot .course-hot-nav h2{
                font-weight:normal;height:36px;float:left;
            }
            .course_hot .course-hot-nav h2 .hot-tittle{
                font-size:22px;width:222px;line-height:24px;
                display:inline-block;color:#202020;
                text-decoration:none;
            }
            .course_hot .course-hot-nav h2 .hot-tittle:hover{
                color:#62b4f7
            }
            .course_hot .course-hot-nav h2 .hot-tittle2{
                width:466px;
            }
            .course_hot .course-hot-nav ul{
                float:left;width:970px;height:36px;
            }
            .course_hot .course-hot-nav .job-menu{
                width:730px
            }
            .course_hot .course-hot-nav ul li{
                float:left;list-style:none;font-size:14px;height:40px;
            }
            .course_hot .course-hot-nav ul li a{
                text-decoration:none;display:block;width:90px;
                text-align:center;color:#333;margin-top:8px;
            }
            .course_on{
                color:#188eee;
            }
            .course_li_on{
                border-bottom:2px solid #188eee;
            }
            .course_hot .course-hot-nav ul li a i{
                width:18px;height:18px;display:inline-block;
                background:url("picture/button.png");
                background-position:-49px -99px;
                margin-right:5px;vertical-align:-4px;
                *height:22px;
            }
            .course_hot .course-hot-menu{
                padding-top:30px;height:200px;
            }
            .course_hot .course-hot-menu ul{
                list-style:none;width:1220px;height:200px;
            }
            .course_hot .course-hot-menu ul li{
                float:left; width:220px;height:124px;
                margin-left:-10px;margin-right:34px;
            }
            .course_hot .menu-course-card{
                width:232px;height:180px;border:1px solid transparent;
                padding:10px 0px 8px 11px;font-size:14px;
            }
            .course_hot .menu-course-card:hover{
                border:1px solid #dddddd;
            }
            .course_hot .menu-course-card .course-img{
                display:block;width:220px;height:124px;position:relative;
            }
            .course_hot .menu-course-card .course-img .icon-card-play{
                position:absolute;background:url("picture/icon-card-play.png");
                width:30px;height:30px;bottom:10px;left:10px;
            }
             .course-description{
                display:block;color:#333;
                white-space:nowrap;text-overflow:ellipsis;width:220px;padding-top:8px;
                overflow:hidden;text-decoration:none;
            }
            .course_hot .menu-course-card .course-description:hover{
                color:#62B4F7;
            }
            .course_hot .menu-course-card p{
                padding-top:2px;color:#dedede;
            }
            .course_hot .menu-course-card .free{
                color:#5FB41B;display:inline-block;vertical-align:4px;
                *height:16px;
            }
            .course_hot .menu-course-card .charge{
                color:#E85308;vertical-align:4px;margin-right:9px;*display:inline-block;*height:16px
            }
            .course_hot .menu-course-card .symbol{
                display:inline-block;vertical-align:4px;margin-right:4px;
                *height:16px;
            }
            .course_hot .menu-course-card p a{
                color:#999;margin-left:7px;text-decoration:none;display:inline-block;overflow:hidden;
                white-space:nowrap;text-overflow:ellipsis;width:128px;
            }
            .course_hot .menu-course-card p a:hover{
                color:#62B4F7;
            }
            /*end course_hot*/

            /*catalog start*/
            .course_hot .catalog-menu{
                height:200px;margin-top:-2px;position:relative
            }
            .course_hot .box{
                border-bottom:0;
            }
            .course_hot .catalog-menu .mod-catalog-box{
                display:inline-block;width:240px;height:420px;float:left;
                margin-left:-20px;position:absolute;top:1px;left:0;
            }
            .course_hot .catalog-menu .mod-catalog-box2{
                margin-left:0;height:220px;
            }
            .course_hot .catalog-menu .catalog-menu-div ul{
                list-style:none;width:734px;float:left;
                margin-top:20px;margin-left:242px;
            }
            .course_hot .catalog-menu .catalog-menu-div .catalog-menu-ul{
                margin-left:491px;
            }
            .course_hot .catalog-menu .catalog-menu-div ul li{
                float:left; width:220px;height:124px;
                margin:0 34px 76px -10px;
            }
            
            .course_hot .menu-course-card{
                width:232px;height:180px;border:1px solid transparent;
                padding:10px 0px 8px 11px;font-size:14px;
            }
            .course_hot .menu-course-card:hover{
                border:1px solid #dddddd;
            }
            .course_hot .menu-course-card .course-img{
                display:block;width:220px;height:124px;position:relative;
            }
            .course_hot .menu-course-card .course-img .icon-card-play{
                position:absolute;background:url("picture/icon-card-play.png");
                width:30px;height:30px;bottom:10px;left:10px;
            }
            .course_hot .menu-course-card .course-description{
                display:block;color:#333;
                white-space:nowrap;text-overflow:ellipsis;width:220px;padding-top:8px;
                overflow:hidden;text-decoration:none;
            }
            .course_hot .menu-course-card .course-description:hover{
                color:#62B4F7;
            }
            .course_hot .menu-course-card p{
                padding-top:2px;color:#dedede;
            }
            .free{
                color:#5FB41B;display:inline-block;vertical-align:4px;
                *height:16px;
            }
            .charge{
                color:#E85308;vertical-align:4px;margin-right:9px;*display:inline-block;*height:16px
            }
            .course_hot .menu-course-card .symbol{
                display:inline-block;vertical-align:4px;margin-right:4px;
                *height:16px;
            }
            .course_hot .menu-course-card p a{
                color:#999;margin-left:7px;text-decoration:none;display:inline-block;overflow:hidden;
                white-space:nowrap;text-overflow:ellipsis;width:128px;
            }
            .course_hot .menu-course-card p a:hover{
                color:#62B4F7;
            }

            .course_hot .catalog-menu .course-rank{
                width:242px;height:390px;float:right;
                margin-top:28px;margin-right:-24px;
            }
            .course_hot .catalog-menu .rank-type{
                width:218px;height:29px;list-style:none;
                border-bottom:1px solid #dfdfdf;margin-top:3px;
            }
            .course_hot .catalog-menu .rank-type li{
                float:left;height:29px;text-align:center;
                width:105px;font-size:16px;
                color:#999;padding-left:1px
            }
            .course_hot .catalog-menu .rank-type li:last-child{
                padding-left:5px
            }
            .rank-type-sel{
                color:#331 ! important;border-bottom:1px solid #188eee
            }
            .course_hot .catalog-menu .course-rank .rank-menu{
                margin-right:1px;width:242px;
            }
            .course_hot .catalog-menu .course-rank .rank-menu ul{
                list-style:none;text-align:center;margin-top:10px;margin-left:-11px
            }
            .course-rank .rank-menu .rank-menu-ul li{
                width:218px;height:32px;padding:0 12px;line-height:26px;
            }
            .course-rank .rank-menu .rank-menu-ul li:hover{
                background:#e5e5e5;
            }
            .course-rank .rank-menu .rank-menu-ul .rank-menu-li-first{
                height:83px;padding:6px 12px;
            }
            .course-rank .rank-menu .rank-menu-ul li .rank-menu-num{
                display:inline-block;width:18px;height:18px;
                background:url("picture/button.png");float:left;margin-left:1px;
            }
            .course-rank .rank-menu .rank-menu-ul li .rank-menu-num-1{
                background-position:-105px -163px;margin:5px 11px 0 -1px;
            }
            .course-rank .rank-menu .rank-menu-ul li .rank-menu-num-2{
                background-position:-84px -163px;margin:7px 14px 0 -1px;
            }
            .course-rank .rank-menu .rank-menu-ul li .rank-menu-num-3{
                background-position:-21px -163px;margin:7px 14px 0 -1px;
            }
            .course-rank .rank-menu .rank-menu-ul li .rank-menu-num-4{
                background-position:-174px -130px;margin:7px 14px 0 -1px;
            }
            .course-rank .rank-menu .rank-menu-ul li .rank-menu-num-5{
                background-position:-49px -57px;margin:7px 14px 0 -1px;
            }
            .course-rank .rank-menu .rank-menu-ul li .rank-menu-num-6{
                background-position:0 -163px;margin:7px 14px 0 -1px;
            }
            .course-rank .rank-menu .rank-menu-ul li .rank-menu-num-7{
                background-position:-63px -163px;margin:7px 14px 0 -1px;
            }
            .course-rank .rank-menu .rank-menu-ul li .rank-menu-num-8{
                background-position:-42px -163px;margin:7px 14px 0 -1px;
            }
            .course-rank .rank-menu .rank-menu-ul li .rank-menu-num-9{
                background-position:-195px -130px;margin:7px 14px 0 -1px;   
            }
            .rank-menu-num-1,.rank-menu-num-2,.rank-menu-num-3,.rank-menu-num-4,.rank-menu-num-5,.rank-menu-num-6,.rank-menu-num-7,.rank-menu-num-8,.rank-menu-num-9{
                *margin-right:1px
            }
            .course-rank .rank-menu .rank-menu-ul .rank-menu-li-first .rank-menu-content{
                display:inline-block;width:184px;height:84px;
                float:left;
            }
            .rank-description{
                display:block;color:#333;font-size:14px;
                white-space:nowrap;text-overflow:ellipsis;width:180px;
                overflow:hidden;text-decoration:none;margin-left:3px;
                margin-bottom:3px;*margin-left:-5px;text-align:left;
            }
            .rank-description-other{
                line-height:31px;text-align:left;
            }
            .course-rank .rank-menu .rank-menu-ul .rank-menu-li-first .rank-menu-content .rank-free-img{
                *float:left;
            }
            .course-rank .rank-menu .rank-menu-ul .rank-menu-li-first .rank-menu-content span{
                font-size:14px; display:block;margin-top:-1px;margin-bottom:3px;
            }
            .course-rank .rank-menu .rank-menu-ul .rank-menu-li-first .rank-menu-content .rank-college{
                color:#999;text-decoration:none;display:inline-block;overflow:hidden;
                white-space:nowrap;text-overflow:ellipsis;margin-left:-6px;
            }
            .course-rank .rank-menu .rank-menu-ul .rank-menu-li-first .rank-menu-content .rank-menu-course{
                float:right;width:96px;margin-left:-8px;
            }

            /*end catalog*/

            /*agency-div start*/
            .agency-div{
                height:95px;padding:80px 33px;
                width:1200px;
            }
            .agency-div .agency-apply{
                width:96px;height:96px;float:left;
            }
            .agency-apply h3{
                font-size:22px;font-weight:normal;margin-top:21px;
                margin-bottom:4px;display:block
            }
            .agency-div .apply{
                font-size:14px;color:#188eee;
                text-decoration:none;
            }
            .agency-div .agency-list{
                width:1090px;height:92px;margin-left:14px;
                float:left;position:relative;overflow:hidden;
            }
            .agency-pre,.agency-next{
                width:26px;height:30px;display:block;position:absolute;
                top:35px;background:url("picture/button.png");
            }
            .agency-list .agency-pre{
                left:0px;background-position:-58px -130px;
            }
            .agency-list ul{
                list-style:none;margin-left:45px;position:absolute;
            }
            .agency-list ul li{
                float:left;padding-right:26px;
            }
            .agency-list ul li a{
                display:inline-block;border:1px solid #eee;
            }
            .agency-list .agency-next{
                right:0px;background-position:-116px -130px;
            }
            /*end agency-div*/

            /*cooperation-div start*/
            .cooperation-div{
                width:1200px;height:250px;background:#444546;
                padding:41px 33px;
            }
            .cooperation-div h3{
                font-size:22px;color:#999;font-weight:normal;
                
            }
            .cooperation-div ul{
                list-style:none;margin-top:27px;border-bottom:1px solid #4a4b4c;height:53px;
            }
            .cooperation-div ul li{
                float:left;margin-right:40px;
            }
            .cooperation-div ul li a{
                text-decoration:none;color:#999;font-size:14px
            }
            .cooperation-div ul li a:hover{
                text-decoration:underline;
            }
            .cooperation-div .icon-logo-bottom{
                margin:0 auto;width:42px;height:32px;display:block;
                background:url("picture/icon_logo_bottom.png");
                margin-top:40px;margin-bottom:5px;
            }
            .cooperation-div p{
                text-align:center;color:#777;line-height:24px;
            }
            /*end cooperation-div*/

            /*jump-container start*/
            .jump-container{
                width:50px;height:120px;position:fixed;
                right:20px;bottom:50px;
            }
            .jump-top,.support{
                display:block;
            }
            .jump-container .jump-container-div div{
                width:50px;height:82px;overflow:hidden;cursor:pointer;position:absolute;top:0
            }
            .jump-container div .jump-plane{
                background:url("picture/jump-plane.png") no-repeat;
                display:block;width:42px;height:56px;position:absolute;top:82px;left:3px
            }
            .jump-top{
                width:42px;height:56px;opacity:0;filter:alpha(opacity=0);
                background:url("picture/bg-side-jump.png") no-repeat;
                background-position:0px 7px;
                margin-top:23px;margin-left:4px
            }
            .jump-top-hover{
                background:url("picture/bg-side-jump-hover.png") no-repeat;
                background-position:-4px -25px
            }
            .support{
                width:40px;height:40px;
                background:url("picture/button.png") no-repeat;
                background-position:-74px -73px;margin-top:3px;
                margin-left:5px;position:absolute;
            }           
            .jump-container span{
                position:absolute;z-index:2;line-height:18px;color:white;
                width:40px;height:40px;font-size:14px;text-align:center;
                background:#188eee;margin-top:3px;margin-left:5px;cursor:pointer;display:none
            }
            /*end jump-container*/
        </style>

    </head>
<body>
        /*回到顶部点击事件*/
        $(".jump-container-div").find("div .jump-plane").click(function(){
            $('body,html').animate({scrollTop:0},"normal");
            $(".jump-container-div").find("div").animate({"top":-1300},"normal",function(){
                topFlag = false;
            });
            topFlag =true;
        })
    })
    /*自动定时切换banner图*/
    function loop_banner_change(){
        timer = setInterval(function(){
            $(".ban-next").trigger("click");
        },5000);
    }
    
    /*切换banner图特效*/
    function banner_change(index){
        $("#ban-nav li").eq(index).css("backgroundPosition","-74px -116px");
        $("#ban-nav li").eq(index).siblings().css("backgroundPosition","-87px -116px");
        var background=$("#ban-nav li").eq(index).data("color");
        $("#ban-ul a").stop();
        $("#ban-ul a:visible").hide();
        $("#ban-ul li").eq(index).find("a").fadeIn("slow").show();
        $(".big-bg").css("background",background);
    }
    /*延时加载*/
    function timeout(){
        var setTimer = setTimeout(function(){
            flag = true;
            clearTimeout(setTimer);
        },1000);
    }
</script>
</body>
</html>


学的反而越迷茫

有这种感觉很正常,因为你还没有真正去公司里面待过,也不清楚自己到底要学多少东西才能胜任公司里面给你分配的活。我从你的表述来看,你的基础应该还是很扎实的。跟着网上那种全套的视频教程学肯定没有问题。

当你以后真正进入公司,发现工作的难度和量大约只有你学习时期的大约20%,你可能就会发出一声叹息:原来工作也不过如此嘛。

这是很正常的,因为大部分公司是招你进去去干活的,写业务的,不是让你一个新人去研发公司架构的。都是现成的东西,你要做的就是在别人的教导下,手把手的指挥下去添砖加瓦。到时候你恐怕要惊呼:就这?

所以,放松心态吧,好好享受大学时光
—————————————————


学习更多

关注我 | 点赞博文 | 每天带你涨知识


在这里插入图片描述

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/49406.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

算法竞赛入门【码蹄集进阶塔335题】(MT2281-2285)

算法竞赛入门【码蹄集进阶塔335题】(MT2281-2285&#xff09; 文章目录算法竞赛入门【码蹄集进阶塔335题】(MT2281-2285&#xff09;前言为什么突然想学算法了&#xff1f;为什么选择码蹄集作为刷题软件&#xff1f;目录1. MT2281 另一种模2. MT2282 小码哥的认可3. MT2283 整数…

安卓版微信8.0.31内测版出炉:安装包变小,功能变多!

人是社会性生物&#xff0c;建立依恋、经营亲密关系是人的本能&#xff0c;只不过到了网络时代之后&#xff0c;用户进行交流的方式几乎都变成了微信等社交软件。 不仅可以让用户很便捷的和朋友进行沟通&#xff0c;并且在上班办公的时候&#xff0c;也是可以轻松传输文件等&a…

C++ · 手把手教你写一个扫雷小游戏

Hello&#xff0c;大家好&#xff0c;我是余同学。这两个月真是太忙了&#xff0c;无暇给大家更新文章… 暑假不是写了个扫雷小游戏吗(Link)&#xff1f;考虑到很多同学对代码没有透彻的理解&#xff0c;那么&#xff0c;这篇文章&#xff0c;我们来详细分析一下代码. 我们分…

【图像处理OpenCV(C++版)】——初学OpenCV

前言&#xff1a; &#x1f60a;&#x1f60a;&#x1f60a;欢迎来到本博客&#x1f60a;&#x1f60a;&#x1f60a; &#x1f31f;&#x1f31f;&#x1f31f; 本专栏主要结合OpenCV和C来实现一些基本的图像处理算法并详细解释各参数含义&#xff0c;适用于平时学习、工作快…

百数低代码开发平台助力生产管理:制造管理系统

随着全球经济化与信息化&#xff0c;制造企业的生产管理系统的建立对于制造业企业的信息化以及生产的智能化具有重要的意义&#xff0c;同时也是促进现代工业进步和发展的基础条件之一。我国制造业属于传统行业&#xff0c;凭借生产规模大且劳动力资源丰富在全世界拥有着一定地…

[附源码]计算机毕业设计springboot旅游度假村管理系统

项目运行 环境配置&#xff1a; Jdk1.8 Tomcat7.0 Mysql HBuilderX&#xff08;Webstorm也行&#xff09; Eclispe&#xff08;IntelliJ IDEA,Eclispe,MyEclispe,Sts都支持&#xff09;。 项目技术&#xff1a; SSM mybatis Maven Vue 等等组成&#xff0c;B/S模式 M…

Android 反编译入门(基于 Mac)

1 反编译基础 1.1 什么是反编译 定义&#xff1a;反编译就是将可执行程序转换为某种形式的高级编程语言的过程。 1.2 APK 文件的构成 首先&#xff0c;我们通过一张图来看看 APK 的整体组成&#xff1a; 可以看到&#xff0c;APK 主要由六个部分组成&#xff1a; Dex 文件…

什么值得一个头条?从世界杯看“头条”正确打开方式

“足球皇帝”贝肯鲍尔曾说&#xff1a;“在绿茵场上滚动的不是足球&#xff0c;而是黄金。” 卡塔尔世界杯不仅是球迷的盛宴&#xff0c;也是品牌的盛宴。绿茵场广告屏上&#xff0c;众多品牌纷纷现身。还有部分中国企业通过签约球队和球星等形式露面世界杯&#xff0c;共同挖…

【附源码】计算机毕业设计JAVA紫陶文化传播与学习交流网站

【附源码】计算机毕业设计JAVA紫陶文化传播与学习交流网站 目运行 环境项配置&#xff1a; Jdk1.8 Tomcat8.5 Mysql HBuilderX&#xff08;Webstorm也行&#xff09; Eclispe&#xff08;IntelliJ IDEA,Eclispe,MyEclispe,Sts都支持&#xff09;。 项目技术&#xff1a;…

熤星传媒文化:抖音怎么切换到旧版本?

抖音现在也在不断地更新版本&#xff0c;但是很多小伙伴可能想知道一些新版本的功能&#xff0c;就随着了、系统去升级了&#xff0c;但是用着用着发现自己更喜欢旧版本的&#xff0c;那么抖音店铺又怎么去做店铺带货呢&#xff1f;跟着熤星传媒小编来一起看看吧&#xff01; 帐…

OWASP top10 的介绍

​ OWASP top10 的介绍 2021年版TOP 10产生三个新类别&#xff0c;且进行了一些整合 ​​ A01&#xff1a;失效的访问控制 ​ 从第五位上升称为Web应用程序安全风险最严重的类别&#xff0c;常见的CWE包括&#xff1a;将敏感信息泄露给未经授权的参与者、通过发送的数据泄…

07 CSS04

目标&#xff1a; 1、结构伪类选择器 2、伪元素 3、标准流 4、浮动 5、清除浮动 6、&#xff08;拓展&#xff09;BFC介绍 一、结构伪类选择器 1、作用与优势 作用&#xff1a;根据元素在HTML中的结构关系查找元素 优势&#xff1a;减少对于HTML中类的依赖&#xff0c;有…

[附源码]计算机毕业设计springboot家庭整理服务管理系统

项目运行 环境配置&#xff1a; Jdk1.8 Tomcat7.0 Mysql HBuilderX&#xff08;Webstorm也行&#xff09; Eclispe&#xff08;IntelliJ IDEA,Eclispe,MyEclispe,Sts都支持&#xff09;。 项目技术&#xff1a; SSM mybatis Maven Vue 等等组成&#xff0c;B/S模式 M…

【MySQL】 MySQL亿级数据、主从架构,Sharding分片

数据库Mysql 内容管理MySQL填充亿级数据Insert into select存储过程loop insertLoadfile 导入CVS文件MySQL基准测试&#xff1a; sysbench、mysqlslapsysbenchmysqlslapSQL优化分页查询优化慢SQL日志工具mysqldumpslowMySQL主从复制MySQL主从复制 knowledgeMySQL二进制日志log_…

APS生产计划排产降低企业的生产运营成本

企业运营成本是企业管理的关键&#xff0c;也是企业加强管理&#xff0c;提高企业效益的重要途径&#xff0c;在多数企业的发展中&#xff0c;如何更有效地控制企业运营成本将显得极为突出和十分重要。 APS生产计划排产可以从“设备、物料、人力”三方面降低企业的运营成本&…

基于Go语言的网盘开发(GloudDisk)

&#xff08;记录一下自己做项目的过程&#xff09; 基于go-zero实现的简易的网盘系统&#xff0c;如果有小伙伴对这个项目感兴趣&#xff0c;可以去网上搜索一些资料。这里推荐一下我学习的来源&#xff1a;【项目实战】基于Go-zero、Xorm的网盘系统_哔哩哔哩_bilibili 确定…

AutoCAD Electrical 2022—项目中新建、添加、删除图纸

右键点击项目—选择新建图纸&#xff1b; 点击快捷图标&#xff0c;新建图形&#xff1b; 弹出对话框&#xff0c;在名称中输入图纸名称&#xff1b; 模板为图框的样式&#xff0c;位置代号&#xff0c;图纸保存的位置&#xff1b; 其他根据需要填写&#xff1b; 填写完点击…

JavaScript -- 02. 变量和数据类型

文章目录变量和数据类型1 数值(Number)1.1 普通数值1.2 其他进制的数字2 大整数&#xff08;BigInt&#xff09;3 字符串(String)3.1 基础表示3.2 转义字符3.3 模板字符串4 布尔值(Boolean)5 空值(Null)6 未定义&#xff08;Undefined&#xff09;7 符号&#xff08;Symbol&…

6-2 装载问题(分支限界)

6-2 装载问题&#xff08;分支限界&#xff09; 一、问题描述 有一批共个集装箱要装上2艘载重量分别为C1和C2的轮船&#xff0c;其中集装箱i的重量为Wi&#xff0c;且 采用下面的策略可得到最优装载方案&#xff1a; (1)将第一艘轮船尽可能装满; (2)将剩余集装箱装上第二艘轮…

基于rsync daemon 实现 sersync——sersync实现实时数据同步

1 sersync 介绍 sersync类似于inotify&#xff0c;同样用于监控&#xff0c;但它克服了inotify的缺点. inotify最大的不足是会产生重复事件&#xff0c;或者同一个目录下多个文件的操作会产生多个事件&#xff0c;例如&#xff0c;当监控目录中有5个文件时&#xff0c;删除目录…