.listBox{ position: relative; z-index: 1; } .content { width: 100%; } /* 地址列表 */ .address-list{ width: 100%; .list{ padding: 0 4%; background-color: #fff; border-radius: 20rpx; margin: 20rpx; padding: 20rpx 26rpx; .name-phone{ display: flex; align-items: center; justify-content: space-between; width: 100%; .name{ display: flex; align-items: center; margin-bottom: 20rpx; text{ width: 100%; font-size: 30rpx; font-weight: bold; } } .edit { margin-bottom: 10rpx; image { width: 40rpx; height: 40rpx; } } } .address{ width: 100%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text{ font-size: 25rpx; color: #939393; } } } } /* 添加地址 */ .add-address{ display: flex; align-items: center; justify-content: center; width: 100%; height: 100rpx; .btn{ display: flex; align-items: center; justify-content: center; width: 94%; height: 70rpx; background: linear-gradient(to right,#39C079,#30A567); border-radius: 70rpx; text{ font-size: 28rpx; color: #FFFFFF; } } }