receiverAddress.wxss 1.6 KB
.container {
  width: 100%;
  background-color: #f5f5f5;
  min-height: 1200rpx;
}
.container .big {
  width: 100%;
  padding: 32rpx 32rpx 100rpx;
  box-sizing: border-box;
}
.container .big .box .address {
  width: 100%;
  padding: 32rpx 32rpx 10rpx;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8rpx;
}
.container .big .box .address .city {
  font-size: 28rpx;
  line-height: 50rpx;
}
.container .big .box .address .addressDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .big .box .address .addressDetails .address_name {
  font-size: 28rpx;
  line-height: 70rpx;
  font-weight: 600;
}
.container .big .box .address .addressDetails .img {
  width: 40rpx;
}
.container .big .box .address .addressDetails .img image {
  width: 28rpx;
  height: 28rpx;
}
.container .big .box .address .person_ {
  display: flex;
  align-items: center;
}
.container .big .box .address .person_ .persongeren {
  font-size: 28rpx;
  line-height: 50rpx;
  margin-right: 30rpx;
}
.container .big .box .address .editor {
  font-size: 28rpx;
  line-height: 40rpx;
  text-align: right;
}
.container .big .box .zhuang {
  width: 100%;
  position: relative;
  top: 0rpx;
}
.container .big .box .zhuang image {
  height: 6rpx;
}
.container .downbtn {
  background-color: #fff;
  padding: 20rpx 0;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  bottom: 0;
}
.container .downbtn .btn {
  width: 622rpx;
  height: 80rpx;
  line-height: 80rpx;
  padding: 0;
  font-weight: 400;
  font-size: 28rpx;
  background-color: #E8370F;
  color: #fff;
}