视频播放器仓库

Fullscreen.css 337B

123456789101112131415161718192021222324252627
  1. .component {}
  2. .component:hover {
  3. background-color: #000;
  4. }
  5. .button {
  6. width: 34px;
  7. height: 34px;
  8. background: none;
  9. border: 0;
  10. color: inherit;
  11. font: inherit;
  12. line-height: normal;
  13. overflow: visible;
  14. padding: 0;
  15. cursor: pointer;
  16. }
  17. .button:focus {
  18. outline: 0;
  19. }
  20. .icon {
  21. padding: 5px;
  22. }