实现网页-学成在线

文章目录

html

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>

    <link rel="stylesheet" href="./css/base.css">
    <link rel="stylesheet" href="./css/index.css">

</head>
<body>
    <!-- 头部区域 -->
    <div class="header">
        <div class="wrapper">
            <!-- logo -->
            <div class="logo">
                <h1><a href="#">学成在线</a></h1>
            </div>
            <!-- 导航 -->
            <div class="nav"><ul>
                <li><a href="#" class="active">首页</a></li>
                <li><a href="#">课程</a></li>
                <li><a href="#">职业规划</a></li>
            </ul></div>
            <!-- 搜索 -->
            <div class="search">
                <input type="text" placeholder="输入关键词">
                <a href="#"></a>
            </div>
            <!-- 用户 -->
            <div class="user">
                <a href="#">
                <img src="./uploads/user.png" alt="">
                <span>波仔学前端</span>
            </a>
            </div>
        </div>    
    </div>

    <!-- banner区域 -->
    <div class="banner">
        <div class="wrapper">

            <div class="left"><ul>
                <li><a href="#">前端开发</a></li>
                <li><a href="#">后端开发</a></li>
                <li><a href="#">移动开发</a></li>
                <li><a href="#">人工智能</a></li>
                <li><a href="#">商业预测</a></li>
                <li><a href="#">云计算&大数据</a></li>
                <li><a href="#">运维</a></li>
                <li><a href="#">UI设计</a></li>
                <li><a href="#">产品</a></li>
            </ul></div>


            <div class="right">
                <h3>我的课程表</h3>
                <div class="content">
                 <dl>
                    <dt>数据可视化课程</dt>
                    <dd><span>正在学习</span>- <strong>echarts使用步骤 </strong></dd>
                 </dl>  

                <dl> 
                    <dt>Vue3医疗项目课程  </dt>
                    <dd><span>正在学习</span>- <strong>认识组合式API </strong></dd>
                </dl> 

                <dl>
                    <dt>React核心技术课程</dt>
                    <dd><span>正在学习</span>- <strong>rudex配合TS使用 </strong></dd>
                 </dl>
                <a href="#">全部课程</a>
                </div>

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

    <!-- 精品推荐 -->
    <div class="recommend wrapper">
        <h3>精品推荐</h3>
        <ul>
            <li><a href="#">HTML</a></li>
            <li><a href="#">css</a></li>
            <li><a href="#">JavaScript</a></li>
            <li><a href="#">Node.js</a></li>
            <li><a href="#">Ajax</a></li>
            <li><a href="#">Vue2.0</a></li>
            <li><a href="#">Vue3.0</a></li>
            <li><a href="#">TYPEScript</a></li>
            <li><a href="#">React</a></li>
        </ul>
        <a href="#" class="modefy">修改兴趣</a>
    </div>

    <!-- 精品推荐的课程 -->
    <div class="course wrapper">
    <!-- 标题 -->
    <div class="hd">
        <h3>精品推荐</h3>
        <a href="#" class="more">查看全部</a>
    </div>
    <!-- 内容 -->
    <div class="bd">
        <ul>
            <li>
                <a href="#">
                <div class="pic">
                    <img src="./uploads/course01.png" alt="">
                </div>
                <div class="text">
                    <h3>JavaScript数据看板项目实战</h3>
                    <p>
                        <span>高级</span> . <i>1125</i>人在学习
                    </p>
                </div>
            </a>
            </li>

            <li>
                <a href="#">
                <div class="pic">
                    <img src="./uploads/course02.png" alt="">
                </div>
                <div class="text">
                    <h3>Vue.js实战——面经全端项目</h3>
                    <p>
                        <span>高级</span> . <i>1125</i>人在学习
                    </p>
                </div>
            </a>
            </li>   <li>
                <a href="#">
                <div class="pic">
                    <img src="./uploads/course03.png" alt="">
                </div>
                <div class="text">
                    <h3>玩转Vue全家桶,iHRM人力资源项目</h3>
                    <p>
                        <span>高级</span> . <i>1125</i>人在学习
                    </p>
                </div>
            </a>
            </li>   <li>
                <a href="#">
                <div class="pic">
                    <img src="./uploads/course04.png" alt="">
                </div>
                <div class="text">
                    <h3>Vue.js实战医疗项目——优医问诊</h3>
                    <p>
                        <span>高级</span> . <i>1125</i>人在学习
                    </p>
                </div>
            </a>
            </li>   <li>
                <a href="#">
                <div class="pic">
                    <img src="./uploads/course05.png" alt="">
                </div>
                <div class="text">
                    <h3>小程序实战:小兔鲜电商小程序项目</h3>
                    <p>
                        <span>高级</span> . <i>1125</i>人在学习
                    </p>
                </div>
            </a>
            </li>   <li>
                <a href="#">
                <div class="pic">
                    <img src="./uploads/course06.png" alt="">
                </div>
                <div class="text">
                    <h3>前端框架Flutter开发实战</h3>
                    <p>
                        <span>高级</span> . <i>1125</i>人在学习
                    </p>
                </div>
            </a>
            </li>   <li>
                <a href="#">
                <div class="pic">
                    <img src="./uploads/course07.png" alt="">
                </div>
                <div class="text">
                    <h3>熟练使用React.js——极客园H5项目</h3>
                    <p>
                        <span>高级</span> . <i>1125</i>人在学习
                    </p>
                </div>
            </a>
            </li>   <li>
                <a href="#">
                <div class="pic">
                    <img src="./uploads/course08.png" alt="">
                </div>
                <div class="text">
                    <h3>熟练使用React.js——极客园PC端项目</h3>
                    <p>
                        <span>高级</span> . <i>1125</i>人在学习
                    </p>
                </div>
            </a>
            </li>   <li>
                <a href="#">
                <div class="pic">
                    <img src="./uploads/course09.png" alt="">
                </div>
                <div class="text">
                    <h3>前端实用技术,Fetch API 实战</h3>
                    <p>
                        <span>高级</span> . <i>1125</i>人在学习
                    </p>
                </div>
            </a>
            </li>   <li>
                <a href="#">
                <div class="pic">
                    <img src="./uploads/course10.png" alt="">
                </div>
                <div class="text">
                    <h3>前端高级Node.js零基础入门教程</h3>
                    <p>
                        <span>高级</span> . <i>1125</i>人在学习
                    </p>
                </div>
            </a>
            </li>




        </ul>
    </div>

    </div>


    <!-- 前端 -->
    <div class="lr wrapper">
    <!-- 标题 -->
    <div class="hd">
        <h3>前端开发工程师</h3>
        <ul>
            <li ><a href="#"class="active">热门</a></li>
            <li><a href="#">初级</a></li>
            <li><a href="#">中级</a></li>
            <li><a href="#">高级</a></li>
        </ul>
        <a href="#" class="more">查看全部</a>
    </div>
    <div class="bd">
        <div class="left">
                <img src="./uploads/web_left.png" alt=""> 
        </div>
        <div class="right">
           <div class="top">
                <img src="./uploads/web_top.png" alt="">
            </div>
            <div class="bottom">
                <ul>
                    <li>
                        <a href="#">
                        <div class="pic">
                            <img src="./uploads/web01.png" alt="">
                        </div>
                        <div class="text">
                            <h3>JavaScript数据看板项目实战</h3>
                            <p>
                                <span>高级</span> . <i>1125</i>人在学习
                            </p>
                        </div>
                    </a>
                    </li>
                    <li>
                        <a href="#">
                        <div class="pic">
                            <img src="./uploads/web02.png" alt="">
                        </div>
                        <div class="text">
                            <h3>Vue.js实战——面经全端项目</h3>
                            <p>
                                <span>高级</span> . <i>1125</i>人在学习
                            </p>
                        </div>
                    </a>
                    </li>   
                    <li>
                        <a href="#">
                        <div class="pic">
                            <img src="./uploads/web03.png" alt="">
                        </div>
                        <div class="text">
                            <h3>Vue.js实战——面经全端项目</h3>
                            <p>
                                <span>高级</span> . <i>1125</i>人在学习
                            </p>
                        </div>
                    </a>
                    </li> 
                    <li>
                        <a href="#">
                        <div class="pic">
                            <img src="./uploads/web04.png" alt="">
                        </div>
                        <div class="text">
                            <h3>玩转Vue全家桶,iHRM人力资源项目</h3>
                            <p>
                                <span>高级</span> . <i>1125</i>人在学习
                            </p>
                        </div>
                    </a>
                    </li>  
                </ul>
            </div>

        </div>
    </div>
    </div>
    <!-- python -->
    <div class="lr wrapper">
        <!-- 标题 -->
        <div class="hd">
            <h3>Python+大数据开发</h3>
            <ul>
                <li ><a href="#"class="active">热门</a></li>
                <li><a href="#">初级</a></li>
                <li><a href="#">中级</a></li>
                <li><a href="#">高级</a></li>
            </ul>
            <a href="#" class="more">查看全部</a>
        </div>
        <div class="bd">
            <div class="left">
                    <img src="./uploads/python_left.png" alt=""> 
            </div>
            <div class="right">
               <div class="top">
                    <img src="./uploads/python_top.png" alt="">
                </div>
                <div class="bottom">
                    <ul>
                        <li>
                            <a href="#">
                            <div class="pic">
                                <img src="./uploads/python01.png" alt="">
                            </div>
                            <div class="text">
                                <h3>JavaScript数据看板项目实战</h3>
                                <p>
                                    <span>高级</span> . <i>1125</i>人在学习
                                </p>
                            </div>
                        </a>
                        </li>
                        <li>
                            <a href="#">
                            <div class="pic">
                                <img src="./uploads/python02.png" alt="">
                            </div>
                            <div class="text">
                                <h3>Vue.js实战——面经全端项目</h3>
                                <p>
                                    <span>高级</span> . <i>1125</i>人在学习
                                </p>
                            </div>
                        </a>
                        </li>   
                        <li>
                            <a href="#">
                            <div class="pic">
                                <img src="./uploads/python03.png" alt="">
                            </div>
                            <div class="text">
                                <h3>Vue.js实战——面经全端项目</h3>
                                <p>
                                    <span>高级</span> . <i>1125</i>人在学习
                                </p>
                            </div>
                        </a>
                        </li> 
                        <li>
                            <a href="#">
                            <div class="pic">
                                <img src="./uploads/python04.png" alt="">
                            </div>
                            <div class="text">
                                <h3>玩转Vue全家桶,iHRM人力资源项目</h3>
                                <p>
                                    <span>高级</span> . <i>1125</i>人在学习
                                </p>
                            </div>
                        </a>
                        </li>  
                    </ul>
                </div>
    
            </div>
        </div>
        </div>

    <!-- 人工智能 -->
       <div class="course wrapper">
        <!-- 标题 -->
        <div class="hd">
            <h3>人工智能</h3>
            <ul>
                <li ><a href="#"class="active">热门</a></li>
                <li><a href="#">初级</a></li>
                <li><a href="#">中级</a></li>
                <li><a href="#">高级</a></li>
            </ul>
            <a href="#" class="more">查看全部</a>
        </div>
        <!-- 内容 -->
        <div class="bd">
            <ul>
                <li>
                    <a href="#">
                    <div class="pic">
                        <img src="./uploads/ai01.png" alt="">
                    </div>
                    <div class="text">
                        <h3>JavaScript数据看板项目实战</h3>
                        <p>
                            <span>高级</span> . <i>1125</i>人在学习
                        </p>
                    </div>
                </a>
                </li>
    
                <li>
                    <a href="#">
                    <div class="pic">
                        <img src="./uploads/ai02.png" alt="">
                    </div>
                    <div class="text">
                        <h3>Vue.js实战——面经全端项目</h3>
                        <p>
                            <span>高级</span> . <i>1125</i>人在学习
                        </p>
                    </div>
                </a>
                </li>   <li>
                    <a href="#">
                    <div class="pic">
                        <img src="./uploads/ai03.png" alt="">
                    </div>
                    <div class="text">
                        <h3>玩转Vue全家桶,iHRM人力资源项目</h3>
                        <p>
                            <span>高级</span> . <i>1125</i>人在学习
                        </p>
                    </div>
                </a>
                </li>   <li>
                    <a href="#">
                    <div class="pic">
                        <img src="./uploads/ai05.png" alt="">
                    </div>
                    <div class="text">
                        <h3>Vue.js实战医疗项目——优医问诊</h3>
                        <p>
                            <span>高级</span> . <i>1125</i>人在学习
                        </p>
                    </div>
                </a>
                </li>   <li>
                    <a href="#">
                    <div class="pic">
                        <img src="./uploads/ai06.png" alt="">
                    </div>
                    <div class="text">
                        <h3>小程序实战:小兔鲜电商小程序项目</h3>
                        <p>
                            <span>高级</span> . <i>1125</i>人在学习
                        </p>
                    </div>
                </a>
                </li>   
    
    
    
    
            </ul>
        </div>
    
        </div>
    

    <!-- 版权 -->

    <div class="footer">
        <div class="wrapper">
            <div class="left">
                <a href="#"><img src="./images/logo.png" alt=""></a>
                <p>学成在线致力于普及中国最好的教育它与中国一流大学和机构合作提供在线课程。
                    © 2017年XTCG Inc.保留所有权利。-沪ICP备15025210号</p>
                <a href="#" class="download">下载app</a>
            </div>
            <div class="right">
                <dl>
                    <dt>关于学成网</dt>
                    <dd><a href="#">关于</a></dd>
                    <dd><a href="#">管理团队</a></dd>
                    <dd><a href="#">工作机会</a></dd>
                    <dd><a href="#">客户服务</a></dd>
                    <dd><a href="#">帮助</a></dd>
                </dl>
                <dl>
                    <dt>新手指南</dt>
                    <dd><a href="#">如何注册</a></dd>
                    <dd><a href="#">如何选课</a></dd>
                    <dd><a href="#">如何拿到毕业证</a></dd>
                    <dd><a href="#">学分是什么</a></dd>
                    <dd><a href="#">期末未通过怎么办</a></dd>

                </dl>
                <dl>
                    <dt>合作伙伴</dt>
                    <dd><a href="#">合作机构</a></dd>
                    <dd><a href="#">合作导师</a></dd>
                </dl>
            </div>

        </div>
    </div>
    
</body>
</html>

css

.wrapper{
margin:0 auto;
width: 1200px;
}
body{
background-color: #f3f5f7;
}
/* 头部区域 /
.header{
height: 100px;
background-color: white;
}
.header .wrapper{
display: flex;
padding-top: 29px; ;
}
/
logo /
.logo a{
display: block;
width: 195px;
height: 41px;
background-image: url(…/images/logo.png);
font-size: 0;
}
/
导航 */
.nav{
margin-left: 102px;
}
.nav ul{
display: flex;
}

.nav li a{
display: block;
padding: 6px 8px;
line-height: 27px;
font-size: 19px;

}
.nav li .active,
.nav li a:hover{
border-bottom: 2px solid #00a4ff;
}
/* 搜索 */
.search{
display: flex;
width: 412px;
height: 40px;
border-radius: 20px;

background-color: #f3f5f7;
margin-left: 64px;
padding-left: 19px;
padding-right: 12px;

}
.search input{
/* 弹性伸缩比 /
flex: 1;
border: 0;
/
继承父类 /
background-color: transparent;
/
去掉焦点框 */
outline: none;

}
.search input::placeholder{
font-size: 14px;
color: #999;
}
.search a {
/* 弹性盒子垂直居中 /
align-self: center;
width: 16px;
height: 16px;
background-image: url(…/images/search.png);
}
/
用户 /
.user {
margin-left: 32px;
margin-top: 4px;
}
.user img {
margin-right: 7px;
/
vertical-align 行内块和行内垂直方向对齐方式 /
vertical-align: middle;
}
.user span {
font-size: 16px;
color: #666;
}
/
bannner区域 */
.banner{
height: 420px;

background-color: #0092cd;

}
.banner .wrapper{
display: flex;
justify-content: space-between;
height: 420px;
background-image: url(…/uploads/banner.png);
}

/* 侧导航 */
.banner .left{
padding: 3px 20px ;
width: 191px;
background-color: rgba(0,0,0,0.42);
}

.banner .left a{
display: block;
height: 46px;
font-size: 16px;
line-height: 46px;
background-image: url(…/images/right.png);
background-repeat: no-repeat;
background-position: right;
color: #ffffff;
}

.banner .wrapper .left li a:hover{
color: #00a4ff;

background-image: url(../images/right-hover.png);
background-repeat: no-repeat;
background-position: right;

}

/* 课程表 */
.banner .right{
width: 218px;
height: 305px;
background-color: #209dd5;
margin-top: 60px;
margin-bottom: 56px;

border-radius: 10px;

}
.banner .right h3{
height: 48px;

color: #ffffff;
font-size: 15px;
line-height: 48px;
margin: 18px 129px 8px 14px ;

}

.banner .right .content{
height: 257px;
background-color: #ffffff;
padding: 14px;

border-radius: 10px;

}

.banner .right .content dl{
margin-bottom: 12px;
border-bottom: 1px solid #e0e0e0;
}
.banner .right .content dl dt{
margin-bottom: 8px;
font-weight: 700;
line-height: 20px;
font-size: 14px;
}
.banner .right .content dd{
margin-bottom: 8px;
font-size: 12px;
line-height: 16px;

}
.banner .right .content dd span{
color: #00a4ff;
}
.banner .right .content dd strong{
color: #7d7d7d;
font-weight: 400;
}

.banner .right .content a{
display: block;
width: 190px;
height: 32px;
background-color: #0092cd;
text-align: center;
border-radius: 15px;

font-size: 14px;
line-height: 32px;
color: #fff;

}

/* 精品推荐 */
.recommend{
display: flex;
height: 60px;
background-color: #fff;
box-shadow: 0px 1px 2px 0px
rgba(211,211,211,0.5);

margin-top: 11px;
padding: 0 20px;
line-height: 60px;

}

.recommend h3{
font-size: 18px;
color: #00a4ff;
font-weight: 400;
}

.recommend ul{

flex: 1;
display: flex;

}

.recommend ul li a{
padding: 0 24px;
border-right: 1px solid #e0e0e0;
font-size: 18px;
}

.recommend ul li:last-child a{
border-right: none;
}
.recommend .modefy{
font-size: 16px;
color: #00a4ff;
}

/* 精品推荐的课程 公共类*/

.course{
margin-top: 15px;

}
.hd{
display: flex;
justify-content: space-between;
height: 60px;
line-height: 60px;
}
.hd h3{
font-weight: 400;
font-size: 21px;
}
.hd .more{
background: url(…/images/more.png) no-repeat right center;
font-style: 14px;
color: #999;
padding-right: 20px;

}

/* 课程区域 公共类 */
.bd ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.bd li{
width: 228px;
height: 271px;
background-color: pink;
margin-bottom: 14px;
}

.bd li .pic{
height: 156px;
}
.bd li .text{
height: 115px;
background-color: #fff;
padding: 20px;

}
.bd li .text h3{
height: 40px;
font-weight: 400;
margin-bottom: 13px;
font-size: 14px;
line-height: 20px;
}
.bd li .text p{
font-size: 14px;
line-height: 20px;
color: #999;
}
.bd li .text p span{
color: #fa6400;
}
.bd li .text p i{
font-style: normal;
}

/* 前端 */
.hd ul{
display: flex;
}

.hd li{
margin-right: 60px;
font-size: 16px;
}
.hd li .active{
color: #00a4ff;
}

.lr .bd{
display: flex;
justify-content: space-between;
}
.bd .left{
width: 228px;
height: 386px;
}
.bd .right {
width: 957px;
}
.bd .right .top{
margin-bottom: 15px;
height: 100px;
}
/* 版权 */
.footer{
height: 273px;
background-color: #fff;
margin-top: 60px;
padding-top: 60px;
}
.footer .wrapper{
display: flex;
justify-content: space-between;
}

.footer .left{
width: 440px;
}
.footer .left p{
margin-top: 24px;
margin-bottom: 14px;
font-size: 12px;
line-height: 17px;
color: #666;
}
.footer .left .download{
display: block;
width: 120px;
height: 36px;

text-align: center;
line-height: 36px;

font-size: 16px;

color: #00a4ff;
border: solid 1px #00a4ff;

}
.footer .right{
display: flex;
}
.footer .right dl{
margin-right: 130px;
}
.footer .right dt{
margin-bottom: 12px;
font-size: 16px;
line-height: 23px;
}
.footer .right a{
font-size: 14px;
line-height: 24px;
color: #666;
}

样式

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

在这里插入图片描述

感悟

1.写css样式时,要注意一些可重复使用的样式,对这些样式,设置时要注意使用具体标签。
2.对flex布局进一步把握
3.对字体,字号等进一步掌握
4.在对html标签选择时,选择合适的标签可减少开发难度
5.

  • 0
    点赞
  • 11
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值