zoukankan      html  css  js  c++  java
  • day5

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title></title>
    <style>
    .a1{
    500px;
    height: 200px;
    border: 1px solid coral;
    }
    #a1-1{
    150px;
    height: 20px;
    background-image: url(img/作业2.png);
    background-repeat: no-repeat;
    background-position: -10px -12px;
    }
    #a1-2{
    480px;
    }
    #a1-3{
    margin-top: 10px;
    padding-left: 20px;
    }
    #a1-3-1{
    background-color: coral;
    }
    #a1-4{
    200px;
    height: 50px;
    padding: 55px 330px;
    }
    #a1-4-1{
    80px;
    height: 40px;
    }
    #a1-5{
    padding-left: 300px;
    margin-top: 12px;
    }
    #a1-5-1 a{
    20px;
    height: 20px;
    border: 1px solid black;
    padding: 5px 10px ;
    background-repeat: 10px;
    border-radius: 5px;
    }
    a:hover{
    background-color: blanchedalmond;
    }
    </style>
    </head>
    <body>
    <div class="a1">
    <div id="a1-1">
    </div>
    <hr id="a1-2"/>
    <div id="a1-3">
    <span>标</span>
    <span id="a1-3">签:</span>
    <span id="a1-3-1">比洗衣粉好</span>
    <span id="a1-3-1">去污能力强</span>
    </div>
    <div id="a1-3">

    <span id="a1-3">得:</span>
    <span>买了几次了,挺好用的。</span>
    </div>
    <div id="a1-4">
    <input id="a1-4-1" type="button" value="有用(3)">
    <input id="a1-4-1" type="button" value="回复(3)">
    </div>
    </div>
    <div id="a1-5">
    1
    <span id="a1-5-1">
    <a href="#">2</a>
    <a href="#">3</a>
    <a href="#">4</a>
    <a href="#">5</a>
    <a href="#">6</a>
    </span>
    </div>
    </body>
    </html>

  • 相关阅读:
    AI常用环境安装
    ubantu打开摄像头失败
    python 从ubantu环境迁移到windows环境
    mystar01 nodejs MVC 公共CSS,JS设置
    Golang数据类型之结构体-上篇
    Golang基准测试
    浅谈Prometheus的数据存储
    Golang单元测试
    Jenkins连接k8s的多种姿势
    Golang数据类型之指针
  • 原文地址:https://www.cnblogs.com/hfew/p/10520743.html
Copyright © 2011-2022 走看看