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

10 行
159 B

  1. // WebKit-style focus
  2. .tab-focus() {
  3. // Default
  4. outline: thin dotted;
  5. // WebKit
  6. outline: 5px auto -webkit-focus-ring-color;
  7. outline-offset: -2px;
  8. }