distributionChanged.less 5.7 KB
page {
  background-color: #f9f9f9;
}

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

  .contet {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 6rpx;

    .img {
      width: 270rpx;
      height: 240rpx;

      image {
        width: 100%;
        border-radius: 8rpx;

      }
    }

    .rig {
      flex: 1;
      height: 240rpx;
      padding: 10rpx 0 10rpx 15rpx;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-between;


      .textws {
        font-size: 28rpx;
        color: #3D444C;
        box-sizing: border-box;
      }

      .names {
        margin: 10rpx 0;
        width: 100%;
        display: flex;
        align-items: center;

        .names__box {
          font-size: 30rpx;
          color: #3D444C;
        }

        .pt {
          display: flex;
          align-items: baseline;

          .icons {
            font-size: 20rpx;
            color: #ff0000;
          }

          .icons_price {
            font-size: 30rpx;
            color: #ff0000;
          }
        }
      }
    }
  }

  .pop_box {
    width: 100%;
    box-sizing: border-box;
    margin: 20rpx 0;
    background-color: #fff;
    border-radius: 6rpx;

    .pub {
      width: 100%;
      height: 80rpx;
      display: flex;
      border-bottom: 1rpx solid #f5f5f5;

      .labels {
        width: 180rpx;
        height: 80rpx;
        line-height: 80rpx;
        padding-left: 32rpx;
        box-sizing: border-box;
        font-size: 28rpx;
        color: #3D444C;

      }

      .publics {
        flex: 1;
        height: 78rpx;
        background-color: #fff;
        text-align: left;
        box-sizing: border-box;
        padding-left: 20rpx;

      }

      .input_placeholder {
        font-size: 28rpx;
        color: #BDC4CE;
        font-family: PingFangSC-Regular;
        text-align: left;
      }

    }

    .phones {
      border-bottom: 1rpx solid #fff;
    }

  }

  .public {

    width: 100%;
    padding: 32rpx;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;

    .public_1 {
      font-size: 28rpx;
      line-height: 48rpx;
      color: #3D444C;
    }

    .public_2 {
      display: flex;
      align-items: baseline;

      .money_icon {
        font-size: 20rpx;
        color: #E8370F;
      }

      .price {
        font-size: 28rpx;
        color: #E8370F;
      }
    }

    .integrate {
      color: #06121E;
    }

  }

  .total {

    .integrate_money {
      color: #E8370F;

    }
  }

  .total1 {
    margin-top: 20rpx;
  }

  .btnbuy {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 20rpx 0;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 5;

    .btnbuy__ {
      height: 88rpx;
      width: 90%;
      color: #fff;
      line-height: 88rpx;
      padding: 0;
      box-sizing: border-box;
      font-weight: 400;
      background-color: #E8370F;
      border-radius: 8rpx;
      font-size: 28rpx;
    }
  }

  .integratea {
    width: 100%;
    border-radius: 6rpx;


    .integrate {
      margin-top: 20rpx;
      width: 100%;
      padding: 32rpx;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #fff;
      border-bottom: 1rpx solid #f5f5f5;

      .integrate_che {
        font-size: 28rpx;
        line-height: 48rpx;
        color: #3D444C;
      }

      .integrate_right {
        font-size: 28rpx;
        line-height: 48rpx;
        color: #8C9198;
      }

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

        .public_2 {
          font-size: 28rpx;
          line-height: 48rpx;
          color: #8C9198;

        }

        .radios_fff {
          width: 32rpx;
          height: 32rpx;
          margin-left: 20rpx;
        }

        .radios_red {
          width: 32rpx;
          height: 32rpx;
          margin-left: 20rpx;
        }
      }
    }

    .explain {
      width: 100%;
      padding: 32rpx;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #fff;

      .explain_ {
        font-size: 24rpx;
        line-height: 48rpx;
        color: #8C9198;

      }

      .r_explain {
        .explain__right {
          font-size: 24rpx;
          line-height: 48rpx;

        }

        .explain__red {
          font-size: 24rpx;
          line-height: 48rpx;
          color: #E8370F;
          margin: 0 5rpx;
        }
      }

    }

  }

  .login {

    // 弹窗
    /*使屏幕变暗  */
    .commodity_screen {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      background: #000;
      opacity: 0.2;
      overflow: hidden;
      z-index: 10;
    }

    /*对话框 */
    .center__nox {
      // height: 40%;
      width: 80%;
      position: fixed;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 20;
      background: #fff;
      padding: 20rpx;
      box-sizing: border-box;
      border-radius: 24rpx;
      // position: relative;

      .jump_img {
        width: 100%;
      }

      .jump_close {
        width: 32rpx;
        height: 32rpx;
        position: absolute;
        top: -50rpx;
        right: 8rpx;
        z-index: 10;
      }
    }
  }
}