微信小程序列表页面点赞代码(图文)
wxml代码:
js代码:
wxss代码:
.zan{
margin-left: 2px;
width: 20px;
background: url('/images/dig.png') no-repeat;
background-size: 18px 18px
}
.zanactive-tag{
margin-left: 2px;
width: 20px;
background: url('/images/dig_1.png') no-repeat;
background-size: 18px 18px;
color: red;
}
.zanactive-tag text{
line-height: 20px;
padding-left: 25px;
width: 40px;
display: inline-block
}
.zan text{
line-height: 20px;
padding-left: 25px
}