/* pages/forgotPassword/forgotPassword.wxss */ .form input { display: inline-block; height: 100%; font-size: 30rpx; flex: 1; padding-left: 20rpx; color: #333333; } button.login { width: 635rpx !important; height: 90rpx; background: #0A6597; margin-top: 110rpx; color: #ffffff; font-weight: normal; padding: 0; line-height: 90rpx; font-size: 30rpx; border-radius: 50rpx; } button.cancel { width: 635rpx !important; height: 90rpx; background-color: #eee; margin-top: 40rpx; color: #ffffff; font-weight: normal; padding: 0; line-height: 90rpx; font-size: 36rpx; border-radius: 50rpx; } .forgetBox>view { display: flex; justify-content: space-between; margin-bottom: 20rpx; padding: 0 30rpx; } .forgetBox text { width: 180rpx; text-align: right; line-height: 80rpx; font-size: 26rpx; color: #333333; } .forgetBox text.red { color: red; } .forgetBox input { flex: 1; border: 1rpx solid #dddddd; height: 80rpx; padding-left: 15rpx; font-size: 28rpx; } .getCode { background: #0A6597; width: 240rpx; height: 80rpx; margin-left: 20rpx; border-radius: 20rpx; display: flex; align-items: center; justify-content: center; font-size: 28rpx; color: #ffffff; } .getCode text { color: #ffffff; }