From d00761b9d78a2e57ae6584cf52bd5188a5ede61f Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Tue, 23 Jul 2024 16:13:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/address/address.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/my/address/address.vue b/my/address/address.vue index 08ca651..5928637 100644 --- a/my/address/address.vue +++ b/my/address/address.vue @@ -217,12 +217,12 @@ .delete-view{ width: 120rpx; text-align: center; - background: #d7f2ee; + background: #ecfbf8; border-radius: 30rpx; border: 1px solid #8ccfc5; font-weight: 400; font-size: 30rpx; - color: #029d88; + color: #20a391; padding: 8rpx 10rpx; } .address-list-img{ @@ -236,14 +236,15 @@ } .address-list{ width: 95%; + margin: 12rpx auto; height: 246rpx; - background: #FFFFFF; + background: linear-gradient(to right, #ffffff, #fbffff,#ffffff); border-radius: 24rpx; - margin: 20px auto 0px auto; height: max-content; padding: 30upx; display: flex; flex-direction: column; + border: 1px solid #d7f2ee; } .content{ width: 100%;