Authored by 徐祁xuqi

star float

@@ -70,7 +70,7 @@ function setIndexAction() { @@ -70,7 +70,7 @@ function setIndexAction() {
70 70
71 var commonHeaderTop = $('#yoho-header').outerHeight(), 71 var commonHeaderTop = $('#yoho-header').outerHeight(),
72 $loadingTip = $('.loading-tip'), 72 $loadingTip = $('.loading-tip'),
73 - $avatarWrap = $('.avatar-wrap'), 73 + $avatarWrap = $('.avatar-wrap:not(.avatar-clone)'),
74 avatarHeight = $('.avatar').height(), 74 avatarHeight = $('.avatar').height(),
75 infoTop = $('.star-info').css('margin-top'); 75 infoTop = $('.star-info').css('margin-top');
76 76
@@ -54,6 +54,10 @@ @@ -54,6 +54,10 @@
54 } 54 }
55 } 55 }
56 56
  57 + .star-content {
  58 + background: #000;
  59 + }
  60 +
57 .banner-top { 61 .banner-top {
58 width: 100%; 62 width: 100%;
59 height: auto; 63 height: auto;
@@ -118,7 +122,7 @@ @@ -118,7 +122,7 @@
118 122
119 &.avatar-clone { 123 &.avatar-clone {
120 margin-top: 0; 124 margin-top: 0;
121 - position: relative; 125 + position: fixed;
122 padding: 5px 0; 126 padding: 5px 0;
123 z-index: 9; 127 z-index: 9;
124 background: #000; 128 background: #000;