简单QQ注册

发布时间:2022-06-27 发布网站:脚本宝典
脚本宝典收集整理的这篇文章主要介绍了简单QQ注册脚本宝典觉得挺不错的,现在分享给大家,也给大家做个参考。

简单QQ注册

 

 

body {
    margin: 0;
}
.content .left {
    float: left;
    width: 400px;
    height: 568px;
    /* */
}
.content .right {
    float: left;
    width: 500px;
    height: 550px;
    /* */
    margin: 10px 180px;
}
.content .left img {
    width: 100%;
    height: 100%;
}
.content .right .main {
    margin-top: 100px;
    width: 100%;
    height: 380px;
    /* */
}
#First, #second {
    width: 300px;
    height: 36px;
}
#third {
    width: 212px;
    height: 36px;
}
#fifth {
    width: 80px;
    height: 41px;
}
.content .right .main div {
    margin: 40px 90px;
}
.content .right .main div p {
    font-Size: 13px;
    color: #999;
}
#fouth {
    margin-top: 40px;
    width: 300px;
    height: 50px;
    background-color: #3386ff;
    border: none;
}
.tITle p {
    margin-left: 90px;
}
.title p:nth-child(1) {
    font-size: 30px;
}
.title p:nth-child(2) {
    font-size: 15px;
}
 
 
<!DOCTYPE htML>
<html lang="zh-CN">
<head>
    <;meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>QQ注册</title>
    <link rel="stylesheet" href="css/style.css">
</head>
<body>
    <div class="content">
        <div class="left">
            <img src="images/bg3.jpg" alt="背景">
        </div>
        <div class="right">
            <div class="title">
                <p>欢迎注册QQ</p>
                <p>每一天,乐在沟通。</p>
            </div>
            <div class="main">
                <form action="">
                    <div>
                        <input id="first" type="text" placeholder="昵称">
                    </div>
                    <div>
                        <input id="second" type="text" placeholder="密码">
                    </div>
                    <div>
                        <select name="" id="fifth">
                            <option value="">+86</option>
                            <option value="">1</option>
                            <option value="">1</option>
                            <option value="">1</option>
                        </select>
                        <input id="third" type="text" placeholder="手机号码">
                        <p>可通过该手机号找回密码</p>
                        <input id="fouth" type="submit" value="立即注册">
                    </div>
                </form>
            </div>
        </div>
    </div>
</body>
</html>
 

脚本宝典总结

以上是脚本宝典为你收集整理的简单QQ注册全部内容,希望文章能够帮你解决简单QQ注册所遇到的问题。

如果觉得脚本宝典网站内容还不错,欢迎将脚本宝典推荐好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。