


/* #ifndef APP-PLUS-NVUE */
/* 官方优化图片tips */
image {
	will-change: transform;
}
/* 渐变过渡效果处理 */
image.origin-img {
	width: 100%;
	height: 100%;
	opacity: 0.3;
}
image.origin-error {
	opacity: 1;
}
image.origin-img.show-transition {
	transition: opacity 1.2s;
	opacity: 1;
}
image.origin-img.no-transition {
	opacity: 1;
}

.x-image{
	align-items: center;
	justify-content: center;
}
.loading-img{
	width: 40px;
	height: 40px;
	
}
.loading-box{
	align-items: center;
	justify-content: center;
	border-style: solid;
	border-width: 1px; 
	border-color: #f1f1f1;
}
/* #endif */

.x-image{
	position: relative;
	&-error{
		position: absolute;
		top: 0;
		left: 0;
	}
}