a[class^=column] {background:red;}
a[href$=doc]{background:green;}
a[title*=box]{background:blue;}
a[href$=doc]{background:green;}
a[title*=box]{background:blue;}
2015-05-18
background:url(http://static.mukewang.com/static/img/logo_index.png) no-repeat,
url(http://static.mukewang.com/static/img/logo_index.png) no-repeat;
background-position:right bottom,0 0;
url(http://static.mukewang.com/static/img/logo_index.png) no-repeat;
background-position:right bottom,0 0;
2015-05-17