美文网首页
开班信息

开班信息

作者: 爱抽烟的臭屁虫 | 来源:发表于2019-05-31 11:30 被阅读0次

    <!doctype html>

    <html>

        <head>

            <meta charset="UTF-8">

            <title>Document</title>

            <style type="text/css">

                *{

                    margin: 0;

                    padding: 0;

                }

                body{

                    font: 12px/1 '宋体';

                }

                .outer{

                    width: 300px;

                    height: 471px;

                    background-color: #bfa;

                    margin:0 auto;

                    margin-top: 20px;

                }

                .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{

                    float:16px/36px '微软雅黑';

                }

                .content{

                    border:1px solid #deddd9;

                }

                a{

                    color:black;

                    text-decoration: none;

                }

                ul li{

                    list-style: none;

                }

                .content .red_font{

                    color: red;

                    font-weight: bold;

                }

                /*.content .right{

                  font: right;

                }*/

            </style>

        </head>

        <body>

            <div class="outer">

                <div class="title">

                    <a href="#">18年免受开班计划</a>

                    <h3>近期开班</h3>

                </div>

                <div class="content">

                    <h3><a href="#">人工智能+python-高薪就业班</a></h3>

                    <ul>

                        <li>

                            <a href="#">开班时间:<span class="red_font">2018-04-26</span></a>

                            <a class='right' href="#"><span class="red_font">预约报名</span></a>

                        </li>

                    </ul>

                </div>

            </div>

        </body>

    </html>

    相关文章

      网友评论

          本文标题:开班信息

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