背景图片定位中,关键字定位X,从左到右分别是什么
A: left、 center、 light
B: center、 ligh、tleft
C: left、light、 center
D: center、 light、left
A: left、 center、 light
B: center、 ligh、tleft
C: left、light、 center
D: center、 light、left
举一反三
- 背景图定位之后,可以设置的方向词有left、right、center、bottom、top
- 若背景图片比容器小,但只想要显示一张图片,且控制其位置在左侧居中显示,该如何设置代码?( ) A: .box{ background-repeat:repeat; background-position:center left; } B: .box{ background-repeat:repeat; background-position:left center; } C: .box{ background-repeat:no-repeat; background-position:center left; } D: .box{ background-repeat:no-repeat; background-position:left center; }
- 下列关于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%
- 背景颜色渐变的方向默认是( ) A: left从左到右 B: top left从左上到右下 C: top从上往下 D: left center左边中间开始
- 当image组件的mode值等于( )时,不缩放图片,只显示图片的中间区域。 A: center B: left C: right D: top left