.login { display: flex; flex-direction: column; background: url('@mobile/assets/images/login-bg.jpg') no-repeat center top; background-size: 100% 100%; &-logo { height: 3.28rem; background: url('@mobile/assets/images/login-logo.png') no-repeat center top; background-size: 4.86rem 3.28rem; margin: 1.6rem 0 .5rem .96rem; } &-form { padding: .36rem .48rem; .van-cell-group { border-radius: 8px; overflow: hidden; } .button { &-link { display: flex; justify-content: space-between; padding: .32rem 0; a { color: #333; } } } } &-footer { padding: .36rem; margin-top: auto; &__trem { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; font-size: .24rem; .van-checkbox { margin-right: .12rem; } } &__version { font-size: .24rem; color: #999; text-align: center; margin-top: .08rem; } } }