Authored by 王水玲

星潮教室修改

... ... @@ -12,7 +12,7 @@
<ul class="clearfix swiper-wrapper">
{{# starAvatar}}
<li class="swiper-slide">
<a class="rank-avatar" href='{{url}}' data-avatar="{{image cover 180 180}}"></a>
<a href='{{url}}'><img src="{{image cover 180 180}}" /></a>
</li>
{{/ starAvatar}}
</ul>
... ...
... ... @@ -255,10 +255,6 @@ getIndexHtml = function() {
$avatarClone.remove();
}
$('.avatar li').each(function() {
setAvatar($(this).find('span'));
});
$starMain.before($('.avatar-swiper').clone().addClass('avatar-clone').hide());
$avatarClone = $('.avatar-clone');
... ...
... ... @@ -11,7 +11,6 @@
li {
float: left;
width: 100%;
margin-top: 30px;
background: #000;
.cont-area {
... ...
... ... @@ -9,7 +9,6 @@
width: 100%;
float: left;
background: #000;
margin-top: 30px;
img {
width: 100%;
... ...
... ... @@ -139,7 +139,7 @@
width: 110px;
height: 110px;
margin-top: 34px;
background: #282828;
background: #000;
span {
display: block;
... ...