discount-card.wxss 1.8 KB
/* pages/discount-card/discount-card.wxss */
.container {
  width: 750rpx;
  height: 1448rpx;
  background-color: #f1f2f4;
  padding-top: 16rpx;
  box-sizing: border-box;
}
.bgPic{
   position: absolute;
   top: 0;
   left: 0;
   z-index: -6;
}
.bgPic image{
   width: 686rpx;
   height: 246rpx;
}
.picBox {
  width:92%;
  height: 246rpx;
  margin: 0 auto;
  margin-bottom: 24rpx;
  display: flex;
  position: relative;
  border-radius: 16rpx;
}

.picBox .left {
  width: 200rpx;
  height: 244rpx;
  padding-top: 48rpx;
  padding-bottom: 48rpx;
  box-sizing: border-box;
  border-radius: 16rpx;
  z-index: 9;
}

.left>view {
  text-align: center;
  color: #ffffff;
  margin-bottom: 8rpx;
  font-size: 24rpx;
  font-weight: 400;
}

.left .price {
  font-size: 64rpx;
  font-weight: 500;
}

.right {
  padding-top: 78rpx;
  padding-bottom: 78rpx;
  padding-left: 32rpx;
  box-sizing: border-box;
  z-index: 9;
}

.right>view {
  font-size: 32rpx;
  font-weight: 600;
  text-align: left;
  color: #333333;
}
.right .time{
font-size: 28rpx;
font-weight: 400;
text-align: left;
color: #999999;
letter-spacing: 0px;
margin-top: 24rpx;
}
.bjPic{
  width: 100%;
  height: 246rpx;
  position: absolute;
  top: 0;
  left: 0;
}
.bjPic image{
  width: 100%;
  height: 100%;
}
/* .topCircle{
  position: absolute;
  top: -4px;
  left: 28%;
  width: 20rpx;
  height: 20rpx;
  background-color: #f1f2f4;
  border-radius: 50%;
} */
/* .bottomCircle{
  position: absolute;
  bottom: -4px;
  left: 28%;
  width: 20rpx;
  height: 20rpx;
  background-color: #f1f2f4;
  border-radius: 50%;
} */
.listBlank{
  width: 750rpx;
  height:400rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999999;
  font-size: 30rpx;
}
.bottomHint{
  font-size: 24rpx;
  color: gray;
  display: flex;
  justify-content: center;
  padding-bottom: 10rpx;
}