common_bca.css 310 B

1234567891011121314151617181920212223242526272829303132333435
  1. @CHARSET "UTF-8";
  2. .id {
  3. width: 5%;
  4. }
  5. .product {
  6. width: 19%;
  7. }
  8. .code {
  9. width: 10%;
  10. }
  11. .tag {
  12. width: 19%;
  13. }
  14. .tag2 {
  15. width: 17%;
  16. }
  17. .amount {
  18. width: 5%;
  19. }
  20. .la{
  21. font-size: 1.2em;
  22. color: red;
  23. }
  24. .create_time {
  25. width: 10%;
  26. }
  27. .print_status {
  28. width: 10%;
  29. }
  30. .options{
  31. width: 5%;
  32. }
  33. .print_area{
  34. display: none;
  35. }