| 123456789101112131415161718192021222324 | <script setup lang="ts">onLaunch(() => {});</script><style lang="scss">.header {  background: linear-gradient(180deg, #e4efff 0%, #f9fcff 45%, #f6f6f6 100%);}.bottom-safe-area {  padding-bottom: env(safe-area-inset-bottom);}:deep(.wd-divider) {  padding: 0 !important;}.formItem {  :deep(.inputClass) {    background: none !important;  }  :deep(.wd-input__icon) {    // color: none !important;    background: none !important;  }}</style>
 |