group_list.wxss 736 Bytes
page {
	background-color: #f2f2f2;
}

.list {
	padding-left: 20rpx;
	padding-right: 20rpx;
}

.list-item {
	background-color: white;
	border-radius: 12rpx;
	margin-top: 20rpx;
	padding: 20rpx;
	display: flex;
}

.tag {
	background-color: #ff6768;
	color: white;
	font-size: 24rpx;
	padding-left: 10rpx;
	padding-right: 10rpx;
}

.img-container {
	width: 200rpx;
	height: 200rpx;
}

.btn {
	background-color: #ff6768;
	color: white;
	padding: 10rpx 30rpx;
	border-radius: 40rpx;
	font-size: 26rpx;
}

.rmb {
	position: relative;
}

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

.del {
	text-decoration: line-through;
}

.no-more {
	font-size: 24rpx;
	line-height: 2;
	text-align: center;
	/* margin-top: 10rpx; */
	color: #ccc;
}