您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

9 行
184 B

  1. /* H5的时候,隐藏滚动条 */
  2. ::-webkit-scrollbar {
  3. display: none;
  4. width: 0 !important;
  5. height: 0 !important;
  6. -webkit-appearance: none;
  7. background: transparent;
  8. }