文本居中: text-align:center;
模块居中: margin:0 auto;
行高: line-height:20px;//配合文本居中使用
文本缩进: text-indent:15px;//如果为负数 表示左移出屏幕外多少像素。
选中文本后的颜色和背景:默认是蓝底白字 div::selection{ color: #00dbf5; background: #a9a9a9; }