tab_index.css 409 B

123456789101112131415161718192021
  1. .btn-i {
  2. margin-left: 2px;
  3. font-size: 20px !important;
  4. top:6px !important;
  5. right: 5px;
  6. position: absolute;
  7. z-index: 301;
  8. cursor: crosshair;
  9. }
  10. .btn-i:hover{
  11. border-radius: 2px;
  12. background-color: #ff5722;
  13. color: #fff;
  14. }
  15. .li-a-title{
  16. line-height: 1 !important;
  17. vertical-align: middle;
  18. white-space:nowrap;
  19. padding-right: 25px !important;
  20. z-index: 300;
  21. }