product-detail-header.wxss 2.55 KB
.product_image {
  width: 690rpx;
  height: 434rpx;
}

.product_name {
  display: inline-block;
  margin-top: 10rpx;
  letter-spacing: -0.34px;
  width: 686rpx;
  font-size: 30rpx;
  font-weight: bold;
  word-break: break-all;
  color: #222222;
}

.product_lucky_bg {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin: 30rpx 20rpx 56rpx 20rpx;
  font-size: 22rpx;
}

.product_price,
.product_lucky {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product_price {
  color: #999999;
}

.price-info {
  font-weight: bold;
  font-size: 36rpx;
}

.line {
  text-decoration: line-through;
}

.product_margin {
  margin-bottom: 40rpx;
}

.product_countdown {
  display: flex;
  height: 92rpx;
  margin-top: 44rpx;
  margin-bottom: 36rpx;
  justify-content: center;
  align-items: center;
}

.countdown_label {
  width: 60rpx;
  font-family: PingFang-SC-Regular;
  font-size: 20rpx;
  color: #222222;
  letter-spacing: -0.36rpx;
  text-align: center;
  display: inline-block;
  margin-right: 16rpx;
  position: relative;
}

.countdown_labeltext {
  display: block;
}

.avatars {
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: calc(50% - 180rpx);
  top: 36rpx;
  position: absolute;
}

.avatarcontainer {
  position: relative;
}

.num-wrapper {
  display: inline-block;
  position: relative;
  width: 72rpx;
  height: 84rpx;
  font-size: 50rpx;
  line-height: 84rpx;
  background: #444;
  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;
  z-index: 0;
}

.num-text {
  z-index: 99;
}
.mask-left {
  position: absolute;
  width: 3.5rpx;
  height: 8rpx;
  top: calc(50% - 4rpx);
  left: 0;
  background-color: white;
}

.mask-right {
  position: absolute;
  width: 3.5rpx;
  height: 8rpx;
  top: calc(50% - 4rpx);
  right: 0;
  background-color: white;
}

.number-seprator {
  font-size: 60rpx;
  line-height: 84rpx;
  height: 84rpx;
  margin-left: 10rpx;
  margin-right: 10rpx;
  box-sizing: border-box;
  color: black;
  display: inline-block;
}

.next-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20rpx;
  margin-top: 28rpx;
}
.next-tip {
  background-color: #132f48;
  color: white;
  border-radius: 20rpx;
  height: 30rpx;
  padding: 5rpx 20rpx;
  font-size: 24rpx;
  margin-bottom: 20rpx;
  display: flex;
  align-items: center;
}
.next-time {
  font-size: 36rpx;
}