confirmStoreOrder.wxss 4.2 KB
page {
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
}
.container {
  width: 100%;
  padding: 5rpx 32rpx;
  border-top: 1rpx solid #f5f5f5;
  box-sizing: border-box;
}
.container .box {
  width: 100%;
  padding-bottom: 200rpx;
  box-sizing: border-box;
}
.container .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;
}
.container .box .car_store .car_image {
  width: 240rpx;
  height: 160rpx;
}
.container .box .car_store .car_image image {
  width: 100%;
}
.container .box .car_store .car_title {
  display: flex;
  flex-direction: column;
  margin-left: 20rpx;
  height: 160rpx;
}
.container .box .car_store .car_title .item_1 {
  font-size: 36rpx;
  line-height: 44rpx;
  font-weight: 600;
}
.container .box .car_store .car_title .item_2 {
  font-size: 28rpx;
  line-height: 40rpx;
  font-weight: 600;
  margin: 10rpx 0;
}
.container .box .car_store .car_title .pr {
  display: flex;
  align-items: baseline;
}
.container .box .car_store .car_title .pr .pic_icon {
  font-size: 24rpx;
  color: #E8370F;
  margin-right: 5rpx;
  font-weight: bold;
}
.container .box .car_store .car_title .item_3 {
  color: #E8370F;
  font-size: 32rpx;
}
.container .box .name_book {
  width: 100%;
  font-size: 36rpx;
  line-height: 50rpx;
  font-weight: 600;
  margin: 30rpx 0;
}
.container .box .books {
  width: 100%;
  background-color: #fff;
  padding: 10rpx 20rpx;
  box-sizing: border-box;
}
.container .box .books .scrollY {
  width: 100%;
}
.container .box .books .scrollY .scrollYtitle {
  width: 100%;
  font-size: 28rpx;
  line-height: 50rpx;
  font-weight: bold;
  color: #141313;
}
.container .box .books .scrollY .scrollYcontent {
  text-indent: 56rpx;
  font-size: 28rpx;
  line-height: 38rpx;
  color: #000;
}
.container .down_btn {
  width: 100%;
  position: fixed;
  bottom: 0rpx;
  left: 0;
  background-color: #fff;
  padding: 10rpx 0;
  box-sizing: border-box;
}
.container .down_btn .books_change {
  padding: 10rpx 20rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container .down_btn .books_change .radios image:nth-child(2) {
  display: none;
  width: 60rpx;
  height: 60rpx;
}
.container .down_btn .books_change .radios image:nth-child(1) {
  width: 28rpx;
  height: 28rpx;
}
.container .down_btn .books_change .xieyi {
  font-size: 28rpx;
  line-height: 40rpx;
  margin-left: 10rpx;
}
.container .down_btn .ben_bnt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32rpx;
  box-sizing: border-box;
}
.container .down_btn .ben_bnt .box_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 515rpx;
}
.container .down_btn .ben_bnt .box_left .ding {
  display: flex;
  margin: 10rpx 0;
  align-items: center;
}
.container .down_btn .ben_bnt .box_left .ding .bargain_money {
  font-size: 28rpx;
  line-height: 40rpx;
}
.container .down_btn .ben_bnt .box_left .ding .pr {
  display: flex;
  align-items: center;
}
.container .down_btn .ben_bnt .box_left .ding .pr .pic_icon {
  font-size: 24rpx;
  color: #000;
  margin-right: 2rpx;
  font-weight: bold;
}
.container .down_btn .ben_bnt .box_left .ding .pr .money_count {
  font-size: 28rpx;
  line-height: 40rpx;
}
.container .down_btn .ben_bnt .box_left .ding .integral {
  font-size: 22rpx;
  line-height: 34rpx;
}
.container .down_btn .ben_bnt .box_left .total {
  display: flex;
  align-items: center;
}
.container .down_btn .ben_bnt .box_left .total .total_money {
  font-size: 24rpx;
  line-height: 40rpx;
  color: #8C9198;
}
.container .down_btn .ben_bnt .box_left .total .pr {
  display: flex;
  align-items: center;
}
.container .down_btn .ben_bnt .box_left .total .pr .pic_icon {
  font-size: 24rpx;
  color: #8C9198;
  margin-right: 2rpx;
  font-weight: bold;
}
.container .down_btn .ben_bnt .box_left .total .pr .money_count {
  color: #8C9198;
  font-size: 28rpx;
  line-height: 40rpx;
}
.container .down_btn .ben_bnt .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;
}