orderlistcell.wxss 1.16 KB
.orderlistcell-root-container {
  display: flex;
  flex-direction: column;
  /* padding-left: 40rpx;
  padding-right: 40rpx; */
  /* justify-content: flex-start; */
  margin-right: 40rpx;
  margin-left: 40rpx;

}
.orderlistcell-root-split-line {
  height: 2rpx;
  background: #eeeeee;
  margin-top: 40rpx;
}
/* .orderlistcell-image {
  width: 160rpx;
  height: 200rpx;
} */
/* .orderlistcell-top-view { */
  /* height: 200rpx; */
  /* display: flex;
  flex-direction: row;
} */
/* .orderlistcell-top-right-view {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.orderlistcell-top-price-status-view {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.orderlistcell-top-right-name-price-view {
  width: 100%;
  display: flex;
  flex-direction: column;
} */
.orderlistcell-middle-view {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.action-view {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20rpx;
}
.time-image {
  width: 50rpx;
  height: 50rpx;
}

.space-view {
  width: 100%;
  height: 40rpx;
  background-color: #ffffff;
}