oak-general-business/es/components/user/authenticate/index.less

46 lines
710 B
Plaintext

@import '../../../config/styles/mp/index.less';
.page-body {
height: 100%;
display: flex;
flex: 1;
flex-direction: column;
box-sizing: border-box;
align-items: stretch;
}
.container {
flex: 1;
display: flex;
flex-direction: column;
}
.inner {
padding: 20rpx 0rpx;
}
.loading {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.info {
background-color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
border-radius: 8rpx;
color: #000;
font-size: 36rpx;
font-weight: 600;
margin: 32rpx 32rpx;
padding: 32rpx;
}