hongBaoDetails.wxss 3.01 KB
/* packageA//pages/hongBao/hongBao.wxss */
page {
	background: url('https://mshopimg.yolipai.net/miniapp/images/redmoney/hongbao_bg.jpg') center top;
	background-size: 100% auto;
}

.hongBao-container {
	padding: 20rpx;
}

.btn-container {
	padding-top: 60rpx;
	/* padding-bottom: 60rpx; */
	/* transform:scale(1.2); */
	position: relative;
	/* -webkit-animation: free_download 600ms linear alternate infinite;
	animation: free_download 600ms linear alternate infinite; */
}

/* @-webkit-keyframes free_download{
    0% {-webkit-transform:scale(0.9);}
    100% {-webkit-transform:scale(1.1);}
}

@keyframes free_download{
    0% {transform:scale(0.9);}
    100% {transform:scale(1.1);}
} */

.countdown-container {
	/* position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 688rpx;
	background: url('https://mshopimg.yolipai.net/miniapp/images/redmoney/indexbot.png') no-repeat left bottom;
	background-size: 100% auto;
	text-align: center; */
}

.countdown {
	/* display: flex;
	justify-content: space-around;
	padding: 200rpx 160rpx 0; */
}

.countdown-item {
	/* background: url('https://mshopimg.yolipai.net/miniapp/images/redmoney/timebox.png') no-repeat;
	background-size: 100% 100%;
	width: 90rpx;
	height: 100rpx;
	line-height: 120rpx;
	color: white; */
}

.btn {
	width: 100%;
	height: 400rpx;
	transform: scale(1.1);
}

.countdown-txt {
	/* color: #ff6768;
	text-align: center;
	padding-top: 120rpx;
	font-size: 36rpx;
	font-weight: bold; */
}

.popup-container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0,0,0,.7);
}

.popup {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}


.btn-img {
	/* width: 200rpx;
	height: 50rpx; */
}

.amount-container {
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-55%); */
}

.amount {
	color: #fff005;
	font-size: 60rpx;
	text-align: center;
	position: absolute;
	left: 49%;
	top: 50%;
	transform: translate(-50%);
	padding-top: 30rpx;
	/* padding-top: 10rpx;
	padding-bottom: 20rpx; */
}



/* .none,
.see {
	position: absolute;
	font-size: 26rpx;
	color: white;
	left: 50%;
	transform: translateX(-60%);
}

.none {
	font-size: 20rpx;
	top: 36%;
	margin-left: 55rpx;
}

.see {
	top: 82%;
	left: 50%;
	transform: translateX(-58%);
} */


/* .list-container {
	/* background: url('https://mshopimg.yolipai.net/miniapp/images/redmoney/timebox.png') no-repeat;
} */

.list-container {
	border-radius: 12rpx;
	overflow: hidden;
}

.list {
	/* position: relative; */
	margin-top: -8rpx;
}

.list-img {
	width: 100%;
	height: 326rpx;
}

.list-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	padding: 30rpx 20rpx;
	border-bottom: 2rpx solid #f8f8f8;
}

.list-item:last-child {
	border-bottom: none;
}

.avatar-container {
	width: 100rpx;
	height: 100rpx;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20rpx;
}

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

.nodata {
	color: white;
	font-size: 24rpx;
	text-align: center;
	padding-top: 20rpx;
}