luckinfo.wxss 4.96 KB
/* packageB//pages/luckactivity/index/index.wxss */

page {
	/* background-color: rgb(129, 2, 253); */
}

page,
.luck-container {
	/* height: 100%; */
}



.luck-container {
	background-size: 100% auto !important;
	padding: 50% 20rpx 0;
}

.weel-container {
	padding-bottom: 80rpx;
}

.badge {
	display: block;
	width: 362rpx;
	height: 57rpx;
	margin: 30rpx auto;
	position: relative;
	font-size: 26rpx;
	color: white;
}

.badge::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.badge.prizes::before {
	content: '奖品展示';
}

.badge.activity::before {
	content: '活动展示';
}

.prize-container {
	width: 62rpx;
	height: 64rpx;
	border: 2rpx solid #eeedf0;
}

.list {
	/* padding: 0 20rpx; */
}

.list-item {
	display: flex;
	padding: 20rpx;
}

.list-item ~ .list-item {
	border-top: 2rpx solid #ebedf0;
}

.img-container {
	width: 140rpx;
	height: 140rpx;
	margin-right: 20rpx;
	/* background-color: gray; */
}

.img {
	display: block;
	width: 100%;
	height: 100%;
}

.item-r {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.tel {
	display: flex;
	align-items: center;
	color: #00a0e0;
	font-size: 28rpx;
}
.icon-tel {
	font-size: 28rpx;
	margin-right: 6rpx;
}

.qrcode-container {
	background-color: white;
	border-radius: 12rpx;
	margin-top: 40rpx;
	padding: 20rpx;
	text-align: center;
	/* display: block;
	width: 100%;
	height: 100%; */
}

.qrcode {
	width: 200rpx;
	height: 200rpx;
	background-color: gray;
}

.logo {
	width: 120rpx;
	height: 40rpx;
	margin-right: 10rpx;
}

.gift-container {
	background-color: rgba(44, 44, 44, 0.2);
	width: 100rpx;
	height: 100rpx;
	border-radius: 50%;
	color: white;
	position: fixed;
	right: 20rpx;
	bottom: 20rpx;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.gift-container.active::after {
	content: '';
	position: absolute;
	width: 14rpx;
	height: 14rpx;
	background-color: #f74c31;
	border: 2rpx solid #fff;
	border-radius: 50%;
	top: 6rpx;
	right: 10rpx;
}

.icon-liwu {
	font-size: 40rpx;
}




.tip-to-down {
	position: relative;
  /* display: block;
  text-align: center;
  margin: auto;
  margin-top: .4rem;
  width: 6rem;
  z-index: 2;
  -webkit-transform: translate(0, -50%); */
  transform: translate(0, -50%);
  /* color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  -webkit-transition: opacity .3s; */
  transition: opacity .3s;
}
.tip-to-down text {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.tip-to-down text:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.tip-to-down text:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.popup-container {
	position: fixed;
	width: 100%;
	bottom: 0;
	background-color: white;
	z-index: 1;
	padding: 0 20rpx;
	box-sizing: border-box;
	z-index: 998;
}

.popup-container .img-container {
	width: 140rpx;
	height: 140rpx;
	flex-shrink: 0;
}

.popup-list {
	max-height: 79vh;
	overflow: auto;
}

.popup-item {
	padding: 20rpx 0;
	display: flex;
	align-items: center;
	/* flex: 1; */
}

.popup-item ~ .popup-item {
	border-top: 2rpx solid #ebedf0;
}

.rmb::before {
	content: '¥';
	font-size: 24rpx;
}

.btn {
	color: #ff2d4b;
	border: 2rpx solid #ff2d4b;
	border-radius: 8rpx;
	padding: 6rpx 20rpx;
}

.btn2 {
	font-size: 26rpx;
	color: white;
	background-color: #ff2d4b;
	padding: 10rpx 40rpx;
}

.close-container {
	color: white;
	position: absolute;
	right: 20rpx;
	top: -80rpx;
}
.icon-close {
	font-size: 40rpx;
}

.close-container::after {
	content: '';
	position: absolute;
	width: 2rpx;
	height: 40rpx;
	background-color: white;
	left: 50%;
	top: 42rpx;
	transform: translateX(-50%);
}







.br12 {
	border-radius: 12rpx;
}

.text-underline {
	text-decoration:underline;
}

.txt-red {
	color: #ff2d4b;
}

.bdb {
	border-bottom: 2rpx solid #ebedf0;
}

.c-yellow {
	color: yellow;
}




.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
}


.popup-container2 {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.popup {
	background-color: white;
	border-radius: 12rpx;
	padding: 40rpx;
	margin-top: 20rpx;
}

.block {
	display: block;
}

.img-container2 {
	width: 300rpx;
	height: 200rpx;
	margin: 20rpx auto 0;
}

.note {
	font-size: 24rpx;
	white-space: nowrap;
	color: #7b7b7b;
}

.c-tb {
	color: #ff6200;
}

.noMore {
	padding: 20rpx;
	color: #bbb;
	text-align: center;
	font-size: 22rpx;
}