透明盒子

作者: 魔王哪吒 | 来源:发表于2019-05-18 10:10 被阅读2次
    在这里插入图片描述
    <!DOCTYPE html>
    <html>
    <head>
        <title></title>
    </head>
    <style type="text/css">
        .box{
            position: relative;
            width:500px;
        }
        .images-box{
            background: #9cf3c3;
            width:100%;height:300px;
        }
        .sign{
            position: absolute;
            bottom: 20px;
            right: 20px;
            width: 80px;
            height:30px;
            text-align: center;
            background: rgba(0,0,0,.6);
            border-radius: 20px;
            line-height: 30px;
            color: #fff;
        }
    </style>
    <body>
        <div class="box">
            <div class="images-box">
                
            </div>
            <div class="sign">1/5</div>
        </div>
    </body>
    </html>
    

    相关文章

      网友评论

        本文标题:透明盒子

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