From 46a7fa4e611a8e994550fa2b247a1cfb1531ab2b Mon Sep 17 00:00:00 2001 From: 77 <270260644@qq.com> Date: Tue, 12 Nov 2024 14:07:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E8=B4=A7=E5=9C=B0=E5=9D=80=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/address/edit.vue | 518 ++++++++---------- pages/user/address/list.vue | 281 +++++----- .../s-address-item/s-address-item.vue | 305 +++++++---- 3 files changed, 592 insertions(+), 512 deletions(-) diff --git a/pages/user/address/edit.vue b/pages/user/address/edit.vue index f9a3535..3ea33b1 100644 --- a/pages/user/address/edit.vue +++ b/pages/user/address/edit.vue @@ -1,305 +1,271 @@ + .cancel-btn { + width: 710rpx; + height: 80rpx; + border-radius: 40rpx; + background: var(--ui-BG); + } + } + \ No newline at end of file diff --git a/pages/user/address/list.vue b/pages/user/address/list.vue index 9fd501e..932854b 100644 --- a/pages/user/address/list.vue +++ b/pages/user/address/list.vue @@ -1,156 +1,155 @@ + .sync-wxaddress { + flex: 1; + line-height: 80rpx; + background: $white; + border-radius: 80rpx; + font-size: 30rpx; + font-weight: 500; + color: $dark-6; + margin-right: 18rpx; + } + } + \ No newline at end of file diff --git a/sheep/components/s-address-item/s-address-item.vue b/sheep/components/s-address-item/s-address-item.vue index 5d99155..6c9abb5 100644 --- a/sheep/components/s-address-item/s-address-item.vue +++ b/sheep/components/s-address-item/s-address-item.vue @@ -1,110 +1,225 @@ + &:first-child { + margin-right: 20px; + } + } + } + } + + .imgs { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 2px; + } + + .item-left { + width: 100%; + border-bottom: 1px solid #fafafa; + padding: 6px 0; + padding-bottom: 13px; + } + + .area-text { + font-size: 26rpx; + font-weight: 400; + color: $dark-9; + } + + .address-text { + font-size: 15px; + font-weight: 600; + color: #333333; + line-height: 48rpx; + margin-bottom: 8px; + } + + .person-text { + font-size: 15px; + font-weight: 500; + color: $dark-9; + } + } + + .edit-btn { + width: 44rpx; + height: 44rpx; + background: $gray-f; + border-radius: 50%; + + .edit-icon { + width: 24rpx; + height: 24rpx; + } + } + + image { + width: 100%; + height: 100%; + } + \ No newline at end of file