address.wxss 2.5 KB
page {
    background: #f9f9f9;
    padding-bottom: 120rpx;
}

.content {
    padding: 32rpx;
    box-sizing: border-box;
}

.item {
    width: 100%;
    background: #fff;
    border-radius: 10rpx;
    margin-bottom: 20rpx;
}

.item .user_info {
    width: 100%;
    height: 96rpx;
    padding: 0 40rpx;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.user_info .name {
    font-size: 32rpx;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(6, 14, 35, 1);
}

.user_info .tel {
    font-size: 32rpx;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(19, 26, 46, 1);
    margin-left: 40rpx;
    margin-right: 20rpx;
}

.user_info .type {
    width: 56rpx;
    height: 28rpx;
    background: rgba(242, 0, 0, 1);
    border-radius: 4rpx;
    font-size: 20rpx;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.address {
    padding: 0 40rpx 20rpx 40rpx;
    box-sizing: border-box;
    font-size: 26rpx;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    border-bottom: 1rpx solid #eee;
}

.btn_box {
    height: 70rpx;
    display: flex;
    justify-content: flex-end;
}

.btn_item {
    width: 100rpx;
    font-size: 26rpx;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    display: flex;
    align-items: center;
    margin-right: 52rpx;
}

.btn_item:last-child {
    margin-right: 38rpx;
}

.btn_item image {
    width: 28rpx;
    height: 30rpx;
    margin-right: 16rpx;
}

.check {
    flex: 1;
    /* width: 200rpx; */
    font-size: 26rpx;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 36px;
    color: rgba(102, 102, 102, 1);
    display: flex;
    align-items: center;
    margin-left: 48rpx;
}

.check image {
    width: 26rpx;
    height: 26rpx;
    margin-right: 20rpx;
}


/* 添加地址按钮 */
.add_btn_box {
    width: 100%;
    box-sizing: border-box;
    padding: 32rpx;
    background: rgba(249, 249, 249, 1);
    position: fixed;
    bottom: 0;
    left: 0;
}

.add_btn {
    width: 100%;
    height: 80rpx;
    background: rgba(242, 0, 0, 1);
    border-radius: 40rpx;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30rpx;
    color: rgba(255, 255, 255, 1);
}


.empty{
  width: 100%;
  text-align: center;
  font-size: 36rpx;
  color: #ccc;
  margin-top: 200rpx;
}