Authored by 姜枫

Merge branch 'feature/vipLevel' into 'master'

Feature/vip level



See merge request !4
... ... @@ -287,7 +287,7 @@ const component = {
};
let param = {
uid: req.user.uid || 20000266,
uid: req.user.uid,
channel: req.cookies._Channel && channels[req.cookies._Channel] || 1
};
... ...
... ... @@ -59,11 +59,21 @@
background: #ccc;
opacity: 1;
vertical-align: middle;
border-radius: 50%;
&.active {
width: 12px;
height: 12px;
background: #fff;
border-radius: 50%;
}
}
.swipe-indicator:nth-child(1) {
width: 9px;
&.active {
width: 13px;
}
}
}
... ...
... ... @@ -38,6 +38,10 @@
line-height: 80px;
letter-spacing: 5px;
overflow: hidden;
.icon {
margin-left: 5px;
}
}
}
</style>
... ...