augmented-ui实现酷黑高科技登录页面代码

代码语言:html

所属分类:表单美化

代码描述:augmented-ui实现酷黑高科技登录页面代码风格按钮效果代码

代码标签: augmented 酷黑 高科技 登录 页面

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/augmented.css">
    <style>
        colors {
          color: #03d7f2;
        }
        html {
          display: flex;
          min-height: 100%;
          min-height: 100vh;
          font-family: BlenderProBold, sans-serif !important;
        }
        body {
          background: black;
          flex: 1;
          display: flex;
          align-items: center;
          justify-content: center;
        }
        h1 {
          font-size: 60px;
          color: white;
        }
        
        .container {
          margin-left: auto;
          margin-right: auto;
          width: 400px;
        }
        .content {
          display: inline-block;
          padding: 2%;
          width: 40%;
          
          margin: 10%;
        }
        
        div.message-alt {
          --aug-border: 2px;
          --aug-border-bg: white;
          width: calc(100% - 20px);
          max-width: 540px;
          overflow: hidden;
          transition: all 0.5s;
        }
        div.message_container-alt {
          padding-bottom: 20px;
        }
        
        div.message {
          --aug-border: 2px;
          --aug-border-bg: #03d7f2;
          width: calc(100% - 20px);
          max-width: 640px;
          overflow: hidden;
          transition: all 0.5s;
        }
        div.message_container {
          padding-bottom: 20px;
        }
        
        .name {
          color: white;
          --aug-inset-bg: #03d7f2;
        }
        
        .email {
          --aug-inset-bg: #ff003c;
          color: #fff;
        }
        div.title {
          display: inline-block;
          padding: 0.5em 2em;
          --aug-border: 2px;
          --aug-border-bg: #03d7f2;
          font-weight: bold;
          letter-spacing: 0.1em;
          text-align: center;
          text-transform: uppercase;
          --aug-br: 0.75em;
        }
        div.title-alt {
          display: inline-block;
          padding: 0.5em 2em;
          --aug-border: 2px;
          --aug-border-bg: #ff003c;
          font-weight: bold;
          letter-spacing: 0.1em;
          text-align: center;
          text-transform: uppe.........完整代码请登录后点击上方下载按钮下载查看

网友评论0