美文网首页
特征布局1

特征布局1

作者: 小袋鼠cf | 来源:发表于2018-09-11 20:48 被阅读0次

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="utf8"/>
    <title></title>
    <style type="text/css">
    *{margin: 0;
    padding: 0;}
    .box{font: 12px "雅黑";
    width: 960px;
    height: 42px;
    background-color: white;
    margin: 0 auto;
    margin-top: 50px;
    padding-top: 20px ;
    border: 1px solid #e5e5e5;}
    a{background-color: gold;
    color: black;
    text-decoration: none;
    padding: 5px 10px; }
    a:havor{color:red;}
    </style>
    </head>
    <body>
    <div class="box">
    <center>
    <a href="#">上一页</a>
    <a href="#">1</a>
    <a href="#">2</a>
    <a href="#">3</a>
    <a href="#">4</a>
    ...
    <a href="#">17</a>
    <a href="#">18</a>
    <a href="#">19</a>
    <a href="#">20</a>
    <a href="#">下一页</a>
    </center>
    </div>
    </body>
    </html>

    特征布局1.html.png

    相关文章

      网友评论

          本文标题:特征布局1

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