rcap.css 359 B

12345678910111213141516171819202122
  1. body{
  2. overflow:hidden
  3. }
  4. .right-item {
  5. width: 100%;
  6. float: left;
  7. height: 35px;
  8. line-height: 35px;
  9. margin: 2.5px 0;
  10. padding: 2.5px 0;
  11. background: #fff;
  12. border:1px solid #ccc;
  13. }
  14. .right-item center{
  15. overflow:hidden;
  16. white-space:nowrap;
  17. text-overflow:ellipsis
  18. }
  19. .hasWork {
  20. background:#ff8d00;
  21. color:#fff
  22. }