page { height: 100%; width: 100%; background: #f4f4f4; } .dz{ width: 570rpx; float: left; /* border: 1px solid red; */ overflow: hidden; color: #90A4AE; background: #B8E3F9; text-indent: 20rpx; } .sx{ float: right; width: 150rpx; text-align: right; /* border: 1px solid red; */ } .xzwz{ text-indent: 20rpx; color:#90A4AE; } .update{ width: 35rpx; height: 35rpx; } .container { /* height: 100%; */ width: 100%; padding-bottom: 160rpx; } .address-list { padding-left: 31.25rpx; background: #fff; background-size: auto 10.5rpx; /* margin-bottom: 160rpx; */ } .address-list .item { /* height: 156.55rpx; */ padding:20rpx 0; align-items: center; display: flex; border-bottom: 1rpx solid #dcd9d9; } .address-list .l { width: 50rpx; height: 80rpx; overflow: hidden; } .address-list .l image{ width: 40rpx; height: 50rpx; } .address-list .name { width: 125rpx; height: 43rpx; font-size: 29rpx; color: #333; margin-bottom: 5.2rpx; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .address-list .default { float: right; margin-right: 40rpx; border: 1px solid #09AFFF; color: #09AFFF; border-radius: 20rpx; line-height: 20px; width: 100rpx; height: 40rpx; text-align: center; font-size: 20rpx; visibility: visible; } .address-list .c { flex: 1; height: auto; overflow: hidden; } .address-list .mobile { height: 29rpx; font-size: 29rpx; line-height: 29rpx; overflow: hidden; color: #666; margin-bottom: 6.25rpx; margin-top: 10rpx; width:400rpx; float:left; } .address-list .address { /* height: 37rpx; */ font-size: 30rpx; /* line-height: 37rpx; */ overflow: hidden; color: black; } .address-list .r { width: 52rpx; height: auto; overflow: hidden; margin-right: 16.5rpx; } .address-list .del { display: block; width: 52rpx; height: 52rpx; } .add-address { border: none; right: 0; display: flex; justify-content: center; align-items: center; width: 90%; height: 90rpx; line-height: 98rpx; position: fixed; bottom: 25rpx; left: 0; border-radius: 0; padding: 0; margin: 0; margin-left: 5%; text-align: center; /* padding-left: -5rpx; */ font-size: 25rpx; color: #f4f4f4; border-top-left-radius: 50rpx; border-bottom-left-radius: 50rpx; border-top-right-radius: 50rpx; border-bottom-right-radius: 50rpx; letter-spacing: 3rpx; background-image: linear-gradient(to right, #09AFFF 0%, #09AFFF 100%); } .empty-view { height: 100%; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .empty-view .text { width: auto; font-size: 28rpx; line-height: 35rpx; color: #999; }