myOrderForm.wxss 7.5 KB
.container {
  border-top: 1rpx solid #f5f5f5;
  background-color: #f5f5f5;
  padding-bottom: 20rpx;
  /*使屏幕变暗  */
  /*对话框 */
}
.container .address {
  width: 100%;
  padding: 32rpx 64rpx;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.container .address .city {
  font-size: 28rpx;
  line-height: 50rpx;
}
.container .address .addressDetails {
  font-size: 36rpx;
  line-height: 70rpx;
  font-weight: 600;
}
.container .address .person_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .address .person_ .person_ziliao {
  display: flex;
  align-items: center;
}
.container .address .person_ .person_ziliao .persongeren {
  font-size: 28rpx;
  line-height: 50rpx;
  margin-right: 30rpx;
}
.container .address .person_ .arrow_r {
  width: 30rpx;
  height: 50rpx;
}
.container .address .person_ .arrow_r image {
  width: 100%;
}
.container .addressde {
  width: 100%;
  padding: 32rpx 64rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.container .addressde .cdddd {
  flex: 1;
  font-size: 32rpx;
  font-weight: bold;
}
.container .addressde .arrow_r {
  width: 30rpx;
  height: 50rpx;
}
.container .addressde .arrow_r image {
  width: 100%;
}
.container .zhuang {
  width: 100%;
  position: relative;
  top: -29rpx;
}
.container .zhuang image {
  height: 6rpx;
}
.container .list_count {
  padding: 32rpx 32rpx 0;
  box-sizing: border-box;
  background-color: #fff;
}
.container .list_count .list {
  display: flex;
  border-bottom: 1rpx solid #f5f5f5;
  padding: 30rpx 0;
  box-sizing: border-box;
}
.container .list_count .list .left_imgs {
  width: 208rpx;
  height: 208rpx;
}
.container .list_count .list .left_imgs image {
  width: 100%;
}
.container .list_count .list .right_cont {
  flex: 1;
  padding-left: 20rpx;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.container .list_count .list .right_cont .list_cont {
  font-size: 32rpx;
  line-height: 44rpx;
  font-weight: 600;
}
.container .list_count .list .right_cont .rules {
  display: flex;
  align-items: center;
}
.container .list_count .list .right_cont .rules text {
  font-size: 28rpx;
  line-height: 40rpx;
  margin-right: 20rpx;
}
.container .list_count .list .right_cont .money {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .list_count .list .right_cont .money .money_ {
  font-size: 32rpx;
  line-height: 44rpx;
  font-weight: 600;
  color: #FF444B;
}
.container .list_count .list .right_cont .money .money_icon {
  font-size: 26rpx;
  line-height: 44rpx;
  font-weight: 600;
  color: #FF444B;
}
.container .list_count .list .right_cont .money .count {
  font-size: 28rpx;
  line-height: 40rpx;
}
.container .list_count .listNoIMG .right_cont {
  padding-left: 20rpx;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.container .list_count .listNoIMG .right_cont .list_cont {
  font-size: 32rpx;
  line-height: 44rpx;
  font-weight: 600;
}
.container .list_count .listNoIMG .right_cont .rules {
  display: flex;
  align-items: center;
}
.container .list_count .listNoIMG .right_cont .rules text {
  font-size: 28rpx;
  line-height: 40rpx;
  margin-right: 20rpx;
}
.container .list_count .listNoIMG .right_cont .money {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .list_count .listNoIMG .right_cont .money .money_icon {
  font-size: 26rpx;
  line-height: 44rpx;
  font-weight: 600;
  color: #FF444B;
}
.container .list_count .listNoIMG .right_cont .money .money_ {
  font-size: 32rpx;
  line-height: 44rpx;
  font-weight: 600;
  color: #FF444B;
}
.container .list_count .listNoIMG .right_cont .money .count {
  font-size: 28rpx;
  line-height: 40rpx;
}
.container .public {
  margin-top: 20rpx;
  width: 100%;
  padding: 32rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.container .public .public_1 {
  font-size: 28rpx;
  line-height: 48rpx;
  color: #3D444C;
}
.container .public .public_2 {
  font-size: 28rpx;
  line-height: 48rpx;
  color: #8C9198;
}
.container .public .red_imgs .public_2 {
  font-size: 28rpx;
  line-height: 48rpx;
  color: #8C9198;
}
.container .public .red_imgs .radios_fff {
  width: 24rpx;
  height: 24rpx;
  margin-left: 20rpx;
}
.container .public .red_imgs .radios_red {
  width: 24rpx;
  height: 24rpx;
  margin-left: 20rpx;
}
.container .integrate4S {
  margin-top: 0;
}
.container .popupL {
  margin: 20rpx 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 110rpx;
  background-color: #fff;
  padding: 0 32rpx;
}
.container .popupL .popupName {
  flex: 1;
  font-size: 28rpx;
  color: #3D444C;
}
.container .popupL .arrow_pop {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.container .popupL .arrow_pop .popup_ {
  flex: 1;
  font-size: 28rpx;
  margin-right: 10rpx;
  color: #8C9198;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.container .popupL .arrow_pop image {
  width: 32rpx;
  height: 32rpx;
}
.container .explain {
  width: 100%;
  padding: 32rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.container .explain .explain_ {
  font-size: 24rpx;
  line-height: 48rpx;
  color: #8C9198;
}
.container .explain .r_explain .explain__right {
  font-size: 24rpx;
  line-height: 48rpx;
}
.container .explain .r_explain .explain__red {
  font-size: 24rpx;
  line-height: 48rpx;
  color: #E8370F;
  margin: 0 5rpx;
}
.container .down {
  margin-bottom: 100rpx;
}
.container .down .store_num .store_money {
  color: #E8370F;
}
.container .down .integrate_num {
  margin-top: 0;
}
.container .down .integrate_num .integrate_money {
  color: #E8370F;
}
.container .down .freight {
  margin-top: 0;
}
.container .down .freight .freight_money {
  color: #E8370F;
}
.container .__total {
  width: 100%;
  padding: 0 20rpx 0 20rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  background-color: #fff;
}
.container .__total .imgItem {
  flex: 1;
  display: flex;
  align-items: center;
}
.container .__total .imgItem .payall {
  margin-left: 20rpx;
  font-size: 32rpx;
  line-height: 44rpx;
}
.container .__total .imgItem .monery_red {
  margin-left: 20rpx;
  font-size: 32rpx;
  line-height: 44rpx;
  color: #E8370F;
}
.container .__total .downbtn {
  width: 240rpx;
}
.container .__total .downbtn .btn {
  width: 240rpx;
  height: 80rpx;
  margin: 10rpx 0;
  line-height: 80rpx;
  padding: 0;
  font-weight: 400;
  font-size: 28rpx;
  background-color: #E8370F;
  color: #fff;
}
.container .goods_price {
  display: flex;
  align-items: baseline;
}
.container .goods_price .money_icon {
  font-size: 22rpx;
  line-height: 44rpx;
  font-weight: bold;
  color: #FF444B;
}
.container .goods_price .price {
  font-size: 32rpx;
  line-height: 44rpx;
  font-weight: bold;
  color: #FF444B;
}
.container .commodity_screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
  overflow: hidden;
  z-index: 1000;
  color: #fff;
}
.container .commodity_attr_box {
  height: 500rpx;
  width: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background: #fff;
  padding: 20rpx;
  box-sizing: border-box;
}
.container .commodity_attr_box .bei {
  padding: 32rpx;
  box-sizing: border-box;
}
.container .commodity_attr_box .bne {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 32rpx;
}