视频播放器仓库

PlayPause.css 374B

12345678910111213141516171819202122232425262728293031
  1. .component {
  2. float: left;
  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. }