123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- .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: 50rpx 0 0 0;
- }
- .main .form .save button {
- padding: 0;
- float: left;
- width: 100%;
- height: 108rpx;
- line-height: 108rpx;
- padding: 0;
- background: transparent;
- color: #fff;
- }
- .main .form .save image {
- padding: 0;
- float: left;
- width: 100%;
- height: 108rpx;
- line-height: 108rpx;
- padding: 0;
- background: transparent;
- color: #fff;
- }
- .eye-image {
- position: absolute;
- right: 0rpx;
- top: 30rpx;
- color: #fff;
- z-index: 999;
- width: 50rpx;
- height: 50rpx;
- }
- .agreement {
- float: left;
- width: 90%;
- margin: 50rpx 0 0 0;
- padding: 0 0 0 40rpx;
- }
- .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;
- }
|