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 @@
-
-
-
-
- {{ props.item.areaName }}
-
-
- {{ props.item.detailAddress }}
-
- {{ props.item.name }} {{ props.item.mobile }}
-
-
- 请选择收货地址
-
-
-
-
-
+
+
+
+
+
+
+ 收货人:{{ props.item.name }} {{ props.item.mobile }}
+
+ 收货地址: {{ props.item.areaName }} {{ props.item.detailAddress }}
+
+
+ 请选择收货地址
+
+
+
+
+
+
+
+
+
+ 设为默认
+
+
+
+
+ 编辑
+
+
+
+ 删除
+
+
+
+
+ &: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