diff --git a/src/project/pingchang/AppGetewayRegister/getewayAdd.vue b/src/project/pingchang/AppGetewayRegister/getewayAdd.vue index ce335c7..9900e29 100644 --- a/src/project/pingchang/AppGetewayRegister/getewayAdd.vue +++ b/src/project/pingchang/AppGetewayRegister/getewayAdd.vue @@ -34,7 +34,7 @@

手机号码

- +
@@ -45,7 +45,7 @@

姓名

- +
@@ -100,7 +100,7 @@

从哪来

- +
{{ startAreaName }} 请选择 @@ -682,6 +682,10 @@ export default { .addBox { padding-bottom: 140px; + // ::v-deep .input1::-webkit-input-placeholder{ + // color: #FF4466; + // } + .tips { line-height: 1.3; padding: 32px 32px; @@ -803,19 +807,23 @@ export default { padding-right: 28px; border-bottom: 1px solid #DDDDDD; - input { + ::v-deep .u-input { flex: 1; height: 100%; - text-align: right; + text-align: right !important; color: #333; padding-right: 10px; } + + .form-item__right { display: flex; align-items: center; font-size: 32px; + + .select { ._i { padding-left: 100px; @@ -917,6 +925,8 @@ export default { padding: 0 32px; box-sizing: border-box; } + + } }