亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么制作HTML登錄頁面

發布時間:2020-09-14 10:57:18 來源:億速云 閱讀:184 作者:小新 欄目:web開發

小編給大家分享一下怎么制作HTML登錄頁面,希望大家閱讀完這篇文章后大所收獲,下面讓我們一起去探討吧!

制作登錄頁面需要用到很多CSS屬性和HTML標簽,如有不清楚的同學可以看看我以前的文章,之前都有介紹過,或者訪問CSS視頻教程, HTML視頻教程,這些都是基礎,一定要掌握。

實例:制作一個HTML登錄頁面,包含郵箱,登錄密碼,立即注冊,忘記密碼等,代碼如下:

HTML部分:

<div class="dowebok">
         <div class="logo"></div>
         <div class="form-item">
             <input id="username" type="text" autocomplete="off" placeholder="郵箱">
         </div>
         <div class="form-item">
             <input id="password" type="password" autocomplete="off" placeholder="登錄密碼">
         </div>
         <div class="form-item"><button id="submit">登 錄</button></div>
         <div class="reg-bar">
             <a class="reg" href="javascript:">立即注冊</a>
             <a class="forget" href="javascript:">忘記密碼</a>
         </div>
     </div>

CSS部分:

* { margin: 0; padding: 0; }
         html { height: 100%; }
         body { height: 100%; background: #fff url(img/backgroud.png) 50% 50% no-repeat; background-size: cover;}
         .dowebok { position: absolute; left: 50%; top: 50%; width: 430px; height: 550px; margin: -300px 0 0 -215px; border: 1px solid #fff; border-radius: 20px; overflow: hidden;}
         .logo { width: 104px; height: 104px; margin: 50px auto 80px; background: url(img/login.png) 0 0 no-repeat; }
         .form-item { position: relative; width: 360px; margin: 0 auto; padding-bottom: 30px;}
         .form-item input { width: 288px; height: 48px; padding-left: 70px; border: 1px solid #fff; border-radius: 25px; font-size: 18px; color: #fff; background-color: transparent; outline: none;}
         .form-item button { width: 360px; height: 50px; border: 0; border-radius: 25px; font-size: 18px; color: #1f6f4a; outline: none; cursor: pointer; background-color: #fff; }
         #username { background: url(img/emil.png) 20px 14px no-repeat; }
         #password { background: url(img/password.png) 23px 11px no-repeat; }
         .tip { display: none; position: absolute; left: 20px; top: 52px; font-size: 14px; color: #f50; }
         .reg-bar { width: 360px; margin: 20px auto 0; font-size: 14px; overflow: hidden;}
         .reg-bar a { color: #fff; text-decoration: none; }
         .reg-bar a:hover { text-decoration: underline; }
         .reg-bar .reg { float: left; }
         .reg-bar .forget { float: right; }
         .dowebok ::-webkit-input-placeholder { font-size: 18px; line-height: 1.4; color: #fff;}
         .dowebok :-moz-placeholder { font-size: 18px; line-height: 1.4; color: #fff;}
         .dowebok ::-moz-placeholder { font-size: 18px; line-height: 1.4; color: #fff;}
         .dowebok :-ms-input-placeholder { font-size: 18px; line-height: 1.4; color: #fff;}
 
         @media screen and (max-width: 500px) {
             * { box-sizing: border-box; }
             .dowebok { position: static; width: auto; height: auto; margin: 0 30px; border: 0; border-radius: 0; }
             .logo { margin: 50px auto; }
             .form-item { width: auto; }
             .form-item input, .form-item button, .reg-bar { width: 100%; }
         }

效果如圖所示:

怎么制作HTML登錄頁面

看完了這篇文章,相信你對怎么制作HTML登錄頁面有了一定的了解,想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

收藏| 永寿县| 彩票| 永和县| 崇明县| 黑山县| 桑日县| 湛江市| 新巴尔虎左旗| 温泉县| 城口县| 泊头市| 马山县| 甘孜| 阿拉善盟| 乡宁县| 万州区| 新河县| 广元市| 黎平县| 水城县| 雷波县| 古蔺县| 洛宁县| 北安市| 台北县| 施甸县| 资溪县| 山西省| 泽普县| 凤翔县| 高安市| 玛纳斯县| 陕西省| 唐河县| 寿阳县| 德江县| 永泰县| 宝鸡市| 饶河县| 江油市|