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

flags.css 311B

12345678910111213141516171819
  1. /*!
  2. * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
  3. */
  4. .flag {
  5. display: inline-block;
  6. width: 16px;
  7. height: 11px;
  8. background: url('../img/flags.png') no-repeat;
  9. }
  10. .flag.flag-us {
  11. background-position: -16px 0;
  12. }
  13. .flag.flag-fr {
  14. background-position: 0 0;
  15. }