.registerModal { background: linear-gradient(180deg, #FFFFFF 0%, #FFDAB4 15%, #FFFFFF 100%); box-shadow: 0px 1px 6px 0px #DCC8F0; border-radius: 18px 18px 0px 0px; overflow: hidden; } .infoTitle { width: 315px; height: 31px; display: block; margin: 14px auto 10px; } .registerForm { background: #FFFFFF; box-shadow: 0px 1px 6px 0px #F0D8C8; border-radius: 18px; margin: 0 12px; overflow: hidden; .tips { padding-top: 4px; font-size: 12px; font-weight: 400; color: #FF5A56; line-height: 17px; } :global { .van-cell { padding: 14px 14px; } .van-field__label { font-size: 16px; font-weight: 600; color: #5B2C03; line-height: 22px; margin-bottom: 8px; } .van-field__control { font-size: 16px; } } .codeText { color: #FFCF7C; font-size: 14px; font-weight: 600; &.codeTextDisabled { color: #ccc; } } } .submitBtn { margin: 16px 12px 22px; width: calc(100% - 24px); height: 46px; border-radius: 12px; font-size: 16px; font-weight: 600; color: #5B2C03 !important; line-height: 22px; } .radioSection { position: relative; min-width: 32px; justify-content: center; padding-left: 14px; padding-right: 14px; } .radioItem { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; } .radioSection+.radioSection { margin-left: 12px; }