12345678910111213141516171819202122232425262728 |
- .hardware-list{
- position: fixed;
- top: 10px;
- left: 10px;
- z-index: 999;
- width: 650px;
- color: #000;
- background: #262729;
- padding: 20px;
- }
- .hard-header{
- color: #fff;
- display: inline-block;
- font-size: 18px;
- font-weight: bold;
- margin-bottom: 20px;
- }
- .hardware-list a{
- color: inherit;
- }
- .plugin-action{
- color: #1890ff!important;
- cursor: pointer;
- }
|