index.scss 1.21 KB
@import url('@/styles/theme.scss');
 .scrollView{
	background-color: #F3F5F9 !important;
	height: 100vh;
}
.homePage{
	background-color: #F3F5F9 !important;
	position: relative;
	// padding-bottom: 30rpx;
	min-height: 100vh;
	image{
		width: 100%;
		height: 400rpx;
	}
	.feature-top{
		height: 80rpx;
		margin:	0 28rpx;
		background: #FFFFFF;
		border-radius: 24rpx;
		display: flex;
		padding: 48rpx;
		align-items: center;
		justify-content: space-between;
		position: relative;
		bottom: 48rpx;
		.feature-top-line{
			position: absolute;
			left: 50%;
			height: 114rpx;
			background-color:#F4F4F4 ;
			width: 2rpx;
		}
	}
	.jikuaidi,.saomaji,.piliangji,.saomaji{
		display: flex;
		image{
			width: 80rpx;
			height: 80rpx;
			margin-right: 15rpx;
		}
		.des-title{
			font-size: 30rpx;
			font-weight: bold;
			color: #151515;
		}
		.des-dec{
			font-size: 22rpx;
			color: #878787;
		}
	}
	.feature-bottom{
		display: flex;
		padding: 20rpx 32rpx;
		align-items: center;
		justify-content: space-between;
		position: relative;
		bottom: 49rpx;
		.piliangji,.saomaji{
			height:128rpx ;
			width: 334rpx;
			background: #FFFFFF;
			border-radius: 24rpx;
			display: flex;
			align-items: center;
			justify-content: center;
		}
	}
}