receiverAddress.less 1.8 KB
.container {
  width: 100%;
  background-color: #f5f5f5;

  min-height: 1200rpx;

  .big {
    width: 100%;
    padding: 32rpx 32rpx 100rpx;
    box-sizing: border-box;


    .box {
      .address {
        width: 100%;
        padding: 32rpx 32rpx 10rpx;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        border-radius: 8rpx;

        .city {
          font-size: 28rpx;
          line-height: 50rpx;
        }

        .addressDetails {
          display: flex;
          align-items: center;
          justify-content: space-between;

          .address_name {
            font-size: 28rpx;
            line-height: 70rpx;
            font-weight: 600;
          }

          .img {
            width: 40rpx;

            image {
              width: 28rpx;
              height: 28rpx;
            }

          }

        }

        .person_ {
          display: flex;
          align-items: center;

          .persongeren {
            font-size: 28rpx;
            line-height: 50rpx;
            margin-right: 30rpx;
          }

        }

        .editor {
          font-size: 28rpx;
          line-height: 40rpx;
          text-align: right;
        }

      }

      .zhuang {
        width: 100%;
        position: relative;
        top: 0rpx;

        image {
          height: 6rpx;
        }
      }

    }
  }


  .downbtn {
    background-color: #fff;
    padding: 20rpx 0;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    bottom: 0;



    .btn {
      width: 622rpx;
      height: 80rpx;
      line-height: 80rpx;
      padding: 0;
      font-weight: 400;
      font-size: 28rpx;
      background-color: #E8370F;
      color: #fff
    }
  }
}