.form{ margin-top: 30rpx; } .form view{ display: flex; align-items: center; justify-content: space-between; padding: 30rpx 25rpx; background: #fff; margin-bottom: 5rpx; } .form view input{ text-align: right; } .foot{ text-align: center !important; padding: 30rpx !important; position: fixed !important; bottom: 0 !important; width: 100% !important; background-color: var(--color) !important; color: #fff !important; } image{ width: 50rpx; height: 50rpx; }