网易邮箱注册静态页面

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>网易注册界面</title>

    <style>
        /*1.清空默认边距*/
        body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}

        /*2.清空默认样式*/
        a{
            text-decoration: none;
            color: #003399;
        }
        ul, ol{
            list-style: none;
        }

        /*3.利用body设置整个界面的文字信息文字大小 文字字体 文字颜色*/
        body{
            font-size: 12px;
            color: #333;
        }
        
        .header{
            width: 960px;
            height: 80px;
            margin: 0 auto;
            padding-top: 30px;
            box-sizing: border-box;
        }
        .header .logo{
            width: 644px;
            height: 27px;
            /*图片不平铺,从0,0 开始显示*/
            background: url("img/wangyiregister/glb_v2.png") no-repeat 0 0;
            float: left;
        }
        .header .logo a{
            display: inline-block;
            width: 130px;
            height: 27px;
        }
        .header .links{
            float: right;
            width: 200px;
            height: 27px;
            text-align: right;
            padding-right: 5px;

        }
        .header .links a{
            line-height: 27px;
        }
        .content{
            width: 960px;
            height: 747px;
            margin: 0 auto;
        }
        .content .top{
            width: 960px;
            height: 38px;
            background: url("img/wangyiregister/line-center.png") repeat-x;
        }
        .content .left{
            width: 960px;
            height: 38px;
            background: url("img/wangyiregister/line-left.png") no-repeat left 0;
        }
        .content .right{
            width: 960px;
            height: 38px;
            background: url("img/wangyiregister/line-right.png") no-repeat right 0;
        }
        .content .right h1{
            font-size: 14px;
            color: white;
            line-height: 38px;
            text-indent: 20px;
        }
        .content .bottom{
            width: 960px;
            height: 709px;
        }
        .content .bottom .article{
            width: 645px;
            height: 709px;
            float: left;
            padding-top: 50px;
            box-sizing: border-box;
            background-color: #ffffff;
            border: 1px solid #e0e0e0;
            border-top: none;
            border-right: none;
        }
        .content .bottom .article .articleTop{
            width: 527px;
            height: 66px;
            margin-left: 115px;

        }
        .content .bottom .article .articleTop ul{
            width: 412px;
            height: 34px;
            background: url("img/wangyiregister/tab.jpg");
        }
        .content .bottom .article .articleTop ul li{
            width: 137px;
            height: 34px;
            float: left;
            line-height: 34px;
            text-align: center;
            font-size: 14px;
        }
        .content .bottom .article .articleBottom{
            width: 566px;
            height: 547px;
            margin-left: 76px;
        }
        .content .bottom .article .articleBottom .line{
            width: 437px;
            height: 27px;
        }

        .content .bottom .article .articleBottom .vcodeline{
            width: 437px;
            height: 113px;
            margin-bottom: 10px;
        }

        .content .bottom .article .articleBottom .line .star{
            width: 0px;
            font-size: 14px;
            color: red;
        }
        .content .bottom .article .articleBottom .vcodeline .vcodestar{
            width: 0px;
            color: red;
            font-size: 14px;
        }

        .content .bottom .article .articleBottom .line span{
            float: left;
            width: 82px;
            height: 27px;
            line-height: 27px;
            text-align: right;
            font-size: 14px;
        }

        .content .bottom .article .articleBottom .vcodeline span{
            float: left;
            width: 82px;
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            text-align: right;
        }

        .content .bottom .article .articleBottom .line div{
            float: right;
            height: 27px;
            width: 333px;
        }

        .content .bottom .article .articleBottom .vcodeline div{
            float: right;
            height: 52px;
            width: 333px;
        }
        .content .bottom .article .articleBottom .line input{
            width: 214px;
            height: 27px;
            border: 1px solid #ccc;
        }
        .content .bottom .article .articleBottom .line select{
            width: 98px;
            height: 28px;
        }
        .content .bottom .article .articleBottom p{
            margin-left: 102px;
            margin-top: 7px;
            margin-bottom: 21px;
            color: #a69999;
        }
        .content .bottom .article .articleBottom .check{
            margin-bottom: 15px;
        }
        .content .bottom .article .articleBottom .register{
            width: 119px;
            height: 37px;
            background: url("img/wangyiregister/glb_v2.png") no-repeat -144px -360px;
            border: none;
            color: white;
            font-size: 14px;
            margin-left: 102px;
        }
        .content .bottom .article .articleBottom .line .special{
            width: 330px;
        }

        .content .bottom .article .articleBottom .vcodeline .vcodediv{
            width: 200px;
            height: 113px;
            float: left;
        }
        .content .bottom .article .articleBottom .vcodeline .vcodeInput{
            width: 200px;
            height: 27px;
            margin-top: 13px;
        }
        .content .bottom .article .articleBottom .vcodeline .vcodeimg{
            width: 120px;
            height: 52px;
            float: right;
            border: 1px solid #ccc;
            box-sizing: border-box;
        }
        .content .bottom .article .articleBottom .vcodeline .vcodeP{
            margin-left: 0px;
            margin-bottom: 11px;
        }

        .content .bottom .article .articleBottom .vcodeline .vcodesubmit{
            width: 140px;
            height: 30px;
            font-size: 14px;
        }

        .content .bottom .aside {
            width: 315px;
            height: 709px;
            float: right;
            padding-top: 106px;
            padding-left: 45px;
            box-sizing: border-box;
            border: 1px solid #e0e0e0;
            border-top: none;
            background-color: #f5f5f5;
        }
        .footer{
            width: 960px;
            height: 80px;
            margin: 0 auto;
        }
        .footer p{
            color: #999999;
            text-align: center;
            height: 40px;
            line-height: 40px;
        }
        .footer p a {
            color: #999999;
        }
    </style>

</head>
<body>
<!--头部开始-->
<div class="header">
    <div class="logo">
        <a href="#" title="网易163免费邮"></a><a href="#" title="网易126免费邮"></a><a href="#" title="网易Yeah.net免费邮"></a>
    </div>
    <div class="links">
        <a href="#">了解更多</a>
        |
        <a href="#">反馈意见</a>
    </div>
</div>
<!--头部结束-->
<!--内容开始-->
<div class="content">
    <!--内容顶部开始-->
    <div class="top">
        <div class="left">
            <div class="right">
                <h1>欢迎注册无限容量的网易邮箱!邮件地址可以登录使用其他网易旗下产品。</h1>
            </div>
        </div>

    </div>
    <!--内容顶部结束-->
    <!--内容底部开始-->
    <div class="bottom">
        <div class="article">
            <div class="articleTop">
                <ul>
                    <li>注册字母邮箱</li>
                    <li>注册手机号码邮箱</li>
                    <li>注册VIP邮箱</li>
                </ul>
            </div>
            <div class="articleBottom">
                <div class="line">
                    <span>
                        <span class="star">*</span>邮件地址</span>
                    <div>
                        <input type="text" >@<select>
                        <option value="163.com">163.com</option>
                        <option value="126.com">126.com</option>
                        <option value="yeah.net">yeah.net</option>
                    </select>
                    </div>
                </div>
                <p>6~18个字符,可使用字母、数字、下划线,需以字母开头</p>

                <div class="line">
                    <span><span class="star">*</span>密码</span>
                    <div >
                        <input type="password" class="special">
                    </div>
                </div>
                <p>6~16个字符,区分大小写</p>

                <div class="line">
                    <span><span class="star">*</span>确认密码</span>
                    <div >
                        <input type="password" class="special">
                    </div>
                </div>
                <p>请再次填写密码</p>

                <div class="line">
                    <span><span class="star">*</span>手机号码</span>
                    <div >
                        <input type="text" class="special">
                    </div>
                </div>
                <p>忘记密码时,可以通过该手机号码快速找回密码</p>

                <div class="vcodeline">
                    <span><span class="vcodestar">*</span>验证码</span>
                    <div>
                        <div class="vcodediv">
                            <input type="text" class="vcodeInput">
                            <p class="vcodeP">请填写图片中的字符,不区分大小写</p>
                            <input type="submit" class="vcodesubmit" value="免费获取验证码">
                        </div>
                        <div class="vcodeimg">
                            <img src="img/wangyiregister/call.jpg" alt="">
                            <a href="#">看不清楚?换张图片</a>
                        </div>
                    </div>
                </div>

                <div class="line">
                    <span><span class="star">*</span>短信验证码</span>
                    <div >
                        <input type="text" class="special">
                    </div>
                </div>
                <p>请查收手机短信,并填写短信中的验证码</p>

                <p class="check">
                    <input type="checkbox" checked="checked">
                    同意<a href="#">"服务条款"</a>和<a href="#">"隐私权相关政策"</a>
                </p>
                <input type="submit" value="立即注册" class="register">
            </div>
        </div>
        <div class="aside">
            <img src="img/wangyiregister/reg_master.gif" alt="">
        </div>
    </div>
    <!--内容底部结束-->
</div>
<!--内容结束-->
<!--底部开始-->
<div class="footer">
    <p>
        <a href="#">关于网易</a>
        <a href="#">关于网易免费邮</a>
        <a href="#">邮箱官方博客</a>
        <a href="#">客户服务</a>
        <a href="#">隐私政策</a>
        |  网易公司版权所有 © 1997-2018
    </p>
    <p>数据来源:艾媒咨询《2015-2018中国个人邮箱行业研究报告》</p>

</div>
<!--底部结束-->

</body>
</html>

图片:

tab.jpg
在这里插入图片描述

glb_v2.png在这里插入图片描述
line-center.png
在这里插入图片描述
line-left.png
在这里插入图片描述
line-right.png
在这里插入图片描述
call.jpg
在这里插入图片描述
reg_master.gif
在这里插入图片描述

  • 2
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 5
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值