/* 水平间距 */ /* 水平间距 */ .container.data-v-8c1ad2ae { display: flex; flex-direction: column; min-height: 100vh; background-color: #f1f6fe; } .container .body.data-v-8c1ad2ae { position: relative; padding: 0 20rpx; margin-top: 20rpx; height: calc(100vh - 20rpx); background-color: #fff; } .container .body .body_row.data-v-8c1ad2ae { display: flex; justify-content: space-between; align-items: center; height: 90rpx; font-size: 28rpx; } .container .body .body_row .row_text.data-v-8c1ad2ae { flex: 1; padding-right: 30rpx; text-align-last: justify; } .container .body .body_row .row_input.data-v-8c1ad2ae { box-sizing: border-box; padding: 0 30rpx; width: 590rpx; height: 90rpx; border-radius: 15rpx; background-color: #f2f2f2; } .container .body .mt-40.data-v-8c1ad2ae { margin-top: 40rpx; } .container .body .mt-30.data-v-8c1ad2ae { margin-top: 30rpx; } .container .body .body_btn.data-v-8c1ad2ae { position: absolute; bottom: 150rpx; left: 227rpx; display: flex; justify-content: center; align-items: center; width: 297rpx; height: 100rpx; color: #fff; font-size: 32rpx; border-radius: 8rpx; background-color: #1e7dfb; }