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

div+css登陆界面案例

时间:2014-07-31 23:14:30      阅读:254      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   color   os   io   for   art   

<!DOCTYPE html>
<html lang="en">
<head>
    <style type="text/css">
        body{
            margin:0px;
            padding:0px;
            font-size: 12px;
            background-color:#016AA9;
            overflow: hidden;
            text-align:center;
        }
        #container{
            width:980px;
        }
        #login{
            padding-top: 1px;
            
background-image
: url(images/login.gif); width:846px; height: 418px; margin-top: 120px; margin-left: 150px; } #form{ margin-top: 175px; margin-left: -10px; } #input div{ margin-bottom: 12px; } #input div input{ width:150px; height: 18px; background-color: #292929; border:0px; color:#6CD0ff; } #btn input{ border: 0px; background-image: url(images/dl.gif); width: 49px; height: 20px; color: #FFFFFF; margin-left: 8px; cursor: pointer; } #btn{ margin-left: 25px; margin-top: 8px; } </style> </head> <body> <div id="container"> <div id="login"> <div id="form"> <form> <div id="input"> <div>用户:<input type="text" name="username" /></div> <div>密码:<input type="password" name="password"></div> </div> <div id="btn"> <input type="submit" value="登陆" /> <input type="button" value="注册" onclick="window.location.href=‘/regeiter.html‘" /> </div> </form> </div> </div> </div>
</body> </html>

 bubuko.com,布布扣

bubuko.com,布布扣

div+css登陆界面案例,布布扣,bubuko.com

div+css登陆界面案例

标签:des   style   blog   color   os   io   for   art   

原文地址:http://www.cnblogs.com/liun1994/p/3881568.html

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