/* 注册页面 */ .register-close {width: 26rpx;height: 25rpx;} .register-title {color: #03affb;} .register-phone-img{ width: 0; height: 0; border-left: 8rpx solid transparent; border-top: 10rpx solid #000; border-right: 8rpx solid transparent; margin: 0 20rpx 0 10rpx; } .clear-input { width: 100%; border: none; border-bottom: 1rpx solid #d9d9d9; font-weight: 400; font-size: 24rpx; box-sizing: border-box; height: 66rpx; padding-right: 60rpx; } .obtain-code { flex-shrink: 0; border: 1rpx solid #03affb; color: #03affb; height: 45rpx; line-height: 45rpx; border-radius: 24rpx; padding: 4rpx 20rpx; margin-left: 20rpx; } .placeholderColor {color: #bfbfbf;} .register-radio {transform: scale(0.5);margin-left: -10rpx;margin-right: -10rpx;} uni-radio .uni-radio-input {border: 1rpx solid #444444;} .register-agree-policy {color: #03affb;} .register-btn {width: 422rpx;height: 76rpx;line-height: 76rpx;text-align: center;margin: 0 auto;border-radius: 76rpx;margin-top: 60rpx; background-color: #03affb;color: #FFFFFF;} .clear-box { position: absolute;right: 0; top: 50%; transform: translateY(-50%); } .clear-close { position: relative; display: flex;justify-content: center;align-items: center; width: 40rpx;height: 40rpx; border-radius: 100%; background-color: rgba(0,0,0,.3); } .clear-close span { position: absolute; width: 0; border: 2rpx solid #FFFFFF; height: 20rpx; border-radius: 2rpx; } .clear-close span:first-child {transform: rotate(45deg);} .clear-close span:last-child {transform: rotate(-45deg);}