翻页

作者: neko233 | 来源:发表于2018-09-12 09:14 被阅读0次
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>翻页</title>
                <style type="text/css">
            *{
                margin: 0;
                padding: 0;
            }
            .title{
                    width: 896px;
                    height: 38px;
                    font-size: 12px;
                    border: 2px #DEDDD9 solid;
                    margin: 100px auto;
            }
            .chao{

                    width: 12px;
                    height: 12px;
                    font-size: 12px;
                    background-color: gold;
                    color: black;
                    font-family: "微软雅黑";
                    padding: 5px 10px;  
                    text-decoration: none;
                    position: relative;
                    left: 244px;
                    top: 10px;
                    margin: 0 auto;
            }
            .chao:hover{
                    color: red;
            }
            span{
                    width: 12px;
                    height: 12px;
                    font-size: 12px;
                    color: black;
                    font-family: "微软雅黑";
                    padding: 5px 10px;  
                    position: relative;
                    left: 244px;
                    top: 10px;
                    text-decoration: none;
            }
            .yige{
                    text-decoration: none;
            }
            .yige:hover{
                    color: red;
            }
        </style>
    </head>
    <body>
        <div class="title">
                <a href="#" class="chao">上一页</a>
                <a href="#" class="chao">1</a>
                <a href="#" class="chao">2</a>
                <a href="#" class="chao">3</a>
                <a href="#" class="chao">4</a>
                <span><a href="#" class="yige">...</a></span>
                <a href="#" class="chao">18</a>
                <a href="#" class="chao">19</a>
                <a href="#" class="chao">20</a>
                <a href="#" class="chao">下一页</a>
        </div>
    </body>
</html>

相关文章

  • 翻页,再翻页

    生活的最佳状态大概就是冷冷清清的风风火火。 最近总是凌晨四点多醒来,这个点醒来会让我觉得很尴尬,不知道是应该坐起来...

  • 动画翻页书 —— 不忘初心 童心童趣

    诺涵互动开发的这款翻页书现场制作系统制作出来的翻页书,我们可以叫它手翻动画书、手翻书、翻页动画书、动画翻页书、翻页...

  • 每天一条linux命令——less

    less 与 more 类似,less 可以随意浏览文件,支持翻页和搜索,支持向上翻页和向下翻页。 语法 less...

  • 翻页

    翻页 .box1{width: 960px;height: 42px; 上...

  • 翻页

  • 翻页

    运行结果

  • 翻页

    导航页面 样式表 *{margin:0;padding: 0;}.a{width: 500px;height: 4...

  • 翻页

  • 翻页

  • 翻页

    苍山入海 一段世事消沉 疤痕消减 几处伤痛淡去 但时空撕扯 隔阂沉积 平静 酝藏着怎样的风雨 蝴蝶扇动的一点波纹 ...

网友评论

      本文标题:翻页

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