首页 > 试题广场 >

在做移动开发时,在页面上插入一张图片,要求使这张图片的宽度和

[单选题]
在做移动开发时,在页面上插入一张图片,要求使这张图片的宽度和高度完全适应内容区域,怎样来实现(      )
  • background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
  • background-repeat:repeat-X;
    background-size:contain;
    background-position:center;
  • background-repeat:repeat;
    background-size:contain;
    background-position:center;
  • background-repeat:repeat-Y;
    background-size:contain;
    background-position:center;
。。
发表于 2021-11-29 17:51:40 回复(0)