addAddress.wxss 833 字节
page {
  background: #f5f6fa;
}

.content_item {
  background: #fff;
  padding: 0 32rpx;
}

.list_title {
  width: 150rpx;
}

.list_picker {
  width: 550rpx;
  height: 50rpx;
}

.picker_box {
  width: 100%;
  height:50rpx;
}

.picker_content {
  width: 100%;
   height:50rpx;
  position: relative;

}

.icon-paixu-xia {
  position: absolute;
  right: 0;
  top: 10rpx;
}

.icon-paixu-xia {
  color: #999;
}

.item_list {
  font-size: 30rpx;
  color: #1a1a1a;
  padding: 36rpx 0;
  border-bottom: 1rpx solid #ebebeb;
  display: flex;
}

.item_list:last-child {
  border-bottom: 0;
}

.bottom_btn {
  width: 686rpx;
  height: 88rpx;
  font-size: 32rpx;
  color: #fff;
  background: rgba(15, 113, 205, 1);
  border-radius: 5rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 36rpx;
}