1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- .wrap {
- width: 100%;
- height: 100%;
- // min-height: 700px;
- position: absolute;
- // background-image: url(../../../image/bg.jpg);
- background-size: cover;
- .login-header {
- background: rgba(0, 0, 0, 0.7);
- color: #fff;
- .login-logo {
- padding: 20px;
- overflow: hidden;
- width: 960px;
- margin: 0 auto;
- .logo {
- width: 150px;
- height: 100px;
- margin-right: 30px;
- float: left;
- border-right: 1px solid #eee;
- position: relative;
- overflow: hidden;
- img {
- position: absolute;
- top: 0;
- left: 0;
- height: 100px;
- border-radius: 50%;
- background: #fff;
- }
- }
- .erweima {
- width: 100px;
- padding-top: 80px;
- float: right;
- // border-right: 1px solid #eee;
- position: relative;
- // overflow: hidden;
- img {
- position: absolute;
- top: 0;
- left: 0;
- height: 100px;
- }
- }
- .logo-text {
- width: 640px;
- float: left;
- line-height: 60px;
- font-size: 24px;
- .back {
- float: right;
- font-size: 16px;
- line-height: 60px;
- a {
- color: #333;
- }
- }
- span {
- margin-left: 24px;
- }
- }
- }
- }
- .footer {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- padding-top: 20px;
- text-align: center;
- background: rgba(0, 0, 0, 0.7);
- color: #fff;
- p {
- margin: 10px 0;
- }
- }
- .ant-tabs-nav {
- .ant-tabs-ink-bar {
- display: none !important
- }
- }
- }
|