less框架

a标签
<div class="jis1">
<a href="#">dasfsd</a>
<a href="#">dasfs</a>
<a href="#">dasfsd</a>
<a href="#">dasfs</a>
</div>
.jis1 a {
color: #ff0000;
text-decoration: none;
}
.jis1 a:hover {
color: blue;
text-decoration: underline;
transition: all 5s linear;
}

加宽和颜色
<div class="jis2"></div>
.jis2{
width:@chenwidth+500px;
height: 50px;
background:@my1color+100;
}

posted @ 2016-03-24 21:32  脸大陈小姐  阅读(84)  评论(0编辑  收藏  举报