add-address.wxss 1.6 KB
/* pages/add-address/add-address.wxss */
.van-icon {
  width: 0;
}

.addContent {
  background-color: #ffffff;
}

.popups {
  width: 750rpx;
  height: 88rpx;
  background-color: #ffffff;
  border-bottom: 2rpx solid #f1f2f4;
  color: #646566;
  font-size: 26rpx;
  padding-top: 26rpx;
  padding-left: 32rpx;
  box-sizing: border-box;
  display: flex;
}

.addBox {
  display: flex;
  align-items: top;
  margin-left: 146rpx;
  color: #bcbcbd;
}

.location {
  background-color: #ffffff;
  height: 83rpx;
  margin-bottom: 20rpx;
  margin-top: 16rpx;
  display: flex;
  align-items: center;
  font-size: 28rpx;
  padding-left: 32rpx;
  color: var(--field-label-color, #646566);
}


/* 默认地址 */
.defaultAddress {
  width: 750rpx;
  height: 88rpx;
  margin-top: 16rpx;
  display: flex;
  padding: 0 32rpx;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}

.defaultText {
  font-size: 28rpx;
  font-weight: 400;
  text-align: left;
  color: #323233;
  line-height: 36rpx;
}

.switch {
  width: 100rpx;
  height: 52rpx;
  margin-left: 418rpx;
}

/* 保存删除 */
.save {
  width: 622rpx;
  height: 88rpx;
  background: linear-gradient(270deg, #fb7900 -100%, #ff4903);
  border-radius: 44rpx;
  margin: 0 auto;
  margin-top: 64rpx;
  font-size: 32rpx;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.del {
  width: 622rpx;
  height: 88rpx;
  border: 2rpx solid #fb7600;
  border-radius: 44rpx;
  margin: 0 auto;
  margin-top: 32rpx;
  font-size: 32rpx;
  font-weight: 400;
  color: #fb7600;
  display: flex;
  justify-content: center;
  align-items: center;
}