A.flex-direction:columnB.flex-direction:rowC.flex-direction:column-reverseD.flex-direction:row-reverse
单项选择题通过()样式可以去除系统默认的样式,一般用于解决input元素更改完样式后导致无法使用的兼容问题
A.cursor :none;B.appearance :none;C.outline :0;D.nav-up :none;
单项选择题box-sizing的属性值为()时,盒子的尺寸计算方式为从边框开始,盒子的尺寸,边框和内填充算在盒子尺寸内
A.inheritB.content-boxC.border-boxD.以上都不对
单项选择题子元素宽度超过父级宽度时换行,正确的设置是()
A.flex-wrap:nowrapB.flex-wrap:wrapC.flex-wrap:wrap-reserveD.以上都不对
多项选择题iScroll提供了哪些方法让你能够通过javascript来控制滚动效果()
A.scrollTo()B.scrollToElement()C.scrollToPage()D.scrollToPosition()
多项选择题使用iScroll时,常用的方法有()
A.detroy()B.scrollTo()C.reload()D.scrollToElement()