.adc-address { overflow: hidden; height: 100vh; background-color: #f5f5f5; } .adc-address .address-form { height: 100%; } .adc-address-info { margin-top: 23rpx; background-color: #fff; padding: 0 24rpx; } .adc-info-item { box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; height: 96rpx; font-size: 34rpx; color: #666; border-bottom: 1px solid #eee; } .adc-info-item:last-child { border: none; } .adc-info-item .label { width: 160rpx; flex-shrink: 0; } .adc-info-item .inp { flex: 1; font-size: 34rpx; color: #333; } .adc-info-item .txt-btn { flex-shrink: 0; font-size: 30rpx; color: #666; } .adc-info-text { box-sizing: border-box; display: flex; justify-content: space-between; padding: 24rpx 0; font-size: 34rpx; color: #666; border-bottom: 1px solid #eee; } .adc-info-text:last-child { border: none; } .adc-info-text .label { width: 160rpx; flex-shrink: 0; } .adc-info-text .text { flex: 1; font-size: 34rpx; color: #333; padding: 0; margin: 0; top: -2rpx; } .adc-default { background-color: #fff; margin-top: 40rpx; padding: 0 24rpx; } .adc-address-save-btn { width: 94%; height: 98rpx; margin: 0 auto; background: #1677ff; border-radius: 8rpx; line-height: 98rpx; color: #fff; font-size: 36rpx; }