/* pages/select-address/select-address.wxss */ page{ background-color: #f1f2f4; } .container { width: 750rpx; border-top: 1rpx solid #f2f2f2; padding-bottom:140rpx; } .addressBox { display: flex; justify-content: space-between; background-color: #ffffff; align-items: center; margin-bottom: 20rpx; } .left { width: 616rpx; display: flex; flex-direction: column; padding-top: 40rpx; padding-bottom: 32rpx; padding-left: 38rpx; box-sizing: border-box; } .userInfo { display: flex; flex-direction: row; align-items: center; } .name { font-size: 28rpx; font-weight: 500; text-align: left; color: #333333; line-height: 40rpx; margin-right: 10rpx; } .tell { font-size: 24rpx; font-weight: 500; text-align: left; color: #7d7e80; line-height: -20rpx; } .lable { width: 82rpx; height: 34rpx; background: #ff893f; border-radius: 18rpx; font-size: 24rpx; font-weight: 400; text-align: left; color: #ffffff; line-height: 34rpx; margin-left: 24rpx; display: flex; justify-content: center; align-items: center; } .address { width: 430rpx; font-size: 24rpx; font-weight: 400; text-align: left; color: #6f6f6f; line-height: 34rpx; margin-top: 16rpx; } /* 默认状态 */ .selectDefault { width: 136rpx; display: flex; justify-content: space-between; align-items: center; margin-top: 16rpx; } .defaultPic, .undefaultPic { width: 24rpx; height: 24rpx; display: flex; align-items: center; } .defaultPic image { width: 24rpx; height: 24rpx; } .unDefaultPic image { width: 24rpx; height: 24rpx; } .defaultText, .unDefaultText { font-size: 24rpx; font-weight: 400; text-align: left; color: #365fff; line-height: 34rpx; } .unDefaultText { color: #333333; } /* 编辑 删除 */ .right { width: 160rpx; height: 116rpx; border-left: 2rpx solid #eeeeee; } .edit, .del { width: 100rpx; height: 50%; display: flex; justify-content: space-between; /* align-items: center; */ margin: 0 auto; } .editIcon, .delIcon { width: 36rpx; height: 40rpx; display: flex; align-items: center; } .editIcon image { width: 28rpx; height: 28rpx; } .delIcon image { width: 28rpx; height: 28rpx; } .editText, .delText { font-size: 28rpx; font-weight: 400; text-align: left; color: #333333; line-height: 40rpx; } /* 超出配送范围 */ .exceedText { height: 36rpx; margin-top: 32rpx; margin-bottom: 24rpx; font-size: 32rpx; font-weight: 500; text-align: left; color: #333333; line-height: 22rpx; padding-left: 32rpx; box-sizing: border-box; } /* 新增地址 */ .bottom { width: 750rpx; position: fixed; bottom: 0; left: 0; background-color: #fff; padding: 28rpx 0; } .addAdress { margin: 0 auto; width: 622rpx; height: 88rpx; background: linear-gradient(270deg, #fb7900 -100%, #ff4903); border-radius: 44rpx; display: flex; justify-content: center; align-items: center; font-size: 32rpx; font-weight: 400; color: #ffffff; } .noData{ width: 100%; height: 100%; margin-top: 300rpx; } .noDataPic{ width: 200rpx; height: 200rpx; margin: 0 auto; } .noDataPic image{ width: 200rpx; height: 200rpx; } .noDataTop{ width: 100%; font-size: 30rpx; display: flex; /* align-items: center; */ color: #323233; justify-content: center; font-weight: 500; } .noDataBottom{ width: 100%; font-size: 24rpx; color: #7d7e80; display: flex; justify-content: center; margin-top: 10rpx; }