invoiceList.wxss 1.6 KB
/* pages/my/afterMarketList/afterMarketList.wxss */
page{
        background: #fafafa
}
.item_list {
  background-color: #fff;
  padding: 24rpx 27rpx;
  margin-top: 20rpx;
}

.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;
  background: skyblue
}

.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;
}

.last_big_box{
        margin-top:35rpx;
        font-size:24rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(153,153,153,1);
padding:0 50rpx;
box-sizing: border-box;
}