9。11
Posted ysdong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了9。11相关的知识,希望对你有一定的参考价值。
列表方块
<ol> <ul>
lisd-style
将列表前面序号去掉
格式与布局
位置
position
fixed 固定
相对于浏览器边框固定
absolute
相对于父级元素(浏览器,绝对定位的上级)
relative
相对位置,相对于自身原本应该出现的位置
top,left,right,bottom
调位置
<head> </head>
<style type="text/css">
*{ margin::0px auto; padding:0px;}
</style>
</head>
流
float
left
right
clear:both
流结束,要清流
z-index分层
值越大越靠上
与position float 配合使用
以上是关于9。11的主要内容,如果未能解决你的问题,请参考以下文章
Xcode 9.2 不支持 iOS 11.3 的 Xcode 需要 9.3