couponPack.wxss 1.1 KB
/* 顶部导航栏相关 */
page {
  padding: 80rpx 0 120rpx;
}
.swiper-tab {
  width: 100%;
  /* border-bottom: 1rpx solid #D9D9D9; */
  text-align: center;
  line-height: 80rpx;
  position: fixed;
  top: 0;
  background-color: #FFF;
  z-index: 9;
}

.swiper-tab-list {
  font-size: 30rpx;
  display: inline-block;
  width: 20%;
  color: #333;
  margin: 0 15%;
}

.on {
  font-size: 32rpx;
  font-weight: 500;
  color: #333333;
  border-bottom: 6rpx solid #FF7F00;
}

/* 券相关样式 */
.coupon {
  width: 100%;
  padding-bottom: 80rpx;
}


.pay-record-entry {
  width: 100%;
  height: 98rpx;
  background-color: #FFF;
  box-shadow: -1px 5rpx 21rpx 0rpx rgba(192,192,192,0.54);
  font-size: 32rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(51,51,51,1);
  line-height: 98rpx;
  text-align: center;
  position: fixed;
  bottom: 60rpx;
}

.scan-entry.pay-record-entry {
  bottom: 160rpx;
}

.user-info {
  width: 100%;
  position: fixed;
  bottom: 0rpx;
  background: rgba(242, 242, 242, 1);
  color: #999;
  height: 60rpx;
  line-height: 60rpx;
  left: 0;
  display: flex;
  font-size: 22rpx;
  justify-content: space-around;
}