dealorder.css 367 B

1234567891011121314151617181920212223
  1. @CHARSET "UTF-8";
  2. .panel_title {
  3. background : #EFF3F8;
  4. height : 26px;
  5. width : 210px;
  6. border : 1px solid #CBCBCB;
  7. padding-left : 10px;
  8. color : #1367A7;
  9. font-weight : bold;
  10. text-align : left!important;
  11. }
  12. .panel {
  13. width : 220px;
  14. border : 1px solid #CBCBCB;
  15. border-top : none;
  16. height : 300px;
  17. overflow : auto;
  18. }
  19. table.select td{
  20. border : none!important;
  21. }