bootstrap自适应全屏登录注册页面效果代码
代码语言:html
所属分类:布局界面
代码描述:bootstrap自适应全屏登录注册页面效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!doctype html> <html lang="en"> <head> <!-- // Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Required meta tags // --> <meta name="description" content=""> <title>登录和注册表</title> <!-- // Favicon --> <link href="favicon.png" rel="icon"> <!-- Favicon // --> <!-- // Font Awesome 5 Free --> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/all.5.11.2.css"> <!-- Font Awesome 5 Free // --> <!-- // Template CSS files --> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.4.3.1.min.css"> <style> html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { height: 100%; font-size: 0.875rem; font-family: 'Open Sans', sans-serif; font-weight: 400; line-height: 1.6; color: #677788; text-align: left; } h2 { color: #1e2022; font-size: 1.25rem; font-weight: 600; } h3 { font-size: 0.875rem; font-weight: 400; color: #677788; } a { text-decoration: none; background-color: transparent; } a:hover { color: #0069d9; text-decoration: none; } label { display: block; color: #1e2022; font-size: 0.875rem; margin-bottom: .5rem; } /*****************************/ /* 02. PRELOADER */ /*****************************/ #nm-preloader { display: flex; position: absolute; width: 100vw; height: 100vh; top: 0px; left: 0px; z-index: 11; background-color: #fff; justify-content: center; } .nm-ripple { display: inline-block; position: relative; width: 80px; height: 80px; } .nm-ripple div { position: absolute; border: 4px solid #007bff; opacity: 1; border-radius: 50%; animation: nm-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; } .nm-ripple div:nth-child(2) { animation-delay: -0.5s; } @keyframes nm-ripple { 0% { top: 36px; left: 36px; width: 0; height: 0; opacity: 1; } 100% { top: 0px; left: 0px; width: 72px; height: 72px; opacity: 0; } } /********************.........完整代码请登录后点击上方下载按钮下载查看
网友评论0