Commit 1f4e383a authored by lixy's avatar lixy

首页5条活动-滚动

parent 84d4151a
This diff is collapsed.
...@@ -216,7 +216,12 @@ ...@@ -216,7 +216,12 @@
overflow: auto; overflow: auto;
/*border-bottom: 1px solid #eee;*/ /*border-bottom: 1px solid #eee;*/
} }
/*chrome 和Safari*/
nav::-webkit-scrollbar { width: 0 !important } nav::-webkit-scrollbar { width: 0 !important }
/*IE 10+*/
nav { -ms-overflow-style: none; }
/*Firefox*/
nav { overflow: -moz-scrollbars-none; }
.nav-sec-menu{ .nav-sec-menu{
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
height: 51px; height: 51px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment