page{ height: 100%; } .cInputBox{ padding: 20rpx 30rpx; box-sizing: border-box; width: 100%; background-color: #fff; } .cInput{ height: 48rpx; line-height: 48rpx; font-size: 28rpx; color: #333; background-color: #fff; } .userBinding{ height: 100%; background: #f7f7f7; } .marginTop{ margin-top: 20rpx; } .send{ color: #01BD5D; font-size: 30rpx; background: #FFFFFF; } button::after { border: none; } .bind{ width: 690rpx; height: 90rpx; background: #D8D8D8; box-shadow: 0px 0px 24rpx 0px rgba(216, 216, 216, 0.4); border-radius: 45rpx; line-height: 90rpx; text-align: center; font-size: 36rpx; color: #FFFFFF; margin: 80rpx auto 0; } .bindActive{ background: linear-gradient(-90deg, #01BD5D, #28D87D); }