/* pages/login/login.wxss */ .logo{ width: 200rpx; height: 100rpx; /* margin: auto; */ margin-bottom: 50rpx; } .img{ width: 200rpx; height: 100rpx; margin: auto; object-fit: cover; } .foot_btn{ margin-top: 20rpx; font-size: 30rpx; color: rgba(64,149,229,1); display: flex; justify-content: space-between; }