Authored by 郭成尧

shareaa

@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 <i class="back"></i> 3 <i class="back"></i>
4 <div class="right"> 4 <div class="right">
5 <i class="favorite"></i> 5 <i class="favorite"></i>
6 - <i class="share"><a href="{{shareData}}"></a></i> 6 + <a class="share" href="{{shareData}}"></a>
7 <i class="filter"></i> 7 <i class="filter"></i>
8 </div> 8 </div>
9 </div> 9 </div>
@@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
14 width: 100%; 14 width: 100%;
15 height: 60px; 15 height: 60px;
16 position: fixed; 16 position: fixed;
17 - top: 0; 17 + top: 60px;
18 left: 0; 18 left: 0;
19 z-index: 99; 19 z-index: 99;
20 20
@@ -41,6 +41,10 @@ @@ -41,6 +41,10 @@
41 } 41 }
42 42
43 .share { 43 .share {
  44 + width: 60px;
  45 + height: 60px;
  46 + margin: 0 5px;
  47 + display: inline-block;
44 background: url("/channel/share.png") no-repeat; 48 background: url("/channel/share.png") no-repeat;
45 } 49 }
46 50