.main { float: left; width: 88%; height: 100%; margin: 0 50rpx; } .main .title { float: left; width: 100%; margin: 180rpx 0 100rpx 0; } .main .title text { float: left; width: 100%; font-size: 40rpx; font-family: Source Han Sans SC; font-weight: bold; color: rgba(40, 40, 40, 1); } .main .form { float: left; width: 100%; } .main .form input { height: 108rpx; border-bottom: 1px solid #ccc; } .main .form .save { float: left; width: 650rpx; height: 108rpx; background: rgba(233, 2, 29, 1); border-radius: 54px; margin: 100rpx 0 0 0; } .main .form .save button { padding: 0; float: left; width: 100%; height: 108rpx; line-height: 108rpx; padding: 0; background: transparent; color: #fff; } .agreement { float: left; width: 84%; margin: 50rpx 0 0 0; padding: 0 0 0 90rpx; } .agreement radio { float: left; width: 10%; } .agreement view { float: left; width: 90%; font-size: 28rpx; font-family: Source Han Sans SC; font-weight: 400; color: rgba(153, 153, 153, 1); margin: 7rpx 0 0 0; } .agreement view text { color: red; } .codeBtn { position: absolute; right: 0; top: 25rpx; background: #07c160; color: #fff; z-index: 999; } button[disabled]:not([type]){ background: red!important; color: #fff!important; }