弥留残荷

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

//-----------------------------图片自适应------------------------------------------------
<div className="bg-cover" style={{
width:"100%",
height: "415px",
// backgroundImage: `url("${update_file_url(cover)}")`,
backgroundColor:"#F3F3F4",
backgroundRepeat: "no-repeat",
backgroundSize: "100% 100%",
MozBackgroundSize: "100% 100%",
textAlign: "center",
lineHeight:"410px",
}}>
<img style={{ width: "auto", height: "auto",maxWidth:"100%",maxHeight:"415px",}} src={update_file_url(cover)}/>
</div>

 


posted on 2019-07-29 14:07  弥留残荷  阅读(340)  评论(0编辑  收藏  举报