card-detail.wxss 1011 字节
/* pages/card-detail/card-detail.wxss */
.totalNumber{
  width: 750rpx;
  height: 294rpx;
}
.totalNumber image{
  width: 750rpx;
  height: 294rpx;
}
.numberBox{
  position: absolute;
  left: 0;
  top: 80rpx;
  text-align: center;
}
.number{
  width: 750rpx;
height: 90rpx;
font-size: 64rpx;
font-weight: 500;
color: #ffffff;
text-align: center;
}
.text{
  width: 750rpx;
  text-align: center;
font-size: 32rpx;
font-weight: 400;
text-align: center;
color: #ffffff;
}
/* content */
.listItem{
  width: 686rpx;
  height: 160rpx;
  border-bottom: 2rpx solid #eeeeee;
  display: flex;
  justify-content: space-between;
  padding: 34rpx 32rpx;
  box-sizing: border-box;
  margin: 0 auto;
}
.left{
  
}
.time{
font-size: 28rpx;
font-weight: 400;
text-align: left;
color: #727273;
margin-top: 16rpx;
}
.right{
  display: flex;
  align-items: center;
  font-size: 36rpx;
font-weight: 400;
color: #ee231c;
}

.bottomHint{
  font-size: 24rpx;
  color: gray;
  display: flex;
  justify-content: center;
  padding: 20rpx;
}