前端实现图片上传实时预览的两种方式教程

前端实现图片上传实时预览
方法一:
Html代码:

  1. <div class=”dv_info_box”>
  2. <div class=”dv_pic_box”>
  3. </div>
  4. <button class=”btn_add_pic”>添加图片</button>
  5. </div>

Css样式:

.dv_pic_item{
width: 200px;
height: 260px;
margin: 5px 5px;
float: left;
}
.btn_add_pic{
width: 80px;
height: 30px;
border-radius: 6px;
outline: none;
border: none;
background-color: #00BCD4;
color: #fff;
cursor: pointer;
margin-top: 20px;
margin-bottom: 20px;
}
.input_file_style{
width: 200px;
height: 20px;
}
.img_style{
width: 200px;
height: 240px;
display: block;
background-size: 100% auto;
}

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容