摘要:
word-spacing 单词间距 n em letter-spacing 字母间距 n em text-decoration 装饰样式 underline| overline| line-through| blink vertical-align 垂直方向位置 sub| super |top |t 阅读全文
摘要:
display:flex 是一种布局方式。 它即可以应用于容器中,也可以应用于行内元素。 justify-content: space-between;它会把子元素靠边对齐平均分剩余的空间。 align-items: center; 垂直剧中 outline: none; 清除轮廓线 “:focus 阅读全文
摘要:
text-decoration: none; 清除下划线 font-weight: bolder; 字体加宽 text-decoration: line-through; 横线从文字穿过 vertical-align: middle; 将元素盒子的垂直中点和父盒子的baseline加上父盒子的x-h 阅读全文
摘要:
vertical-align 设置元素的垂直对齐方式 若有多行文本 仅显示两行text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-l 阅读全文
摘要:
position: relative; 相对布局 position: absolute; 绝对布局 text-decoration: none; 清除下划线 border-bottom: 1px dotted #CCCCCC; 添加下划线 display:inline-table; 处于行内格式化上 阅读全文
摘要:
font-weight: normal; 去除字体加粗 display:inline-block; li 不换行并转换为块 background-repeat: no-repeat; 清楚背景重复 background-position: center 5px; 移动背景位置 display: bl 阅读全文