diff --git a/gasStation-uni/pagesHome/Address/Address.vue b/gasStation-uni/pagesHome/Address/Address.vue index cf538b1a7..f111ca8d0 100644 --- a/gasStation-uni/pagesHome/Address/Address.vue +++ b/gasStation-uni/pagesHome/Address/Address.vue @@ -7,24 +7,35 @@ - - + + - 默认 - {{item.address}} - - - {{item.name}} - {{item.mobile}} + {{item.address || '小王'}} + {{item.name || '先生'}} + {{item.mobile || '15426886361'}} - - + + + + + + + + 编辑 + + + + + 删除 + + + - 新增收货地址 + 新增预留信息 @@ -40,7 +51,7 @@ return { title: '', dataList: '', - + checked: false, } }, onShow() { @@ -122,18 +133,18 @@ .bottom-anniu { width: 90%; - height: 50px; + height: 40px; display: flex; align-items: center; - background: #1678ff; + background: #FF9655; color: white; justify-content: center; position: fixed; - bottom: 15px; + bottom: 40px; left: 50%; transform: translateX(-50%); - border-radius: 8px; + border-radius: 50px; } @@ -143,20 +154,17 @@ margin: 10px auto; padding: 10px; box-sizing: border-box; - display: flex; - justify-content: space-between; } - .box-left { - width: 85%; - } + .box-left {} .box-right { - width: 15px; + width: 30%; display: flex; align-items: center; - justify-content: center; - + justify-content: space-between; + font-size: 14px; + color: #333333; } .tapl { @@ -170,4 +178,10 @@ border: 1px solid #1678ff; font-size: 14px; } + + .box-xia { + display: flex; + justify-content: space-between; + margin-top: 20px; + } \ No newline at end of file diff --git a/gasStation-uni/pagesHome/editress/editress.vue b/gasStation-uni/pagesHome/editress/editress.vue index 8a93845ff..38f708ddd 100644 --- a/gasStation-uni/pagesHome/editress/editress.vue +++ b/gasStation-uni/pagesHome/editress/editress.vue @@ -3,34 +3,40 @@ - 收获信息 + 编辑预留信息 - 联系人 - + 姓名 + - 手机号 - + 性别 + + + 先生 + 女士 + + + + 电话 + + + - 提交 + 保存 @@ -132,7 +138,7 @@ width: 100%; height: 100vh; box-sizing: border-box; - padding-top: 88px; + padding-top: 89px; } .my-header { @@ -164,7 +170,7 @@ display: flex; align-items: center; border-bottom: 1px solid #f4f5f6; - + justify-content: space-between; } .g-name { @@ -189,16 +195,18 @@ } .bottom-anniu { - width: 90%; - height: 50px; + width: 84%; + height: 40px; display: flex; align-items: center; - background: #1678ff; + background: #FF9655; color: white; justify-content: center; - bottom: 15px; - margin: 20px auto; - border-radius: 8px; + position: fixed; + bottom: 40px; + left: 50%; + transform: translateX(-50%); + border-radius: 50px; } \ No newline at end of file