diff --git a/src/project/pingchang/AppGetwayRegister/components/namePhone.vue b/src/project/pingchang/AppGetwayRegister/components/namePhone.vue index e18b539..7ab6de2 100644 --- a/src/project/pingchang/AppGetwayRegister/components/namePhone.vue +++ b/src/project/pingchang/AppGetwayRegister/components/namePhone.vue @@ -2,16 +2,15 @@
-

姓名

- -
-
-

手机号

- + + + +
+
-
-
删除
+
+
@@ -58,32 +57,40 @@ export default { margin-bottom: 10px; .uForm { - width: calc(100% - 100px); + width: calc(100% - 60px); background: #EFF5FA; border-radius: 8px; - .uName, - .uPhone { + .uName { display: flex; align-items: center; height: 96px; line-height: 96px; + position: relative; h4 { width: 200px; text-align: center; } u-input { width: 100%; + padding-left: 20px; + box-sizing: border-box; + } + .line { + position: absolute; + left: 310px; + top: 18px; + width: 3px; + height: 64px; + background: #BACBDA; } } } .btn { - width: 100px; - .removeBtn { - width: 80px; - background: #ff0000; - border-radius: 8px; - color: #fff; - text-align: center; + width: 60px; + text-align: center; + img { + width: 32px; + height: 32px; } } } diff --git a/src/static/img/del.png b/src/static/img/del.png new file mode 100644 index 0000000..3b5f134 Binary files /dev/null and b/src/static/img/del.png differ