為HTML添加圖片登錄按鈕


來源於:http://www.2cto.com/kf/201510/447673.html

<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title></title>
    <style type="text/css">
        .but{
            border: 0px; /*去邊框*/
            width: 1000px; /*寬*/
            height: 600px;/*高*/
            background-image:url(img/登錄.jpg);/*背景圖片*/
            font-size: 30px;/*字體大小*/
            color: white; /*字體顏色*/
        }
    </style>
</head>
<body>
<form action="http://www.baidu.com">
    賬號:<input type="text" name="userNumber"/><br/>
    密碼:<input type="password" name="password"><br/>
    <input type="submit" value=" " class="but" />
</form>
</body>
</html>

  

 

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM