hardware.css 376 B

12345678910111213141516171819202122232425262728
  1. .hardware-list{
  2. position: fixed;
  3. top: 10px;
  4. left: 10px;
  5. z-index: 999;
  6. width: 650px;
  7. color: #000;
  8. background: #262729;
  9. padding: 20px;
  10. }
  11. .hard-header{
  12. color: #fff;
  13. display: inline-block;
  14. font-size: 18px;
  15. font-weight: bold;
  16. margin-bottom: 20px;
  17. }
  18. .hardware-list a{
  19. color: inherit;
  20. }
  21. .plugin-action{
  22. color: #1890ff!important;
  23. cursor: pointer;
  24. }