my4S.less 2.0 KB
.container {
  padding: 32rpx;
  box-sizing: border-box;

  .banner_img {
    margin: 150rpx 130rpx 100rpx 130rpx;
    height: 346rpx;

    image {
      width: 100%;
    }
  }

  .banner_img_title {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    .text_title {
      height: 80rpx;
      font-size: 48rpx;
      font-weight: 600;
      line-height: 80rpx;
      color: #3D444C;

    }

    .textQIT {

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

    .qit {

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

  }

  .change_4S {
    height: 120rpx;
    margin: 50rpx 0;
    border-radius: 24rpx;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
    width: 686rpx;
    display: flex;
    align-items: center;
    padding: 0 32rpx;
    box-sizing: border-box;

    input {
      flex: 1;
      padding-left: 32rpx;
    }

    .rowimg {

      width: 48rpx;
      height: 48rpx;

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


  }

  .yichange {
    .banner_img_title {
      width: 100%;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      .text_title {
        height: 80rpx;
        font-size: 48rpx;
        font-weight: 600;
        line-height: 80rpx;
        color: #3D444C;

      }

      text :nth-child(2) {
        color: #8C9198;
        font-size: 28rpx;
        line-height: 40rpx;
      }
    }

    .picker_1 {
      height: 120rpx;
      margin: 50rpx 0;
      border-radius: 24rpx;
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
      width: 686rpx;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 36rpx;
      color: #000;
    }
  }


}

.btn {
  color: #fff;
  background-color: #E8370F;
  width: 378rpx;
  margin: 50rpx auto;
  font-weight: normal;
}