activities.less 548 Bytes
@charset "UTF-8";

.shop-box {
	position: relative;
	background-color: #F1F2F6;
	> .head-img {
		width: 100%;
		.img {
			width: 100%;
		}
	}
	> .title-box {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #FFFFFF;
		font-size: 34px;
		width: 100%;
		height: 44px;
	}

	.block{
		margin: 10px 0px;
	}

	.no-more {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		color: #727272;
		font-size: 28px;
		height: 86px;
	}
}