@font-face {
font-family : 字体名称;
src : 字体文件在服务器上的相对或绝对路径;
}
font-family : 字体名称;
src : 字体文件在服务器上的相对或绝对路径;
}
2015-09-24
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
overflow:hidden;
white-space:nowrap;
2015-09-24
color:rgba(R,G,B,A) ===> color:rgb(0,123,25,0.6)
linear-gradient([设置方向],[设置开始颜色],[设置多种过度颜色],[设置介绍颜色])
linear-gradient([设置方向],[设置开始颜色],[设置多种过度颜色],[设置介绍颜色])
2015-09-24
<a href="xxx.pdf" class="icon" title="more">我的背景想变成红色</a> 试了一个这个,发现用到的样式是title,也就是说,一次排序是title,href,class,class最小
2015-09-24