一對一直播原始碼,實現一個簡單的登入介面
一對一直播原始碼,實現一個簡單的登入介面
1.html
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>登入介面</title> <link rel="stylesheet" href="static/login.css"> </head> <body> <div> <div>登入</div> <input type="text" placeholder="賬號"> <input type="password" placeholder="密碼"> <button>登入</button> <span>沒有賬號?<a href="#">去註冊</a> </span> </div> <div> <ul> <li></li> <li></li> <li></li> <li></li> <li></li> </ul> </div> <div> <ul> <li></li> <li></li> <li></li> <li></li> <li></li> </ul> </div> </body> </html>
2.css
*{ /*初始化*/ margin: 0; padding: 0; } body{ height: 100vh; /*彈性佈局居中*/ display: flex; justify-content: center; align-items: center; /*漸變背景*/ background: linear-gradient(200deg,#e3c5eb,#a9c1ed); /*溢位影藏*/ overflow: hidden; } .container{ /*相對定位*/ position: relative; z-index: 1; background-color: #fff; border-radius: 15px; display: flex; /*垂直配列*/ flex-direction: column; justify-content: center; align-items: center; width: 350px; height: 500px; /*陰影*/ box-shadow: 0 5px 20px rgba(0,0,0,0.1); } .container .tit{ font-size: 26px; margin: 65px auto 70px auto; } .container input{ width: 280px; height: 30px; text-indent: 8px; border: none; border-bottom: 1px solid #ddd; outline: none; margin: 12px auto; } .container button{ width: 280px; height: 40px; margin: 35px auto 40px auto; border: none; background: linear-gradient(-200deg,#fac0e7,#aac2ee); color: #fff; font-weight: bold; letter-spacing: 8px; border-radius: 10px; cursor: pointer; /*動畫過渡*/ transition: 0.5s; } .container button:hover{ background: linear-gradient(-200deg,#aac2ee,#fac0e7); background-position-x: -280px; } .container span{ font-size: 14px; } .container a{ color: plum; text-decoration: none; } ul li{ position: absolute; border: 1px solid #fff; background-color: #ffffff; width: 30px; height: 30px; list-style: none; opacity: 0; } .square li{ top: 40vh; left: 60vw; animation: square 10s linear infinite; } .square li:nth-child(2){ top: 80vh; left: 10vm; /*動畫延時時間*/ animation-delay: 2s; } .square li:nth-child(3){ top: 80vh; left: 85vm; /*動畫延時時間*/ animation-delay: 4s; } .square li:nth-child(4){ top: 10vh; left: 70vm; /*動畫延時時間*/ animation-delay: 6s; } .square li:nth-child(5){ top: 10vh; left: 10vm; /*動畫延時時間*/ animation-delay: 8s; } .circle li{ bottom: 0; left: 15vw; animation: circle 10s linear infinite; } .circle li:nth-child(2){ left: 35vw; animation-delay: 2s; } .circle li:nth-child(3){ left: 55vw; animation-delay: 4s; } .circle li:nth-child(4){ left: 75vw; animation-delay: 6s; } .circle li:nth-child(5){ left: 90vw; animation-delay: 8s; } @keyframes square { 0%{ transform: scale(0) rotate(0deg); opacity: 0; } 100%{ transform: scale(0) rotate(1000deg); opacity: 0; } } @keyframes circle{ 0%{ transform: scale(0) rotate(0deg); opacity: 1; bottom: 0; border-radius: 0; } 100%{ transform: scale(0) rotate(1000deg); opacity: 0; bottom: 90vh; border-radius: 50%; } }
以上就是 一對一直播原始碼,實現一個簡單的登入介面,更多內容歡迎關注之後的文章
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69978258/viewspace-2871426/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Flutter系列:2.實現一個簡單的登入介面Flutter
- 菜鳥學SSH(一)——Struts實現簡單登入(附原始碼)原始碼
- Promise 原始碼:實現一個簡單的 PromisePromise原始碼
- 實現一個簡單版本的Vue及原始碼解析(一)Vue原始碼
- 訂單交易平臺三(登入介面整個實現過程)階段一(只實現簡單的登入功能)
- 直播平臺軟體開發,一個簡單的Android登入實現demoAndroid
- vuex 原始碼:如何實現一個簡單的 vuexVue原始碼
- laravel_admin 單一登入的簡單實現Laravel
- 成品直播原始碼推薦,登入介面實現插入背景原始碼
- 成品直播原始碼推薦,登入和註冊兩個頁面的簡單實現原始碼
- 小視訊app原始碼,實現簡單的登入介面,輸入賬號密碼APP原始碼密碼
- 實現一個簡單版本的vue及原始碼解析(二)Vue原始碼
- 實現一個簡單的視訊聊天室(原始碼)原始碼
- 實現一個簡單的語音聊天室(原始碼)原始碼
- 一對一直播原始碼,在介面上的浮動廣告頁原始碼
- 直播app系統原始碼,簡單的登入介面(登入、註冊、記住密碼等按鍵)APP原始碼密碼
- python+flask 編寫一個簡單的登入介面例子PythonFlask
- python+flask編寫一個簡單的登入介面例子PythonFlask
- CSS樣式案例(2)-製作一個簡單的登入介面CSS
- 登登等登 瞪登等登,原生一對一直播交友app原始碼 丟丟丟APP原始碼
- 新環境下的一對一直播原始碼如何實現夢想原始碼
- 基於vue實現一個簡單的MVVM框架(原始碼分析)VueMVVM框架原始碼
- vue-router 原始碼:實現一個簡單的 vue-routerVue原始碼
- 一對一直播原始碼助力一對一教育,進入直播3.0時代!原始碼
- 一對一直播平臺原始碼,如何實現圖片釋出原始碼
- 一對一直播原始碼,利用matlab實現程式計時功能原始碼Matlab
- 一對一聊天軟體原始碼,實現各個子介面跳轉和傳參原始碼
- 一對一直播原始碼,路由載入最佳化白屏原始碼路由
- 一對一直播交友原始碼實現即時通訊非常“有一套”原始碼
- 什麼是一對一直播原始碼?一對一直播為何產生?原始碼
- 一個簡單的區塊鏈程式碼實現區塊鏈
- android簡單的登入介面的實現1Android
- 一個簡單的載入動畫(一)動畫
- php實現一個簡單的socketPHP
- 實現一個簡單的TomcatTomcat
- 實現一個簡單的 RESTful APIRESTAPI
- 實現一個簡單的模板引擎
- 實現一個簡單的 dd 庫