funeral.scss 1.02 KB
.bg {
    width: 100%;
    height: 100vh;
	position: fixed;
	z-index: 0;
	image {
		width: 100%;
		height: 100vh;
	}
}
.back {
	width: 44px;
	height: 44px;
	line-height: 44px;
	/* #ifdef MP-WEIXIN */
	height: 88px;
	line-height: 88px;
	padding-top:0;
	/* #endif */
	padding-top:var(--status-bar-height);
	left: 25rpx;
	position: absolute;
	z-index: 9999;
	image {
		width: 24rpx;
		height: 24rpx;
	}
}
.listBox{
	position: relative;
	z-index: 1;
}
.content {
	width: 100%;
}
/* banner */
	.banner{
		height: 360rpx;
		margin: 20rpx;
		.screen-swiper{
			height: 100%;
			image{
				height: 360rpx;
				border-radius: 20rpx;
			}
		}
	}
	
/* 菜单导航 */
.menu-nav{
	margin:20rpx;
	.nav{
		display: flex;
		justify-content: space-between;
		text-align: center;
		margin-bottom: 15rpx;
		.list{
			background-color: #fff;
			width: 49%;
			float:left;
			border-radius: 20rpx;
			height: 270rpx;
			image{
				width: 150rpx;
				height: 150rpx;
				margin-top: 35rpx;
			}
			.text{
				font-size: 28rpx;
				font-weight: bold;
			}
		}
	
	}
}