星油积分商城
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
599 B

8 months ago
.login-container {
width: 100vw;
height: 100vh;
overflow: hidden;
position: relative;
display: flex;
flex-direction: column;
background: linear-gradient(180deg, #FFA7A2 0%, rgba(255,205,209,0) 56%);
.login-header{
position: relative;
margin-bottom: 67rpx;
height: 450rpx;
.login-bg {
width: 100%;
}
.login-logo{
width: 194rpx;
height:174rpx;
position: absolute;
left: 0;
right: 0;
bottom: -67rpx;
margin: auto
}
};
.login-content{
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
}