myaddress.wxss 1.6 KB
/* pages/myaddress/myaddress.wxss */
page {
    background-color: #f8f8f8;
    padding-bottom: 120rpx;
}

.itemAddress {
    padding: 32rpx 26rpx 32rpx 36rpx;
    background-color: #fff;
    margin-bottom: 20rpx;
}

.add_user {
    align-items: flex-end;
}

.user_name {
    font-size: 28rpx;
    font-weight: 600;
    color: #333333;
    margin-right: 10rpx;
}

.user_phone {
    font-size: 24rpx;
    font-weight: 600;
    color: #bdc4ce;
    margin-right: 16rpx;
}

.is_default {
    width: 88rpx;
    height: 30rpx;
    line-height: 30rpx;
    opacity: 0.74;
    background: #e2f6ff;
    border-radius: 2rpx;
    font-size: 24rpx;
    text-align: center;
    color: #2d91cc;
}

.add_msg {
    font-size: 24rpx;
    color: #6f6f6f;
    margin-top: 16rpx;
    max-width: 535rpx;
}


.add_right {
    padding: 2rpx 0 2rpx 33rpx;
    border-left: 2rpx solid #eeeeee;
}

.item_choose view {
    font-size: 24rpx;
    color: #6f6f6f;
}

.item_choose image {
    width: 24rpx;
    height: 24rpx;
    margin-right: 8rpx;
}

.newAddress {
    width: 100%;
    height: 100rpx;
    line-height: 100rpx;
    text-align: center;
    background: linear-gradient(132deg, #1dcaf7 4%, #2e8fcb 98%);
    box-shadow: 0 4rpx 8rpx 0 rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0.85;
    font-size: 32rpx;
    font-weight: 600;
    color: #ffffff;
    z-index: 111;
}



.addAddress {
    height: 88rpx;
    line-height: 88rpx;
    font-size: 28rpx;
    color: #ffffff;
    text-align: center;
    background-color: #21AE59;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}