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

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>


最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容