以图换字

1、方便网络爬虫搜索。

2、设计师设计的文字太好看。

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
        <style>
            h2{
                background: url(images/p2p_shouye_16.png) no-repeat center; /*加载图片*/
                height: 0px; /*文字隐藏*/
                overflow: hidden;
                padding-top: 41px; /*图片显示*/
                width: 133px;
            }
        </style>
    </head>
    <body>
        <h2>融托金融</h2>
    </body>
</html>

 

posted @ 2017-08-21 17:23  盖大楼  阅读(131)  评论(0编辑  收藏  举报