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
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
8 years ago
Commit
16d69658862ba410a716a0d6c7ecc2932581b500
1 parent
ccd4d3c7
load
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
15 deletions
public/js/me/privilege.page.js
public/vue/component/resources/focus.vue
public/js/me/privilege.page.js
View file @
16d6965
...
...
@@ -7,7 +7,7 @@ $('.go-back-btn').click(function() {
setTimeout
(
function
()
{
if
(
$
(
'.vip-privilege-page'
).
height
()
<
$
(
window
).
height
())
{
$
(
'.vip-privilege-page'
).
height
(
$
(
window
).
height
())
$
(
'.vip-privilege-page'
).
height
(
$
(
window
).
height
())
;
}
},
500
);
...
...
public/vue/component/resources/focus.vue
View file @
16d6965
...
...
@@ -54,26 +54,21 @@
}
.swipe-indicator {
width: 8px;
height: 8px;
width: 16px;
height: 16px;
background: #ccc;
opacity: 1;
vertical-align: middle;
border-radius: 60%;
border-radius: 50%;
transform: scale(0.5, 0.5);
margin-left: -4px;
&.active {
width: 12px;
height: 12px;
width: 24px;
height: 24px;
background: #fff;
border-radius: 60%;
}
}
.swipe-indicator:nth-child(1) {
width: 9px;
&.active {
width: 13px;
border-radius: 50%;
transform: scale(0.5, 0.5);
}
}
}
...
...
Please
register
or
login
to post a comment