.container { display: flex; justify-content: center; box-sizing: border-box; height: 100vh; background-image: url("https://cdn-we-retail.ym.tencent.com/miniapp/template/user-center-bg-v1.png"); background-size: auto 40%; background-repeat: no-repeat; .form { margin-top: 250px; .form-item { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; .label { width: 150px; height: 91px; line-height: 91px; text-align: left; } input { width: 482px; height: 80px; background: #f5f5f5; border-radius: 10px; border: 1px solid #ef5923; padding: 0 10px; } } } } .nut-dialog__header { text-align: left; font-weight: bold; font-size: 36px; height: auto; } .nut-dialog__content { text-align: left !important; font-size: 28px; }