orderStateDetail.wxss 5.4 KB
/* pages/personalCenter/orderStateDetail/orderStateDetail.wxss */

page {
  background-color: #f5f6fa;
}

.banner {
  height: 120rpx;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
  font-size: 30rpx;
  display: flex;
  align-items: center;
}

.icon-shijian {
  font-size: 40rpx;
  margin-left: 32rpx;
}

.banner_character {
  margin-left: 17rpx;
}

.order_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1rpx solid #ebebeb;
  padding: 37rpx 27rpx 30rpx 32rpx;
}

.order_num {
  font-size: 24rpx;
}

.wait_charge {
  font-size: 28rpx;
  color: #0f71cd;
}

.item_list {
  width: 100%;
  font-size: 30rpx;
  color: #000000;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25rpx 33rpx;
  background-color: #fff;
  margin-bottom: 16rpx;
}

.list_top {
  margin-bottom: 16rpx;
}

.top {
  margin-bottom: 0rpx;
}

.item_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 25rpx 0;
  background-color: #fff;
  margin-top: 16rpx;
}

.jcsb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 25rpx 0;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 16rpx;
}

.content {
  font-size: 32rpx;
  margin-left: 24rpx;
  flex: 1;
}

.person_information {
  display: flex;
  font-size: 32rpx;
}

.icon-right {
  margin-right: 20rpx;
}

.icon-map {
  font-size: 44rpx;
  font-weight: bold;
  color: #999;
  text-align: center;
  height: 100%;
  margin-top: 80rpx;
  margin-left: 24rpx;
}

.icon-fanhui {
  color: #ccc;
}

.phone_num {
  margin-left: 48rpx;
}

.address {
  width: 95%;
  font-size: 26rpx;
  margin-top: 41rpx;
}

.region_detail {
  margin-left: 20rpx;
}

.content_item {
  background-color: white;
  margin-top: 16rpx;
}

.order_content {
  display: flex;
  justify-content: space-between;
  border-bottom: 1rpx solid #ebebeb;
  padding: 37rpx 27rpx 30rpx 32rpx;
}

.order_num {
  font-size: 24rpx;
}

.wait_charge {
  font-size: 28rpx;
  color: #0f71cd;
}

.order_btn {
  font-size: 28rpx;
  display: flex;
  justify-content: flex-end;
  padding: 15rpx 32rpx 15rpx 0;
}

.cancel {
  height: 72rpx;
  border: 2rpx solid #999;
  border-radius: 5rpx;
  color: #666;
  text-align: center;
  line-height: 72rpx;
  padding: 0 14rpx;
}

.charge {
  height: 72rpx;
  border: 2rpx solid #0f71cd;
  border-radius: 5rpx;
  color: #0f71cd;
  text-align: center;
  line-height: 72rpx;
  padding: 0 14rpx;
  margin-left: 24rpx;
}

/*  */

.item_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 25rpx 33rpx;
  background-color: #fff;
  margin-bottom: 16rpx;
  border-bottom: 1px solid #f2f2f2;
}

.list_content_box {
  font-size: 30rpx;
  color: #1a1a1a;
  display: flex;
}

.list_img {
  margin:0 10rpx 0 0;
  width: 220rpx;
  height: 220rpx;
}

.list_img image {
  width: 100%;
  height: 100%;
}

.list_info_box {
  width: 67%;
}

.info_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info_title text {
  font-size: 30rpx;
  color: #1a1a1a;
  margin-right: 15rpx;
}

.price {
  width: 115rpx;
  font-size: 24rpx;
  color: #e30909;
}

.original_price {
  font-size: 24rpx;
  color: #999;
  margin-left: 24rpx;
}

.list_label_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16rpx;
}

.list_label {
  font-size: 24rpx;
  color: #666;
  background: #f7f7f7;
  border-radius: 18rpx;
  padding: 3rpx 20rpx;
  margin-right: 16rpx;
  margin-bottom: 10rpx;
}

.info_money {
  font-size: 32rpx;
  color: #e30909;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.money_icon {
  font-size: 24rpx;
}

.money_btn {
  width: 160rpx;
  height: 50rpx;
  font-size: 24rpx;
  color: #fff;
  background: #e30909;
  border-radius: 25rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_label_box2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20rpx;
}

.list_label2 {
  font-size: 24rpx;
  color: #0f71cd;
  border: 1rpx solid #0f71cd;
  border-radius: 16rpx;
  padding: 3rpx 10rpx;
  margin: 0 10rpx 10rpx 0;
}

.null_box{
  width: 100%;
  height: 116rpx;
}

.bottom_btn {
  width: 100%;
  height: 100rpx;
  background: #fff;
  padding: 0 32rpx;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cancel_btn,.charge {
  width: 200rpx;
  height: 70rpx;
  font-size: 32rpx;
  color: #666;
  border:1rpx solid #666;
  border-radius: 35rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}
.charge{
  color: #0F71CD;
  border:1rpx solid #0F71CD;
}
.mask_box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_box {
  width: 520rpx;
  height: 360rpx;
  background: rgba(255, 255, 255, 1);
  border-radius: 10rpx;
  font-size: 28rpx;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}

.icon-cha-copy {
  position: absolute;
  top: 20rpx;
  right: 20rpx;
}

.popup_title {
  font-size: 32rpx;
  color: #000;
  margin-top: 54rpx;
}

.popup_btn {
  width: 480rpx;
  height: 88rpx;
  font-size: 32rpx;
  color: #FFFFFF;
  background: rgba(15, 113, 205, 1);
  border-radius: 5rpx;
  margin-bottom: 18rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spanno{
  justify-content: flex-start;
}