common.less 614 B

12345678910111213141516171819202122232425262728293031
  1. @import './reset.less';
  2. // .partDetailControl {
  3. // .monthYear {
  4. // border: 0 none;
  5. // border-radius: 0;
  6. // .mon {
  7. // border: 1px solid #777;
  8. // float: left;
  9. // border-radius: 4px 0 0 4px;
  10. // box-sizing: border-box;
  11. // border-right: 0;
  12. // color: #777;
  13. // }
  14. // .year {
  15. // border-radius: 0 4px 4px 0;
  16. // }
  17. // }
  18. // }
  19. .ellipsis{
  20. overflow: hidden;
  21. text-overflow:ellipsis;
  22. white-space: nowrap;
  23. }
  24. .partTitle p a {
  25. color: #8592B9;
  26. opacity: 1;
  27. }
  28. input:disabled {
  29. background-color: @disColor;
  30. }