index.wxss 1.37 KB
.container {
  width: 750rpx;
  height: 540rpx;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ticket-title {
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
  color: #444444;
  letter-spacing: 0;
  margin-bottom: 20rpx;
}

.ticket-number {
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
  color: #444444;
  letter-spacing: 0;
  margin-top: 40rpx;
}

.ticket-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 300rpx;
  margin: 20rpx 0;
}

.left-slide {
  width: 56rpx;
  height: 56rpx;
  margin-left: 30rpx;
}

.right-slide {
  width: 56rpx;
  height: 56rpx;
  margin-right: 30rpx;
}

.ticket-index {
  font-family: PingFang-SC-Regular;
  font-size: 20rpx;
  color: #B0B0B0;
  letter-spacing: 0;
  text-align: center;
  margin-right: 20rpx;
}

.scroll-box{
  white-space: nowrap;
  width: 300rpx;
  height: 300rpx;
}

.card-box{
  display: inline-block;
}

.card{
  width: 300rpx;
  height: 300rpx;
}

.qr-image {
  width: 300rpx;
  height: 300rpx;
}
.already-used {
  opacity: 0.52;
  background: #000000;
  border-radius: 80rpx;
  width: 160rpx;
  height: 160rpx;
  font-family: PingFang-SC-Regular;
  font-size: 32rpx;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 70rpx;
  top: 70rpx;
}