12345678910111213141516171819202122232425262728293031 |
- @import './reset.less';
- // .partDetailControl {
- // .monthYear {
- // border: 0 none;
- // border-radius: 0;
- // .mon {
- // border: 1px solid #777;
- // float: left;
- // border-radius: 4px 0 0 4px;
- // box-sizing: border-box;
- // border-right: 0;
- // color: #777;
- // }
- // .year {
- // border-radius: 0 4px 4px 0;
- // }
- // }
- // }
-
- .ellipsis{
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .partTitle p a {
- color: #8592B9;
- opacity: 1;
- }
- input:disabled {
- background-color: @disColor;
- }
|