随手笔记--uniapp 、uview上传图片,浏览图片、删除图片


	
		
			
			
		
	
	
		
			
				
				
					
					
					
				
			
		
	
.photograph {
			margin: 0 20rpx;
			padding: 0 20rpx;
			flex: 1;
			background-color: #fff;
		}

		.moduleBox {
			width: 100%;
			background-color: #fff;
			padding: 30upx;
			margin-bottom: 20upx;
			font-size: 26upx;

			.title {
				font-weight: 600;
				font-size: 30upx;
			}

			.flex-wrap {
				width: 100%;
				display: flex;
				flex-wrap: wrap;
				align-items: center;
			}

			.imgwrap {
				position: relative;
				width: 180rpx;
				height: 180rpx;
				margin: 10rpx 10rpx;

				.iconfont {
					color: #eee;
					position: absolute;
					top: -10upx;
					right: -10upx;
					z-index: 1;
				}
			}
		}

你可能感兴趣的:(javascript,css,html5)