head-counter.wxss 682 Bytes
/* page/subPackage/pages/zeroSell/components/head-counter.wxss */


.head-counter {
  margin-bottom: 60rpx;
  text-align: center;
}

.title {
  margin-bottom: 20rpx;
}

.txt {
  display: inline-block;
  width: 90rpx;
  height: 72rpx;
  font-size: 28rpx;
  line-height: 72rpx;
  vertical-align: top;
}

.num-wrapper {
  display: inline-block;
  position: relative;
  width: 56rpx;
  height: 72rpx;
  font-size: 56rpx;
  line-height: 72rpx;
  background: black;
  color: white;
  font-weight: bolder;
}

.num-wrapper + .num-wrapper {
  margin-left: 10rpx;
}

.mask {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  opacity: 0.4;
  background-color: black;
}