@@ -1,3 +1,9 @@
+/*隐藏滚动条*/
+::-webkit-scrollbar {
+ display: none;
+}
+
.detail {
overflow: auto;
margin-right: -17px;