.list-item-box{
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: calc((100vh - 2.8rem) / 2);
	border-radius: 4px;
	overflow: hidden;
}
@media only screen
and (device-width : 414px)
and (device-height : 896px)
and (-webkit-device-pixel-ratio : 2) {
	.list-item-box{
		height: calc((100vh - 4.2rem) / 2);
	}
}

@media only screen
and (device-width : 375px)
and (device-height : 812px)
and (-webkit-device-pixel-ratio : 3) {
.list-item-box{
		height: calc((100vh - 4.2rem) / 2);
	}
}

@media only screen
and (device-width : 414px)
and (device-height : 896px)
and (-webkit-device-pixel-ratio : 3) {
    .list-item-box{
    	height: calc((100vh - 4.2rem) / 2);
    }
}

By lxcss

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注