视频播放器仓库

Fullscreen.css 373B

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