diff --git a/my/address/address.vue b/my/address/address.vue index b29e4cd..d718b5a 100644 --- a/my/address/address.vue +++ b/my/address/address.vue @@ -18,7 +18,7 @@ - + @@ -190,14 +190,15 @@ margin-left: 10px; } .delete-view{ - width: 85rpx; + width: 120rpx; text-align: center; - background: #FFFFFF; - border-radius: 18rpx; - border: 1px solid #4D4D4D; + background: #e5e7eb; + border-radius: 30rpx; + border: 1px solid #cdd2db; font-weight: 400; - font-size: 23rpx; - color: #4D4D4D; + font-size: 30rpx; + color: #666; + padding: 8rpx 10rpx; } .address-list-img{ width: 91rpx; @@ -231,12 +232,12 @@ .shouhuo{ margin: 16rpx 30upx; position: fixed; - bottom: -7upx; + bottom: -2upx; width: 92%; - height: 92rpx; + height: 80rpx; background: linear-gradient(90deg, #019C88, #28BA92, #35C495); border-radius: 46rpx; - line-height: 92rpx; + line-height: 80rpx; font-weight: 400; font-size: 36rpx; color: #FFFFFF;