countdown.wxss 455 字节
.endTime {
  height: 102rpx;
  display: flex;
  font-size: 28rpx;
  color: #fea145;
  font-weight: 600;
}
.endTime .timeItem {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeItem.left {
  justify-content: flex-start;
}
.timeItem .timeBg {
  width: 36rpx;
  height: 40rpx;
  background:rgba(255,227,191,0.5);
  border-radius: 8rpx;
  color: #FF521B;
  text-align: center;
  line-height: 40rpx;
  margin-right: 5rpx;
}