background: 背景;
宽;
height: 高;
border: 边框;
padding: 内边距;
margin: 行间距;
display:显示;
top: 上;
bottom: 下;
left: 左;
right: 右;
float: 漂浮;
clear: 明确没有漂浮;
position: 位置;
position: fixed 固定悬浮位置;
position: absolute 绝对位置 不占位;
position: relative 相对位置 保留之前的位置;
transform: translate(-50%,-50%);
content: 居中;
text: 文本;