12345678910111213141516171819202122 |
- body{
- overflow:hidden
- }
- .right-item {
- width: 100%;
- float: left;
- height: 35px;
- line-height: 35px;
- margin: 2.5px 0;
- padding: 2.5px 0;
- background: #fff;
- border:1px solid #ccc;
- }
- .right-item center{
- overflow:hidden;
- white-space:nowrap;
- text-overflow:ellipsis
- }
- .hasWork {
- background:#ff8d00;
- color:#fff
- }
|