index.wxss
499 Bytes
.container {
background-color: white;
display: flex;
flex-direction: column;
padding-top: 105rpx;
align-items: center;
}
.login-button {
display: flex;
justify-content: center;
align-items: center;
width: 200rpx;
height: 100rpx;
background-color: #f0f0f0;
}
.userinfo-avatar {
display: flex;
width: 120rpx;
height: 120rpx;
border-radius: 60rpx;
align-items: center;
}
.userinfo-nickname {
display: flex;
margin-top: 20rpx;
}