继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

师傅的代码嗯嗯嗯嗯嗯嗯恩

用户1158011
关注TA
已关注
手记 1
粉丝 2
获赞 0

<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8">
    <title></title>
</head>

<body style="background:#61CBF5;">

    <div id="box">
        <!--ÍâÃæ¼Ó¸ö´óDIV×öÏÔʾÒþ²Ø¿ØÖÆ-->
        <div style="font-size: 12px;background: #626160; border-radius: 5px; color: #ffffff; height: 36px; line-height: 36px; margin-bottom: 10px;">
            <label for="form-field-1" style="float: left; width: 70px; text-align: right;">Óû§±àÂ룺</label>
            <div style="float: left;">
                <input style="
                                        border: none;
                                         width:180px; 
                                         text-indent: 5px;
                                         height: 20px; 
                                         line-height: 20px;
                                          font-size: 12px;
                                          border-radius: 5px;
                                          margin-top:8px ;
                                          " type="text" id="user_name" name="user_name" placeholder="ÇëÊäÈëÓû§±àÂë" />
            </div>
            <div style="clear: both;"><!--Ìí¼Ó--></div>
        </div>
        <div style="font-size: 12px;background: #626160; border-radius: 5px; color: #ffffff; height: 36px; line-height: 36px; margin-bottom: 10px;">
            <label for="form-field-2" style="float: left; width: 70px; text-align: right;">Óû§ÓÊÏ䣺</label>
            <div style="float: left;">
                <input style="
                                        border: none;
                                         width:180px; 
                                         text-indent: 5px;
                                         height: 20px; 
                                         line-height: 20px;
                                          font-size: 12px;
                                          border-radius: 5px;
                                          margin-top:8px ;
                                          " type="email" id="user_password" name="user_password" placeholder="ÇëÊäÈëÓû§ÓÊÏä" />
            </div>
            <div style="clear: both;"><!--Ìí¼Ó--></div>
        </div>

        <div style="font-size: 12px;background: #626160; border-radius: 5px; color: #ffffff; height: 36px; line-height: 36px; margin-bottom: 10px;">
            <label for="form-field-3" style="float: left; width: 70px; text-align: right;">ÑéÖ¤Â룺</label>
            <div style="float: left;">
                <input style="
                                        border: none;
                                         width:180px; 
                                         text-indent: 5px;
                                         height: 20px; 
                                         line-height: 20px;
                                          font-size: 12px;
                                          border-radius: 5px;
                                          float:left;
                                          margin-top:8px ;
                                          " type="email" id="user_password" name="user_password" placeholder="ÇëÊäÈëÑéÖ¤Âë" />
            </div>
            <button type="text" value="ÖØлñÈ¡" style="
                float: left; 
                border-radius: 5px; 
                margin-top:6px ;
                height: 26px;
                line-height: 26px;
                margin-left: 10px;
                ">ÖØлñÈ¡</button>
            <div style="clear: both;"><!--Ìí¼Ó--></div>
        </div>

        <div style="width: 400px; margin: 0 auto; padding-top: 10px;">
            <button type="button" style="background: #f4b305; width: 150px; font-size: 12px; margin-left: 34px;" onclick="email()">ÏÂÒ»²½</button>
            <button type="button" style="background: #cccccc; width: 150px; font-size: 12px; margin-left: 10px;" onclick="colse()">È¡Ïû</button>
            <div style="clear: both;"><!--Ìí¼Ó--></div>
        </div>
    </div>
</body>

</html>

打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP