Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
姜枫
2017-03-22 19:50:40 +0800
Commit
40d0709da6183940490c8c6fcb7c3ae9b907afb0
2 parents
435c7321
ae42b833
Merge branch 'feature/vipLevel' into 'master'
Feature/vip level See merge request
!4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
1 deletions
apps/me/controllers/index.js
public/vue/component/resources/focus.vue
public/vue/component/resources/title-floor.vue
apps/me/controllers/index.js
View file @
40d0709
...
...
@@ -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
};
...
...
public/vue/component/resources/focus.vue
View file @
40d0709
...
...
@@ -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;
}
}
}
...
...
public/vue/component/resources/title-floor.vue
View file @
40d0709
...
...
@@ -38,6 +38,10 @@
line-height: 80px;
letter-spacing: 5px;
overflow: hidden;
.icon {
margin-left: 5px;
}
}
}
</style>
...
...
Please
register
or
login
to post a comment