Commit 273d18b4 authored by lixy's avatar lixy

隐藏横向滚动条

parent ca28949e
...@@ -217,7 +217,12 @@ ...@@ -217,7 +217,12 @@
width: 100%; width: 100%;
border-bottom: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf;
} }
/*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; }
p{ p{
text-align: center; text-align: center;
font-size: 14px; font-size: 14px;
......
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