uniapp文章图片预览效果

 

					
						
					
					
						
					
				




	
.profileDetail {
		line-height: 48rpx;
		margin: 20rpx 0;

		.picList {
			width: 100%;
			display: flex;

			.u-image {
				flex: 1;
				margin: 0 10rpx 10rpx;
			}
		}

		img {
			width: 100%;
			height: auto;
			margin-top: 20rpx;
		}
	}

.scroll-view_H {
		display: flex;
		flex-direction: row;
		white-space: nowrap;
		width: 100%;
	}

	.scroll-Y {
		height: 300rpx;
	}


	.scroll-view-item {
		text-align: center;
		font-size: 36rpx;
	}

	.scroll-view-item_H {
		display: inline-block;
		text-align: center;
		font-size: 36rpx;
	}
magnifyImag(imgSrc) {
				this.showBigImag = !this.showBigImag;
				this.bigImagSrc = imgSrc;
			}

你可能感兴趣的:(uniapp,uni-app,前端,javascript)