.nav li:after{
content:"";
color:#666;
position:absolute;
height:20px;
width:1px;
top:16px;
left:100%;
background-image:linear-gradient(to bottom,#f65f57,#993333,#f65f57);}
content:"";
color:#666;
position:absolute;
height:20px;
width:1px;
top:16px;
left:100%;
background-image:linear-gradient(to bottom,#f65f57,#993333,#f65f57);}
2015-07-08
<style>
a[class^=columnNews]{ background:red; }
a[class^=columnVideo]{ background:red; }
a[class^=columnAboutUs]{ background:red; }
a[href$=doc]{background:green;}
a[title*=box]{ background:blue;}
</style>
a[class^=columnNews]{ background:red; }
a[class^=columnVideo]{ background:red; }
a[class^=columnAboutUs]{ background:red; }
a[href$=doc]{background:green;}
a[title*=box]{ background:blue;}
</style>
2015-07-07
background-origin:border-box;
background-clip:padding-box;
position:relative;
background-clip:padding-box;
position:relative;
2015-07-07
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
overflow:hidden;
white-space:nowrap;
2015-07-06
缩写:
background:url(http://static.mukewang.com/static/img/logo_index.png) no-repeat left top/75% 60%,
url(http://static.mukewang.com/static/img/logo_index.png) no-repeat right bottom/25% 40%
background:url(http://static.mukewang.com/static/img/logo_index.png) no-repeat left top/75% 60%,
url(http://static.mukewang.com/static/img/logo_index.png) no-repeat right bottom/25% 40%
2015-07-05
一般写法:
background-image:url(http://static.mukewang.com/static/img/logo_index.png),url(http://static.mukewang.com/static/img/logo_index.png);
background-repeat:no-repeat;
background-position:left top,right bottom;
background-size:75% 60%,25% 40%;
background-image:url(http://static.mukewang.com/static/img/logo_index.png),url(http://static.mukewang.com/static/img/logo_index.png);
background-repeat:no-repeat;
background-position:left top,right bottom;
background-size:75% 60%,25% 40%;
2015-07-05