/* pages/login/login.wxss */ .btn{ height: 200rpx; border:5rpx solid black } .container { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 150rpx 0 100rpx 0; box-sizing: border-box; } .userinfo { display: flex; flex-direction: column; align-items: center; color: #aaa; } .userinfo-avatar { overflow: hidden; width: 128rpx; height: 128rpx; margin: 20rpx; border-radius: 50%; } .usermotto { margin-top: 200px; }