开班信息

2019-05-31  本文已影响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>

上一篇下一篇

猜你喜欢

热点阅读