.addClass { display: flex; flex-direction: column; align-items: center; // padding-top: 50px; // padding: 0 30Px; :global { .n-form-item-label__text { font-weight: 400; font-size: 14Px; color: #666666; } .n-base-selection, .n-input, .n-input-group-label { --n-height: 34Px!important; --n-border-radius: 6Px !important; font-size: 14Px !important; } } } .btnGroup { padding: 0 30Px 24Px; width: 100%; :global { .n-button { border-radius: 6Px; height: 32Px; min-width: 68Px; font-size: 14Px; font-weight: bold !important; --n-border: 0px solid !important; } .n-button--primary-type { background: linear-gradient( 312deg, #1B7AF8 0%, #3CBBFF 100%) !important; } } }