美文网首页
uni-app设置某个view的背景图片

uni-app设置某个view的背景图片

作者: 等不来的期待 | 来源:发表于2022-02-17 09:34 被阅读0次

    直接上代码:

    <view class="content" style="background: url(/static/image/mine/mine_header_top_image.png);background-repeat: no-repeat;background-size: cover;">
    

    如果不加background-repeat: no-repeat;background-size: cover;可能会导致图片变形或者放大的

    相关文章

      网友评论

          本文标题:uni-app设置某个view的背景图片

          本文链接:https://www.haomeiwen.com/subject/enbjlrtx.html