attachlist.css 476 B

1234567891011121314151617181920212223242526272829303132
  1. .FixTop{
  2. padding:10px 20px;
  3. background:#fff;
  4. border-bottom:1px solid #ddd;
  5. position:fixed;
  6. left:0;
  7. right:0;
  8. top:0;
  9. z-index:2
  10. }
  11. .SwenBtn {
  12. float: left;
  13. height: 18px;
  14. line-height: 18px;
  15. text-indent: 8px;
  16. margin: 7px 0;
  17. margin-right: 15px;
  18. }
  19. .active{
  20. color:#fff;
  21. background:#2db1e4
  22. }
  23. td.watchItem{
  24. cursor:pointer
  25. }
  26. td.watchItem div{
  27. padding:5px 0
  28. }
  29. .Browse {
  30. width: 100%;
  31. min-height: 800px;
  32. }