
.detail-container {
    height: 100vh;
    background: #f5f5f5;
    display: flex;
    align-items: center;
}

.content {
    display: flex;
    width: 100vw;
    flex-direction: column;
    align-items: center;
}

.content-image {
    width: 120rpx;
    height: 120rpx;
}

.content-title {
    padding-top: 20rpx;
    font-size: 32rpx;
}

.login-button {
    font-size: 24rpx;
    background-color: transparent;
    height: 52rpx;
    line-height: 52rpx;
    margin-top: 20rpx;
}

.address-box {
    border-radius: 30rpx;
    width: 90vw;
    padding: 51rpx 51rpx;
    box-sizing: border-box;
    background-color: #fff;
    margin: 28rpx auto;
}

.address-box .address {
    font-size: 24rpx;
    color: #999;
}

.address-box .user {
    font-size: 32rpx;
    font-weight: 700;
    display: flex;
    padding-bottom: 8rpx;
}

.address-box .user .name {
    padding-right: 51rpx;
}
