美文网首页
仿小米首页的商品信息标签

仿小米首页的商品信息标签

作者: 冰箱哥哥 | 来源:发表于2017-04-20 18:11 被阅读0次
    2.gif
    3.gif
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="utf-8">
            <title></title>
            <style type="text/css">
                #top{
                    margin: 100px;
                    width: 200px;height: 200px;
                    border: 1px solid rgb(233,233,233);
                                    transition:all .5s; 
                }
                #top:link {transition:all .5s;}
                #top:hover{
                    box-shadow: 0px 5px 5px 5px rgb(243,243,243);
                    margin-top: 90px;
                    
                }
    
            </style>
        </head>
        <body >
            <div id="top">
                
            </div>
            
        </body>
    </html>
    
    
    

    相关文章

      网友评论

          本文标题:仿小米首页的商品信息标签

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