码迷,mamicode.com
首页 > Web开发 > 详细

HTML,login文本框·

时间:2016-07-05 12:02:47      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:

列子:

技术分享

技术分享
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <link rel= stylesheet href="font-awesome/css/font-awesome.css">
    <style>
        .user{
            position: relative;
            width: 250px;
        }
        .user input{
            height: 30px;
            width: 170px;
            padding-right: 30px;
            margin-left: 0px;
        }
        .user .ren{
            position: absolute;
            top: 26px;
            left: 176px;
        }
    </style>
</head>
<body>
    <div class="user">
        <a>login:<input type="text"></a>
        <span class="ren"><a class="icon-linux"></a></span>
    </div>
</body>
</html>





###########
font-awesome:是一个第三方小图插件,导入进去之后找到自己想要的图片,class添加就OK了。
View Code

 

HTML,login文本框·

标签:

原文地址:http://www.cnblogs.com/wuyongcong/p/5642833.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!