微信小程序中WXSS样式设置元素的下外边距是()
A: border
B: top
C: margin-bottom
D: bottom
A: border
B: top
C: margin-bottom
D: bottom
举一反三
- 在外边距属性中,下面()项代表的是上外边距属性? A: margin -top B: margin -right C: margin -bottom D: margin –left
- 下面代码中,()不是设置元素左右外边距为5像素,上下外边距为4像素。 A: margin-left:5px; margin -right:5px; margin -top:4px; margin -bottom:4px; B: margin:4px 5px; C: margin:4px 5px 4px 5px; D: margin:5px 4px 5px;
- CSS3中,设置元素的下外边距的是()属性 A: padding B: content C: margin D: border
- 使用 CSS时,如何改变元素的下外边距?() A: text-indent: B: indent: C: margin: D: margin-bottom:
- CSS3中,设置元素的上外边距的是()属性 A: height B: margin C: border D: width