afterMarketList.wxss 2.2 KB
/* pages/my/afterMarketList/afterMarketList.wxss */
page{
        background: #fafafa;
         width: 100%;
        height: 100%
}
.page{
        width: 100%;
        height: 100%
}
.item_list {
  background-color: #fff;
  padding: 24rpx 27rpx;
  margin-top: 20rpx;
} 
.content_item{
        height: calc(100% - 100rpx)
}
.gogogo{
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 500rpx;
        color: #888;
        font-size: 32rpx;
        position: relative;
}
.gogogo image{
        height: 247rpx;
        width: 340rpx;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-70%)
}
.gogogo view{
        font-size:26rpx;
        font-family:PingFang-SC-Medium;
        font-weight:500;
        color:rgba(136,136,136,1);
        position: absolute;
        left: 50%;
        transform: translate(-50%,-20%);
        top: 50%
}
.list_title {
  font-size: 26rpx;
  display: flex;
  justify-content: space-between;
}

.title {
  display: flex;
}

.auto_cancle {
  color: #ff5757;
  margin-left: 31rpx;
}
.wait_pay,.wait_paya {
  color: #ff5757;
}
.wait_paya{
        color:#000;
}

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