02 2017 档案
摘要:最近做的一个网页要用到用户的搜索记录,用标签的形式显示 做的时候就发现记录的内容是不确定的,标签的大小不好确定,用css来自动根据内容适配标签大小 .item{position: relative;height:30px;display:inline-block;*display:inline;*z
阅读全文
摘要:已知div行高设置text-align:center文字会自动居中。 通过:before来设置icon的地址和高宽。 需要设置图片默认的垂直居中条件,与文字一致,为text-bottom。 设置图片行级显示。 <!Doctype html><html><head><style>body{margin
阅读全文