Authored by 郭成尧

shareaa

... ... @@ -3,7 +3,7 @@
<i class="back"></i>
<div class="right">
<i class="favorite"></i>
<i class="share"><a href="{{shareData}}"></a></i>
<a class="share" href="{{shareData}}"></a>
<i class="filter"></i>
</div>
</div>
... ... @@ -14,7 +14,7 @@
width: 100%;
height: 60px;
position: fixed;
top: 0;
top: 60px;
left: 0;
z-index: 99;
... ... @@ -41,6 +41,10 @@
}
.share {
width: 60px;
height: 60px;
margin: 0 5px;
display: inline-block;
background: url("/channel/share.png") no-repeat;
}
... ...