美文网首页
登录界面。。是真的丑

登录界面。。是真的丑

作者: 跟我念一遍 | 来源:发表于2018-08-14 20:43 被阅读0次
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <title></title>
            <style type="text/css">
                #a{
                    font-family: "黑体";
                    text-align: center;
                }
                #a1{
                    width: 200px;
                    margin-top: 200px;
                    margin-left: 150px;
                    background-color: orange;
                    border-radius: 5px;
                }
                #a2{
                    font-size: 10px;
                    text-align: right;
                }
                
                .b1{
                    height: 20px;
                    width: 180px;
                    margin: 5px;
                    font-size: 15px;    
                    border-radius: 5px;
                    border: 0;
                    background-color: lavenderblush;
                }
                .b2{
                    height:20px;
                    border:0;
                    border-radius:3px ;
                    background-color: lavenderblush;
                }
    
    
            </style>
        </head>
        <body background="img/image.jpg">
            <div id="a1">
                    <p id="a"><strong>淘宝账号登录</strong></p>
                    <form action="" method="get">
                        <input class="b1" type="text" name="username" id="" value="" placeholder="请输入用户名"/ ><br />
                        <input class="b1" type="password" name="password" id="" value="" placeholder="请输入密码" /><br />
                        <input type="checkbox" name="interest" id="" value="" /><span style=" font-size:12px;">下次自动登录</span><br />
                    <input class="b2" type="submit" value="登录"/>
                    <input class="b2" type="reset" value="重置" />
                    <input class="b2" type="button" value="注册"/>
                    </form>
                     <div id="a2">忘记用户名?&nbsp;&nbsp;&nbsp;忘记密码?</div>
            </div>
            </div>
            
            
        </body>
    </html>
    
    image.png

    相关文章

      网友评论

          本文标题:登录界面。。是真的丑

          本文链接:https://www.haomeiwen.com/subject/bzlbbftx.html