• 2022-06-03
    定位偏移是以top、bottom、left和right去指定偏移的值。()
  • 内容

    • 0

      Where do we put the Teddy Bear? A: top left B: top right C: middle D: bottom left E: bottom right

    • 1

      当image组件的mode值等于( )时,不缩放图片,只显示图片的右下边区域。 A: bottom left B: top right C: top left D: bottom right

    • 2

      下列对position属性的值的描述错误的是?() A: static(默认),按照正常文档流进行排列 B: relative(相对定位),不脱离文档流,相对于自身静态位置通过top,bottom,left,right来定位 C: absolute(绝对定位),脱离文档流,相对于自身父级元素位置通过top,bottom,left,right来定位 D: fixed(固定定位),脱离文档流,相对于浏览器窗口通过top,bottom,left,right来定位

    • 3

      背景图定位之后,可以设置的方向词有left、right、center、bottom、top

    • 4

      下列关于transform-origin属性说法错误的有: A: 值为top left | left top 时,等价于 0 0 B: 值为left | left center | center left时, 等价于50% 0 C: 值为right | right center | center right 时,等价于 100% 50% D: 值为bottom | bottom center | center bottom 时,等价于100% 50%