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

5 年前
12345678910111213141516
  1. *{
  2. padding: 0;
  3. margin: 0;
  4. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  5. -webkit-overflow-scrolling: touch;
  6. }
  7. img{
  8. display: block;
  9. width: 100%;
  10. }
  11. html,body{
  12. height: 100%;
  13. }
  14. #all{
  15. width: 7.5rem;
  16. }