.register { flex: 1; position: relative; padding: 12px 24px 16px; background-color: #ffffff; margin: @pageMargin; border-radius: @border-radius-base; display: flex; flex-direction: column; &-form { flex: 1; } &-label { width: 85px; text-align: left; } &-subtitle { margin: -4px 0 12px; color: @text-color-secondary; } // 常规登记也有用到的样式 &-over { position: relative; background-color: #ffffff; top: 0; left: 0; right: 0; height: 100%; z-index: 99; margin: @pageMargin; &-icon { color: @success-color; font-size: 80px; margin-bottom: 20px; } &-subtitle { margin: 12px 0 20px; color: @text-color-secondary; } &-success { padding-top: 24px; text-align: center; background-color: #f9fafc; padding-bottom: 1px; } } &-submit { margin-top: 24px; } }