UU跑腿标准版

common.css 464B

1234567891011121314151617
  1. .l-button {
  2. height: 23px;
  3. overflow: hidden;
  4. width: 70px;
  5. line-height: 23px;
  6. cursor: pointer;
  7. position: relative; text-align:center;
  8. border:1px solid #D3D3D3; color:#333333;
  9. background:url('../images/ui/button.gif') repeat-x center center;
  10. }
  11. .l-button-over,.l-button:hover {
  12. background-image:url('../images/ui/button-over.gif'); border-color:#D3D3D3;
  13. }
  14. .l-button-disabled {
  15. background-image:url('../images/ui/button-disabled.gif'); color:#9D9D9E;
  16. }