123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- .wrap {
- width: 100%;
- height: 100%;
- position: absolute;
- background-size: cover;
- .login-header {
- background: rgba(0, 0, 0, 0.7);
- color: #fff;
- .login-logo {
- padding: 20px 0;
- overflow: hidden;
- width: 960px;
- margin: 0 auto;
- .logo {
- width: 300px;
- 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;
- }
- }
- .erweima {
- width: 100px;
- padding-top: 80px;
- float: right;
- position: relative;
- img {
- height: 90px;
- position: absolute;
- top: 0;
- left: 0;
-
- }
- }
- .logo-text {
- float: left;
- line-height: 60px;
- font-size: 30px;
- .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
- }
- }
- }
|