摘要:
当scroll-view水平滚动,内容溢出时,文本会自动竖向排列 解决方法:thite-space:nowrap;规定段落中的文本不进行换行 阅读全文
摘要:
元素想通过底部、顶部、左侧、右侧属性定位是必须先设定position的属性值 posistion属性的五个值:static、relative、fixed、absoulte、sticky static定位 HTML的默认定位,正常文档流对象 不受top、bottom、left、right的影响 rel 阅读全文