confirmStoreOrder.less 4.7 KB
page {
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  padding: 5rpx 32rpx;
  border-top: 1rpx solid #f5f5f5;
  box-sizing: border-box;

  .box {
    width: 100%;
    padding-bottom: 200rpx;
    box-sizing: border-box;

    .car_store {
      padding: 32rpx 20rpx;
      box-sizing: border-box;
      display: flex;
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
      border-radius: 24rpx;

      .car_image {
        width: 240rpx;
        height: 160rpx;

        image {
          width: 100%;
        }
      }

      .car_title {
        display: flex;
        flex-direction: column;
        // justify-content: center;
        margin-left: 20rpx;
        height: 160rpx;

        .item_1 {
          font-size: 36rpx;
          line-height: 44rpx;
          font-weight: 600;
          // margin-bottom: 20rpx;
        }

        .item_2 {
          font-size: 28rpx;
          line-height: 40rpx;
          font-weight: 600;
          margin: 10rpx 0;
        }

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

          .pic_icon {
            font-size: 24rpx;
            color: #E8370F;
            margin-right: 5rpx;
            font-weight: bold;

          }
        }

        .item_3 {
          color: #E8370F;
          font-size: 32rpx;
        }
      }
    }

    .name_book {
      width: 100%;
      font-size: 36rpx;
      line-height: 50rpx;
      font-weight: 600;
      margin: 30rpx 0;

    }

    .books {
      width: 100%;
      background-color: #fff;
      padding: 10rpx 20rpx;
      box-sizing: border-box;

      .scrollY {
        width: 100%;

        .scrollYtitle {
          width: 100%;
          font-size: 28rpx;
          line-height: 50rpx;
          font-weight: bold;
          color: rgb(20, 19, 19);
        }

        .scrollYcontent {
          text-indent: 56rpx;
          font-size: 28rpx;
          line-height: 38rpx;
          color: #000;
        }
      }
    }
  }

  // 支付定金
  .down_btn {
    width: 100%;
    position: fixed;
    bottom: 0rpx;
    left: 0;
    background-color: #fff;
    padding: 10rpx 0;
    box-sizing: border-box;

    .books_change {
      padding: 10rpx 20rpx;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: flex-start;

      .radios {
        image:nth-child(2) {
          display: none;
          width: 60rpx;
          height: 60rpx;
        }

        image:nth-child(1) {
          width: 28rpx;
          height: 28rpx;
        }
      }

      .xieyi {
        font-size: 28rpx;
        line-height: 40rpx;
        margin-left: 10rpx;
      }
    }

    .ben_bnt {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 32rpx;
      box-sizing: border-box;

      .box_left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 515rpx;

        .ding {
          display: flex;
          margin: 10rpx 0;

          align-items: center;

          .bargain_money {
            font-size: 28rpx;
            line-height: 40rpx;
          }

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

            .pic_icon {
              font-size: 24rpx;
              color: #000;
              margin-right: 2rpx;
              font-weight: bold;
            }

            .money_count {

              font-size: 28rpx;
              line-height: 40rpx;
            }
          }



          .integral {
            font-size: 22rpx;
            line-height: 34rpx;
          }
        }

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

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

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

            .pic_icon {
              font-size: 24rpx;
              color: #8C9198;
              margin-right: 2rpx;
              font-weight: bold;
            }

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

          // .total_money_count {
          //   margin-left: 10rpx;
          //   font-size: 24rpx;
          //   line-height: 40rpx;
          //   color: #8C9198;
          // }
        }

      }

      .box_right {
        .box_right_btn {
          width: 170rpx;
          height: 80rpx;
          line-height: 80rpx;
          padding: 0;
          font-weight: 400;
          background-color: #E8370F;
          border-radius: 12rpx;
          font-size: 28rpx;
          color: #fff;
        }
      }
    }
  }

}