logistics.wxss 2.8 KB
page {
  background: #f9f9f9;
  padding-bottom: 20rpx;
}

.show_good {
  width: 686rpx;
  padding: 32rpx;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  border-radius: 10rpx;
  display: flex;
  align-items: center;
  margin: 22rpx auto 0;
}

.show_good image {
  width: 96rpx;
  height: 96rpx;
}

.show_good text {
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: bold;
  color: rgba(19, 26, 46, 1);
  margin-left: 28rpx;
}

.logistics {
  width: 686rpx;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  margin: 20rpx auto 0;
}

.info {
  width: 100%;
  padding: 30rpx 32rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  overflow-x: scroll
}


.info image {
  width: 96rpx;
  height: 96rpx;
  margin-right: 20rpx;
}
.right{
  width:400rpx;
  margin-right: 30rpx;
}
.name{
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(19, 26, 46, 1);
}

/* .info .right {
  width: 460rpx;
}

.info .right .name {
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(19, 26, 46, 1);
}

.info .right .order_num {
  font-size: 26rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(156, 156, 156, 1);
  margin-top: 10rpx;
} */

.order_num{
  width:400rpx;
   font-size: 26rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(156, 156, 156, 1);
}
.selactive{
  color: rgba(61, 154, 248, 1);

}
.order_box {
  width: 100%;
  padding: 0 32rpx;
  box-sizing: border-box;
}

.order_item {
  width: 100%;
  /* height: 170rpx; */
  padding: 30rpx 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.order_item .time_box {
  width: 158rpx;
}

.order_item .time_box .date {
  font-size: 26rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 36rpx;
  color: rgba(156, 156, 156, 1);
}

.order_item .time_box .time {
  font-size: 24rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 34rpx;
  color: rgba(156, 156, 156, 1);
  margin-top: 6rpx;
}

.order_item .status_img {
  width: 36rpx;
  height: 36rpx;
  position: relative;
  margin: 0 20rpx;
}

.order_item .status_img image {
  width: 100%;
  height: 36rpx;
}

.order_item .status_img .line {
  width: 2px;
  height: 136rpx;
  background: rgba(238, 238, 238, 1);
  position: absolute;
  left: 15rpx;
  top: 48rpx;

}
.order_item:last-child .status_img .line{
  display: none;
}
.order_item .status_info {
  width: 432rpx;
}

.order_item .status_info .status_word {
  font-size: 26rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 36rpx;
  color: rgba(156, 156, 156, 1);
}

.order_item .status_info .status_wordtwo {
  font-size: 22rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 32rpx;
  color: rgba(156, 156, 156, 1);
  margin-top: 12rpx;
}
.dai{
  margin-left:20rpx;
}