芝麻web文件管理V1.00
编辑当前文件:/home/miabhkvq/gpdl/css/login.css
.login-body { display: table; height: 100vh; min-height: 100vh; } .login-wrapper { width: 100%; height: 100%; display: table-cell; vertical-align: middle; } .login-wrapper .loginbox { background-color: #fff; border-radius: 6px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); display: flex; margin: 1.875rem auto; max-width: 400px; min-height: 500px; width: 100%; } .login-wrapper .loginbox .login-left { align-items: center; background: linear-gradient(180deg, #3949ab, #2962ff); border-radius: 6px 0 0 6px; flex-direction: column; justify-content: center; padding: 80px; width: 400px; display: flex; } .login-wrapper .loginbox .login-right { align-items: center; display: flex; justify-content: center; padding: 40px; width: 400px; } .login-wrapper .loginbox .login-right .login-right-wrap { max-width: 100%; flex: 0 0 100%; } .login-wrapper .loginbox .login-right h1 { font-size: 26px; font-weight: 500; margin-bottom: 5px; text-align: center; } .account-subtitle { color: #4c4c4c; font-size: 17px; margin-bottom: 1.875rem; text-align: center; } .login-wrapper .loginbox .login-right .forgotpass a { color: #a0a0a0; } .login-wrapper .loginbox .login-right .forgotpass a:hover { color: #333; text-decoration: underline; } .login-wrapper .loginbox .login-right .dont-have { color: #a0a0a0; margin-top: 1.875rem; } .login-wrapper .loginbox .login-right .dont-have a { color: #333; } .login-wrapper .loginbox .login-right .dont-have a:hover { text-decoration: underline; } .social-login { text-align: center; } .social-login > span { color: #a0a0a0; margin-right: 8px; } .social-login > a { background-color: #ccc; border-radius: 4px; color: #fff; display: inline-block; font-size: 18px; height: 32px; line-height: 32px; margin-right: 6px; text-align: center; width: 32px; } .social-login > a:last-child { margin-right: 0; } .social-login > a.facebook { background-color: #4b75bd; } .social-login > a.google { background-color: #fe5240; } .login-or { color: #a0a0a0; margin-bottom: 20px; margin-top: 20px; padding-bottom: 10px; padding-top: 10px; position: relative; } .or-line { background-color: #e5e5e5; height: 1px; margin-bottom: 0; margin-top: 0; display: block; } .span-or { background-color: #fff; display: block; left: 50%; margin-left: -20px; position: absolute; text-align: center; text-transform: uppercase; top: 0; width: 42px; }