.wrap { width: 100%; height: 100%; min-height: 700px; margin: 0 auto; position: relative; background-image: url(../../../image/bg.jpg); background-size: cover; .login-header { background: #fff; box-shadow: 0 2px 6px 0px #ccc; .login-logo { padding: 20px; overflow: hidden; width: 960px; margin: 0 auto; .logo { width: 200px; padding-top: 60px; float: left; border-right: 1px solid #eee; position: relative; overflow: hidden; img { position: absolute; top: 0; left: 0; height: 60px; } } .logo-text { width: 700px; float: left; line-height: 60px; font-size: 24px; .back { float: right; font-size: 16px; line-height: 60px; a { color: #333; } } span { margin-left: 24px; } } } } .content { width: 960px; margin: 0 auto; margin-top: 5%; .login-left { display: none; float: left; margin-top: 54px; background: #fff; img { width: 520px; height: 340px; } } .login-right { float: right; width: 340px; border: 1px solid #d8d8d8; margin: 40px; .tabtwo { margin-left: 40px; } .ant-tabs { background: #fff; } } .login-form { .ant-checkbox-wrapper { width: 50%; margin-right: 0; } button { width: 100%; margin: 20px 0; } .login-form-forgot { float: right; } .antd-spin { position: fixed; left: 0; top: 0; height: 100%; width: 100%; } } .login-other { padding: 0 20px; border-top: 1px solid #eee; background: #fff; ul { width: 100%; float: left; li { cursor: pointer; width: 22%; float: left; padding: 14px 10px 14px 0px; img { height: 18px; vertical-align: middle; float: left; } p { font-size: 14px; line-height: 18px; float: left; margin-left: 4px; } } .join { width: 34%; padding: 14px 0 14px 12px; ; p { margin-left: 6px; font-size: 16px; color: #ea0862; } } } } } .footer { position: absolute; bottom: 0; left: 0; width: 100%; padding-top: 20px; text-align: center; background: #fff; p { margin: 10px 0; } } }