温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

登录页面练习

发布时间:2020-08-11 22:39:40 来源:网络 阅读:437 作者:高好亮 栏目:编程语言
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>美乐乐_login</title>
    <style>
 *{
                margin: 0px;
 padding: 0px;
 }
            .line1{
                height: 90px;
 width: 100%;
 }
            .line2{
                height: 500px;
 width: 1000px;
 border: #A9A9A9 solid 1px;
 margin: auto;
 }
            .picture{
                height: 500px;
 width: 498px;
 float: left;
 }
            .login{
                height: 500px;
 width: 498px;
 float: right;
 }
            .input_word{
                height: 500px;
 width: 100px;
 float: left;
 text-align: right;
 margin-top: 120px;

 }
            .input_square {
                height: 500px;
 width: 200px;
 float: left;
 text-align: left;


 }
            .free_reg{
                height: 30px;
 width: 180px;
 background-color: green;
 float: right;
 margin-top: 460px;
 text-align: center;
 color: #FFFFFF;
 }
            img{
                margin-left: 140px;
 }
            #redbag{
                margin-left: 50px;
 margin-top: 100px;
 }
            p{
                font-size: medium;
 margin-top: 30px;
 color: grey;
 font-family: 新宋体;
 }
            input{
                font-size: medium;
 margin-top: 30px;
 color: grey;
 font-family: 新宋体;
 }
            #square_input{
                margin-top: 145px;
 }
            span{
                font-size: small;
 }
            .agree{
                width: 180px;
 height: 20px;
 border: red solid 1px;
 background-color:red;
 color: #FFFFFF;
 padding-top: 5px;
 margin-right: 80px;
 margin-top: 15px;
 text-align: center;
 }
            a{
                text-decoration: none;
 color: #FFFFFF;
 }
            #forget_password{
                color: #677ff7;
 }
    </style>
</head>
<div class="line1">
    <img src="logo.png">
</div>
<div class="line2">
    <div class="picture">
        <img id="redbag" src="redbag.jpg">
    </div>
    <div class="login">
        <div class="input_word">
                <p>用户名:</p>
                <p>登录密码:</p>
                <p>验证码:</p>
        </div>
        <div class="input_square">
            <input id="square_input" type="text">
            <input type="password">
            <input type="number">
            <p><input type="checkbox">自动登录 <a id="forget_password" href="http://www.baidu.com"> 忘记密码?</a></p>
            <div class="agree">
                <span><a href="http://www.baidu.com">登录</span>
            </div>
        </div>
        <div class="free_reg">
            <span><a href="reg.html">免费注册>></span>
        </div>
    </div>
</div>
<body>
</body>
</html>

登录页面练习

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI