addaddress.wxss 1.1 KB
page {
  background: #f9f9f9;
}

.addressbox {
  padding: 0 32rpx;
  box-sizing: border-box;
  background: #fff;
}

.addressright {
  width: 12rpx;
  height: 20rpx;
  font-size: 0;
}

.addressright image {
  width: 100%;
  height: 100%;
}

.addressboxitemleftname {
  width: 115rpx;
  color: #3d444d;
  font-size: 28rpx;
}

.addressboxitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30rpx 0;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
}

.addressboxitemleft {
  display: flex;
  align-items: center;
}

.addressenter {
  width: 475rpx;
  color: #06121e;
  font-size: 28rpx;
  margin-left: 40rpx;
}

.addressenter input {
  width: 100%;
  height: 100%;
}

.enteradd {
  color: #06121e;
  font-size: 28rpx;
}

.save {
  width: 686px;
  height: 88px;
  background: rgba(255, 90, 78, 1);
  opacity: 1;
  border-radius: 8px;
}

.adddizhibtn {
  width: 686rpx;
  height: 88rpx;
  background: rgba(255, 90, 78, 1);
  opacity: 1;
  border-radius: 8rpx;
  color: #fff;
  font-size: 32rpx;
  text-align: center;
  line-height: 88rpx;
  position: fixed;
  bottom:40rpx;
  left:24rpx;
}