Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-ssr-mobile
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lixy
vue-ssr-mobile
Commits
1f4e383a
Commit
1f4e383a
authored
Sep 09, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页5条活动-滚动
parent
84d4151a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
28 deletions
+55
-28
index.vue
pages/index.vue
+50
-28
tour.vue
pages/tour.vue
+5
-0
No files found.
pages/index.vue
View file @
1f4e383a
This diff is collapsed.
Click to expand it.
pages/tour.vue
View file @
1f4e383a
...
...
@@ -216,7 +216,12 @@
overflow
:
auto
;
/*border-bottom: 1px solid #eee;*/
}
/*chrome 和Safari*/
nav
:
:-
webkit-scrollbar
{
width
:
0
!
important
}
/*IE 10+*/
nav
{
-ms-overflow-style
:
none
;
}
/*Firefox*/
nav
{
overflow
:
-
moz-scrollbars-none
;
}
.nav-sec-menu
{
border-bottom
:
1px
solid
#eee
;
height
:
51px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment