作者 zhangwei

1

@@ -4,6 +4,11 @@ body { @@ -4,6 +4,11 @@ body {
4 font-family: "微软雅黑"; 4 font-family: "微软雅黑";
5 } 5 }
6 6
  7 +body::-webkit-scrollbar {
  8 + /*隐藏滚轮*/
  9 + display: none;
  10 +}
  11 +
7 .one-txt-cut { 12 .one-txt-cut {
8 overflow: hidden; 13 overflow: hidden;
9 white-space: nowrap; 14 white-space: nowrap;