myOrder.wxss 2.1 KB
/* pages/my/myOrder/myOrder.wxss */

page {
  background-color: #f5f5f5;
}

.item_list {
  background-color: #fff;
  padding: 24rpx 27rpx;
  margin-top: 20rpx;
}

.select_list {
  height: 75rpx;
  display: flex;
  justify-content: space-between;
  font-size: 28rpx;
  color: #888;
  padding: 24rpx 48rpx;
  background-color: #fff;
}

.list_title {
  font-size: 26rpx;
  display: flex;
  justify-content: space-between;
}

.title {
  display: flex;
}

.auto_cancle {
  color: #ff5757;
  margin-left: 31rpx;
}

.wait_pay {
  color: #ff5757;
}

.list_content {
  display: flex;
  flex-wrap: wrap;
  padding: 30rpx 0;
  background-color: #fafafa;
  border-radius: 10rpx;
  margin-top: 25rpx;
}

.content_img {
  width: 100rpx;
  height: 100rpx;
  margin-left: 20rpx;
}

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

.order_detail {
  display: flex;
  justify-content: space-between;
  font-size: 22rpx;
  margin-top: 25rpx;
}

.time {
  color: #888;
}

.order_money {
  font-size: 22rpx;
  color: #26363a;
  display: flex;
  justify-content: space-between;
  border-top: 1rpx solid #ededed;
  padding-top: 28rpx;
  margin-top: 25rpx;
}

.money_num {
  font-size: 30rpx;
  font-weight: bold;
  color: #26363a;
}

.money_btn {
  display: flex;
  font-size: 24rpx;
}

.cancel {
  width: 140rpx;
  height: 50rpx;
  color: #26363a;
  border: 1rpx solid #949a9a;
  border-radius: 25rpx;
  text-align: center;
  line-height: 50rpx;
}

.pay {
  color: #333;
  line-height: 50rpx;
  text-align: center;
  width: 140rpx;
  height: 50rpx;
  background-color: #ffda44;
  border-radius: 25rpx;
  margin-left: 20rpx;
}

.list_detail {
  margin-left: 40rpx;
}

.progress_bar_box {
  font-size: 24rpx;
  color: #26363a;
  display: flex;
  align-items: center;
}

.progress_bar {
  width: 456rpx;
  height: 14rpx;
  background-color: #ffdc3b;
  border-radius: 6rpx;
  margin-right: 22rpx;
}

.list_result {
  font-size: 24rpx;
  color: #94999a;
  display: flex;
  justify-content: space-between;
}

.end_time {
  color: #ff5757;
  border: 1rpx solid #ff5757;
  border-radius: 15rpx;
  padding: 0 10rpx;
}
.hint{
  font-size: 22rpx;
  color: #949A9A;
}