“优课教育”源码



```html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>游客教育网站</title>
    <link href="index.css" type="text/css" rel="stylesheet"/>
</head>
<body>
    <div id="header">
        <ul class="nav">
            <li class="loge"><img src="images/logo.png"/></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>
        </ul>
    </div>
    <div id="content">

        <div class="banner">
            <img src="images/banner.jpg"/>
        </div>

        <div class="style_bg">

            <div class="style">
                <dl>
                    <dt class="left1"></dt><dd class="left2"><a href="#">大学专区</a></dd>
                    <dt class="left3"></dt><dd class="left4"><a href="#">求职专区</a></dd>
                </dl>
                <dl>
                    <dt class="center1"></dt><dd class="center2"><a href="#">高中专区</a></dd> 
                    <dt class="center3"></dt><dd class="center4"><a href="#">考证专区</a></dd>
                </dl>
                <dl class="third">
                    <dt class="right1"></dt><dd class="right2"><a href="#">线上精品课专区</a></dd>
                </dl>
            </div>

        </div>

        <h2>热门课程 / Popular courses</h2>

        <div class="current">
            <dl>
                <dt class="match_1"></dt>
                <dd class="current01">软件工程师课程</dd>
                <dd class="current02"><a class="three" href="#">高级IT人才的捷径</a></dd>
            </dl>
            <dl>
                <dt class="match_2"></dt>
                <dd class="current01">Java课程</dd>
                <dd class="current02"><a class="three" href="#">工程师必修课</a></dd>
            </dl>
            <dl>
                <dt class="match_3"></dt>
                <dd class="current01">Python课程</dd>
                <dd class="current02"><a class="three" href="#">热门行业新趋势</a></dd>
            </dl>
            <dl>
                <dt class="match_4"></dt>
                <dd class="current01">UI设计课程</dd>
                <dd class="current02"><a class="three" href="#">设计师必修课程</a></dd>
            </dl>
        </div>

    </div>

    <div id="footer">
        
        <p>Copyright © 2022-2030 Edu.com,All rights reserved.</p>
        <p>2020-2030,版权所有 优客网 00CP备 222222222</p>

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

```css
*{
    margin:0;
    padding:0;
    list-style:none;
}

body{
    background:#fff9ed;
    font-family:"微软雅黑";
    font-size:14px;
}

a:link,a:visited{
    text-decoration:none;
    color:#fff;
    font-size:16px;
}
#header{
    width:100%;
    height:128px;
    background:url(images/head_bg.jpg) repeat-x;
    border-bottom:3px solic #d5d5d5;
}

.nav{
    width:980px;
    margin:0 auto;
}

li{
    float:left;
}

li a{
    display:inline-block;
    height:91px;
    width:119px;
    text-align:center;
    line-height:70px;
}

li a:hover{
    background:url(images/xuanfu.png) center center;
}

#content{
    width:980px;
    margin:0 auto;
}

.style_bg{
    width:908px;
    height:330px;
    background:#6dbf2d;
    padding:10px 36px 5px;
}

.style{
    width:892px;
    height:314px;
    background:#fff;
    padding:8px 10px 8px 6px;
}

.style dl{
    width:279px;
    height:313px;
    float:left;
    margin-left:4px;
}

.style .third{
    width:322px;
}

.style dt,.style dd{
    float:left;
}

.style .left1,.style .left3,.style .center1,.style .center3{
    width:162px;
}

.style .left2,.style .left4,.style .center2,.style .center4,.style .right2{
    width:117px;
}

.style .left1,.style .left2,.style .center1,.style .center2{
    margin-bottom:8px;
}

.style .left1{
    height:169px;
    background:url(images/pic01.jpg) no-repeat;
}

.style .left2{
    height:160px;
    line-height:169px;
}

.style .left3{
    height:137px;
    background:url(images/pic02.jpg) no-repeat;
}

.style .left4{
    height:137px;
    line-height:137px;
}

.style .center1{
    height:117px;
    background:url(images/pic03.jpg) no-repeat;
}

.style .center2{
    height:117px;
    line-height:117px;
}

.style .center3{
    height:188px;
    background:url(images/pic04.jpg) no-repeat;
}

.style .center4{
    height:188px;
    line-height:188px;
}

.style .right1{
    width:205px;
    height:314px;
    background:url(images/pic05.jpg) no-repeat;
}

.style .right2{
    height:314px;
    line-height:314px;
}

.style a{
    display:block;
    background:#f2f2f2;
    text-align:center;
    color:#333;
}

.style a:hover{
    background:#6dbf2d;
}

h2{
    width:259px;
    height:45px;
    background:#6bdf2d;
    font-size:20px;
    font-weight:100;
    line-height:45px;
    text-align:center;
    color:#fff;
    margin-top:80px;
}

.current{
    width:958px;
    height:342px;
    background:#fff;
    border:1px solic #dcd2ba;
    padding:13px 0 0 20px;
}

.current dl{
    width:229px;
    height:330px;
    border:1px solic #dcd2ba;
    float:left;
    margin-right:5px;
}

.current dt{
    width:229px;
    height:212px;
    border-bottom:1px solic #dcd2bA;
}

.current01{
    width:229px;
    height:66px;
    background:#fff;
    line-height:66px;
    color:#7a7a7a;
    font-size:22px;
    text-align:center;
}

.current02{
    width:140px;
    height:38px;
    background:#6dbf2b url(images/gouwu.jpg) left center no-repeat;
    margin:0 14px;
    line-height:38px;
    padding-left:60px;
    color:#fff;
}


.match_1{
    background:url(images/match01.jpg) center center no-repeat;
}
.match_2{
    background:url(images/match02.jpg) center center no-repeat;
}
.match_3{
    background:url(images/match03.jpg) center center no-repeat;
}
.match_4{
    background:url(images/match04.jpg) center center no-repeat;
}
.current a{
    display:inline-block;
    width:180px;
    height:38px;
}


#footer{
    width:100%;
    height:103px;
    background:#020202;
    color:#fff;
    line-height:26px;
    text-align:center;
    padding-top:50px;
    margin-top:65px;
}
  • 3
    点赞
  • 20
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 2
    评论
CSDN是一个在线教育码平台,为教育机构和个人提供了一个方便的教育共享和交流平台。它汇集了大量的教学视频、教材、程等教育,用户可以通过它实现自主学习、在线辅导和教学交流。 在线教育码平台的势在于能够极大地提高教育的共享和传播效率。通过CSDN,教育机构和个人可以将自己独特的教学资上传和分享,供其他用户学习和借鉴。这样一来,质的教育就能够跨越地域和时间的限制,被更多学习者所使用。同时,学习者也可以通过这个平台找到全国各地的秀教师和程,实现在线学习,提高自己的知识水平。 此外,CSDN还提供了在线交流与互动的功能。用户可以在平台上与其他用户进行讨论和交流,分享学习心得和经验。这样一来,用户可以获得更为全面和深入的学习体验,促进自己的学习和进步。同时,教育机构和个人也可以通过与学习者的互动了解学习者的需求和反馈,更好地满足他们的学习需求。 总之,CSDN作为一个在线教育码平台,为教育的共享和交流提供了良好的平台。它的出现极大地提高了教育的传播效率,让学习者能够更方便地获取和使用质的教育,从而提升自身的学习水平。同时,它也促进了用户之间的交流与互动,为学习者提供了更丰富的学习体验。

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

魑魅魍魉1024

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

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

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

打赏作者

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

抵扣说明:

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

余额充值