Authored by zhangxiaoru

weixinpublicCss

... ... @@ -493,21 +493,25 @@
}
.weixin {
padding-right: 20px;
margin: 20px;
text-align: center;
.ems-cnpl {
width: 46.3%;
width: 47.3%;
display: inline-block;
padding: 20px 0 20px 20px;
background: #ededed;
position: relative;
overflow: hidden;
.img {
.weixin-img {
width: 100%;
height: 100%;
}
}
a:nth-child(1) {
margin-right: 20px;
}
}
... ...
... ... @@ -45,7 +45,7 @@
<div class="weixin">
{{#each weixinPublic}}
<a href='//m.yohobuy.com/?openby:yohobuy={"action":"go.copy","params":{"text":"{{wechat_id}}"}}' class="ems-cnpl">
<img src="{{src}}">
<img class="weixin-img" src="{{src}}">
</a>
{{/each}}
</div>
... ...