.nav li:after{ content:" ";position:absolute;right:0;width:2px;
height:100%;
background-image:linear-gradient(to top , rgba(168,58,68,.1),rgba(168,58,68,1),rgba(168,58,68,.1));
background-size:1px 15px;
background-repeat:no-repeat;
background-position:center}
height:100%;
background-image:linear-gradient(to top , rgba(168,58,68,.1),rgba(168,58,68,1),rgba(168,58,68,.1));
background-size:1px 15px;
background-repeat:no-repeat;
background-position:center}
2015-10-20
/*使用伪元素制作导航列表项分隔线*/
li:after{
content:"|";
color:rgb(168,58,68);
position:absolute;
right:0;
text-shadow:0 0 5px ;
}
/*删除第一项和最后一项导航分隔线*/
li:last-child:after{
content:none;
}
li:after{
content:"|";
color:rgb(168,58,68);
position:absolute;
right:0;
text-shadow:0 0 5px ;
}
/*删除第一项和最后一项导航分隔线*/
li:last-child:after{
content:none;
}
2015-10-20
<column-width>和<column-count>分别定义的话,列数起控制作用;
columns: 的话,列宽起控制作用。
columns: 的话,列宽起控制作用。
2015-10-20
background:url(http://static.mukewang.com/static/img/logo_index.png) left top/200px 85px no-repeat ,
url(http://static.mukewang.com/static/img/logo_index.png) right 100%/150px 50px no-repeat;
url(http://static.mukewang.com/static/img/logo_index.png) right 100%/150px 50px no-repeat;
2015-10-20