美文网首页
07作业 开班情况

07作业 开班情况

作者: 我的好昵称 | 来源:发表于2018-11-22 20:05 被阅读0次

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>开班信息</title>
    <style type="text/css">
    /清除默认样式/
    { margin: 0;
    padding 0;
    }
    /
    统一页面中的字体/
    body{ font: 12px/1 宋体;
    }
    .outer{
    width:300px;
    height:471px;
    background-color: #bfa;
    /
    居中/
    margin: 50px auto;
    .title{
    border_top: 2px #019e8b solid;
    height: 36px;
    background-color: #f5f5f5;
    /
    设置行高/
    line-height: 36px;
    padding: 0px 22px 0px 16px;
    }
    .title a{
    float: right;
    color: red;
    }
    .title h3{
    font: 16px/36px "微软雅黑";
    }
    .content{
    border: 1px solid #deddd9;
    }
    .content a{
    color: black;
    text-decoration: none;
    font-size: 12px;
    }
    .content u1{
    /
    去除项目符号*/
    list-style: none;
    }
    .content .red-font{
    color: red;
    font-weight: bold;
    }
    .content .right{
    float: right;
    }
    </style>
    </head>
    <body>

    <div class="outer">

    <div class="title">
    <h3>近期开班</h3>
    <a href="#">18年面授开班计划</a>
    </div>

    <div class="content">
    <h3><a href="#">人工智能+Python-高薪就业班</a></h3>
    <u1>
    <li>
    <a class="right" href="#"><span class="red-fond">预约报名</span></a>
    <a href="#">开班时间: <span class="red-font">2018-04-26</span></a>
    <>
    <li>
    <a class="right" href="#"><span class="red-fond">无座,名额爆满</span></a>
    <a href="#">开班时间: <span class="red-font">2018-03-23</span></a>
    <>
    <li>
    <a class="right" href="#"><span>开班盛况</span></a>
    <a href="#">开班时间: <span>2018-01-23</span></a>
    <>
    <li>
    <a class="right" href="#"><span>开班盛况</span></a>
    <a href="#">开班时间: <span>2017-12-20</span></a>
    <>
    <li>
    <a class="right" href="#"><span>开班盛况</span></a>
    <a href="#">开班时间: <span>2017-11-18</span></a>
    <>
    </u1>
    <h3><a href="#">Android开发+测试-高薪就业班</a></h3>
    <u1>
    <li>
    <a class="right" href="#"><span class="red-fond">预约报名</span></a>
    <a href="#">开班时间: <span class="red-font">2018-04-26</span></a>
    <>
    <li>
    <a class="right" href="#"><span>开班盛况</span></a>
    <a href="#">开班时间: <span>2018-03-23</span></a>
    <>
    <li>
    <a class="right" href="#"><span>开班盛况</span></a>
    <a href="#">开班时间: <span>2018-01-23</span></a>
    <>
    <li>
    <a class="right" href="#"><span>开班盛况</span></a>
    <a href="#">开班时间: <span>2018-12-20</span></a>
    <>
    </u1>
    <h3><a href="#">大数据软件开发-青芒工作室</a></h3>
    <u1>
    <li>
    <a class="right" href="#"><span class="red-fond">预约报名</span></a>
    <a href="#">开班时间: <span class="red-font">2018-04-26</span></a>
    <>
    <li>
    <a class="right" href="#"><span>开班盛况</span></a>
    <a href="#">开班时间: <span>2018-01-23</span></a>
    <>
    </u1>
    </div>
    </div>
    </body>

    相关文章

      网友评论

          本文标题:07作业 开班情况

          本文链接:https://www.haomeiwen.com/subject/hgjrqqtx.html